Replayed #8 Started by user Sebastiaan van Stijn Rebuilds build #10 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at df7bba7dbc6658ba48851eb4819e0a0a9508b18f rather than 68e3034322969cf06c85988c67dccf7c45ac7b39 Obtained Jenkinsfile from df7bba7dbc6658ba48851eb4819e0a0a9508b18f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42838@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-11-11T17:12:07.755Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-11-11T17:12:07.762Z] Trying to pass milestone 10 [Pipeline] milestone [2021-11-11T17:12:07.845Z] Trying to pass milestone 11 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-11-11T17:12:08.030Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07432f294a1487cce) in /home/ubuntu/workspace/moby_PR-42838 [Pipeline] { [Pipeline] checkout [2021-11-11T17:12:08.058Z] The recommended git tool is: git [2021-11-11T17:12:08.078Z] using credential docker-jenkins-github-credentials [2021-11-11T17:12:08.085Z] Cloning the remote Git repository [2021-11-11T17:12:08.085Z] Cloning with configured refspecs honoured and without tags [2021-11-11T17:12:08.097Z] Cloning repository https://github.com/moby/moby.git [2021-11-11T17:12:08.098Z] > git init /home/ubuntu/workspace/moby_PR-42838 # timeout=10 [2021-11-11T17:12:08.114Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:12:08.114Z] > git --version # timeout=10 [2021-11-11T17:12:08.119Z] > git --version # 'git version 2.17.1' [2021-11-11T17:12:08.119Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:08.121Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:23.040Z] Fetching without tags [2021-11-11T17:12:23.258Z] Merging remotes/origin/master commit df7bba7dbc6658ba48851eb4819e0a0a9508b18f into PR head commit 68e3034322969cf06c85988c67dccf7c45ac7b39 [2021-11-11T17:12:23.020Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:12:23.025Z] > git config --add remote.origin.fetch +refs/pull/42838/head:refs/remotes/origin/PR-42838 # timeout=10 [2021-11-11T17:12:23.030Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:23.044Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:12:23.050Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:12:23.050Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:23.051Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:23.267Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:23.270Z] > git checkout -f 68e3034322969cf06c85988c67dccf7c45ac7b39 # timeout=10 [2021-11-11T17:12:23.734Z] > git remote # timeout=10 [2021-11-11T17:12:23.743Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T17:12:23.753Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:23.754Z] > git merge df7bba7dbc6658ba48851eb4819e0a0a9508b18f # timeout=10 [2021-11-11T17:12:24.336Z] Merge succeeded, producing 6c4094ccfd1b880c7240d90bc30e788af32b0838 [2021-11-11T17:12:24.336Z] Checking out Revision 6c4094ccfd1b880c7240d90bc30e788af32b0838 (PR-42838) [2021-11-11T17:12:24.419Z] Commit message: "Merge commit 'df7bba7dbc6658ba48851eb4819e0a0a9508b18f' into HEAD" [2021-11-11T17:12:24.455Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-11T17:12:25.135Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42838:/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 [2021-11-11T17:12:25.136Z] Unable to find image 'alpine:latest' locally [2021-11-11T17:12:25.136Z] latest: Pulling from library/alpine [2021-11-11T17:12:25.393Z] a0d0a0d46f8b: Pulling fs layer [2021-11-11T17:12:25.393Z] a0d0a0d46f8b: Download complete [2021-11-11T17:12:25.659Z] a0d0a0d46f8b: Pull complete [2021-11-11T17:12:25.659Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-11T17:12:25.659Z] Status: Downloaded newer image for alpine:latest [2021-11-11T17:12:24.334Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-11T17:12:24.345Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:24.350Z] > git checkout -f 6c4094ccfd1b880c7240d90bc30e788af32b0838 # timeout=10 [2021-11-11T17:12:24.428Z] > git rev-list --no-walk 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 # timeout=10 [2021-11-11T17:12:28.942Z] 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-RS1) [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-RS1) [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 [2021-11-11T17:12:29.197Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07432f294a1487cce) in /home/ubuntu/workspace/moby_PR-42838 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional [2021-11-11T17:12:29.208Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03fec80f3bd6ddb6e) in /home/ubuntu/workspace/moby_PR-42838 Stage "ppc64le" skipped due to when conditional Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-11-11T17:12:29.280Z] The recommended git tool is: git [Pipeline] checkout [2021-11-11T17:12:29.287Z] The recommended git tool is: git [2021-11-11T17:12:29.289Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-11-11T17:12:29.331Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-11-11T17:12:29.345Z] using credential docker-jenkins-github-credentials [2021-11-11T17:12:29.353Z] Cloning the remote Git repository [2021-11-11T17:12:29.353Z] Cloning with configured refspecs honoured and without tags [2021-11-11T17:12:29.362Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2021-11-11T17:12:29.499Z] Running on azwin-2-00f4f0 in d:\jenkins\workspace\moby_PR-42838 [2021-11-11T17:12:29.504Z] Running on azwin-2-d6c9b0 in d:\jenkins\workspace\moby_PR-42838 [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] ws [2021-11-11T17:12:29.555Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] ws [2021-11-11T17:12:29.557Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [Pipeline] checkout [2021-11-11T17:12:29.645Z] Merging remotes/origin/master commit df7bba7dbc6658ba48851eb4819e0a0a9508b18f into PR head commit 68e3034322969cf06c85988c67dccf7c45ac7b39 [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-11-11T17:12:29.707Z] The recommended git tool is: git [2021-11-11T17:12:29.716Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-11-11T17:12:29.856Z] Merge succeeded, producing ff0c7f89b8defb2f6f921d998912fdcde74545d6 [2021-11-11T17:12:29.857Z] Checking out Revision ff0c7f89b8defb2f6f921d998912fdcde74545d6 (PR-42838) [2021-11-11T17:12:29.923Z] Commit message: "Merge commit 'df7bba7dbc6658ba48851eb4819e0a0a9508b18f' into HEAD" [2021-11-11T17:12:29.926Z] using credential docker-jenkins-github-credentials [2021-11-11T17:12:29.931Z] First time build. Skipping changelog. [2021-11-11T17:12:29.939Z] using credential docker-jenkins-github-credentials [2021-11-11T17:12:30.003Z] Cloning the remote Git repository [2021-11-11T17:12:30.003Z] Cloning with configured refspecs honoured and without tags [2021-11-11T17:12:30.019Z] Cloning the remote Git repository [2021-11-11T17:12:30.020Z] Cloning with configured refspecs honoured and without tags [2021-11-11T17:12:29.306Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42838/.git # timeout=10 [2021-11-11T17:12:29.341Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:12:29.372Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:12:29.372Z] > git --version # timeout=10 [2021-11-11T17:12:29.380Z] > git --version # 'git version 2.17.1' [2021-11-11T17:12:29.380Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:29.381Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:29.654Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:29.662Z] > git checkout -f 68e3034322969cf06c85988c67dccf7c45ac7b39 # timeout=10 [2021-11-11T17:12:29.742Z] > git remote # timeout=10 [2021-11-11T17:12:29.744Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T17:12:29.750Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:29.751Z] > git merge df7bba7dbc6658ba48851eb4819e0a0a9508b18f # timeout=10 [2021-11-11T17:12:29.859Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-11T17:12:29.865Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:29.868Z] > git checkout -f ff0c7f89b8defb2f6f921d998912fdcde74545d6 # timeout=10 [2021-11-11T17:12:29.932Z] > git rev-list --no-walk 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-11T17:12:29.407Z] Cloning repository https://github.com/moby/moby.git [2021-11-11T17:12:29.407Z] > git init /home/ubuntu/workspace/moby_PR-42838 # timeout=10 [2021-11-11T17:12:29.424Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:12:29.425Z] > git --version # timeout=10 [2021-11-11T17:12:29.434Z] > git --version # 'git version 2.17.1' [2021-11-11T17:12:29.434Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:29.435Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:30.592Z] + [ PR != PR ] [2021-11-11T17:12:30.592Z] + [ master != master ] [2021-11-11T17:12:30.592Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-11T17:12:30.039Z] Cloning repository https://github.com/moby/moby.git [2021-11-11T17:12:30.040Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-11-11T17:12:30.092Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:12:30.092Z] > git --version # timeout=10 [2021-11-11T17:12:30.131Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-11T17:12:30.131Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:30.133Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:30.056Z] Cloning repository https://github.com/moby/moby.git [2021-11-11T17:12:30.057Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-11-11T17:12:30.120Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:12:30.120Z] > git --version # timeout=10 [2021-11-11T17:12:30.166Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-11T17:12:30.167Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:30.168Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:30.915Z] + docker version [2021-11-11T17:12:30.915Z] Client: Docker Engine - Community [2021-11-11T17:12:30.915Z] Version: 20.10.10-rc1 [2021-11-11T17:12:30.915Z] API version: 1.41 [2021-11-11T17:12:30.915Z] Go version: go1.16.9 [2021-11-11T17:12:30.915Z] Git commit: b485636 [2021-11-11T17:12:30.915Z] Built: Mon Oct 18 15:21:56 2021 [2021-11-11T17:12:30.915Z] OS/Arch: linux/amd64 [2021-11-11T17:12:30.915Z] Context: default [2021-11-11T17:12:30.915Z] Experimental: true [2021-11-11T17:12:30.915Z] [2021-11-11T17:12:30.915Z] Server: Docker Engine - Community [2021-11-11T17:12:30.915Z] Engine: [2021-11-11T17:12:30.915Z] Version: 20.10.10-rc1 [2021-11-11T17:12:30.915Z] API version: 1.41 (minimum version 1.12) [2021-11-11T17:12:30.915Z] Go version: go1.16.9 [2021-11-11T17:12:30.915Z] Git commit: 9f5b26f [2021-11-11T17:12:30.915Z] Built: Mon Oct 18 15:20:03 2021 [2021-11-11T17:12:30.915Z] OS/Arch: linux/amd64 [2021-11-11T17:12:30.915Z] Experimental: true [2021-11-11T17:12:30.915Z] containerd: [2021-11-11T17:12:30.915Z] Version: 1.4.11 [2021-11-11T17:12:30.915Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:12:30.915Z] runc: [2021-11-11T17:12:30.915Z] Version: 1.0.2 [2021-11-11T17:12:30.915Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-11T17:12:30.915Z] docker-init: [2021-11-11T17:12:30.915Z] Version: 0.19.0 [2021-11-11T17:12:30.915Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-11T17:12:31.193Z] + docker info [2021-11-11T17:12:32.129Z] Client: [2021-11-11T17:12:32.130Z] Context: default [2021-11-11T17:12:32.130Z] Debug Mode: false [2021-11-11T17:12:32.130Z] Plugins: [2021-11-11T17:12:32.130Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-11T17:12:32.130Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-11T17:12:32.130Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-11T17:12:32.130Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-11T17:12:32.130Z] [2021-11-11T17:12:32.130Z] Server: [2021-11-11T17:12:32.130Z] Containers: 0 [2021-11-11T17:12:32.130Z] Running: 0 [2021-11-11T17:12:32.130Z] Paused: 0 [2021-11-11T17:12:32.130Z] Stopped: 0 [2021-11-11T17:12:32.130Z] Images: 3 [2021-11-11T17:12:32.130Z] Server Version: 20.10.10-rc1 [2021-11-11T17:12:32.130Z] Storage Driver: overlay2 [2021-11-11T17:12:32.130Z] Backing Filesystem: extfs [2021-11-11T17:12:32.130Z] Supports d_type: true [2021-11-11T17:12:32.130Z] Native Overlay Diff: true [2021-11-11T17:12:32.130Z] userxattr: false [2021-11-11T17:12:32.130Z] Logging Driver: json-file [2021-11-11T17:12:32.130Z] Cgroup Driver: cgroupfs [2021-11-11T17:12:32.130Z] Cgroup Version: 1 [2021-11-11T17:12:32.130Z] Plugins: [2021-11-11T17:12:32.130Z] Volume: local [2021-11-11T17:12:32.130Z] Network: bridge host ipvlan macvlan null overlay [2021-11-11T17:12:32.130Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-11T17:12:32.130Z] Swarm: inactive [2021-11-11T17:12:32.130Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-11T17:12:32.130Z] Default Runtime: runc [2021-11-11T17:12:32.130Z] Init Binary: docker-init [2021-11-11T17:12:32.130Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:12:32.130Z] runc version: v1.0.2-0-g52b36a2 [2021-11-11T17:12:32.130Z] init version: de40ad0 [2021-11-11T17:12:32.130Z] Security Options: [2021-11-11T17:12:32.130Z] apparmor [2021-11-11T17:12:32.130Z] seccomp [2021-11-11T17:12:32.130Z] Profile: default [2021-11-11T17:12:32.130Z] Kernel Version: 5.4.0-1057-aws [2021-11-11T17:12:32.130Z] Operating System: Ubuntu 18.04.6 LTS [2021-11-11T17:12:32.130Z] OSType: linux [2021-11-11T17:12:32.130Z] Architecture: x86_64 [2021-11-11T17:12:32.130Z] CPUs: 2 [2021-11-11T17:12:32.130Z] Total Memory: 7.569GiB [2021-11-11T17:12:32.130Z] Name: ip-10-100-124-104 [2021-11-11T17:12:32.130Z] ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT [2021-11-11T17:12:32.130Z] Docker Root Dir: /var/lib/docker [2021-11-11T17:12:32.130Z] Debug Mode: false [2021-11-11T17:12:32.130Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:12:32.130Z] Labels: [2021-11-11T17:12:32.130Z] Experimental: true [2021-11-11T17:12:32.130Z] Insecure Registries: [2021-11-11T17:12:32.130Z] 127.0.0.0/8 [2021-11-11T17:12:32.130Z] Live Restore Enabled: true [2021-11-11T17:12:32.130Z] [2021-11-11T17:12:32.130Z] WARNING: No swap limit support [Pipeline] sh [2021-11-11T17:12:32.414Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:12:32.414Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:12:32.414Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42838/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2021-11-11T17:12:32.414Z] + bash /home/ubuntu/workspace/moby_PR-42838/check-config.sh [2021-11-11T17:12:32.414Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-11T17:12:32.414Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ... [2021-11-11T17:12:32.414Z] [2021-11-11T17:12:32.414Z] Generally Necessary: [2021-11-11T17:12:32.414Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-11T17:12:32.414Z] - apparmor: enabled and tools installed [2021-11-11T17:12:32.414Z] - CONFIG_NAMESPACES: enabled [2021-11-11T17:12:32.414Z] - CONFIG_NET_NS: enabled [2021-11-11T17:12:32.414Z] - CONFIG_PID_NS: enabled [2021-11-11T17:12:32.414Z] - CONFIG_IPC_NS: enabled [2021-11-11T17:12:32.414Z] - CONFIG_UTS_NS: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CGROUPS: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CPUSETS: enabled [2021-11-11T17:12:32.414Z] - CONFIG_MEMCG: enabled [2021-11-11T17:12:32.414Z] - CONFIG_KEYS: enabled [2021-11-11T17:12:32.414Z] - CONFIG_VETH: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CGROUP_BPF: enabled [2021-11-11T17:12:32.414Z] [2021-11-11T17:12:32.414Z] Optional Features: [2021-11-11T17:12:32.414Z] - CONFIG_USER_NS: enabled [2021-11-11T17:12:32.414Z] - CONFIG_SECCOMP: enabled [2021-11-11T17:12:32.414Z] - CONFIG_SECCOMP_FILTER: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-11T17:12:32.414Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-11T17:12:32.414Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-11T17:12:32.414Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-11-11T17:12:32.414Z] - CONFIG_BLK_CGROUP: enabled [2021-11-11T17:12:32.414Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CGROUP_PERF: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-11T17:12:32.414Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-11T17:12:32.414Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-11T17:12:32.414Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-11T17:12:32.414Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-11T17:12:32.414Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-11T17:12:32.671Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_IP_VS: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-11T17:12:32.671Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-11T17:12:32.671Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-11T17:12:32.671Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_SECURITY_SELINUX: enabled [2021-11-11T17:12:32.671Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-11-11T17:12:32.671Z] - CONFIG_EXT4_FS: enabled [2021-11-11T17:12:32.671Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-11T17:12:32.671Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-11T17:12:32.671Z] - Network Drivers: [2021-11-11T17:12:32.671Z] - "overlay": [2021-11-11T17:12:32.671Z] - CONFIG_VXLAN: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-11T17:12:32.671Z] Optional (for encrypted networks): [2021-11-11T17:12:32.671Z] - CONFIG_CRYPTO: enabled [2021-11-11T17:12:32.671Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-11T17:12:32.671Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-11T17:12:32.671Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-11T17:12:32.671Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-11T17:12:32.671Z] - CONFIG_XFRM: enabled [2021-11-11T17:12:32.671Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-11T17:12:32.671Z] - "ipvlan": [2021-11-11T17:12:32.671Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-11T17:12:32.671Z] - "macvlan": [2021-11-11T17:12:32.671Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_DUMMY: enabled (as module) [2021-11-11T17:12:32.671Z] - "ftp,tftp client in container": [2021-11-11T17:12:32.671Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-11T17:12:32.671Z] - Storage Drivers: [2021-11-11T17:12:32.671Z] - "aufs": [2021-11-11T17:12:32.671Z] - CONFIG_AUFS_FS: enabled (as module) [2021-11-11T17:12:32.671Z] - "btrfs": [2021-11-11T17:12:32.671Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-11T17:12:32.671Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-11T17:12:32.671Z] - "devicemapper": [2021-11-11T17:12:32.671Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-11T17:12:32.671Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-11T17:12:32.671Z] - "overlay": [2021-11-11T17:12:32.671Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-11T17:12:32.671Z] - "zfs": [2021-11-11T17:12:32.671Z] - /dev/zfs: present [2021-11-11T17:12:32.671Z] - zfs command: missing [2021-11-11T17:12:32.671Z] - zpool command: missing [2021-11-11T17:12:32.671Z] [2021-11-11T17:12:32.671Z] Limits: [2021-11-11T17:12:32.671Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-11T17:12:32.671Z] [2021-11-11T17:12:32.671Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-11T17:12:33.001Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:ff0c7f89b8defb2f6f921d998912fdcde74545d6 . [2021-11-11T17:12:33.001Z] #1 [internal] load build definition from Dockerfile [2021-11-11T17:12:33.001Z] #1 sha256:7b07a3cd4f2df24c7c992f6b3df6850bf777fcb579d63264aeaf31fcc034fa6e [2021-11-11T17:12:33.001Z] #1 transferring dockerfile: 17.53kB done [2021-11-11T17:12:33.001Z] #1 DONE 0.0s [2021-11-11T17:12:33.001Z] [2021-11-11T17:12:33.001Z] #2 [internal] load .dockerignore [2021-11-11T17:12:33.001Z] #2 sha256:daa081bb41bc94ea151fd1da0962e7bd553c1a34906e4bbde057b9a41ff3393f [2021-11-11T17:12:33.001Z] #2 transferring context: 87B done [2021-11-11T17:12:33.001Z] #2 DONE 0.0s [2021-11-11T17:12:33.001Z] [2021-11-11T17:12:33.001Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-11T17:12:33.001Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-11-11T17:12:33.258Z] #3 DONE 0.1s [2021-11-11T17:12:33.258Z] [2021-11-11T17:12:33.258Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-11T17:12:33.258Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2021-11-11T17:12:33.258Z] #4 CACHED [2021-11-11T17:12:33.515Z] [2021-11-11T17:12:33.515Z] #5 [internal] load build definition from Dockerfile [2021-11-11T17:12:33.515Z] #5 sha256:84c14312ff088b990aa5b0fa2475f70e03a2f5207e2bad5a83bd56d0b1cbf400 [2021-11-11T17:12:33.515Z] #5 DONE 0.0s [2021-11-11T17:12:33.515Z] [2021-11-11T17:12:33.515Z] #6 [internal] load .dockerignore [2021-11-11T17:12:33.515Z] #6 sha256:8384d88d169817a945396272181c5c11947703bebd801bfd1a346b643dde2d80 [2021-11-11T17:12:33.515Z] #6 DONE 0.0s [2021-11-11T17:12:33.515Z] [2021-11-11T17:12:33.515Z] #7 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-11T17:12:33.515Z] #7 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [2021-11-11T17:12:33.515Z] #7 DONE 0.1s [2021-11-11T17:12:33.515Z] [2021-11-11T17:12:33.515Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:12:33.515Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-11T17:12:33.780Z] #10 DONE 0.1s [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:12:33.780Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-11T17:12:33.780Z] #9 DONE 0.1s [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-11T17:12:33.780Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-11-11T17:12:33.780Z] #8 DONE 0.1s [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #78 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:12:33.780Z] #78 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-11T17:12:33.780Z] #78 DONE 0.0s [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #76 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:12:33.780Z] #76 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-11T17:12:33.780Z] #76 DONE 0.0s [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:12:33.780Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:12:33.780Z] #11 DONE 0.0s [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c [2021-11-11T17:12:33.780Z] #35 sha256:e606a43c219c45543ce58d2f3077d574711934eb1b63e83c2d10156f8b704a04 [2021-11-11T17:12:33.780Z] #35 DONE 0.0s [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #31 [internal] load build context [2021-11-11T17:12:33.780Z] #31 sha256:3c2b26dabb526253717d50306c817afabbe271bde62e42e09e54d6fb1c40e3ec [2021-11-11T17:12:33.780Z] #31 ... [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-11T17:12:33.780Z] #12 sha256:9b1df944e75998abb396874c96e2d309d7051d68886304aadea6b86fb8226db3 [2021-11-11T17:12:33.780Z] #12 CACHED [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #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 [2021-11-11T17:12:33.780Z] #13 sha256:6a3f0662aa0e8438f96b47b9794c5709da4ab939a97b9ab27f183d9324fefa65 [2021-11-11T17:12:33.780Z] #13 CACHED [2021-11-11T17:12:33.780Z] [2021-11-11T17:12:33.780Z] #31 [internal] load build context [2021-11-11T17:12:33.780Z] #31 sha256:3c2b26dabb526253717d50306c817afabbe271bde62e42e09e54d6fb1c40e3ec [2021-11-11T17:12:34.346Z] #31 ... [2021-11-11T17:12:34.346Z] [2021-11-11T17:12:34.346Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-11T17:12:34.346Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-11T17:12:34.346Z] #52 DONE 0.5s [2021-11-11T17:12:34.346Z] [2021-11-11T17:12:34.346Z] #31 [internal] load build context [2021-11-11T17:12:34.346Z] #31 sha256:3c2b26dabb526253717d50306c817afabbe271bde62e42e09e54d6fb1c40e3ec [2021-11-11T17:12:35.724Z] #31 ... [2021-11-11T17:12:35.724Z] [2021-11-11T17:12:35.724Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-11-11T17:12:35.724Z] #14 sha256:0c8e5c061cbf63b8cb2b6d6abda97fac744555f99dbfa1c81a34d483c30015bb [2021-11-11T17:12:35.724Z] #14 DONE 1.8s [2021-11-11T17:12:35.724Z] [2021-11-11T17:12:35.724Z] #31 [internal] load build context [2021-11-11T17:12:35.724Z] #31 sha256:3c2b26dabb526253717d50306c817afabbe271bde62e42e09e54d6fb1c40e3ec [2021-11-11T17:12:37.647Z] #31 ... [2021-11-11T17:12:37.647Z] [2021-11-11T17:12:37.647Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2021-11-11T17:12:37.647Z] #15 sha256:f25cec36bc74eb41fb4d5f19aa7c4aea7db430bcf12867f3c305e03a618e3e5c [2021-11-11T17:12:37.647Z] #15 DONE 2.0s [2021-11-11T17:12:37.647Z] [2021-11-11T17:12:37.647Z] #31 [internal] load build context [2021-11-11T17:12:37.647Z] #31 sha256:3c2b26dabb526253717d50306c817afabbe271bde62e42e09e54d6fb1c40e3ec [2021-11-11T17:12:37.907Z] #31 transferring context: 48.32MB 4.3s [2021-11-11T17:12:38.842Z] #31 transferring context: 55.49MB 5.1s done [2021-11-11T17:12:38.842Z] #31 DONE 5.3s [2021-11-11T17:12:38.842Z] [2021-11-11T17:12:38.842Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-11-11T17:12:38.842Z] #16 sha256:69232905a1e2f9819bb1379797337b2b1bd2581c8c38d4ee1233a5948cd55a0a [2021-11-11T17:12:39.409Z] #16 DONE 1.7s [2021-11-11T17:12:39.409Z] [2021-11-11T17:12:39.409Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-11-11T17:12:39.409Z] #17 sha256:d491bb5b6e3ba4cbf30d558147683cd34fed9830a780f83050b4e784cb0941c1 [2021-11-11T17:12:40.346Z] #17 DONE 0.9s [2021-11-11T17:12:40.346Z] [2021-11-11T17:12:40.346Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-11-11T17:12:40.346Z] #18 sha256:8035e1a4d3cf31affe83a488127be50308946dd7d89a122f17cf2f7ea933237f [2021-11-11T17:12:40.913Z] #18 DONE 0.8s [2021-11-11T17:12:40.913Z] [2021-11-11T17:12:40.913Z] #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 [2021-11-11T17:12:40.913Z] #19 sha256:7852fd35cbda369d81962a0ea0c88add14bb4255819511b8a5598b108e15c123 [2021-11-11T17:12:42.304Z] #19 1.116 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:12:42.304Z] #19 1.130 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:12:42.304Z] #19 1.130 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:12:42.304Z] #19 1.420 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2021-11-11T17:12:42.871Z] #19 1.652 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB] [2021-11-11T17:12:42.871Z] #19 1.936 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB] [2021-11-11T17:12:43.132Z] #19 2.204 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-11T17:12:43.272Z] Fetching without tags [2021-11-11T17:12:43.391Z] #19 2.395 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:12:43.592Z] Fetching without tags [2021-11-11T17:12:43.649Z] #19 2.544 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB] [2021-11-11T17:12:43.649Z] #19 2.664 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB] [2021-11-11T17:12:43.649Z] #19 2.664 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [86.4 kB] [2021-11-11T17:12:43.649Z] #19 2.664 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [86.3 kB] [2021-11-11T17:12:43.649Z] #19 2.671 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [84.5 kB] [2021-11-11T17:12:43.649Z] #19 2.671 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [86.9 kB] [2021-11-11T17:12:43.649Z] #19 2.671 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:12:43.907Z] #19 2.872 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-11T17:12:43.908Z] #19 2.877 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2021-11-11T17:12:43.908Z] #19 2.877 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2021-11-11T17:12:43.908Z] #19 2.877 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2021-11-11T17:12:43.908Z] #19 2.877 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:12:43.908Z] #19 2.877 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2021-11-11T17:12:43.943Z] Merging remotes/origin/master commit df7bba7dbc6658ba48851eb4819e0a0a9508b18f into PR head commit 68e3034322969cf06c85988c67dccf7c45ac7b39 [2021-11-11T17:12:42.996Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:12:43.038Z] > git config --add remote.origin.fetch +refs/pull/42838/head:refs/remotes/origin/PR-42838 # timeout=10 [2021-11-11T17:12:43.076Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:43.190Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:12:43.308Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:12:43.308Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:43.310Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:43.284Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:12:43.331Z] > git config --add remote.origin.fetch +refs/pull/42838/head:refs/remotes/origin/PR-42838 # timeout=10 [2021-11-11T17:12:43.382Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:43.503Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:12:43.628Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:12:43.628Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:43.630Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:44.197Z] Still waiting to schedule task [2021-11-11T17:12:44.197Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-11-11T17:12:44.198Z] Still waiting to schedule task [2021-11-11T17:12:44.198Z] Waiting for next available executor on ‘amd64&&ubuntu-2004&&cgroup2’ [2021-11-11T17:12:44.201Z] Still waiting to schedule task [2021-11-11T17:12:44.201Z] Waiting for next available executor on ‘arm64&&ubuntu-2004’ [2021-11-11T17:12:44.206Z] Still waiting to schedule task [2021-11-11T17:12:44.206Z] Waiting for next available executor on ‘windows-2022’ [2021-11-11T17:12:44.234Z] Fetching without tags [2021-11-11T17:12:44.359Z] Merging remotes/origin/master commit df7bba7dbc6658ba48851eb4819e0a0a9508b18f into PR head commit 68e3034322969cf06c85988c67dccf7c45ac7b39 [2021-11-11T17:12:44.495Z] Merging remotes/origin/master commit df7bba7dbc6658ba48851eb4819e0a0a9508b18f into PR head commit 68e3034322969cf06c85988c67dccf7c45ac7b39 [2021-11-11T17:12:44.211Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:12:44.217Z] > git config --add remote.origin.fetch +refs/pull/42838/head:refs/remotes/origin/PR-42838 # timeout=10 [2021-11-11T17:12:44.221Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:44.228Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:12:44.279Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:12:44.280Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:44.280Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:12:44.496Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:44.503Z] > git checkout -f 68e3034322969cf06c85988c67dccf7c45ac7b39 # timeout=10 [2021-11-11T17:12:44.964Z] > git remote # timeout=10 [2021-11-11T17:12:44.969Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T17:12:44.974Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:44.975Z] > git merge df7bba7dbc6658ba48851eb4819e0a0a9508b18f # timeout=10 [2021-11-11T17:12:45.556Z] Merge succeeded, producing 4eecf546b78680d10251b2eb473349b1c575b7fa [2021-11-11T17:12:45.556Z] Checking out Revision 4eecf546b78680d10251b2eb473349b1c575b7fa (PR-42838) [2021-11-11T17:12:45.640Z] Commit message: "Merge commit 'df7bba7dbc6658ba48851eb4819e0a0a9508b18f' into HEAD" [2021-11-11T17:12:45.656Z] First time build. Skipping changelog. [2021-11-11T17:12:43.979Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:44.022Z] > git checkout -f 68e3034322969cf06c85988c67dccf7c45ac7b39 # timeout=10 [2021-11-11T17:12:44.395Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:44.442Z] > git checkout -f 68e3034322969cf06c85988c67dccf7c45ac7b39 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-11T17:12:46.361Z] + docker version [2021-11-11T17:12:46.361Z] Client: Docker Engine - Community [2021-11-11T17:12:46.361Z] Version: 20.10.10-rc1 [2021-11-11T17:12:46.361Z] API version: 1.41 [2021-11-11T17:12:46.361Z] Go version: go1.16.9 [2021-11-11T17:12:46.361Z] Git commit: b485636 [2021-11-11T17:12:46.361Z] Built: Mon Oct 18 15:21:56 2021 [2021-11-11T17:12:46.361Z] OS/Arch: linux/amd64 [2021-11-11T17:12:46.361Z] Context: default [2021-11-11T17:12:46.361Z] Experimental: true [2021-11-11T17:12:46.361Z] [2021-11-11T17:12:46.361Z] Server: Docker Engine - Community [2021-11-11T17:12:46.361Z] Engine: [2021-11-11T17:12:46.361Z] Version: 20.10.10-rc1 [2021-11-11T17:12:46.361Z] API version: 1.41 (minimum version 1.12) [2021-11-11T17:12:46.361Z] Go version: go1.16.9 [2021-11-11T17:12:46.361Z] Git commit: 9f5b26f [2021-11-11T17:12:46.361Z] Built: Mon Oct 18 15:20:03 2021 [2021-11-11T17:12:46.361Z] OS/Arch: linux/amd64 [2021-11-11T17:12:46.361Z] Experimental: true [2021-11-11T17:12:46.361Z] containerd: [2021-11-11T17:12:46.361Z] Version: 1.4.11 [2021-11-11T17:12:46.361Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:12:46.361Z] runc: [2021-11-11T17:12:46.361Z] Version: 1.0.2 [2021-11-11T17:12:46.361Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-11T17:12:46.361Z] docker-init: [2021-11-11T17:12:46.361Z] Version: 0.19.0 [2021-11-11T17:12:46.361Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-11T17:12:46.676Z] + docker info [2021-11-11T17:12:45.551Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-11T17:12:45.556Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:45.562Z] > git checkout -f 4eecf546b78680d10251b2eb473349b1c575b7fa # timeout=10 [2021-11-11T17:12:45.641Z] > git rev-list --no-walk 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 # timeout=10 [2021-11-11T17:12:47.236Z] Client: [2021-11-11T17:12:47.236Z] Context: default [2021-11-11T17:12:47.236Z] Debug Mode: false [2021-11-11T17:12:47.236Z] Plugins: [2021-11-11T17:12:47.236Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-11T17:12:47.236Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-11T17:12:47.236Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-11T17:12:47.236Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-11T17:12:47.236Z] [2021-11-11T17:12:47.236Z] Server: [2021-11-11T17:12:47.236Z] Containers: 0 [2021-11-11T17:12:47.236Z] Running: 0 [2021-11-11T17:12:47.236Z] Paused: 0 [2021-11-11T17:12:47.236Z] Stopped: 0 [2021-11-11T17:12:47.236Z] Images: 2 [2021-11-11T17:12:47.236Z] Server Version: 20.10.10-rc1 [2021-11-11T17:12:47.236Z] Storage Driver: overlay2 [2021-11-11T17:12:47.236Z] Backing Filesystem: extfs [2021-11-11T17:12:47.236Z] Supports d_type: true [2021-11-11T17:12:47.236Z] Native Overlay Diff: true [2021-11-11T17:12:47.236Z] userxattr: false [2021-11-11T17:12:47.236Z] Logging Driver: json-file [2021-11-11T17:12:47.236Z] Cgroup Driver: cgroupfs [2021-11-11T17:12:47.236Z] Cgroup Version: 1 [2021-11-11T17:12:47.236Z] Plugins: [2021-11-11T17:12:47.236Z] Volume: local [2021-11-11T17:12:47.236Z] Network: bridge host ipvlan macvlan null overlay [2021-11-11T17:12:47.236Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-11T17:12:47.236Z] Swarm: inactive [2021-11-11T17:12:47.236Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-11-11T17:12:47.236Z] Default Runtime: runc [2021-11-11T17:12:47.236Z] Init Binary: docker-init [2021-11-11T17:12:47.236Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:12:47.236Z] runc version: v1.0.2-0-g52b36a2 [2021-11-11T17:12:47.236Z] init version: de40ad0 [2021-11-11T17:12:47.236Z] Security Options: [2021-11-11T17:12:47.236Z] apparmor [2021-11-11T17:12:47.236Z] seccomp [2021-11-11T17:12:47.236Z] Profile: default [2021-11-11T17:12:47.236Z] Kernel Version: 5.4.0-1057-aws [2021-11-11T17:12:47.236Z] Operating System: Ubuntu 18.04.6 LTS [2021-11-11T17:12:47.236Z] OSType: linux [2021-11-11T17:12:47.236Z] Architecture: x86_64 [2021-11-11T17:12:47.236Z] CPUs: 2 [2021-11-11T17:12:47.236Z] Total Memory: 7.569GiB [2021-11-11T17:12:47.236Z] Name: ip-10-100-76-17 [2021-11-11T17:12:47.236Z] ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT [2021-11-11T17:12:47.236Z] Docker Root Dir: /var/lib/docker [2021-11-11T17:12:47.236Z] Debug Mode: false [2021-11-11T17:12:47.236Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:12:47.236Z] Labels: [2021-11-11T17:12:47.236Z] Experimental: true [2021-11-11T17:12:47.236Z] Insecure Registries: [2021-11-11T17:12:47.236Z] 127.0.0.0/8 [2021-11-11T17:12:47.236Z] Live Restore Enabled: true [2021-11-11T17:12:47.236Z] [2021-11-11T17:12:47.236Z] WARNING: No swap limit support [Pipeline] sh [2021-11-11T17:12:47.273Z] Merge succeeded, producing 3d39a5a8123c6de88ce5c2844e287dfaedec5f60 [2021-11-11T17:12:47.273Z] Checking out Revision 3d39a5a8123c6de88ce5c2844e287dfaedec5f60 (PR-42838) [2021-11-11T17:12:46.494Z] > git remote # timeout=10 [2021-11-11T17:12:46.535Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T17:12:46.574Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:46.576Z] > git merge df7bba7dbc6658ba48851eb4819e0a0a9508b18f # timeout=10 [2021-11-11T17:12:47.192Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-11-11T17:12:47.309Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:47.349Z] > git checkout -f 3d39a5a8123c6de88ce5c2844e287dfaedec5f60 # timeout=10 [2021-11-11T17:12:47.061Z] > git remote # timeout=10 [2021-11-11T17:12:47.109Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T17:12:47.156Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:12:47.158Z] > git merge df7bba7dbc6658ba48851eb4819e0a0a9508b18f # timeout=10 [2021-11-11T17:12:47.553Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:12:47.553Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:12:47.553Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42838/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2021-11-11T17:12:47.553Z] + bash /home/ubuntu/workspace/moby_PR-42838/check-config.sh [2021-11-11T17:12:47.553Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-11T17:12:47.553Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ... [2021-11-11T17:12:47.553Z] [2021-11-11T17:12:47.553Z] Generally Necessary: [2021-11-11T17:12:47.553Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-11T17:12:47.553Z] - apparmor: enabled and tools installed [2021-11-11T17:12:47.553Z] - CONFIG_NAMESPACES: enabled [2021-11-11T17:12:47.553Z] - CONFIG_NET_NS: enabled [2021-11-11T17:12:47.553Z] - CONFIG_PID_NS: enabled [2021-11-11T17:12:47.553Z] - CONFIG_IPC_NS: enabled [2021-11-11T17:12:47.553Z] - CONFIG_UTS_NS: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CGROUPS: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CPUSETS: enabled [2021-11-11T17:12:47.553Z] - CONFIG_MEMCG: enabled [2021-11-11T17:12:47.553Z] - CONFIG_KEYS: enabled [2021-11-11T17:12:47.553Z] - CONFIG_VETH: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CGROUP_BPF: enabled [2021-11-11T17:12:47.553Z] [2021-11-11T17:12:47.553Z] Optional Features: [2021-11-11T17:12:47.553Z] - CONFIG_USER_NS: enabled [2021-11-11T17:12:47.553Z] - CONFIG_SECCOMP: enabled [2021-11-11T17:12:47.553Z] - CONFIG_SECCOMP_FILTER: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-11T17:12:47.553Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-11T17:12:47.553Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-11T17:12:47.553Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-11-11T17:12:47.553Z] - CONFIG_BLK_CGROUP: enabled [2021-11-11T17:12:47.553Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CGROUP_PERF: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-11T17:12:47.553Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-11T17:12:47.553Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-11T17:12:47.553Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-11T17:12:47.553Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-11T17:12:47.568Z] Commit message: "Merge commit 'df7bba7dbc6658ba48851eb4819e0a0a9508b18f' into HEAD" [2021-11-11T17:12:47.683Z] First time build. Skipping changelog. [2021-11-11T17:12:47.808Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-11T17:12:47.809Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_IP_VS: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-11T17:12:47.809Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-11T17:12:47.809Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-11T17:12:47.809Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_SECURITY_SELINUX: enabled [2021-11-11T17:12:47.809Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-11-11T17:12:47.809Z] - CONFIG_EXT4_FS: enabled [2021-11-11T17:12:47.809Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-11T17:12:47.809Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-11T17:12:47.809Z] - Network Drivers: [2021-11-11T17:12:47.809Z] - "overlay": [2021-11-11T17:12:47.809Z] - CONFIG_VXLAN: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-11T17:12:47.809Z] Optional (for encrypted networks): [2021-11-11T17:12:47.809Z] - CONFIG_CRYPTO: enabled [2021-11-11T17:12:47.809Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-11T17:12:47.809Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-11T17:12:47.809Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-11T17:12:47.809Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-11T17:12:47.809Z] - CONFIG_XFRM: enabled [2021-11-11T17:12:47.809Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-11T17:12:47.809Z] - "ipvlan": [2021-11-11T17:12:47.809Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-11T17:12:47.809Z] - "macvlan": [2021-11-11T17:12:47.809Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_DUMMY: enabled (as module) [2021-11-11T17:12:47.809Z] - "ftp,tftp client in container": [2021-11-11T17:12:47.809Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-11T17:12:47.809Z] - Storage Drivers: [2021-11-11T17:12:47.809Z] - "aufs": [2021-11-11T17:12:47.809Z] - CONFIG_AUFS_FS: enabled (as module) [2021-11-11T17:12:47.809Z] - "btrfs": [2021-11-11T17:12:47.809Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-11T17:12:47.809Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-11T17:12:47.809Z] - "devicemapper": [2021-11-11T17:12:47.809Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-11T17:12:47.809Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-11T17:12:47.809Z] - "overlay": [2021-11-11T17:12:47.809Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-11T17:12:47.809Z] - "zfs": [2021-11-11T17:12:47.809Z] - /dev/zfs: present [2021-11-11T17:12:47.809Z] - zfs command: missing [2021-11-11T17:12:47.809Z] - zpool command: missing [2021-11-11T17:12:47.809Z] [2021-11-11T17:12:47.809Z] Limits: [2021-11-11T17:12:47.809Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-11T17:12:47.809Z] [2021-11-11T17:12:47.809Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-11T17:12:48.047Z] Merge succeeded, producing 420aebf60c299ddb970242174ca3d3f11e2c1f53 [2021-11-11T17:12:48.048Z] Checking out Revision 420aebf60c299ddb970242174ca3d3f11e2c1f53 (PR-42838) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-11-11T17:12:48.132Z] + sudo modprobe ip_vs [2021-11-11T17:12:48.132Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4eecf546b78680d10251b2eb473349b1c575b7fa . [Pipeline] sh [2021-11-11T17:12:48.387Z] #1 [internal] load build definition from Dockerfile [2021-11-11T17:12:48.387Z] #1 sha256:28a0cc702f8dce95402dc72018815b1297d975d3fcffd74c39da1e50a5c06351 [2021-11-11T17:12:48.387Z] #1 transferring dockerfile: 17.53kB done [2021-11-11T17:12:48.387Z] #1 DONE 0.0s [2021-11-11T17:12:48.387Z] [2021-11-11T17:12:48.387Z] #2 [internal] load .dockerignore [2021-11-11T17:12:48.387Z] #2 sha256:eaf540441ade1fa7ecf639bddd60c6bf57b5d286c3efbd77bb636b57cc76700b [2021-11-11T17:12:48.387Z] #2 transferring context: 87B done [2021-11-11T17:12:48.387Z] #2 DONE 0.0s [2021-11-11T17:12:48.387Z] [2021-11-11T17:12:48.387Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-11T17:12:48.387Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-11-11T17:12:48.387Z] #3 DONE 0.1s [2021-11-11T17:12:48.387Z] [2021-11-11T17:12:48.387Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-11T17:12:48.387Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2021-11-11T17:12:48.387Z] #4 CACHED [2021-11-11T17:12:48.394Z] Commit message: "Merge commit 'df7bba7dbc6658ba48851eb4819e0a0a9508b18f' into HEAD" [2021-11-11T17:12:48.516Z] First time build. Skipping changelog. [2021-11-11T17:12:48.643Z] [2021-11-11T17:12:48.643Z] #5 [internal] load build definition from Dockerfile [2021-11-11T17:12:48.643Z] #5 sha256:2b706f5ae5b1947647bea9421e004fdb972906a57a6df4d5d01790e6bb4cb2e4 [2021-11-11T17:12:48.643Z] #5 DONE 0.0s [2021-11-11T17:12:48.643Z] [2021-11-11T17:12:48.643Z] #6 [internal] load .dockerignore [2021-11-11T17:12:48.643Z] #6 sha256:87b21588ba6239a6b7360575bb1db020e33bf3a394a6b9dfb208ca6155587bb2 [2021-11-11T17:12:48.643Z] #6 DONE 0.0s [2021-11-11T17:12:48.643Z] [2021-11-11T17:12:48.643Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:12:48.643Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-11T17:12:48.643Z] #9 DONE 0.1s [2021-11-11T17:12:48.643Z] [2021-11-11T17:12:48.643Z] #10 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-11T17:12:48.643Z] #10 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [Pipeline] withEnv [Pipeline] { [2021-11-11T17:12:48.904Z] #10 DONE 0.1s [2021-11-11T17:12:48.904Z] [2021-11-11T17:12:48.904Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-11T17:12:48.904Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-11-11T17:12:48.904Z] #7 DONE 0.1s [2021-11-11T17:12:48.904Z] [2021-11-11T17:12:48.904Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:12:48.904Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-11T17:12:48.904Z] #8 DONE 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-11T17:12:49.047Z] + docker version [2021-11-11T17:12:49.047Z] Client: [2021-11-11T17:12:49.047Z] Version: 20.10.9 [2021-11-11T17:12:49.047Z] API version: 1.41 [2021-11-11T17:12:49.047Z] Go version: go1.16.8 [2021-11-11T17:12:49.047Z] Git commit: c2ea9bc [2021-11-11T17:12:49.047Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-11T17:12:49.047Z] OS/Arch: windows/amd64 [2021-11-11T17:12:49.047Z] Context: default [2021-11-11T17:12:49.047Z] Experimental: true [2021-11-11T17:12:49.047Z] [2021-11-11T17:12:49.047Z] Server: Docker Engine - Community [2021-11-11T17:12:49.047Z] Engine: [2021-11-11T17:12:49.047Z] Version: 20.10.9 [2021-11-11T17:12:49.047Z] API version: 1.41 (minimum version 1.24) [2021-11-11T17:12:49.047Z] Go version: go1.16.8 [2021-11-11T17:12:49.047Z] Git commit: 79ea9d3 [2021-11-11T17:12:49.047Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-11T17:12:49.047Z] OS/Arch: windows/amd64 [2021-11-11T17:12:49.047Z] Experimental: true [2021-11-11T17:12:49.161Z] [2021-11-11T17:12:49.161Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:12:49.161Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-11T17:12:49.161Z] #71 DONE 0.0s [2021-11-11T17:12:49.161Z] [2021-11-11T17:12:49.161Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:12:49.161Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-11T17:12:49.161Z] #69 DONE 0.0s [2021-11-11T17:12:49.161Z] [2021-11-11T17:12:49.161Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:12:49.161Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:12:49.161Z] #11 DONE 0.0s [2021-11-11T17:12:49.161Z] [2021-11-11T17:12:49.161Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c [2021-11-11T17:12:49.161Z] #28 sha256:e606a43c219c45543ce58d2f3077d574711934eb1b63e83c2d10156f8b704a04 [2021-11-11T17:12:49.161Z] #28 DONE 0.0s [2021-11-11T17:12:49.161Z] [2021-11-11T17:12:49.161Z] #24 [internal] load build context [2021-11-11T17:12:49.161Z] #24 sha256:9d1ec39b4fad92ab6b5278c797cedbb4d48c63e65d49853b794acb83e17470e5 [2021-11-11T17:12:47.604Z] > git rev-list --no-walk 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 # timeout=10 [2021-11-11T17:12:47.958Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-11-11T17:12:48.084Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:12:48.135Z] > git checkout -f 420aebf60c299ddb970242174ca3d3f11e2c1f53 # timeout=10 [2021-11-11T17:12:48.430Z] > git rev-list --no-walk 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 # timeout=10 [Pipeline] sh [2021-11-11T17:12:49.418Z] #24 ... [2021-11-11T17:12:49.418Z] [2021-11-11T17:12:49.418Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-11T17:12:49.418Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-11T17:12:49.418Z] #45 DONE 0.5s [2021-11-11T17:12:49.418Z] [2021-11-11T17:12:49.418Z] #24 [internal] load build context [2021-11-11T17:12:49.418Z] #24 sha256:9d1ec39b4fad92ab6b5278c797cedbb4d48c63e65d49853b794acb83e17470e5 [2021-11-11T17:12:49.869Z] + docker version [2021-11-11T17:12:49.869Z] Client: [2021-11-11T17:12:49.869Z] Version: 20.10.9 [2021-11-11T17:12:49.869Z] API version: 1.41 [2021-11-11T17:12:49.869Z] Go version: go1.16.8 [2021-11-11T17:12:49.869Z] Git commit: c2ea9bc [2021-11-11T17:12:49.869Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-11T17:12:49.869Z] OS/Arch: windows/amd64 [2021-11-11T17:12:49.869Z] Context: default [2021-11-11T17:12:49.869Z] Experimental: true [2021-11-11T17:12:49.869Z] [2021-11-11T17:12:49.869Z] Server: Docker Engine - Community [2021-11-11T17:12:49.869Z] Engine: [2021-11-11T17:12:49.869Z] Version: 20.10.9 [2021-11-11T17:12:49.870Z] API version: 1.41 (minimum version 1.24) [2021-11-11T17:12:49.870Z] Go version: go1.16.8 [2021-11-11T17:12:49.870Z] Git commit: 79ea9d3 [2021-11-11T17:12:49.870Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-11T17:12:49.870Z] OS/Arch: windows/amd64 [2021-11-11T17:12:49.870Z] Experimental: true [Pipeline] sh [2021-11-11T17:12:50.324Z] + docker info [2021-11-11T17:12:50.324Z] Client: [2021-11-11T17:12:50.324Z] Context: default [2021-11-11T17:12:50.324Z] Debug Mode: false [2021-11-11T17:12:50.324Z] [2021-11-11T17:12:50.324Z] Server: [2021-11-11T17:12:50.324Z] Containers: 0 [2021-11-11T17:12:50.324Z] Running: 0 [2021-11-11T17:12:50.324Z] Paused: 0 [2021-11-11T17:12:50.324Z] Stopped: 0 [2021-11-11T17:12:50.324Z] Images: 11 [2021-11-11T17:12:50.324Z] Server Version: 20.10.9 [2021-11-11T17:12:50.324Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-11T17:12:50.324Z] Windows: [2021-11-11T17:12:50.324Z] LCOW: [2021-11-11T17:12:50.324Z] Logging Driver: json-file [2021-11-11T17:12:50.324Z] Plugins: [2021-11-11T17:12:50.324Z] Volume: local [2021-11-11T17:12:50.324Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T17:12:50.324Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T17:12:50.324Z] Swarm: inactive [2021-11-11T17:12:50.324Z] Default Isolation: process [2021-11-11T17:12:50.324Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-11T17:12:50.324Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-11T17:12:50.324Z] OSType: windows [2021-11-11T17:12:50.324Z] Architecture: x86_64 [2021-11-11T17:12:50.324Z] CPUs: 4 [2021-11-11T17:12:50.324Z] Total Memory: 32GiB [2021-11-11T17:12:50.324Z] Name: azwin-2-00f4f0 [2021-11-11T17:12:50.324Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2021-11-11T17:12:50.324Z] Docker Root Dir: D:\docker [2021-11-11T17:12:50.324Z] Debug Mode: false [2021-11-11T17:12:50.324Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:12:50.324Z] Labels: [2021-11-11T17:12:50.324Z] Experimental: true [2021-11-11T17:12:50.324Z] Insecure Registries: [2021-11-11T17:12:50.324Z] 10.0.0.4:5000 [2021-11-11T17:12:50.324Z] 127.0.0.0/8 [2021-11-11T17:12:50.324Z] Registry Mirrors: [2021-11-11T17:12:50.324Z] http://10.0.0.4:5000/ [2021-11-11T17:12:50.324Z] Live Restore Enabled: false [2021-11-11T17:12:50.324Z] Product License: Community Engine [2021-11-11T17:12:50.324Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-11-11T17:12:50.795Z] #24 transferring context: 55.49MB 1.6s done [2021-11-11T17:12:50.795Z] #24 DONE 1.7s [2021-11-11T17:12:50.795Z] [2021-11-11T17:12:50.795Z] #41 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-11T17:12:50.795Z] #41 sha256:f4a2fb0106e942e04b9def0e2998d8ad8ab68a0059533948c0eb3b0e33c71495 [2021-11-11T17:12:50.795Z] #41 CACHED [2021-11-11T17:12:50.795Z] [2021-11-11T17:12:50.795Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-11T17:12:50.795Z] #59 sha256:335c458f92317ec184879da07f5d7ac21fba362f38a5538ce96b77708622e693 [2021-11-11T17:12:50.795Z] #59 CACHED [2021-11-11T17:12:50.795Z] [2021-11-11T17:12:50.795Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-11T17:12:50.795Z] #19 sha256:f965d325ab8721aaeb7d878cef03e8711bfe2209a94f4ebb3c4e65749919b3f0 [2021-11-11T17:12:50.795Z] #19 CACHED [2021-11-11T17:12:50.795Z] [2021-11-11T17:12:50.795Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-11T17:12:50.795Z] #54 sha256:576087a0a8ad0e8af43c37fd238346d2908e63831c3d678385206e7cccf724ab [2021-11-11T17:12:50.795Z] #54 CACHED [2021-11-11T17:12:50.795Z] [2021-11-11T17:12:50.795Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-11T17:12:50.795Z] #16 sha256:bff232d730aa8252f1d0cffe3eda5d881848932629b28697050da762518790bb [2021-11-11T17:12:50.795Z] #16 CACHED [2021-11-11T17:12:50.795Z] [2021-11-11T17:12:50.795Z] #44 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #44 sha256:e4bd74a53886fd0d733695d3688ba1a825d2064a027c3358ad2ed2df86d0d297 [2021-11-11T17:12:50.796Z] #44 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-11T17:12:50.796Z] #66 sha256:0daaaf2f1216d98cd5ca9d7f69bb1e43c1ba8776dfe3de9102c7d2386a07a628 [2021-11-11T17:12:50.796Z] #66 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #51 [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 [2021-11-11T17:12:50.796Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956 [2021-11-11T17:12:50.796Z] #51 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #63 sha256:c2fb78e54d2092aa6cba25e8b7123e00c0edf65a5656868def0cb18395b62883 [2021-11-11T17:12:50.796Z] #63 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #55 [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 [2021-11-11T17:12:50.796Z] #55 sha256:c6e4e4bd9a5d5c7ad1e82856e9bef84220005c2dffdeef1fc88a055591229274 [2021-11-11T17:12:50.796Z] #55 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089 [2021-11-11T17:12:50.796Z] #38 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-11T17:12:50.796Z] #39 sha256:bd99efaa159bd89bfa275767683a95c8a1e491334bc99dc0b497ba0ac2cbf4fa [2021-11-11T17:12:50.796Z] #39 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #60 [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 [2021-11-11T17:12:50.796Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3 [2021-11-11T17:12:50.796Z] #60 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #68 sha256:05b27ea50aa96ce6708dfdb8b5469e81c90865a262f3e5cd1e5ca53e9950168c [2021-11-11T17:12:50.796Z] #68 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #13 sha256:6a3f0662aa0e8438f96b47b9794c5709da4ab939a97b9ab27f183d9324fefa65 [2021-11-11T17:12:50.796Z] #13 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #65 [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 [2021-11-11T17:12:50.796Z] #65 sha256:52e37180a90dbb27f6d2bdc9717bbf7b1b23d990cf50b47dc891ed961a9f0229 [2021-11-11T17:12:50.796Z] #65 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:12:50.796Z] #62 sha256:aa8357eaafc34ca6f0747146f1251654c5940cab3a25a05a048fe53dcb097a1d [2021-11-11T17:12:50.796Z] #62 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-11T17:12:50.796Z] #23 sha256:c381dc5168a35195ac7b3fe04018060c7364414236bb395498ca4971ad56fdde [2021-11-11T17:12:50.796Z] #23 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-11T17:12:50.796Z] #57 sha256:08d66770ac6915bfc4fab16d1b1952f3f08e4391e3c86edac3ddaa71e8dd8233 [2021-11-11T17:12:50.796Z] #57 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-11T17:12:50.796Z] #61 sha256:f49679445c8bd9496be2df92df5f333a074e82758f12acb8dbbf44e2e51c3d8e [2021-11-11T17:12:50.796Z] #61 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-11T17:12:50.796Z] #32 sha256:025611d550e2ea6a0470700632cbd135172489042d0344c6f116a5b5e12938fb [2021-11-11T17:12:50.796Z] #32 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-11T17:12:50.796Z] #64 sha256:4f52f96fefbae66bc4a647ee315cf7c159a561b0fd259851937929a8c54a7736 [2021-11-11T17:12:50.796Z] #64 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #73 sha256:095006c36eeadfeee6780ec1750f750e49628850a36ab5bd48edccc7ab88977b [2021-11-11T17:12:50.796Z] #73 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-11T17:12:50.796Z] #15 sha256:b15bc9449db7d2a0c8e0f650c707556117769a53f33afb6dff3b428fd0632c30 [2021-11-11T17:12:50.796Z] #15 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-11T17:12:50.796Z] #25 sha256:27b0e8ce438e85906d46d0a3425ee633878eac7d18b32536f446fda5ff6cc173 [2021-11-11T17:12:50.796Z] #25 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-11T17:12:50.796Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-11T17:12:50.796Z] #72 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #49 [vndr 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/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-11T17:12:50.796Z] #49 sha256:2400a6541f501c8a17ba719cbfae1c21b6f397dc2c2abe53736d8ffa5eaa46e8 [2021-11-11T17:12:50.796Z] #49 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68 [2021-11-11T17:12:50.796Z] #34 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-11T17:12:50.796Z] #12 sha256:9b1df944e75998abb396874c96e2d309d7051d68886304aadea6b86fb8226db3 [2021-11-11T17:12:50.796Z] #12 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #50 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #50 sha256:68641291b76bf3563ade7b59c50a3e5a74b60a2d8104125a452ef331c4f9e759 [2021-11-11T17:12:50.796Z] #50 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-11T17:12:50.796Z] #67 sha256:e9d1843b5cfdd946474ceff7741a9b82548f6ca0214c493d90d8906b7bf808eb [2021-11-11T17:12:50.796Z] #67 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #22 [dev-systemd-false 8/25] 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 [2021-11-11T17:12:50.796Z] #22 sha256:7bac5318c7f501af978b67704560a4fba72ad524694b2e7e7aa61cadc21b3bf2 [2021-11-11T17:12:50.796Z] #22 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-11T17:12:50.796Z] #17 sha256:74acb39025a65d13d41b74def7f7b55a218df2114933ae942f0e025dbaea186f [2021-11-11T17:12:50.796Z] #17 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #37 sha256:83486456aad830619fe79d5662ae65eedfd3ed7d4e047fe7de8ba3ca4814d8b4 [2021-11-11T17:12:50.796Z] #37 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #29 sha256:ffc04e501379ebdeb5bb578ca3cef1d551144c1da161a8a428c7bb98efe5021e [2021-11-11T17:12:50.796Z] #29 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #36 sha256:9c7fb3b4be6eb08cfacf57b9c30105632b61415c96fcee8ddecdce6672564994 [2021-11-11T17:12:50.796Z] #36 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-11T17:12:50.796Z] #18 sha256:1b1b1f47872363ea994601ec4b184d17cdc6b88435aff69646fe895768308f7a [2021-11-11T17:12:50.796Z] #18 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #21 [dev-systemd-false 7/25] 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 [2021-11-11T17:12:50.796Z] #21 sha256:02e47910ef1d217b2fdf6749b5774d54849aa8675b41607a90ba7398f397013a [2021-11-11T17:12:50.796Z] #21 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-11T17:12:50.796Z] #42 sha256:b25b048812efb5e5fd79938f5a1b89feae4a8595bee6ebcd6d710f9cc6136811 [2021-11-11T17:12:50.796Z] #42 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:12:50.796Z] #47 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-11T17:12:50.796Z] #30 sha256:ba86ab9a50b74502c6a002a9e44f6f3519f8ead88ffbd647c2fed2b59dce2c90 [2021-11-11T17:12:50.796Z] #30 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #46 sha256:705ad05f202bc239482fd9353c06c6f984ce3e2620008a95fcd7e7a88aed512d [2021-11-11T17:12:50.796Z] #46 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe [2021-11-11T17:12:50.796Z] #43 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-11T17:12:50.796Z] #33 sha256:e2d4ec19b3089eb55fb50ff94dcdf5e864ca4261291a9e58e4bf7688cf1139cd [2021-11-11T17:12:50.796Z] #33 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #56 sha256:617f9f88c1bc588072b405dd11b10cb9ac9dfe3619cf4396a246baa130152032 [2021-11-11T17:12:50.796Z] #56 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-11-11T17:12:50.796Z] #20 sha256:648eb8b0bcec942d35db4fe9a730ebc9613cc9500030e7815f173fce0a17a4be [2021-11-11T17:12:50.796Z] #20 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:12:50.796Z] #14 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #48 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #48 sha256:9a29d14155b0d72ee1b80082e9813796e4fb024149c7894c3e3f0b0b45feaa07 [2021-11-11T17:12:50.796Z] #48 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #26 sha256:174d398ce596bd31e0296ca460a1f9a088ab4e9576283d89654bcbb4d3c72912 [2021-11-11T17:12:50.796Z] #26 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #52 sha256:fce8ae7ab57c27586b84c94480ae94ace2f592859cca49d31346122e69e9e48a [2021-11-11T17:12:50.796Z] #52 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #31 sha256:bc6f9153efabc89d993d1f1607dda971cf791a1eb6218a7e1395a7633f939295 [2021-11-11T17:12:50.796Z] #31 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-11T17:12:50.796Z] #35 sha256:ecb8238336f2724a7ef69f6f5dedb502f0726b6606e13a45945deb9866ce052c [2021-11-11T17:12:50.796Z] #35 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #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 [2021-11-11T17:12:50.796Z] #40 sha256:dc2cd6beeec362dc7769a7dc12965cf4f07161ca424d46eb4d40439b34e02069 [2021-11-11T17:12:50.796Z] #40 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-11T17:12:50.796Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-11T17:12:50.796Z] #70 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-11T17:12:50.796Z] #27 sha256:2103340088b9ba5c0b3da8deef7b7ffcc434179c423bfd21050939771f7ea8be [2021-11-11T17:12:50.796Z] #27 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:12:50.796Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:12:50.796Z] #53 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:12:50.796Z] #58 sha256:c2befb59808b60ed1a556abbd66a1884d279e6158290f831b7c1f3f79ca2d715 [2021-11-11T17:12:50.796Z] #58 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-11T17:12:50.796Z] #74 sha256:64c6dd040cceaadf83499dbc99d4474d197ad786aa9be16d8147e83d075289d5 [2021-11-11T17:12:50.796Z] #74 CACHED [2021-11-11T17:12:50.796Z] [2021-11-11T17:12:50.796Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-11T17:12:50.796Z] #75 sha256:f815b8958edd22236b011b8bf787e6040f9a513342381fdae5466d035a5354d1 [2021-11-11T17:12:50.945Z] + docker info [2021-11-11T17:12:51.724Z] #75 DONE 1.0s [2021-11-11T17:12:51.724Z] [2021-11-11T17:12:51.724Z] #76 exporting to image [2021-11-11T17:12:51.724Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-11T17:12:51.724Z] #76 exporting layers [2021-11-11T17:12:51.937Z] Client: [2021-11-11T17:12:51.937Z] Context: default [2021-11-11T17:12:51.937Z] Debug Mode: false [2021-11-11T17:12:51.937Z] Plugins: [2021-11-11T17:12:51.937Z] app: Docker Application (Docker Inc., v0.8.0) [2021-11-11T17:12:51.937Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-11-11T17:12:51.937Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-11-11T17:12:51.937Z] [2021-11-11T17:12:51.937Z] Server: [2021-11-11T17:12:51.937Z] Containers: 0 [2021-11-11T17:12:51.937Z] Running: 0 [2021-11-11T17:12:51.937Z] Paused: 0 [2021-11-11T17:12:51.937Z] Stopped: 0 [2021-11-11T17:12:51.937Z] Images: 11 [2021-11-11T17:12:51.937Z] Server Version: 20.10.9 [2021-11-11T17:12:51.937Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-11-11T17:12:51.937Z] LCOW: [2021-11-11T17:12:51.937Z] Windows: [2021-11-11T17:12:51.937Z] Logging Driver: json-file [2021-11-11T17:12:51.937Z] Plugins: [2021-11-11T17:12:51.937Z] Volume: local [2021-11-11T17:12:51.937Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T17:12:51.937Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T17:12:51.937Z] Swarm: inactive [2021-11-11T17:12:51.937Z] Default Isolation: process [2021-11-11T17:12:51.937Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-11T17:12:51.937Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-11T17:12:51.937Z] OSType: windows [2021-11-11T17:12:51.937Z] Architecture: x86_64 [2021-11-11T17:12:51.937Z] CPUs: 4 [2021-11-11T17:12:51.937Z] Total Memory: 32GiB [2021-11-11T17:12:51.937Z] Name: azwin-2-d6c9b0 [2021-11-11T17:12:51.937Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2021-11-11T17:12:51.937Z] Docker Root Dir: D:\docker [2021-11-11T17:12:51.937Z] Debug Mode: false [2021-11-11T17:12:51.937Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:12:51.937Z] Labels: [2021-11-11T17:12:51.937Z] Experimental: true [2021-11-11T17:12:51.937Z] Insecure Registries: [2021-11-11T17:12:51.937Z] 10.0.0.4:5000 [2021-11-11T17:12:51.937Z] 127.0.0.0/8 [2021-11-11T17:12:51.937Z] Registry Mirrors: [2021-11-11T17:12:51.937Z] http://10.0.0.4:5000/ [2021-11-11T17:12:51.937Z] Live Restore Enabled: false [2021-11-11T17:12:51.937Z] Product License: Community Engine [2021-11-11T17:12:51.937Z] [2021-11-11T17:12:52.058Z] #19 10.87 Fetched 48.7 MB in 10s (4860 kB/s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-11-11T17:12:52.651Z] #76 exporting layers 0.9s done [2021-11-11T17:12:52.651Z] #76 writing image sha256:feae4fa448460b6f69161d75f298f030f4d32d07b03721ee7b5ed1ad32512522 done [2021-11-11T17:12:52.651Z] #76 naming to docker.io/library/docker:4eecf546b78680d10251b2eb473349b1c575b7fa done [2021-11-11T17:12:52.651Z] #76 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-11-11T17:12:52.999Z] + trap exit INT TERM [2021-11-11T17:12:52.999Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-11-11T17:12:52.999Z] + CONTAINER_NAME=docker-pr11 [2021-11-11T17:12:52.999Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42838/.git:/go/src/github.com/docker/docker/.git --name docker-pr11-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4eecf546b78680d10251b2eb473349b1c575b7fa -e DOCKER_GRAPHDRIVER docker:4eecf546b78680d10251b2eb473349b1c575b7fa hack/make.sh dynbinary [2021-11-11T17:12:53.561Z] [2021-11-11T17:12:53.817Z] Removing bundles/ [2021-11-11T17:12:53.817Z] [2021-11-11T17:12:53.817Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-11T17:12:53.817Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:12:53.817Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:12:57.323Z] #19 10.87 Reading package lists... [2021-11-11T17:12:58.200Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-11-11T17:12:58.201Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-85d76309\powershellScript.ps1'; exit $LASTEXITCODE; [2021-11-11T17:12:58.201Z] ---------------------------------------------------------------------------- [2021-11-11T17:12:58.201Z] [2021-11-11T17:12:58.201Z] INFO: executeCI.ps1 starting at Thu Nov 11 17:12:57 CUT 2021 [2021-11-11T17:12:58.201Z] [2021-11-11T17:12:58.201Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-11-11T17:12:58.201Z] INFO: Running git version 2.24.1.windows.2 [2021-11-11T17:12:58.201Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-11-11T17:12:58.201Z] INFO: Environment variables: [2021-11-11T17:12:58.201Z] [2021-11-11T17:12:58.201Z] Name Value [2021-11-11T17:12:58.201Z] ---- ----- [2021-11-11T17:12:58.201Z] ALLUSERSPROFILE C:\ProgramData [2021-11-11T17:12:58.201Z] amd64 true [2021-11-11T17:12:58.201Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-11-11T17:12:58.201Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-11-11T17:12:58.201Z] arm64 true [2021-11-11T17:12:58.201Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-11-11T17:12:58.201Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-11-11T17:12:58.201Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-11-11T17:12:58.201Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-11-11T17:12:58.201Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-11-11T17:12:58.201Z] BRANCH_NAME PR-42838 [2021-11-11T17:12:58.201Z] BUILD_DISPLAY_NAME #11 [2021-11-11T17:12:58.201Z] BUILD_ID 11 [2021-11-11T17:12:58.201Z] BUILD_NUMBER 11 [2021-11-11T17:12:58.201Z] BUILD_TAG jenkins-moby-PR-42838-11 [2021-11-11T17:12:58.201Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/ [2021-11-11T17:12:58.201Z] cgroup2 true [2021-11-11T17:12:58.201Z] CHANGE_AUTHOR sanjams2 [2021-11-11T17:12:58.201Z] CHANGE_AUTHOR_DISPLAY_NAME James (@sanjams) [2021-11-11T17:12:58.201Z] CHANGE_BRANCH 42731-development [2021-11-11T17:12:58.201Z] CHANGE_FORK sanjams2 [2021-11-11T17:12:58.201Z] CHANGE_ID 42838 [2021-11-11T17:12:58.201Z] CHANGE_TARGET master [2021-11-11T17:12:58.201Z] CHANGE_TITLE Add an option to specify log format for awslogs driver [2021-11-11T17:12:58.201Z] CHANGE_URL https://github.com/moby/moby/pull/42838 [2021-11-11T17:12:58.201Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:12:58.201Z] CommonProgramFiles C:\Program Files\Common Files [2021-11-11T17:12:58.201Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-11-11T17:12:58.201Z] CommonProgramW6432 C:\Program Files\Common Files [2021-11-11T17:12:58.201Z] COMPUTERNAME azwin-2-00f4f0 [2021-11-11T17:12:58.201Z] ComSpec C:\Windows\system32\cmd.exe [2021-11-11T17:12:58.201Z] ConfigSequenceNumber 0 [2021-11-11T17:12:58.201Z] dco true [2021-11-11T17:12:58.201Z] DOCKER_BUILDKIT 0 [2021-11-11T17:12:58.201Z] DOCKER_DUT_DEBUG 1 [2021-11-11T17:12:58.201Z] DOCKER_EXPERIMENTAL 1 [2021-11-11T17:12:58.201Z] DOCKER_GRAPHDRIVER overlay2 [2021-11-11T17:12:58.201Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-11-11T17:12:58.201Z] EXECUTOR_NUMBER 0 [2021-11-11T17:12:58.201Z] FQDN azwin-2-00f4f0.westus.cloudapp.azure.com [2021-11-11T17:12:58.201Z] GIT_BRANCH PR-42838 [2021-11-11T17:12:58.201Z] GIT_COMMIT 420aebf60c299ddb970242174ca3d3f11e2c1f53 [2021-11-11T17:12:58.201Z] GIT_PREVIOUS_COMMIT 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 [2021-11-11T17:12:58.201Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 48cfc3a630a16ac422f57c3512e73188a91036dc [2021-11-11T17:12:58.201Z] GIT_URL https://github.com/moby/moby.git [2021-11-11T17:12:58.201Z] HUDSON_COOKIE 5137b1eb-49d4-4db3-bfd2-ec7067cbee79 [2021-11-11T17:12:58.201Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-11-11T17:12:58.201Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-11-11T17:12:58.201Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-11-11T17:12:58.201Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-11-11T17:12:58.201Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-11-11T17:12:58.201Z] JENKINS_NODE_COOKIE 7886617a-f0da-4fe3-a750-aa55c098c9ae [2021-11-11T17:12:58.201Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-11-11T17:12:58.201Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-11-11T17:12:58.201Z] JOB_BASE_NAME PR-42838 [2021-11-11T17:12:58.201Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/display/redirect [2021-11-11T17:12:58.201Z] JOB_NAME moby/PR-42838 [2021-11-11T17:12:58.201Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/ [2021-11-11T17:12:58.201Z] library.jps.version master [2021-11-11T17:12:58.201Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-11-11T17:12:58.201Z] NODE_LABELS amd64 azure azwin-2-00f4f0 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-11-11T17:12:58.201Z] NODE_NAME azwin-2-00f4f0 [2021-11-11T17:12:58.201Z] NUMBER_OF_PROCESSORS 4 [2021-11-11T17:12:58.201Z] OS Windows_NT [2021-11-11T17:12:58.201Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-11-11T17:12:58.201Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-11-11T17:12:58.201Z] ppc64le false [2021-11-11T17:12:58.201Z] PROCESSOR_ARCHITECTURE AMD64 [2021-11-11T17:12:58.201Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-11-11T17:12:58.201Z] PROCESSOR_LEVEL 6 [2021-11-11T17:12:58.201Z] PROCESSOR_REVISION 5507 [2021-11-11T17:12:58.201Z] ProgramData C:\ProgramData [2021-11-11T17:12:58.201Z] ProgramFiles C:\Program Files [2021-11-11T17:12:58.201Z] ProgramFiles(x86) C:\Program Files (x86) [2021-11-11T17:12:58.201Z] ProgramW6432 C:\Program Files [2021-11-11T17:12:58.201Z] PROMPT $P$G [2021-11-11T17:12:58.201Z] PSExecutionPolicyPreference Bypass [2021-11-11T17:12:58.201Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-11-11T17:12:58.201Z] PUBLIC C:\Users\Public [2021-11-11T17:12:58.201Z] rootless true [2021-11-11T17:12:58.201Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect?page=arti... [2021-11-11T17:12:58.201Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect?page=changes [2021-11-11T17:12:58.201Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect [2021-11-11T17:12:58.201Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect?page=tests [2021-11-11T17:12:58.201Z] s390x false [2021-11-11T17:12:58.201Z] SKIP_VALIDATION_TESTS 1 [2021-11-11T17:12:58.201Z] SOURCES_DRIVE d [2021-11-11T17:12:58.201Z] SOURCES_SUBDIR gopath [2021-11-11T17:12:58.201Z] STAGE_NAME Run tests [2021-11-11T17:12:58.201Z] SystemDrive C: [2021-11-11T17:12:58.201Z] SystemRoot C:\Windows [2021-11-11T17:12:58.201Z] TEMP C:\Windows\TEMP [2021-11-11T17:12:58.201Z] TESTDEBUG 0 [2021-11-11T17:12:58.201Z] TESTRUN_DRIVE d [2021-11-11T17:12:58.201Z] TESTRUN_SUBDIR CI [2021-11-11T17:12:58.201Z] TIMEOUT 120m [2021-11-11T17:12:58.201Z] TMP C:\Windows\TEMP [2021-11-11T17:12:58.201Z] unit_validate true [2021-11-11T17:12:58.201Z] USERDOMAIN WORKGROUP [2021-11-11T17:12:58.201Z] USERNAME azwin-2-00f4f0$ [2021-11-11T17:12:58.201Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-11-11T17:12:58.201Z] validate_force false [2021-11-11T17:12:58.201Z] windir C:\Windows [2021-11-11T17:12:58.201Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-11-11T17:12:58.201Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-11-11T17:12:58.201Z] windows2022 true [2021-11-11T17:12:58.202Z] windows2022containerd true [2021-11-11T17:12:58.202Z] windowsRS1 false [2021-11-11T17:12:58.202Z] windowsRS5 true [2021-11-11T17:12:58.202Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-11-11T17:12:58.202Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] INFO: Sources under d:\gopath\... [2021-11-11T17:12:58.202Z] INFO: Test run under d:\CI\... [2021-11-11T17:12:58.202Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-11-11T17:12:58.202Z] INFO: docker/docker repository was found [2021-11-11T17:12:58.202Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-11-11T17:12:58.202Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.350' [2021-11-11T17:12:58.202Z] INFO: Docker version of control daemon [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] Client: [2021-11-11T17:12:58.202Z] Version: 20.10.9 [2021-11-11T17:12:58.202Z] API version: 1.41 [2021-11-11T17:12:58.202Z] Go version: go1.16.8 [2021-11-11T17:12:58.202Z] Git commit: c2ea9bc [2021-11-11T17:12:58.202Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-11T17:12:58.202Z] OS/Arch: windows/amd64 [2021-11-11T17:12:58.202Z] Context: default [2021-11-11T17:12:58.202Z] Experimental: true [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] Server: Docker Engine - Community [2021-11-11T17:12:58.202Z] Engine: [2021-11-11T17:12:58.202Z] Version: 20.10.9 [2021-11-11T17:12:58.202Z] API version: 1.41 (minimum version 1.24) [2021-11-11T17:12:58.202Z] Go version: go1.16.8 [2021-11-11T17:12:58.202Z] Git commit: 79ea9d3 [2021-11-11T17:12:58.202Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-11T17:12:58.202Z] OS/Arch: windows/amd64 [2021-11-11T17:12:58.202Z] Experimental: true [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] INFO: Docker info of control daemon [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] Client: [2021-11-11T17:12:58.202Z] Context: default [2021-11-11T17:12:58.202Z] Debug Mode: false [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] Server: [2021-11-11T17:12:58.202Z] Containers: 0 [2021-11-11T17:12:58.202Z] Running: 0 [2021-11-11T17:12:58.202Z] Paused: 0 [2021-11-11T17:12:58.202Z] Stopped: 0 [2021-11-11T17:12:58.202Z] Images: 11 [2021-11-11T17:12:58.202Z] Server Version: 20.10.9 [2021-11-11T17:12:58.202Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-11-11T17:12:58.202Z] LCOW: [2021-11-11T17:12:58.202Z] Windows: [2021-11-11T17:12:58.202Z] Logging Driver: json-file [2021-11-11T17:12:58.202Z] Plugins: [2021-11-11T17:12:58.202Z] Volume: local [2021-11-11T17:12:58.202Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T17:12:58.202Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T17:12:58.202Z] Swarm: inactive [2021-11-11T17:12:58.202Z] Default Isolation: process [2021-11-11T17:12:58.202Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-11T17:12:58.202Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-11T17:12:58.202Z] OSType: windows [2021-11-11T17:12:58.202Z] Architecture: x86_64 [2021-11-11T17:12:58.202Z] CPUs: 4 [2021-11-11T17:12:58.202Z] Total Memory: 32GiB [2021-11-11T17:12:58.202Z] Name: azwin-2-00f4f0 [2021-11-11T17:12:58.202Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2021-11-11T17:12:58.202Z] Docker Root Dir: D:\docker [2021-11-11T17:12:58.202Z] Debug Mode: false [2021-11-11T17:12:58.202Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:12:58.202Z] Labels: [2021-11-11T17:12:58.202Z] Experimental: true [2021-11-11T17:12:58.202Z] Insecure Registries: [2021-11-11T17:12:58.202Z] 10.0.0.4:5000 [2021-11-11T17:12:58.202Z] 127.0.0.0/8 [2021-11-11T17:12:58.202Z] Registry Mirrors: [2021-11-11T17:12:58.202Z] http://10.0.0.4:5000/ [2021-11-11T17:12:58.202Z] Live Restore Enabled: false [2021-11-11T17:12:58.202Z] Product License: Community Engine [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] [2021-11-11T17:12:58.202Z] INFO: Commit hash is 3d39a5a812 [2021-11-11T17:12:58.202Z] INFO: Nuke-Everything... [2021-11-11T17:12:58.668Z] INFO: Container count on control daemon to delete is 0 [2021-11-11T17:12:58.668Z] INFO: Nuking d:\CI [2021-11-11T17:12:58.668Z] INFO: Zapped successfully [2021-11-11T17:12:58.668Z] INFO: Location for testing is d:\CI\PR-42838\11 [2021-11-11T17:12:58.668Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-11-11T17:12:58.668Z] [2021-11-11T17:12:58.668Z] [2021-11-11T17:12:58.668Z] INFO: Building the image from Dockerfile.windows at 11/11/2021 17:12:58... [2021-11-11T17:12:58.668Z] [2021-11-11T17:13:00.609Z] #19 15.52 Reading package lists... [2021-11-11T17:13:01.176Z] #19 19.49 Building dependency tree... [2021-11-11T17:13:01.743Z] #19 20.88 The following additional packages will be installed: [2021-11-11T17:13:01.743Z] #19 20.88 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-11-11T17:13:01.743Z] #19 20.88 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-11-11T17:13:01.743Z] #19 20.88 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2021-11-11T17:13:01.743Z] #19 20.88 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2021-11-11T17:13:01.743Z] #19 20.88 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-11-11T17:13:01.743Z] #19 20.88 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-11-11T17:13:01.743Z] #19 20.88 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2021-11-11T17:13:01.743Z] #19 20.88 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2021-11-11T17:13:01.743Z] #19 20.88 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2021-11-11T17:13:01.743Z] #19 20.88 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2021-11-11T17:13:01.743Z] #19 20.88 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2021-11-11T17:13:01.743Z] #19 20.88 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2021-11-11T17:13:01.743Z] #19 20.88 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2021-11-11T17:13:01.743Z] #19 20.88 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2021-11-11T17:13:01.743Z] #19 20.88 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-11-11T17:13:01.743Z] #19 20.88 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-11-11T17:13:01.743Z] #19 20.88 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2021-11-11T17:13:01.743Z] #19 20.88 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2021-11-11T17:13:01.743Z] #19 20.88 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-11-11T17:13:01.743Z] #19 20.88 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-11-11T17:13:01.743Z] #19 20.88 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-11-11T17:13:01.743Z] #19 20.88 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-11-11T17:13:01.743Z] #19 20.88 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-11-11T17:13:01.743Z] #19 20.88 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-11-11T17:13:01.743Z] #19 20.88 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2021-11-11T17:13:01.743Z] #19 20.88 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2021-11-11T17:13:01.743Z] #19 20.88 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2021-11-11T17:13:01.743Z] #19 20.88 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2021-11-11T17:13:01.743Z] #19 20.88 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-11-11T17:13:01.743Z] #19 20.88 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2021-11-11T17:13:01.743Z] #19 20.88 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-11-11T17:13:02.001Z] #19 20.88 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-11-11T17:13:02.001Z] #19 20.88 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-11-11T17:13:02.001Z] #19 20.88 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2021-11-11T17:13:02.001Z] #19 20.88 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2021-11-11T17:13:02.001Z] #19 20.88 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-11-11T17:13:02.001Z] #19 20.88 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-11-11T17:13:02.001Z] #19 20.88 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-11-11T17:13:02.001Z] #19 20.88 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-11-11T17:13:02.001Z] #19 20.88 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-11-11T17:13:02.001Z] #19 20.89 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-11-11T17:13:02.001Z] #19 20.89 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-11-11T17:13:02.001Z] #19 20.89 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-11-11T17:13:02.001Z] #19 20.89 linux-libc-dev-s390x-cross patch xz-utils [2021-11-11T17:13:02.001Z] #19 20.90 Suggested packages: [2021-11-11T17:13:02.001Z] #19 20.90 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2021-11-11T17:13:02.001Z] #19 20.90 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2021-11-11T17:13:02.001Z] #19 20.90 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2021-11-11T17:13:02.001Z] #19 20.90 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2021-11-11T17:13:02.002Z] #19 20.90 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2021-11-11T17:13:02.002Z] #19 20.90 libyaml-shell-perl ed diffutils-doc [2021-11-11T17:13:02.002Z] #19 20.90 Recommended packages: [2021-11-11T17:13:02.002Z] #19 20.90 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2021-11-11T17:13:02.002Z] #19 20.90 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2021-11-11T17:13:03.109Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-11-11T17:13:03.109Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-41592796\powershellScript.ps1'; exit $LASTEXITCODE; [2021-11-11T17:13:03.109Z] ---------------------------------------------------------------------------- [2021-11-11T17:13:03.109Z] [2021-11-11T17:13:03.109Z] INFO: executeCI.ps1 starting at Thu Nov 11 17:13:02 CUT 2021 [2021-11-11T17:13:03.109Z] [2021-11-11T17:13:03.109Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-11-11T17:13:03.109Z] INFO: Running git version 2.24.1.windows.2 [2021-11-11T17:13:03.109Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-11-11T17:13:03.110Z] INFO: Environment variables: [2021-11-11T17:13:03.110Z] [2021-11-11T17:13:03.110Z] Name Value [2021-11-11T17:13:03.110Z] ---- ----- [2021-11-11T17:13:03.110Z] ALLUSERSPROFILE C:\ProgramData [2021-11-11T17:13:03.110Z] amd64 true [2021-11-11T17:13:03.110Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-11-11T17:13:03.110Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-11-11T17:13:03.110Z] arm64 true [2021-11-11T17:13:03.110Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-11-11T17:13:03.110Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-11-11T17:13:03.110Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-11-11T17:13:03.110Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-11-11T17:13:03.110Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-11-11T17:13:03.110Z] BRANCH_NAME PR-42838 [2021-11-11T17:13:03.110Z] BUILD_DISPLAY_NAME #11 [2021-11-11T17:13:03.110Z] BUILD_ID 11 [2021-11-11T17:13:03.110Z] BUILD_NUMBER 11 [2021-11-11T17:13:03.110Z] BUILD_TAG jenkins-moby-PR-42838-11 [2021-11-11T17:13:03.110Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/ [2021-11-11T17:13:03.110Z] cgroup2 true [2021-11-11T17:13:03.110Z] CHANGE_AUTHOR sanjams2 [2021-11-11T17:13:03.110Z] CHANGE_AUTHOR_DISPLAY_NAME James (@sanjams) [2021-11-11T17:13:03.110Z] CHANGE_BRANCH 42731-development [2021-11-11T17:13:03.110Z] CHANGE_FORK sanjams2 [2021-11-11T17:13:03.110Z] CHANGE_ID 42838 [2021-11-11T17:13:03.110Z] CHANGE_TARGET master [2021-11-11T17:13:03.110Z] CHANGE_TITLE Add an option to specify log format for awslogs driver [2021-11-11T17:13:03.110Z] CHANGE_URL https://github.com/moby/moby/pull/42838 [2021-11-11T17:13:03.110Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:13:03.110Z] CommonProgramFiles C:\Program Files\Common Files [2021-11-11T17:13:03.110Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-11-11T17:13:03.110Z] CommonProgramW6432 C:\Program Files\Common Files [2021-11-11T17:13:03.110Z] COMPUTERNAME azwin-2-d6c9b0 [2021-11-11T17:13:03.110Z] ComSpec C:\Windows\system32\cmd.exe [2021-11-11T17:13:03.110Z] ConfigSequenceNumber 0 [2021-11-11T17:13:03.110Z] dco true [2021-11-11T17:13:03.110Z] DOCKER_BUILDKIT 0 [2021-11-11T17:13:03.110Z] DOCKER_DUT_DEBUG 1 [2021-11-11T17:13:03.110Z] DOCKER_EXPERIMENTAL 1 [2021-11-11T17:13:03.110Z] DOCKER_GRAPHDRIVER overlay2 [2021-11-11T17:13:03.110Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-11-11T17:13:03.110Z] EXECUTOR_NUMBER 0 [2021-11-11T17:13:03.110Z] FQDN azwin-2-d6c9b0.westus.cloudapp.azure.com [2021-11-11T17:13:03.110Z] GIT_BRANCH PR-42838 [2021-11-11T17:13:03.110Z] GIT_COMMIT 420aebf60c299ddb970242174ca3d3f11e2c1f53 [2021-11-11T17:13:03.110Z] GIT_PREVIOUS_COMMIT 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 [2021-11-11T17:13:03.110Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 48cfc3a630a16ac422f57c3512e73188a91036dc [2021-11-11T17:13:03.110Z] GIT_URL https://github.com/moby/moby.git [2021-11-11T17:13:03.110Z] HUDSON_COOKIE 1d6d44e3-7196-4f66-b4d5-42861f29fdd6 [2021-11-11T17:13:03.110Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-11-11T17:13:03.110Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-11-11T17:13:03.110Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-11-11T17:13:03.110Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-11-11T17:13:03.110Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-11-11T17:13:03.110Z] JENKINS_NODE_COOKIE 888feffa-9d1e-4eb1-a8f9-3f2b03b46eae [2021-11-11T17:13:03.110Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-11-11T17:13:03.110Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-11-11T17:13:03.110Z] JOB_BASE_NAME PR-42838 [2021-11-11T17:13:03.110Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/display/redirect [2021-11-11T17:13:03.110Z] JOB_NAME moby/PR-42838 [2021-11-11T17:13:03.110Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/ [2021-11-11T17:13:03.110Z] library.jps.version master [2021-11-11T17:13:03.110Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-11-11T17:13:03.110Z] NODE_LABELS amd64 azure azwin-2-d6c9b0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-11-11T17:13:03.110Z] NODE_NAME azwin-2-d6c9b0 [2021-11-11T17:13:03.110Z] NUMBER_OF_PROCESSORS 4 [2021-11-11T17:13:03.110Z] OS Windows_NT [2021-11-11T17:13:03.110Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-11-11T17:13:03.110Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-11-11T17:13:03.110Z] ppc64le false [2021-11-11T17:13:03.110Z] PROCESSOR_ARCHITECTURE AMD64 [2021-11-11T17:13:03.110Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-11-11T17:13:03.110Z] PROCESSOR_LEVEL 6 [2021-11-11T17:13:03.110Z] PROCESSOR_REVISION 5507 [2021-11-11T17:13:03.110Z] ProgramData C:\ProgramData [2021-11-11T17:13:03.110Z] ProgramFiles C:\Program Files [2021-11-11T17:13:03.110Z] ProgramFiles(x86) C:\Program Files (x86) [2021-11-11T17:13:03.110Z] ProgramW6432 C:\Program Files [2021-11-11T17:13:03.110Z] PROMPT $P$G [2021-11-11T17:13:03.110Z] PSExecutionPolicyPreference Bypass [2021-11-11T17:13:03.110Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-11-11T17:13:03.110Z] PUBLIC C:\Users\Public [2021-11-11T17:13:03.110Z] rootless true [2021-11-11T17:13:03.110Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect?page=arti... [2021-11-11T17:13:03.110Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect?page=changes [2021-11-11T17:13:03.110Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect [2021-11-11T17:13:03.110Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect?page=tests [2021-11-11T17:13:03.110Z] s390x false [2021-11-11T17:13:03.110Z] SKIP_VALIDATION_TESTS 1 [2021-11-11T17:13:03.110Z] SOURCES_DRIVE d [2021-11-11T17:13:03.110Z] SOURCES_SUBDIR gopath [2021-11-11T17:13:03.110Z] STAGE_NAME Run tests [2021-11-11T17:13:03.110Z] SystemDrive C: [2021-11-11T17:13:03.110Z] SystemRoot C:\Windows [2021-11-11T17:13:03.110Z] TEMP C:\Windows\TEMP [2021-11-11T17:13:03.110Z] TESTDEBUG 0 [2021-11-11T17:13:03.110Z] TESTRUN_DRIVE d [2021-11-11T17:13:03.110Z] TESTRUN_SUBDIR CI [2021-11-11T17:13:03.110Z] TIMEOUT 120m [2021-11-11T17:13:03.110Z] TMP C:\Windows\TEMP [2021-11-11T17:13:03.110Z] unit_validate true [2021-11-11T17:13:03.110Z] USERDOMAIN WORKGROUP [2021-11-11T17:13:03.110Z] USERNAME azwin-2-d6c9b0$ [2021-11-11T17:13:03.110Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-11-11T17:13:03.110Z] validate_force false [2021-11-11T17:13:03.110Z] windir C:\Windows [2021-11-11T17:13:03.110Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-11-11T17:13:03.110Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-11-11T17:13:03.110Z] windows2022 true [2021-11-11T17:13:03.110Z] windows2022containerd true [2021-11-11T17:13:03.110Z] windowsRS1 false [2021-11-11T17:13:03.110Z] windowsRS5 true [2021-11-11T17:13:03.110Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-11-11T17:13:03.110Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-11-11T17:13:03.110Z] [2021-11-11T17:13:03.110Z] [2021-11-11T17:13:03.110Z] [2021-11-11T17:13:03.110Z] INFO: Sources under d:\gopath\... [2021-11-11T17:13:03.110Z] INFO: Test run under d:\CI\... [2021-11-11T17:13:03.110Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-11-11T17:13:03.110Z] INFO: docker/docker repository was found [2021-11-11T17:13:03.110Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-11-11T17:13:03.110Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2300' [2021-11-11T17:13:03.110Z] INFO: Docker version of control daemon [2021-11-11T17:13:03.110Z] [2021-11-11T17:13:03.110Z] Client: [2021-11-11T17:13:03.110Z] Version: 20.10.9 [2021-11-11T17:13:03.110Z] API version: 1.41 [2021-11-11T17:13:03.110Z] Go version: go1.16.8 [2021-11-11T17:13:03.110Z] Git commit: c2ea9bc [2021-11-11T17:13:03.110Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-11T17:13:03.110Z] OS/Arch: windows/amd64 [2021-11-11T17:13:03.110Z] Context: default [2021-11-11T17:13:03.110Z] Experimental: true [2021-11-11T17:13:03.110Z] [2021-11-11T17:13:03.110Z] Server: Docker Engine - Community [2021-11-11T17:13:03.110Z] Engine: [2021-11-11T17:13:03.110Z] Version: 20.10.9 [2021-11-11T17:13:03.110Z] API version: 1.41 (minimum version 1.24) [2021-11-11T17:13:03.110Z] Go version: go1.16.8 [2021-11-11T17:13:03.110Z] Git commit: 79ea9d3 [2021-11-11T17:13:03.110Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-11T17:13:03.110Z] OS/Arch: windows/amd64 [2021-11-11T17:13:03.110Z] Experimental: true [2021-11-11T17:13:03.110Z] [2021-11-11T17:13:03.110Z] INFO: Docker info of control daemon [2021-11-11T17:13:03.110Z] [2021-11-11T17:13:03.379Z] #19 22.14 The following NEW packages will be installed: [2021-11-11T17:13:03.379Z] #19 22.14 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-11-11T17:13:03.379Z] #19 22.14 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-11-11T17:13:03.379Z] #19 22.14 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2021-11-11T17:13:03.379Z] #19 22.14 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2021-11-11T17:13:03.379Z] #19 22.14 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-11-11T17:13:03.379Z] #19 22.14 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-11-11T17:13:03.379Z] #19 22.14 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2021-11-11T17:13:03.379Z] #19 22.14 crossbuild-essential-armel crossbuild-essential-armhf [2021-11-11T17:13:03.379Z] #19 22.14 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2021-11-11T17:13:03.379Z] #19 22.14 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2021-11-11T17:13:03.379Z] #19 22.14 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2021-11-11T17:13:03.379Z] #19 22.14 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2021-11-11T17:13:03.379Z] #19 22.14 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2021-11-11T17:13:03.379Z] #19 22.14 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2021-11-11T17:13:03.379Z] #19 22.14 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2021-11-11T17:13:03.379Z] #19 22.14 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2021-11-11T17:13:03.379Z] #19 22.14 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2021-11-11T17:13:03.379Z] #19 22.14 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-11-11T17:13:03.379Z] #19 22.14 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-11-11T17:13:03.379Z] #19 22.14 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2021-11-11T17:13:03.379Z] #19 22.14 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2021-11-11T17:13:03.379Z] #19 22.14 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-11-11T17:13:03.379Z] #19 22.14 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-11-11T17:13:03.379Z] #19 22.14 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-11-11T17:13:03.379Z] #19 22.14 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-11-11T17:13:03.379Z] #19 22.14 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-11-11T17:13:03.379Z] #19 22.14 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-11-11T17:13:03.379Z] #19 22.14 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2021-11-11T17:13:03.379Z] #19 22.14 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2021-11-11T17:13:03.379Z] #19 22.14 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2021-11-11T17:13:03.379Z] #19 22.14 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2021-11-11T17:13:03.379Z] #19 22.14 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-11-11T17:13:03.379Z] #19 22.14 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2021-11-11T17:13:03.379Z] #19 22.14 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-11-11T17:13:03.379Z] #19 22.14 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-11-11T17:13:03.379Z] #19 22.14 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-11-11T17:13:03.379Z] #19 22.14 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2021-11-11T17:13:03.379Z] #19 22.14 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2021-11-11T17:13:03.379Z] #19 22.14 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-11-11T17:13:03.379Z] #19 22.14 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-11-11T17:13:03.379Z] #19 22.14 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-11-11T17:13:03.379Z] #19 22.14 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-11-11T17:13:03.379Z] #19 22.14 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-11-11T17:13:03.379Z] #19 22.15 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-11-11T17:13:03.379Z] #19 22.15 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-11-11T17:13:03.379Z] #19 22.15 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-11-11T17:13:03.379Z] #19 22.15 linux-libc-dev-s390x-cross patch xz-utils [2021-11-11T17:13:03.379Z] #19 22.47 0 upgraded, 133 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:13:03.379Z] #19 22.47 Need to get 787 MB of archives. [2021-11-11T17:13:03.379Z] #19 22.47 After this operation, 3385 MB of additional disk space will be used. [2021-11-11T17:13:03.379Z] #19 22.47 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2021-11-11T17:13:03.379Z] #19 22.47 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-11-11T17:13:03.379Z] #19 22.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2021-11-11T17:13:03.379Z] #19 22.47 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2021-11-11T17:13:03.379Z] #19 22.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2021-11-11T17:13:03.379Z] #19 22.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-11-11T17:13:03.379Z] #19 22.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2021-11-11T17:13:03.379Z] #19 22.50 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2021-11-11T17:13:03.436Z] Sending build context to Docker daemon 60.66MB [2021-11-11T17:13:03.436Z] [2021-11-11T17:13:03.436Z] Step 1/11 : FROM microsoft/windowsservercore [2021-11-11T17:13:03.436Z] ---> 3d4792f88e26 [2021-11-11T17:13:03.436Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-11-11T17:13:03.436Z] ---> Using cache [2021-11-11T17:13:03.436Z] ---> 964285bc4e02 [2021-11-11T17:13:03.436Z] Step 3/11 : ARG GO_VERSION=1.17.3 [2021-11-11T17:13:03.436Z] ---> Using cache [2021-11-11T17:13:03.436Z] ---> bbb967f0584b [2021-11-11T17:13:03.436Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.7 [2021-11-11T17:13:03.436Z] ---> Using cache [2021-11-11T17:13:03.436Z] ---> 6a7bac806a91 [2021-11-11T17:13:03.436Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-11-11T17:13:03.436Z] ---> Using cache [2021-11-11T17:13:03.436Z] ---> ae14c4382990 [2021-11-11T17:13:03.436Z] 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} [2021-11-11T17:13:03.436Z] ---> Using cache [2021-11-11T17:13:03.436Z] ---> 1cc77d4803ce [2021-11-11T17:13:03.436Z] 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; [2021-11-11T17:13:03.436Z] ---> Using cache [2021-11-11T17:13:03.436Z] ---> e7e820aafa86 [2021-11-11T17:13:03.436Z] 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 [2021-11-11T17:13:03.436Z] ---> Using cache [2021-11-11T17:13:03.436Z] ---> 991ffc3e8b98 [2021-11-11T17:13:03.436Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-11-11T17:13:03.436Z] ---> Using cache [2021-11-11T17:13:03.436Z] ---> a84c9e8d8900 [2021-11-11T17:13:03.436Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-11-11T17:13:03.436Z] ---> Using cache [2021-11-11T17:13:03.436Z] ---> a3471c02cec2 [2021-11-11T17:13:03.436Z] Step 11/11 : COPY . . [2021-11-11T17:13:03.581Z] Client: [2021-11-11T17:13:03.581Z] Context: default [2021-11-11T17:13:03.581Z] Debug Mode: false [2021-11-11T17:13:03.581Z] Plugins: [2021-11-11T17:13:03.581Z] app: Docker Application (Docker Inc., v0.8.0) [2021-11-11T17:13:03.581Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-11-11T17:13:03.581Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-11-11T17:13:03.581Z] [2021-11-11T17:13:03.581Z] Server: [2021-11-11T17:13:03.581Z] Containers: 0 [2021-11-11T17:13:03.581Z] Running: 0 [2021-11-11T17:13:03.581Z] Paused: 0 [2021-11-11T17:13:03.581Z] Stopped: 0 [2021-11-11T17:13:03.581Z] Images: 11 [2021-11-11T17:13:03.581Z] Server Version: 20.10.9 [2021-11-11T17:13:03.581Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-11T17:13:03.581Z] Windows: [2021-11-11T17:13:03.581Z] LCOW: [2021-11-11T17:13:03.581Z] Logging Driver: json-file [2021-11-11T17:13:03.581Z] Plugins: [2021-11-11T17:13:03.581Z] Volume: local [2021-11-11T17:13:03.581Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T17:13:03.581Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T17:13:03.581Z] Swarm: inactive [2021-11-11T17:13:03.581Z] Default Isolation: process [2021-11-11T17:13:03.581Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-11T17:13:03.581Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-11T17:13:03.581Z] OSType: windows [2021-11-11T17:13:03.581Z] Architecture: x86_64 [2021-11-11T17:13:03.581Z] CPUs: 4 [2021-11-11T17:13:03.581Z] Total Memory: 32GiB [2021-11-11T17:13:03.581Z] Name: azwin-2-d6c9b0 [2021-11-11T17:13:03.581Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2021-11-11T17:13:03.581Z] Docker Root Dir: D:\docker [2021-11-11T17:13:03.581Z] Debug Mode: false [2021-11-11T17:13:03.581Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:13:03.581Z] Labels: [2021-11-11T17:13:03.581Z] Experimental: true [2021-11-11T17:13:03.581Z] Insecure Registries: [2021-11-11T17:13:03.581Z] 10.0.0.4:5000 [2021-11-11T17:13:03.581Z] 127.0.0.0/8 [2021-11-11T17:13:03.581Z] Registry Mirrors: [2021-11-11T17:13:03.581Z] http://10.0.0.4:5000/ [2021-11-11T17:13:03.581Z] Live Restore Enabled: false [2021-11-11T17:13:03.581Z] Product License: Community Engine [2021-11-11T17:13:03.581Z] [2021-11-11T17:13:03.581Z] [2021-11-11T17:13:03.581Z] INFO: Commit hash is 420aebf60c [2021-11-11T17:13:03.581Z] INFO: Nuke-Everything... [2021-11-11T17:13:03.638Z] #19 22.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2021-11-11T17:13:03.638Z] #19 22.54 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2021-11-11T17:13:03.638Z] #19 22.56 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2021-11-11T17:13:03.638Z] #19 22.57 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] [2021-11-11T17:13:03.638Z] #19 22.57 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] [2021-11-11T17:13:03.896Z] #19 22.91 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] [2021-11-11T17:13:03.896Z] #19 22.92 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] [2021-11-11T17:13:04.051Z] INFO: Container count on control daemon to delete is 0 [2021-11-11T17:13:04.051Z] INFO: Nuking d:\CI [2021-11-11T17:13:04.051Z] INFO: Zapped successfully [2021-11-11T17:13:04.051Z] INFO: Location for testing is d:\CI\PR-42838\11 [2021-11-11T17:13:04.051Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-11-11T17:13:04.051Z] [2021-11-11T17:13:04.051Z] [2021-11-11T17:13:04.051Z] INFO: Building the image from Dockerfile.windows at 11/11/2021 17:13:03... [2021-11-11T17:13:04.051Z] [2021-11-11T17:13:04.155Z] #19 23.31 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] [2021-11-11T17:13:04.155Z] #19 23.31 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] [2021-11-11T17:13:04.720Z] #19 23.76 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] [2021-11-11T17:13:04.720Z] #19 23.76 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] [2021-11-11T17:13:05.287Z] #19 24.17 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] [2021-11-11T17:13:05.287Z] #19 24.17 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] [2021-11-11T17:13:05.545Z] #19 24.52 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] [2021-11-11T17:13:05.545Z] #19 24.52 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] [2021-11-11T17:13:05.545Z] #19 24.52 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] [2021-11-11T17:13:05.545Z] #19 24.52 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] [2021-11-11T17:13:05.545Z] #19 24.52 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] [2021-11-11T17:13:05.545Z] #19 24.52 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2021-11-11T17:13:05.545Z] #19 24.52 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2021-11-11T17:13:05.545Z] #19 24.53 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2021-11-11T17:13:05.545Z] #19 24.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2021-11-11T17:13:05.545Z] #19 24.54 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2021-11-11T17:13:05.545Z] #19 24.54 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2021-11-11T17:13:05.545Z] #19 24.54 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2021-11-11T17:13:05.545Z] #19 24.54 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2021-11-11T17:13:05.545Z] #19 24.55 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2021-11-11T17:13:05.545Z] #19 24.56 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2021-11-11T17:13:05.545Z] #19 24.57 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2021-11-11T17:13:05.546Z] #19 24.58 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2021-11-11T17:13:05.546Z] #19 24.58 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2021-11-11T17:13:05.546Z] #19 24.59 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] [2021-11-11T17:13:06.112Z] #19 25.03 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2021-11-11T17:13:06.112Z] #19 25.03 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2021-11-11T17:13:06.112Z] #19 25.05 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2021-11-11T17:13:06.112Z] #19 25.06 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2021-11-11T17:13:06.112Z] #19 25.08 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] [2021-11-11T17:13:06.371Z] #19 25.49 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2021-11-11T17:13:06.371Z] #19 25.49 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-11-11T17:13:06.371Z] #19 25.49 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2021-11-11T17:13:06.371Z] #19 25.50 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2021-11-11T17:13:06.371Z] #19 25.50 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2021-11-11T17:13:06.371Z] #19 25.51 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-11-11T17:13:06.371Z] #19 25.58 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-11-11T17:13:06.371Z] #19 25.58 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2021-11-11T17:13:06.371Z] #19 25.58 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2021-11-11T17:13:06.371Z] #19 25.58 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2021-11-11T17:13:06.371Z] #19 25.58 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2021-11-11T17:13:06.371Z] #19 25.58 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2021-11-11T17:13:06.371Z] #19 25.59 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2021-11-11T17:13:06.371Z] #19 25.59 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2021-11-11T17:13:06.630Z] #19 25.59 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2021-11-11T17:13:06.630Z] #19 25.59 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2021-11-11T17:13:06.630Z] #19 25.59 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2021-11-11T17:13:06.630Z] #19 25.59 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2021-11-11T17:13:06.630Z] #19 25.59 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2021-11-11T17:13:06.630Z] #19 25.59 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2021-11-11T17:13:06.630Z] #19 25.61 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2021-11-11T17:13:06.630Z] #19 25.61 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2021-11-11T17:13:06.630Z] #19 25.61 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2021-11-11T17:13:06.630Z] #19 25.61 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2021-11-11T17:13:06.630Z] #19 25.62 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2021-11-11T17:13:06.630Z] #19 25.63 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2021-11-11T17:13:06.630Z] #19 25.63 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2021-11-11T17:13:06.630Z] #19 25.64 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] [2021-11-11T17:13:07.197Z] #19 26.08 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2021-11-11T17:13:07.197Z] #19 26.08 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2021-11-11T17:13:07.197Z] #19 26.09 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2021-11-11T17:13:07.197Z] #19 26.10 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2021-11-11T17:13:07.197Z] #19 26.11 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] [2021-11-11T17:13:07.456Z] #19 26.46 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2021-11-11T17:13:07.456Z] #19 26.46 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2021-11-11T17:13:07.456Z] #19 26.46 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2021-11-11T17:13:07.456Z] #19 26.47 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2021-11-11T17:13:07.456Z] #19 26.47 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2021-11-11T17:13:07.456Z] #19 26.48 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2021-11-11T17:13:07.456Z] #19 26.48 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2021-11-11T17:13:07.456Z] #19 26.49 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2021-11-11T17:13:07.456Z] #19 26.49 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2021-11-11T17:13:07.456Z] #19 26.50 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2021-11-11T17:13:07.456Z] #19 26.50 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] [2021-11-11T17:13:07.714Z] #19 26.89 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2021-11-11T17:13:07.974Z] #19 26.89 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2021-11-11T17:13:07.974Z] #19 26.90 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2021-11-11T17:13:07.974Z] #19 26.92 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2021-11-11T17:13:07.974Z] #19 26.93 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] [2021-11-11T17:13:08.236Z] #19 27.31 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2021-11-11T17:13:08.236Z] #19 27.32 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2021-11-11T17:13:08.236Z] #19 27.32 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2021-11-11T17:13:08.236Z] #19 27.33 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2021-11-11T17:13:08.236Z] #19 27.33 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2021-11-11T17:13:08.236Z] #19 27.33 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2021-11-11T17:13:08.236Z] #19 27.33 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2021-11-11T17:13:08.236Z] #19 27.33 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2021-11-11T17:13:08.236Z] #19 27.34 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2021-11-11T17:13:08.236Z] #19 27.35 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2021-11-11T17:13:08.236Z] #19 27.36 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2021-11-11T17:13:08.236Z] #19 27.37 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2021-11-11T17:13:08.236Z] #19 27.37 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2021-11-11T17:13:08.236Z] #19 27.37 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2021-11-11T17:13:08.236Z] #19 27.38 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] [2021-11-11T17:13:08.802Z] #19 27.75 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2021-11-11T17:13:08.802Z] #19 27.75 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2021-11-11T17:13:08.802Z] #19 27.77 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2021-11-11T17:13:08.802Z] #19 27.79 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2021-11-11T17:13:08.802Z] #19 27.80 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] [2021-11-11T17:13:09.061Z] #19 28.18 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2021-11-11T17:13:09.310Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0514f08e4d60bae32) in /home/ubuntu/workspace/moby_PR-42838 [Pipeline] { [2021-11-11T17:13:09.320Z] #19 28.18 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2021-11-11T17:13:09.320Z] #19 28.18 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2021-11-11T17:13:09.320Z] #19 28.19 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2021-11-11T17:13:09.320Z] #19 28.19 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2021-11-11T17:13:09.320Z] #19 28.19 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2021-11-11T17:13:09.320Z] #19 28.19 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2021-11-11T17:13:09.321Z] #19 28.19 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2021-11-11T17:13:09.321Z] #19 28.21 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2021-11-11T17:13:09.321Z] #19 28.21 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2021-11-11T17:13:09.321Z] #19 28.22 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2021-11-11T17:13:09.321Z] #19 28.22 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] [Pipeline] checkout [2021-11-11T17:13:09.337Z] The recommended git tool is: git [2021-11-11T17:13:09.390Z] using credential docker-jenkins-github-credentials [2021-11-11T17:13:09.397Z] Cloning the remote Git repository [2021-11-11T17:13:09.397Z] Cloning with configured refspecs honoured and without tags [2021-11-11T17:13:09.580Z] #19 28.64 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2021-11-11T17:13:09.580Z] #19 28.64 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2021-11-11T17:13:09.580Z] #19 28.65 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2021-11-11T17:13:09.580Z] #19 28.66 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2021-11-11T17:13:09.580Z] #19 28.68 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] [2021-11-11T17:13:09.838Z] #19 29.07 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2021-11-11T17:13:09.939Z] Sending build context to Docker daemon 60.66MB [2021-11-11T17:13:09.939Z] [2021-11-11T17:13:09.939Z] Step 1/11 : FROM microsoft/windowsservercore [2021-11-11T17:13:09.939Z] ---> 617dd5ead5b8 [2021-11-11T17:13:09.939Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-11-11T17:13:09.939Z] ---> Using cache [2021-11-11T17:13:09.939Z] ---> 14bd203a729a [2021-11-11T17:13:09.939Z] Step 3/11 : ARG GO_VERSION=1.17.3 [2021-11-11T17:13:09.939Z] ---> Using cache [2021-11-11T17:13:09.939Z] ---> 14c829f5b27f [2021-11-11T17:13:09.939Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.7 [2021-11-11T17:13:09.939Z] ---> Using cache [2021-11-11T17:13:09.939Z] ---> 269bd2631ea3 [2021-11-11T17:13:09.939Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-11-11T17:13:09.939Z] ---> Using cache [2021-11-11T17:13:09.939Z] ---> 20dfef9e0f05 [2021-11-11T17:13:09.939Z] 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} [2021-11-11T17:13:09.939Z] ---> Using cache [2021-11-11T17:13:09.939Z] ---> f242dda99956 [2021-11-11T17:13:09.939Z] 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; [2021-11-11T17:13:09.939Z] ---> Using cache [2021-11-11T17:13:09.939Z] ---> edb52c20e56d [2021-11-11T17:13:09.939Z] 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 [2021-11-11T17:13:09.939Z] ---> Using cache [2021-11-11T17:13:09.939Z] ---> e11a119cc15a [2021-11-11T17:13:09.939Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-11-11T17:13:09.939Z] ---> Using cache [2021-11-11T17:13:09.939Z] ---> bff2c540f4a1 [2021-11-11T17:13:09.939Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-11-11T17:13:09.939Z] ---> Using cache [2021-11-11T17:13:09.939Z] ---> a230a9181a0c [2021-11-11T17:13:09.939Z] Step 11/11 : COPY . . [2021-11-11T17:13:10.097Z] #19 29.07 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2021-11-11T17:13:09.399Z] Cloning repository https://github.com/moby/moby.git [2021-11-11T17:13:09.399Z] > git init /home/ubuntu/workspace/moby_PR-42838 # timeout=10 [2021-11-11T17:13:09.413Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:13:09.413Z] > git --version # timeout=10 [2021-11-11T17:13:09.418Z] > git --version # 'git version 2.17.1' [2021-11-11T17:13:09.418Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:13:09.419Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:13:10.354Z] #19 29.36 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:13:10.354Z] #19 29.47 Fetched 787 MB in 7s (115 MB/s) [2021-11-11T17:13:10.354Z] #19 29.50 Selecting previously unselected package liblocale-gettext-perl. [2021-11-11T17:13:10.613Z] #19 29.50 (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 ... 15713 files and directories currently installed.) [2021-11-11T17:13:10.613Z] #19 29.59 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2021-11-11T17:13:10.613Z] #19 29.59 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2021-11-11T17:13:10.613Z] #19 29.63 Selecting previously unselected package bzip2. [2021-11-11T17:13:10.613Z] #19 29.63 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2021-11-11T17:13:10.613Z] #19 29.64 Unpacking bzip2 (1.0.8-4) ... [2021-11-11T17:13:10.613Z] #19 29.67 Selecting previously unselected package libmagic-mgc. [2021-11-11T17:13:10.613Z] #19 29.68 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2021-11-11T17:13:10.613Z] #19 29.68 Unpacking libmagic-mgc (1:5.39-3) ... [2021-11-11T17:13:10.613Z] #19 29.76 Selecting previously unselected package libmagic1:amd64. [2021-11-11T17:13:10.613Z] #19 29.76 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2021-11-11T17:13:10.613Z] #19 29.77 Unpacking libmagic1:amd64 (1:5.39-3) ... [2021-11-11T17:13:10.613Z] #19 29.80 Selecting previously unselected package file. [2021-11-11T17:13:10.872Z] #19 29.81 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2021-11-11T17:13:10.872Z] #19 29.81 Unpacking file (1:5.39-3) ... [2021-11-11T17:13:10.872Z] #19 29.84 Selecting previously unselected package xz-utils. [2021-11-11T17:13:10.872Z] #19 29.84 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2021-11-11T17:13:10.872Z] #19 29.85 Unpacking xz-utils (5.2.5-2) ... [2021-11-11T17:13:10.872Z] #19 29.93 Selecting previously unselected package binutils-aarch64-linux-gnu. [2021-11-11T17:13:10.872Z] #19 29.93 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2021-11-11T17:13:10.872Z] #19 29.93 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2021-11-11T17:13:11.439Z] #19 30.26 Selecting previously unselected package binutils-arm-linux-gnueabi. [2021-11-11T17:13:11.439Z] #19 30.27 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2021-11-11T17:13:11.439Z] #19 30.27 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2021-11-11T17:13:11.699Z] #19 30.56 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2021-11-11T17:13:11.699Z] #19 30.57 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2021-11-11T17:13:11.699Z] #19 30.57 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2021-11-11T17:13:11.957Z] #19 30.92 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2021-11-11T17:13:11.957Z] #19 30.92 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2021-11-11T17:13:11.957Z] #19 30.92 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2021-11-11T17:13:12.215Z] #19 31.21 Selecting previously unselected package binutils-s390x-linux-gnu. [2021-11-11T17:13:12.215Z] #19 31.21 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2021-11-11T17:13:12.215Z] #19 31.22 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2021-11-11T17:13:12.473Z] #19 31.44 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2021-11-11T17:13:12.473Z] #19 31.44 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:12.473Z] #19 31.44 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:13:12.473Z] #19 31.48 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2021-11-11T17:13:12.473Z] #19 31.49 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:12.473Z] #19 31.49 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:13:17.737Z] #19 35.93 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2021-11-11T17:13:17.737Z] #19 35.94 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:17.737Z] #19 35.94 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:13:17.737Z] #19 35.97 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2021-11-11T17:13:17.737Z] #19 35.98 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:17.737Z] #19 35.98 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-11-11T17:13:21.021Z] #19 40.14 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2021-11-11T17:13:21.280Z] #19 40.14 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:21.280Z] #19 40.15 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:13:21.280Z] #19 40.19 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2021-11-11T17:13:21.280Z] #19 40.19 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:21.280Z] #19 40.19 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-11-11T17:13:24.465Z] ---> 2408b12a5a15 [2021-11-11T17:13:24.465Z] Successfully built 2408b12a5a15 [2021-11-11T17:13:24.465Z] Successfully tagged docker:latest [2021-11-11T17:13:24.465Z] INFO: Image build ended at 11/11/2021 17:13:23. Duration:00:00:24.7108876 [2021-11-11T17:13:24.465Z] [2021-11-11T17:13:24.465Z] [2021-11-11T17:13:24.465Z] INFO: Building the test binaries at 11/11/2021 17:13:23... [2021-11-11T17:13:24.607Z] Fetching without tags [2021-11-11T17:13:24.842Z] Merging remotes/origin/master commit df7bba7dbc6658ba48851eb4819e0a0a9508b18f into PR head commit 68e3034322969cf06c85988c67dccf7c45ac7b39 [2021-11-11T17:13:24.582Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:13:24.585Z] > git config --add remote.origin.fetch +refs/pull/42838/head:refs/remotes/origin/PR-42838 # timeout=10 [2021-11-11T17:13:24.597Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:13:24.603Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:13:24.608Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:13:24.609Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:13:24.609Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:13:24.843Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:13:24.852Z] > git checkout -f 68e3034322969cf06c85988c67dccf7c45ac7b39 # timeout=10 [2021-11-11T17:13:25.559Z] #19 44.43 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2021-11-11T17:13:25.559Z] #19 44.43 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:25.559Z] #19 44.43 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:13:25.559Z] #19 44.47 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2021-11-11T17:13:25.559Z] #19 44.47 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:25.559Z] #19 44.47 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:13:25.910Z] Merge succeeded, producing 4a1567e22a1928a647fd25ce668b63af77cb2567 [2021-11-11T17:13:25.910Z] Checking out Revision 4a1567e22a1928a647fd25ce668b63af77cb2567 (PR-42838) [2021-11-11T17:13:26.354Z] Commit message: "Merge commit 'df7bba7dbc6658ba48851eb4819e0a0a9508b18f' into HEAD" [2021-11-11T17:13:26.360Z] First time build. Skipping changelog. [2021-11-11T17:13:26.697Z] INFO: make.ps1 starting at 11/11/2021 17:13:26 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-11T17:13:25.310Z] > git remote # timeout=10 [2021-11-11T17:13:25.315Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T17:13:25.320Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:13:25.321Z] > git merge df7bba7dbc6658ba48851eb4819e0a0a9508b18f # timeout=10 [2021-11-11T17:13:25.896Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-11T17:13:25.911Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:13:25.923Z] > git checkout -f 4a1567e22a1928a647fd25ce668b63af77cb2567 # timeout=10 [2021-11-11T17:13:26.356Z] > git rev-list --no-walk 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 # timeout=10 [2021-11-11T17:13:27.100Z] + docker version [2021-11-11T17:13:27.100Z] Client: Docker Engine - Community [2021-11-11T17:13:27.100Z] Version: 20.10.10-rc1 [2021-11-11T17:13:27.100Z] API version: 1.41 [2021-11-11T17:13:27.100Z] Go version: go1.16.9 [2021-11-11T17:13:27.100Z] Git commit: b485636 [2021-11-11T17:13:27.100Z] Built: Mon Oct 18 15:21:56 2021 [2021-11-11T17:13:27.100Z] OS/Arch: linux/amd64 [2021-11-11T17:13:27.100Z] Context: default [2021-11-11T17:13:27.100Z] Experimental: true [2021-11-11T17:13:27.100Z] [2021-11-11T17:13:27.100Z] Server: Docker Engine - Community [2021-11-11T17:13:27.100Z] Engine: [2021-11-11T17:13:27.100Z] Version: 20.10.10-rc1 [2021-11-11T17:13:27.100Z] API version: 1.41 (minimum version 1.12) [2021-11-11T17:13:27.100Z] Go version: go1.16.9 [2021-11-11T17:13:27.100Z] Git commit: 9f5b26f [2021-11-11T17:13:27.100Z] Built: Mon Oct 18 15:20:03 2021 [2021-11-11T17:13:27.100Z] OS/Arch: linux/amd64 [2021-11-11T17:13:27.100Z] Experimental: true [2021-11-11T17:13:27.100Z] containerd: [2021-11-11T17:13:27.100Z] Version: 1.4.11 [2021-11-11T17:13:27.100Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:13:27.100Z] runc: [2021-11-11T17:13:27.100Z] Version: 1.0.2 [2021-11-11T17:13:27.100Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-11T17:13:27.100Z] docker-init: [2021-11-11T17:13:27.100Z] Version: 0.19.0 [2021-11-11T17:13:27.100Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-11T17:13:27.152Z] INFO: Git commit (3d39a5a812) assumed from DOCKER_GITCOMMIT environment variable [2021-11-11T17:13:27.152Z] INFO: Invoking autogen... [2021-11-11T17:13:27.152Z] INFO: Building daemon... [2021-11-11T17:13:27.415Z] + docker info [2021-11-11T17:13:28.341Z] Client: [2021-11-11T17:13:28.341Z] Context: default [2021-11-11T17:13:28.341Z] Debug Mode: false [2021-11-11T17:13:28.341Z] Plugins: [2021-11-11T17:13:28.341Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-11T17:13:28.341Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-11T17:13:28.341Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-11T17:13:28.341Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-11T17:13:28.341Z] [2021-11-11T17:13:28.341Z] Server: [2021-11-11T17:13:28.341Z] Containers: 0 [2021-11-11T17:13:28.341Z] Running: 0 [2021-11-11T17:13:28.341Z] Paused: 0 [2021-11-11T17:13:28.341Z] Stopped: 0 [2021-11-11T17:13:28.341Z] Images: 5 [2021-11-11T17:13:28.341Z] Server Version: 20.10.10-rc1 [2021-11-11T17:13:28.341Z] Storage Driver: overlay2 [2021-11-11T17:13:28.341Z] Backing Filesystem: extfs [2021-11-11T17:13:28.341Z] Supports d_type: true [2021-11-11T17:13:28.341Z] Native Overlay Diff: true [2021-11-11T17:13:28.341Z] userxattr: false [2021-11-11T17:13:28.341Z] Logging Driver: json-file [2021-11-11T17:13:28.341Z] Cgroup Driver: cgroupfs [2021-11-11T17:13:28.341Z] Cgroup Version: 1 [2021-11-11T17:13:28.341Z] Plugins: [2021-11-11T17:13:28.341Z] Volume: local [2021-11-11T17:13:28.341Z] Network: bridge host ipvlan macvlan null overlay [2021-11-11T17:13:28.341Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-11T17:13:28.341Z] Swarm: inactive [2021-11-11T17:13:28.341Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-11T17:13:28.341Z] Default Runtime: runc [2021-11-11T17:13:28.341Z] Init Binary: docker-init [2021-11-11T17:13:28.341Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:13:28.341Z] runc version: v1.0.2-0-g52b36a2 [2021-11-11T17:13:28.341Z] init version: de40ad0 [2021-11-11T17:13:28.341Z] Security Options: [2021-11-11T17:13:28.341Z] apparmor [2021-11-11T17:13:28.341Z] seccomp [2021-11-11T17:13:28.341Z] Profile: default [2021-11-11T17:13:28.341Z] Kernel Version: 5.4.0-1057-aws [2021-11-11T17:13:28.341Z] Operating System: Ubuntu 18.04.6 LTS [2021-11-11T17:13:28.341Z] OSType: linux [2021-11-11T17:13:28.341Z] Architecture: x86_64 [2021-11-11T17:13:28.341Z] CPUs: 2 [2021-11-11T17:13:28.341Z] Total Memory: 7.569GiB [2021-11-11T17:13:28.341Z] Name: ip-10-100-94-191 [2021-11-11T17:13:28.341Z] ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT [2021-11-11T17:13:28.341Z] Docker Root Dir: /var/lib/docker [2021-11-11T17:13:28.341Z] Debug Mode: false [2021-11-11T17:13:28.341Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:13:28.341Z] Labels: [2021-11-11T17:13:28.341Z] Experimental: true [2021-11-11T17:13:28.341Z] Insecure Registries: [2021-11-11T17:13:28.341Z] 127.0.0.0/8 [2021-11-11T17:13:28.341Z] Live Restore Enabled: true [2021-11-11T17:13:28.341Z] [2021-11-11T17:13:28.341Z] WARNING: No swap limit support [Pipeline] sh [2021-11-11T17:13:28.657Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:13:28.657Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:13:28.657Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42838/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2021-11-11T17:13:28.657Z] + bash /home/ubuntu/workspace/moby_PR-42838/check-config.sh [2021-11-11T17:13:28.657Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-11T17:13:28.657Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ... [2021-11-11T17:13:28.657Z] [2021-11-11T17:13:28.657Z] Generally Necessary: [2021-11-11T17:13:28.657Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-11T17:13:28.657Z] - apparmor: enabled and tools installed [2021-11-11T17:13:28.657Z] - CONFIG_NAMESPACES: enabled [2021-11-11T17:13:28.657Z] - CONFIG_NET_NS: enabled [2021-11-11T17:13:28.657Z] - CONFIG_PID_NS: enabled [2021-11-11T17:13:28.657Z] - CONFIG_IPC_NS: enabled [2021-11-11T17:13:28.657Z] - CONFIG_UTS_NS: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CGROUPS: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CPUSETS: enabled [2021-11-11T17:13:28.657Z] - CONFIG_MEMCG: enabled [2021-11-11T17:13:28.657Z] - CONFIG_KEYS: enabled [2021-11-11T17:13:28.657Z] - CONFIG_VETH: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CGROUP_BPF: enabled [2021-11-11T17:13:28.657Z] [2021-11-11T17:13:28.657Z] Optional Features: [2021-11-11T17:13:28.657Z] - CONFIG_USER_NS: enabled [2021-11-11T17:13:28.657Z] - CONFIG_SECCOMP: enabled [2021-11-11T17:13:28.657Z] - CONFIG_SECCOMP_FILTER: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-11T17:13:28.657Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-11T17:13:28.657Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-11T17:13:28.657Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-11-11T17:13:28.657Z] - CONFIG_BLK_CGROUP: enabled [2021-11-11T17:13:28.657Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CGROUP_PERF: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-11T17:13:28.657Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-11T17:13:28.657Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-11T17:13:28.657Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-11T17:13:28.657Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-11T17:13:28.657Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-11T17:13:28.912Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_IP_VS: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-11T17:13:28.912Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-11T17:13:28.912Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-11T17:13:28.912Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_SECURITY_SELINUX: enabled [2021-11-11T17:13:28.912Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-11-11T17:13:28.912Z] - CONFIG_EXT4_FS: enabled [2021-11-11T17:13:28.912Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-11T17:13:28.912Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-11T17:13:28.912Z] - Network Drivers: [2021-11-11T17:13:28.912Z] - "overlay": [2021-11-11T17:13:28.912Z] - CONFIG_VXLAN: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-11T17:13:28.912Z] Optional (for encrypted networks): [2021-11-11T17:13:28.912Z] - CONFIG_CRYPTO: enabled [2021-11-11T17:13:28.912Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-11T17:13:28.912Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-11T17:13:28.912Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-11T17:13:28.912Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-11T17:13:28.912Z] - CONFIG_XFRM: enabled [2021-11-11T17:13:28.912Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-11T17:13:28.912Z] - "ipvlan": [2021-11-11T17:13:28.912Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-11T17:13:28.912Z] - "macvlan": [2021-11-11T17:13:28.912Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_DUMMY: enabled (as module) [2021-11-11T17:13:28.912Z] - "ftp,tftp client in container": [2021-11-11T17:13:28.912Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-11T17:13:28.912Z] - Storage Drivers: [2021-11-11T17:13:28.912Z] - "aufs": [2021-11-11T17:13:28.912Z] - CONFIG_AUFS_FS: enabled (as module) [2021-11-11T17:13:28.912Z] - "btrfs": [2021-11-11T17:13:28.912Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-11T17:13:28.912Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-11T17:13:28.912Z] - "devicemapper": [2021-11-11T17:13:28.912Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-11T17:13:28.912Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-11T17:13:28.912Z] - "overlay": [2021-11-11T17:13:28.912Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-11T17:13:28.912Z] - "zfs": [2021-11-11T17:13:28.912Z] - /dev/zfs: present [2021-11-11T17:13:28.912Z] - zfs command: missing [2021-11-11T17:13:28.912Z] - zpool command: missing [2021-11-11T17:13:28.912Z] [2021-11-11T17:13:28.912Z] Limits: [2021-11-11T17:13:28.912Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-11T17:13:28.912Z] [2021-11-11T17:13:28.912Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-11T17:13:29.238Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4a1567e22a1928a647fd25ce668b63af77cb2567 . [2021-11-11T17:13:29.238Z] #1 [internal] load build definition from Dockerfile [2021-11-11T17:13:29.238Z] #1 sha256:7c687b7df5074668f9e0612a45f15731985ff82dac0f104714410b4f1437cd12 [2021-11-11T17:13:29.238Z] #1 transferring dockerfile: 17.53kB done [2021-11-11T17:13:29.238Z] #1 DONE 0.0s [2021-11-11T17:13:29.238Z] [2021-11-11T17:13:29.238Z] #2 [internal] load .dockerignore [2021-11-11T17:13:29.238Z] #2 sha256:cbc1fb824525d51f198a6f93864a73288b4c540627e07c226f23efa2a49a362b [2021-11-11T17:13:29.238Z] #2 transferring context: 87B done [2021-11-11T17:13:29.238Z] #2 DONE 0.0s [2021-11-11T17:13:29.238Z] [2021-11-11T17:13:29.238Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-11T17:13:29.238Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-11-11T17:13:29.494Z] #3 DONE 0.1s [2021-11-11T17:13:29.494Z] [2021-11-11T17:13:29.494Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-11T17:13:29.494Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2021-11-11T17:13:29.494Z] #4 CACHED [2021-11-11T17:13:29.746Z] #19 48.52 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2021-11-11T17:13:29.746Z] #19 48.53 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:29.746Z] #19 48.53 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:13:29.746Z] #19 48.56 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2021-11-11T17:13:29.746Z] #19 48.57 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:29.746Z] #19 48.57 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:13:29.752Z] [2021-11-11T17:13:29.752Z] #5 [internal] load .dockerignore [2021-11-11T17:13:29.752Z] #5 sha256:53f185a7214007f8bab5edb4613518507f25043e0a4f1511d867ebddffa5cfda [2021-11-11T17:13:29.752Z] #5 DONE 0.0s [2021-11-11T17:13:29.752Z] [2021-11-11T17:13:29.752Z] #6 [internal] load build definition from Dockerfile [2021-11-11T17:13:29.752Z] #6 sha256:ae68c7b83702a1d7350a60c8de830026aa5ace93a5196eaa813683d29d533f16 [2021-11-11T17:13:29.752Z] #6 DONE 0.0s [2021-11-11T17:13:29.752Z] [2021-11-11T17:13:29.752Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:13:29.752Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-11T17:13:29.752Z] #7 DONE 0.1s [2021-11-11T17:13:29.752Z] [2021-11-11T17:13:29.752Z] #10 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-11T17:13:29.752Z] #10 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [2021-11-11T17:13:30.009Z] #10 DONE 0.1s [2021-11-11T17:13:30.009Z] [2021-11-11T17:13:30.009Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:13:30.009Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-11T17:13:30.009Z] #9 DONE 0.1s [2021-11-11T17:13:30.009Z] [2021-11-11T17:13:30.009Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-11T17:13:30.009Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-11-11T17:13:30.009Z] #8 DONE 0.1s [2021-11-11T17:13:30.009Z] [2021-11-11T17:13:30.009Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:13:30.009Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-11T17:13:30.009Z] #71 DONE 0.0s [2021-11-11T17:13:30.009Z] [2021-11-11T17:13:30.009Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:13:30.009Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-11T17:13:30.009Z] #69 DONE 0.0s [2021-11-11T17:13:30.009Z] [2021-11-11T17:13:30.009Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:13:30.009Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:13:30.009Z] #11 DONE 0.0s [2021-11-11T17:13:30.009Z] [2021-11-11T17:13:30.009Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c [2021-11-11T17:13:30.009Z] #28 sha256:e606a43c219c45543ce58d2f3077d574711934eb1b63e83c2d10156f8b704a04 [2021-11-11T17:13:30.009Z] #28 DONE 0.0s [2021-11-11T17:13:30.009Z] [2021-11-11T17:13:30.009Z] #24 [internal] load build context [2021-11-11T17:13:30.009Z] #24 sha256:90eef5b16ecb8211d40c456f2d4350ced5234fc89849eec222ed42ed67a63021 [2021-11-11T17:13:30.572Z] #24 ... [2021-11-11T17:13:30.572Z] [2021-11-11T17:13:30.572Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-11T17:13:30.572Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-11T17:13:30.572Z] #45 DONE 0.5s [2021-11-11T17:13:30.572Z] [2021-11-11T17:13:30.572Z] #24 [internal] load build context [2021-11-11T17:13:30.572Z] #24 sha256:90eef5b16ecb8211d40c456f2d4350ced5234fc89849eec222ed42ed67a63021 [2021-11-11T17:13:31.953Z] #24 transferring context: 55.49MB 1.7s done [2021-11-11T17:13:31.953Z] #24 DONE 1.7s [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #35 sha256:133e6f90bb1bdc158bacba5c4a60059bd86b5b631b0513123d453abe75b28390 [2021-11-11T17:13:31.953Z] #35 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #56 sha256:5a9d523e7c119e68ead7eed925ae5d79f74b92be60dd675542b09736e3399695 [2021-11-11T17:13:31.953Z] #56 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-11T17:13:31.953Z] #42 sha256:b25b048812efb5e5fd79938f5a1b89feae4a8595bee6ebcd6d710f9cc6136811 [2021-11-11T17:13:31.953Z] #42 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-11T17:13:31.953Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-11T17:13:31.953Z] #72 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089 [2021-11-11T17:13:31.953Z] #38 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-11T17:13:31.953Z] #27 sha256:702d5a66a09dabb8a335241f745fff14cbf88ae654d4db1084b14811e307d305 [2021-11-11T17:13:31.953Z] #27 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-11T17:13:31.953Z] #23 sha256:c381dc5168a35195ac7b3fe04018060c7364414236bb395498ca4971ad56fdde [2021-11-11T17:13:31.953Z] #23 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #13 sha256:6a3f0662aa0e8438f96b47b9794c5709da4ab939a97b9ab27f183d9324fefa65 [2021-11-11T17:13:31.953Z] #13 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-11T17:13:31.953Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-11T17:13:31.953Z] #70 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #68 sha256:e4ef72ce58b7633e77b2c2004e9f9f3e3eb74ad0581fbd9745e95ab179bc59f8 [2021-11-11T17:13:31.953Z] #68 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #40 sha256:37a2715fc85b01bcd6ce147915bdfbb6d0890217a8cba0226dd819ff35ba8356 [2021-11-11T17:13:31.953Z] #40 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #29 sha256:ffc04e501379ebdeb5bb578ca3cef1d551144c1da161a8a428c7bb98efe5021e [2021-11-11T17:13:31.953Z] #29 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #48 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #48 sha256:3b2a2c5e3d5167e03bbf8ced06c67912bb11e8cf35eb43eca520f5fe2b84867b [2021-11-11T17:13:31.953Z] #48 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:13:31.953Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:13:31.953Z] #53 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-11T17:13:31.953Z] #25 sha256:467eb5792dffc31ffe76547d9a2fdd68c8d5686b517caca64de83ddcebab228a [2021-11-11T17:13:31.953Z] #25 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68 [2021-11-11T17:13:31.953Z] #34 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-11T17:13:31.953Z] #39 sha256:bee12c3f3cceea036a0d502e82859fecc8ecd0834e83984f58952cdd6a19070a [2021-11-11T17:13:31.953Z] #39 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-11T17:13:31.953Z] #12 sha256:9b1df944e75998abb396874c96e2d309d7051d68886304aadea6b86fb8226db3 [2021-11-11T17:13:31.953Z] #12 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-11T17:13:31.953Z] #19 sha256:f965d325ab8721aaeb7d878cef03e8711bfe2209a94f4ebb3c4e65749919b3f0 [2021-11-11T17:13:31.953Z] #19 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-11T17:13:31.953Z] #66 sha256:1317a6f1e65b9a5dd0965d01d0c73f6c3a5776e9ebe5e769aa8c080615c7134d [2021-11-11T17:13:31.953Z] #66 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #21 [dev-systemd-false 7/25] 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 [2021-11-11T17:13:31.953Z] #21 sha256:02e47910ef1d217b2fdf6749b5774d54849aa8675b41607a90ba7398f397013a [2021-11-11T17:13:31.953Z] #21 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:13:31.953Z] #47 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #59 sha256:e8f9c3c42481c899c38955f243e5af72911f115a2925a56ae670e74309cb3707 [2021-11-11T17:13:31.953Z] #59 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe [2021-11-11T17:13:31.953Z] #43 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:13:31.953Z] #58 sha256:1b9d055e8144b7a5dca2e3306faa9d2e301046caca84936d70b2435bf90d65ca [2021-11-11T17:13:31.953Z] #58 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-11T17:13:31.953Z] #57 sha256:ae240a269a3c36486f2a3b36c531e3e9e43d6fd3e2063276c0e0c789593d5071 [2021-11-11T17:13:31.953Z] #57 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-11T17:13:31.953Z] #16 sha256:bff232d730aa8252f1d0cffe3eda5d881848932629b28697050da762518790bb [2021-11-11T17:13:31.953Z] #16 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-11T17:13:31.953Z] #61 sha256:a858d9d4c6fbc7b038e8a6f6e4072d1e44ff9b458983c0e629b32654a0ed72c9 [2021-11-11T17:13:31.953Z] #61 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-11T17:13:31.953Z] #30 sha256:c86e5ac2977f8c17d1010b14816df2309482bc3251551c59608b4a2142de8e52 [2021-11-11T17:13:31.953Z] #30 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #49 [vndr 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/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-11T17:13:31.953Z] #49 sha256:2400a6541f501c8a17ba719cbfae1c21b6f397dc2c2abe53736d8ffa5eaa46e8 [2021-11-11T17:13:31.953Z] #49 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-11T17:13:31.953Z] #67 sha256:f429bbb13df35a152d18e4a730a67eb6f2b6abc91d37b9e19fd33b8957905097 [2021-11-11T17:13:31.953Z] #67 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #46 sha256:705ad05f202bc239482fd9353c06c6f984ce3e2620008a95fcd7e7a88aed512d [2021-11-11T17:13:31.953Z] #46 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #41 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #41 sha256:f0cf1c0e88503a2eceef875c226c43b627e414e12594543c9600a53c7c2b7584 [2021-11-11T17:13:31.953Z] #41 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:13:31.953Z] #14 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-11T17:13:31.953Z] #18 sha256:1b1b1f47872363ea994601ec4b184d17cdc6b88435aff69646fe895768308f7a [2021-11-11T17:13:31.953Z] #18 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #52 sha256:e5c3eb1b897b39090de3b8766b3803f2bff3bdef27ca8061504e9d0704598377 [2021-11-11T17:13:31.953Z] #52 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #55 [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 [2021-11-11T17:13:31.953Z] #55 sha256:c6e4e4bd9a5d5c7ad1e82856e9bef84220005c2dffdeef1fc88a055591229274 [2021-11-11T17:13:31.953Z] #55 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #54 sha256:51400178150248015063260e0bee8040a0f0ab5abe288c06f1ece4fa80739fb3 [2021-11-11T17:13:31.953Z] #54 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #50 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #50 sha256:124f03bd362fec621a2dd26eb2bbb21d5d92efec38790729d0c01488c536c4d4 [2021-11-11T17:13:31.953Z] #50 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #22 [dev-systemd-false 8/25] 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 [2021-11-11T17:13:31.953Z] #22 sha256:7bac5318c7f501af978b67704560a4fba72ad524694b2e7e7aa61cadc21b3bf2 [2021-11-11T17:13:31.953Z] #22 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-11T17:13:31.953Z] #33 sha256:e2d4ec19b3089eb55fb50ff94dcdf5e864ca4261291a9e58e4bf7688cf1139cd [2021-11-11T17:13:31.953Z] #33 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:13:31.953Z] #62 sha256:c4a24544a6ac7e7e285143dcf1d5abd48bf8d03bd1493d7930b48e634eb54eea [2021-11-11T17:13:31.953Z] #62 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #51 [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 [2021-11-11T17:13:31.953Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956 [2021-11-11T17:13:31.953Z] #51 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #73 sha256:0192457a52f85389ca97137c9fcc27cd94505dec11dffdc576f2d623aac23693 [2021-11-11T17:13:31.953Z] #73 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #37 sha256:a97bbf6fefe7401fc24f7e464203e03736a6a0e06510a45a5b958a872895a4e5 [2021-11-11T17:13:31.953Z] #37 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #26 sha256:5441f827000b3363cf2cdbb84d534a017dd803c960d30788eacd22e06dd24228 [2021-11-11T17:13:31.953Z] #26 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-11-11T17:13:31.953Z] #20 sha256:648eb8b0bcec942d35db4fe9a730ebc9613cc9500030e7815f173fce0a17a4be [2021-11-11T17:13:31.953Z] #20 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-11T17:13:31.953Z] #32 sha256:08c32df30bd333e544f2328fab6821014d645d3b97c07a3f293097ed1ca6f263 [2021-11-11T17:13:31.953Z] #32 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-11T17:13:31.953Z] #15 sha256:b15bc9449db7d2a0c8e0f650c707556117769a53f33afb6dff3b428fd0632c30 [2021-11-11T17:13:31.953Z] #15 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #31 sha256:a6cd9ff46645be58e35eaa07c1ffa5cec6944a51de6be37cc5025e9fb2c54cd4 [2021-11-11T17:13:31.953Z] #31 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #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 [2021-11-11T17:13:31.953Z] #36 sha256:9c7fb3b4be6eb08cfacf57b9c30105632b61415c96fcee8ddecdce6672564994 [2021-11-11T17:13:31.953Z] #36 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-11T17:13:31.953Z] #17 sha256:74acb39025a65d13d41b74def7f7b55a218df2114933ae942f0e025dbaea186f [2021-11-11T17:13:31.953Z] #17 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #63 sha256:b2a98a9d47746e0fafff516e30318c4cf25542144c3288e46f84275ac28f7f3d [2021-11-11T17:13:31.953Z] #63 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #60 [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 [2021-11-11T17:13:31.953Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3 [2021-11-11T17:13:31.953Z] #60 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #44 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-11T17:13:31.953Z] #44 sha256:1a15ba3b1badfbee05f6a470f2ec7afe05f30b7f90a1ca2514707b03fa9df2a0 [2021-11-11T17:13:31.953Z] #44 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-11T17:13:31.953Z] #64 sha256:aec0be8c03573353aa19fb557fa5259fd4d2483d04e7ae557cf9a0b33d142eee [2021-11-11T17:13:31.953Z] #64 CACHED [2021-11-11T17:13:31.953Z] [2021-11-11T17:13:31.953Z] #65 [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 [2021-11-11T17:13:31.953Z] #65 sha256:be3418b46c2453b14e0b87a8ca0869e513136323902d25bc0725fcdbd580889a [2021-11-11T17:13:31.954Z] #65 CACHED [2021-11-11T17:13:31.954Z] [2021-11-11T17:13:31.954Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-11T17:13:31.954Z] #74 sha256:f094f83a11c83f51a6213424ce58b177ce6e2816982098ea827356f476993265 [2021-11-11T17:13:31.954Z] #74 CACHED [2021-11-11T17:13:31.954Z] [2021-11-11T17:13:31.954Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-11T17:13:31.954Z] #75 sha256:f1964d35d326f688931cbb27a3b465cd9739848c23e19ba63fb6652200873b54 [2021-11-11T17:13:32.891Z] #75 DONE 1.1s [2021-11-11T17:13:32.891Z] [2021-11-11T17:13:32.891Z] #76 exporting to image [2021-11-11T17:13:32.891Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-11T17:13:32.891Z] #76 exporting layers [2021-11-11T17:13:33.820Z] #76 exporting layers 0.8s done [2021-11-11T17:13:33.820Z] #76 writing image sha256:82d22d46a93082e2358e0e778226c7728135332b9807ebd71fa2286a968df6e9 done [2021-11-11T17:13:33.820Z] #76 naming to docker.io/library/docker:4a1567e22a1928a647fd25ce668b63af77cb2567 done [2021-11-11T17:13:33.820Z] #76 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-11T17:13:33.937Z] #19 52.45 Selecting previously unselected package cpp-aarch64-linux-gnu. [2021-11-11T17:13:33.937Z] #19 52.45 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:13:33.937Z] #19 52.46 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:13:33.937Z] #19 52.48 Selecting previously unselected package cpp-arm-linux-gnueabi. [2021-11-11T17:13:33.937Z] #19 52.48 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:13:33.937Z] #19 52.49 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2021-11-11T17:13:33.937Z] #19 52.51 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2021-11-11T17:13:33.937Z] #19 52.51 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:13:33.937Z] #19 52.52 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-11-11T17:13:33.937Z] #19 52.54 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2021-11-11T17:13:33.937Z] #19 52.55 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:13:33.937Z] #19 52.55 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:13:33.937Z] #19 52.58 Selecting previously unselected package cpp-s390x-linux-gnu. [2021-11-11T17:13:33.937Z] #19 52.58 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:13:33.937Z] #19 52.58 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:13:33.937Z] #19 52.61 Selecting previously unselected package cross-config. [2021-11-11T17:13:33.937Z] #19 52.61 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2021-11-11T17:13:33.937Z] #19 52.62 Unpacking cross-config (2.6.18+nmu1) ... [2021-11-11T17:13:33.937Z] #19 52.65 Selecting previously unselected package gcc-10-cross-base. [2021-11-11T17:13:33.937Z] #19 52.65 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:33.937Z] #19 52.65 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2021-11-11T17:13:33.937Z] #19 52.69 Selecting previously unselected package libc6-arm64-cross. [2021-11-11T17:13:33.937Z] #19 52.69 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2021-11-11T17:13:33.937Z] #19 52.70 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2021-11-11T17:13:33.937Z] #19 52.83 Selecting previously unselected package libgcc-s1-arm64-cross. [2021-11-11T17:13:33.937Z] #19 52.83 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:33.937Z] #19 52.83 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:33.937Z] #19 52.86 Selecting previously unselected package libgomp1-arm64-cross. [2021-11-11T17:13:33.937Z] #19 52.86 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:33.937Z] #19 52.87 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:33.937Z] #19 52.91 Selecting previously unselected package libitm1-arm64-cross. [2021-11-11T17:13:33.937Z] #19 52.91 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:33.937Z] #19 52.91 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:33.937Z] #19 52.94 Selecting previously unselected package libatomic1-arm64-cross. [2021-11-11T17:13:33.937Z] #19 52.95 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:33.937Z] #19 52.95 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:33.937Z] #19 52.98 Selecting previously unselected package libasan6-arm64-cross. [2021-11-11T17:13:33.937Z] #19 52.98 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:33.937Z] #19 52.98 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:34.163Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_GITCOMMIT=4a1567e22a1928a647fd25ce668b63af77cb2567 -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:4a1567e22a1928a647fd25ce668b63af77cb2567 hack/make.sh dynbinary test-integration [2021-11-11T17:13:34.195Z] #19 53.21 Selecting previously unselected package liblsan0-arm64-cross. [2021-11-11T17:13:34.196Z] #19 53.21 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:34.196Z] #19 53.22 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:34.196Z] #19 53.33 Selecting previously unselected package libtsan0-arm64-cross. [2021-11-11T17:13:34.196Z] #19 53.33 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:34.454Z] #19 53.33 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:34.454Z] #19 53.58 Selecting previously unselected package libstdc++6-arm64-cross. [2021-11-11T17:13:34.454Z] #19 53.58 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:34.712Z] #19 53.59 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:34.712Z] #19 53.66 Selecting previously unselected package libubsan1-arm64-cross. [2021-11-11T17:13:34.712Z] #19 53.66 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:34.712Z] #19 53.67 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:34.712Z] #19 53.78 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2021-11-11T17:13:34.712Z] #19 53.78 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:34.712Z] #19 53.78 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:34.724Z] [2021-11-11T17:13:34.971Z] #19 53.92 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2021-11-11T17:13:34.971Z] #19 53.92 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:34.971Z] #19 53.93 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:13:34.980Z] Removing bundles/ [2021-11-11T17:13:34.980Z] [2021-11-11T17:13:34.980Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-11T17:13:34.980Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:13:34.980Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:13:35.416Z] ---> 69f4db0d31d2 [2021-11-11T17:13:35.416Z] Successfully built 69f4db0d31d2 [2021-11-11T17:13:35.416Z] Successfully tagged docker:latest [2021-11-11T17:13:35.416Z] INFO: Image build ended at 11/11/2021 17:13:32. Duration:00:00:28.3929076 [2021-11-11T17:13:35.416Z] [2021-11-11T17:13:35.416Z] [2021-11-11T17:13:35.416Z] INFO: Building the test binaries at 11/11/2021 17:13:32... [2021-11-11T17:13:37.644Z] INFO: make.ps1 starting at 11/11/2021 17:13:37 [2021-11-11T17:13:37.644Z] INFO: Git commit (420aebf60c) assumed from DOCKER_GITCOMMIT environment variable [2021-11-11T17:13:37.644Z] INFO: Invoking autogen... [2021-11-11T17:13:38.118Z] INFO: Building daemon... [2021-11-11T17:13:40.243Z] #19 58.93 Selecting previously unselected package gcc-aarch64-linux-gnu. [2021-11-11T17:13:40.243Z] #19 58.93 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:13:40.243Z] #19 58.94 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:13:40.243Z] #19 58.97 Selecting previously unselected package linux-libc-dev-arm64-cross. [2021-11-11T17:13:40.243Z] #19 58.97 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2021-11-11T17:13:40.243Z] #19 58.97 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2021-11-11T17:13:40.243Z] #19 59.14 Selecting previously unselected package libc6-dev-arm64-cross. [2021-11-11T17:13:40.243Z] #19 59.14 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2021-11-11T17:13:40.243Z] #19 59.14 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2021-11-11T17:13:40.243Z] #19 59.40 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2021-11-11T17:13:40.501Z] #19 59.40 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:40.501Z] #19 59.41 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:13:40.501Z] #19 59.65 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2021-11-11T17:13:40.758Z] #19 59.65 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:40.758Z] #19 59.66 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:13:46.022Z] #19 64.51 Selecting previously unselected package g++-aarch64-linux-gnu. [2021-11-11T17:13:46.022Z] #19 64.52 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:13:46.022Z] #19 64.60 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:13:46.022Z] #19 64.95 Selecting previously unselected package patch. [2021-11-11T17:13:46.022Z] #19 64.95 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2021-11-11T17:13:46.022Z] #19 65.04 Unpacking patch (2.7.6-7) ... [2021-11-11T17:13:46.281Z] #19 65.45 Selecting previously unselected package dpkg-dev. [2021-11-11T17:13:46.538Z] #19 65.46 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2021-11-11T17:13:46.539Z] #19 65.54 Unpacking dpkg-dev (1.20.9) ... [2021-11-11T17:13:46.539Z] #19 65.68 Selecting previously unselected package libconfig-inifiles-perl. [2021-11-11T17:13:46.539Z] #19 65.68 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2021-11-11T17:13:46.539Z] #19 65.69 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2021-11-11T17:13:46.539Z] #19 65.72 Selecting previously unselected package libio-string-perl. [2021-11-11T17:13:46.797Z] #19 65.72 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2021-11-11T17:13:46.797Z] #19 65.73 Unpacking libio-string-perl (1.08-3.1) ... [2021-11-11T17:13:46.797Z] #19 65.76 Selecting previously unselected package libicu67:amd64. [2021-11-11T17:13:46.797Z] #19 65.76 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2021-11-11T17:13:46.797Z] #19 65.76 Unpacking libicu67:amd64 (67.1-7) ... [2021-11-11T17:13:47.367Z] #19 66.58 Selecting previously unselected package libxml2:amd64. [2021-11-11T17:13:47.600Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09e5350dea43a682b) in /home/ubuntu/workspace/moby_PR-42838 [Pipeline] { [2021-11-11T17:13:47.629Z] #19 66.58 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-11-11T17:13:47.629Z] #19 66.58 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-11T17:13:47.629Z] #19 66.68 Selecting previously unselected package libxml-namespacesupport-perl. [2021-11-11T17:13:47.629Z] #19 66.68 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2021-11-11T17:13:47.629Z] #19 66.69 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2021-11-11T17:13:47.629Z] #19 66.71 Selecting previously unselected package libxml-sax-base-perl. [2021-11-11T17:13:47.629Z] #19 66.71 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2021-11-11T17:13:47.629Z] #19 66.72 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2021-11-11T17:13:47.629Z] #19 66.76 Selecting previously unselected package libxml-sax-perl. [2021-11-11T17:13:47.629Z] #19 66.76 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2021-11-11T17:13:47.629Z] #19 66.76 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2021-11-11T17:13:47.629Z] #19 66.80 Selecting previously unselected package libxml-libxml-perl. [Pipeline] checkout [2021-11-11T17:13:47.787Z] The recommended git tool is: git [2021-11-11T17:13:47.888Z] #19 66.80 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2021-11-11T17:13:47.888Z] #19 66.80 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2021-11-11T17:13:47.888Z] #19 66.87 Selecting previously unselected package libxml-simple-perl. [2021-11-11T17:13:47.889Z] #19 66.87 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2021-11-11T17:13:47.889Z] #19 66.88 Unpacking libxml-simple-perl (2.25-1) ... [2021-11-11T17:13:47.889Z] #19 66.91 Selecting previously unselected package libyaml-perl. [2021-11-11T17:13:47.889Z] #19 66.92 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2021-11-11T17:13:47.889Z] #19 66.92 Unpacking libyaml-perl (1.30-1) ... [2021-11-11T17:13:47.889Z] #19 66.95 Selecting previously unselected package libconfig-auto-perl. [2021-11-11T17:13:47.889Z] #19 66.96 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2021-11-11T17:13:47.889Z] #19 66.96 Unpacking libconfig-auto-perl (0.44-1.1) ... [2021-11-11T17:13:47.889Z] #19 66.99 Selecting previously unselected package libfile-which-perl. [2021-11-11T17:13:47.889Z] #19 66.99 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2021-11-11T17:13:47.889Z] #19 66.99 Unpacking libfile-which-perl (1.23-1) ... [2021-11-11T17:13:47.889Z] #19 67.02 Selecting previously unselected package libfile-homedir-perl. [2021-11-11T17:13:48.146Z] #19 67.02 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2021-11-11T17:13:48.146Z] #19 67.03 Unpacking libfile-homedir-perl (1.006-1) ... [2021-11-11T17:13:48.146Z] #19 67.07 Selecting previously unselected package libdebian-dpkgcross-perl. [2021-11-11T17:13:48.146Z] #19 67.07 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2021-11-11T17:13:48.146Z] #19 67.08 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2021-11-11T17:13:48.146Z] #19 67.11 Selecting previously unselected package dpkg-cross. [2021-11-11T17:13:48.146Z] #19 67.11 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2021-11-11T17:13:48.146Z] #19 67.12 Unpacking dpkg-cross (2.6.18+nmu1) ... [2021-11-11T17:13:48.146Z] #19 67.15 Selecting previously unselected package crossbuild-essential-arm64. [2021-11-11T17:13:48.146Z] #19 67.15 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2021-11-11T17:13:48.146Z] #19 67.16 Unpacking crossbuild-essential-arm64 (12.9) ... [2021-11-11T17:13:48.146Z] #19 67.18 Selecting previously unselected package libc6-armel-cross. [2021-11-11T17:13:48.146Z] #19 67.18 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2021-11-11T17:13:48.146Z] #19 67.19 Unpacking libc6-armel-cross (2.31-9cross4) ... [2021-11-11T17:13:48.405Z] #19 67.30 Selecting previously unselected package libgcc-s1-armel-cross. [2021-11-11T17:13:48.405Z] #19 67.31 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:48.405Z] #19 67.31 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:13:48.405Z] #19 67.35 Selecting previously unselected package libgomp1-armel-cross. [2021-11-11T17:13:48.405Z] #19 67.35 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:48.405Z] #19 67.35 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:13:48.405Z] #19 67.39 Selecting previously unselected package libatomic1-armel-cross. [2021-11-11T17:13:48.405Z] #19 67.39 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:48.405Z] #19 67.39 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:13:48.405Z] #19 67.42 Selecting previously unselected package libasan6-armel-cross. [2021-11-11T17:13:48.405Z] #19 67.42 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:48.405Z] #19 67.43 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:13:48.663Z] #19 67.65 Selecting previously unselected package libstdc++6-armel-cross. [2021-11-11T17:13:48.663Z] #19 67.65 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:48.663Z] #19 67.65 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:13:48.663Z] #19 67.72 Selecting previously unselected package libubsan1-armel-cross. [2021-11-11T17:13:48.663Z] #19 67.72 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:48.663Z] #19 67.72 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:13:48.663Z] #19 67.82 Selecting previously unselected package libgcc-10-dev-armel-cross. [2021-11-11T17:13:48.921Z] #19 67.82 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:48.921Z] #19 67.83 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:13:48.921Z] #19 67.94 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2021-11-11T17:13:48.921Z] #19 67.94 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:48.921Z] #19 67.95 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-11-11T17:13:49.593Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0842ec89f1c6067b3) in /home/ubuntu/workspace/moby_PR-42838 [Pipeline] { [Pipeline] checkout [2021-11-11T17:13:49.772Z] The recommended git tool is: git [2021-11-11T17:13:51.595Z] using credential docker-jenkins-github-credentials [2021-11-11T17:13:51.607Z] Cloning the remote Git repository [2021-11-11T17:13:51.607Z] Cloning with configured refspecs honoured and without tags [2021-11-11T17:13:51.624Z] Cloning repository https://github.com/moby/moby.git [2021-11-11T17:13:51.686Z] > git init /home/ubuntu/workspace/moby_PR-42838 # timeout=10 [2021-11-11T17:13:52.004Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:13:52.005Z] > git --version # timeout=10 [2021-11-11T17:13:52.021Z] > git --version # 'git version 2.25.1' [2021-11-11T17:13:52.022Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:13:52.023Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:13:53.185Z] using credential docker-jenkins-github-credentials [2021-11-11T17:13:53.194Z] Cloning the remote Git repository [2021-11-11T17:13:53.194Z] Cloning with configured refspecs honoured and without tags [2021-11-11T17:13:53.191Z] Cloning repository https://github.com/moby/moby.git [2021-11-11T17:13:53.376Z] > git init /home/ubuntu/workspace/moby_PR-42838 # timeout=10 [2021-11-11T17:13:54.185Z] #19 72.63 Selecting previously unselected package gcc-arm-linux-gnueabi. [2021-11-11T17:13:54.185Z] #19 72.64 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:13:54.185Z] #19 72.64 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2021-11-11T17:13:54.185Z] #19 72.67 Selecting previously unselected package linux-libc-dev-armel-cross. [2021-11-11T17:13:54.185Z] #19 72.67 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2021-11-11T17:13:54.185Z] #19 72.68 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2021-11-11T17:13:54.185Z] #19 72.84 Selecting previously unselected package libc6-dev-armel-cross. [2021-11-11T17:13:54.185Z] #19 72.84 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2021-11-11T17:13:54.185Z] #19 72.85 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2021-11-11T17:13:54.185Z] #19 73.06 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2021-11-11T17:13:54.185Z] #19 73.06 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:54.185Z] #19 73.07 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:13:54.185Z] #19 73.32 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2021-11-11T17:13:54.444Z] #19 73.32 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:54.444Z] #19 73.32 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-11-11T17:13:54.058Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:13:54.059Z] > git --version # timeout=10 [2021-11-11T17:13:54.077Z] > git --version # 'git version 2.25.1' [2021-11-11T17:13:54.078Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:13:54.084Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:13:58.630Z] #19 77.75 Selecting previously unselected package g++-arm-linux-gnueabi. [2021-11-11T17:13:58.630Z] #19 77.75 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:13:58.630Z] #19 77.76 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2021-11-11T17:13:58.630Z] #19 77.78 Selecting previously unselected package crossbuild-essential-armel. [2021-11-11T17:13:58.888Z] #19 77.78 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2021-11-11T17:13:58.888Z] #19 77.78 Unpacking crossbuild-essential-armel (12.9) ... [2021-11-11T17:13:58.888Z] #19 77.81 Selecting previously unselected package libc6-armhf-cross. [2021-11-11T17:13:58.888Z] #19 77.82 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2021-11-11T17:13:58.888Z] #19 77.82 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2021-11-11T17:13:58.888Z] #19 77.93 Selecting previously unselected package libgcc-s1-armhf-cross. [2021-11-11T17:13:58.888Z] #19 77.93 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:58.888Z] #19 77.94 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:13:58.888Z] #19 77.97 Selecting previously unselected package libgomp1-armhf-cross. [2021-11-11T17:13:58.888Z] #19 77.97 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:58.888Z] #19 77.97 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:13:58.888Z] #19 78.00 Selecting previously unselected package libatomic1-armhf-cross. [2021-11-11T17:13:58.888Z] #19 78.01 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:58.888Z] #19 78.02 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:13:58.888Z] #19 78.05 Selecting previously unselected package libasan6-armhf-cross. [2021-11-11T17:13:59.145Z] #19 78.06 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:59.145Z] #19 78.06 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:13:59.145Z] #19 78.28 Selecting previously unselected package libstdc++6-armhf-cross. [2021-11-11T17:13:59.145Z] #19 78.28 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:59.145Z] #19 78.29 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:13:59.145Z] #19 78.35 Selecting previously unselected package libubsan1-armhf-cross. [2021-11-11T17:13:59.403Z] #19 78.36 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:59.403Z] #19 78.36 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:13:59.403Z] #19 78.45 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2021-11-11T17:13:59.404Z] #19 78.46 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:13:59.404Z] #19 78.46 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:13:59.404Z] #19 78.58 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2021-11-11T17:13:59.662Z] #19 78.58 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:13:59.662Z] #19 78.58 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-11-11T17:14:04.927Z] #19 83.30 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2021-11-11T17:14:04.927Z] #19 83.30 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:14:04.927Z] #19 83.30 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-11-11T17:14:04.927Z] #19 83.33 Selecting previously unselected package linux-libc-dev-armhf-cross. [2021-11-11T17:14:04.927Z] #19 83.33 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2021-11-11T17:14:04.927Z] #19 83.34 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2021-11-11T17:14:04.927Z] #19 83.54 Selecting previously unselected package libc6-dev-armhf-cross. [2021-11-11T17:14:04.927Z] #19 83.54 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2021-11-11T17:14:04.927Z] #19 83.55 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2021-11-11T17:14:04.927Z] #19 83.77 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2021-11-11T17:14:04.927Z] #19 83.78 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:04.927Z] #19 83.80 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:14:05.185Z] #19 84.10 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2021-11-11T17:14:05.185Z] #19 84.11 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:14:05.185Z] #19 84.11 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-11-11T17:14:10.449Z] #19 88.61 Selecting previously unselected package g++-arm-linux-gnueabihf. [2021-11-11T17:14:10.449Z] #19 88.61 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:14:10.449Z] #19 88.62 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-11-11T17:14:10.449Z] #19 88.64 Selecting previously unselected package crossbuild-essential-armhf. [2021-11-11T17:14:10.449Z] #19 88.64 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2021-11-11T17:14:10.449Z] #19 88.65 Unpacking crossbuild-essential-armhf (12.9) ... [2021-11-11T17:14:10.449Z] #19 88.67 Selecting previously unselected package libc6-ppc64el-cross. [2021-11-11T17:14:10.449Z] #19 88.68 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2021-11-11T17:14:10.449Z] #19 88.68 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2021-11-11T17:14:10.449Z] #19 88.85 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2021-11-11T17:14:10.449Z] #19 88.85 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.449Z] #19 88.85 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.449Z] #19 88.90 Selecting previously unselected package libgomp1-ppc64el-cross. [2021-11-11T17:14:10.449Z] #19 88.91 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.449Z] #19 88.91 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.449Z] #19 88.95 Selecting previously unselected package libitm1-ppc64el-cross. [2021-11-11T17:14:10.449Z] #19 88.95 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.449Z] #19 88.96 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.449Z] #19 88.99 Selecting previously unselected package libatomic1-ppc64el-cross. [2021-11-11T17:14:10.449Z] #19 88.99 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.449Z] #19 89.00 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.449Z] #19 89.03 Selecting previously unselected package libasan6-ppc64el-cross. [2021-11-11T17:14:10.449Z] #19 89.03 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.449Z] #19 89.04 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.449Z] #19 89.27 Selecting previously unselected package liblsan0-ppc64el-cross. [2021-11-11T17:14:10.449Z] #19 89.28 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.449Z] #19 89.28 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.449Z] #19 89.39 Selecting previously unselected package libtsan0-ppc64el-cross. [2021-11-11T17:14:10.449Z] #19 89.39 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.449Z] #19 89.39 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.707Z] #19 89.62 Selecting previously unselected package libstdc++6-ppc64el-cross. [2021-11-11T17:14:10.707Z] #19 89.62 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.707Z] #19 89.63 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.707Z] #19 89.70 Selecting previously unselected package libubsan1-ppc64el-cross. [2021-11-11T17:14:10.707Z] #19 89.71 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.707Z] #19 89.71 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.707Z] #19 89.81 Selecting previously unselected package libquadmath0-ppc64el-cross. [2021-11-11T17:14:10.970Z] #19 89.81 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.970Z] #19 89.81 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.970Z] #19 89.85 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2021-11-11T17:14:10.970Z] #19 89.86 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:10.970Z] #19 89.86 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:10.970Z] #19 90.03 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2021-11-11T17:14:10.970Z] #19 90.03 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:14:10.970Z] #19 90.03 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:12.905Z] Fetching without tags [2021-11-11T17:14:13.170Z] Merging remotes/origin/master commit df7bba7dbc6658ba48851eb4819e0a0a9508b18f into PR head commit 68e3034322969cf06c85988c67dccf7c45ac7b39 [2021-11-11T17:14:12.864Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:14:12.870Z] > git config --add remote.origin.fetch +refs/pull/42838/head:refs/remotes/origin/PR-42838 # timeout=10 [2021-11-11T17:14:12.876Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:14:12.893Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:14:12.908Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:14:12.909Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:14:12.910Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:14:13.178Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:14:13.213Z] > git checkout -f 68e3034322969cf06c85988c67dccf7c45ac7b39 # timeout=10 [2021-11-11T17:14:13.863Z] > git remote # timeout=10 [2021-11-11T17:14:13.869Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T17:14:13.885Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:14:13.886Z] > git merge df7bba7dbc6658ba48851eb4819e0a0a9508b18f # timeout=10 [2021-11-11T17:14:14.515Z] Merge succeeded, producing 4a8d18ade56ed7c66800a56cf757acecfae1db1e [2021-11-11T17:14:14.516Z] Checking out Revision 4a8d18ade56ed7c66800a56cf757acecfae1db1e (PR-42838) [2021-11-11T17:14:16.239Z] #19 94.60 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2021-11-11T17:14:16.239Z] #19 94.60 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:14:16.239Z] #19 94.61 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:16.239Z] #19 94.63 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2021-11-11T17:14:16.239Z] #19 94.64 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2021-11-11T17:14:16.239Z] #19 94.64 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2021-11-11T17:14:16.239Z] #19 94.81 Selecting previously unselected package libc6-dev-ppc64el-cross. [2021-11-11T17:14:16.239Z] #19 94.81 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2021-11-11T17:14:16.239Z] #19 94.81 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2021-11-11T17:14:16.239Z] #19 95.08 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2021-11-11T17:14:16.239Z] #19 95.08 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:16.239Z] #19 95.09 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:16.239Z] #19 95.34 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2021-11-11T17:14:14.506Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-11T17:14:14.518Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:14:14.527Z] > git checkout -f 4a8d18ade56ed7c66800a56cf757acecfae1db1e # timeout=10 [2021-11-11T17:14:16.496Z] #19 95.34 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:14:16.496Z] #19 95.35 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:18.097Z] Commit message: "Merge commit 'df7bba7dbc6658ba48851eb4819e0a0a9508b18f' into HEAD" [2021-11-11T17:14:18.111Z] First time build. Skipping changelog. [2021-11-11T17:14:18.466Z] Fetching without tags [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-11T17:14:18.720Z] Merging remotes/origin/master commit df7bba7dbc6658ba48851eb4819e0a0a9508b18f into PR head commit 68e3034322969cf06c85988c67dccf7c45ac7b39 [2021-11-11T17:14:18.100Z] > git rev-list --no-walk 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 # timeout=10 [2021-11-11T17:14:19.048Z] + docker version [2021-11-11T17:14:20.217Z] Merge succeeded, producing 71c6863433e734f5fe9529df00c7732ab9759c34 [2021-11-11T17:14:20.217Z] Checking out Revision 71c6863433e734f5fe9529df00c7732ab9759c34 (PR-42838) [2021-11-11T17:14:20.680Z] #19 99.67 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2021-11-11T17:14:20.680Z] #19 99.67 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:14:20.680Z] #19 99.68 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:20.680Z] #19 99.71 Selecting previously unselected package crossbuild-essential-ppc64el. [2021-11-11T17:14:20.680Z] #19 99.71 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2021-11-11T17:14:20.680Z] #19 99.72 Unpacking crossbuild-essential-ppc64el (12.9) ... [2021-11-11T17:14:20.680Z] #19 99.75 Selecting previously unselected package libc6-s390x-cross. [2021-11-11T17:14:20.680Z] #19 99.75 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2021-11-11T17:14:20.680Z] #19 99.75 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2021-11-11T17:14:18.362Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:14:18.374Z] > git config --add remote.origin.fetch +refs/pull/42838/head:refs/remotes/origin/PR-42838 # timeout=10 [2021-11-11T17:14:18.442Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:14:18.458Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:14:18.468Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:14:18.469Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:14:18.470Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:14:18.726Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:14:18.740Z] > git checkout -f 68e3034322969cf06c85988c67dccf7c45ac7b39 # timeout=10 [2021-11-11T17:14:19.495Z] > git remote # timeout=10 [2021-11-11T17:14:19.516Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T17:14:19.520Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:14:19.585Z] > git merge df7bba7dbc6658ba48851eb4819e0a0a9508b18f # timeout=10 [2021-11-11T17:14:20.201Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-11T17:14:20.218Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:14:20.227Z] > git checkout -f 71c6863433e734f5fe9529df00c7732ab9759c34 # timeout=10 [2021-11-11T17:14:20.938Z] #19 99.88 Selecting previously unselected package libgcc-s1-s390x-cross. [2021-11-11T17:14:20.938Z] #19 99.89 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:20.938Z] #19 99.89 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:20.938Z] #19 99.92 Selecting previously unselected package libgomp1-s390x-cross. [2021-11-11T17:14:20.938Z] #19 99.92 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:20.938Z] #19 99.93 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:20.938Z] #19 99.97 Selecting previously unselected package libitm1-s390x-cross. [2021-11-11T17:14:20.938Z] #19 99.97 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:20.938Z] #19 99.97 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:20.938Z] #19 100.00 Selecting previously unselected package libatomic1-s390x-cross. [2021-11-11T17:14:20.938Z] #19 100.0 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:20.938Z] #19 100.0 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:20.939Z] #19 100.0 Selecting previously unselected package libasan6-s390x-cross. [2021-11-11T17:14:21.197Z] #19 100.0 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:21.197Z] #19 100.0 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:21.197Z] #19 100.3 Selecting previously unselected package libstdc++6-s390x-cross. [2021-11-11T17:14:21.197Z] #19 100.3 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:21.197Z] #19 100.3 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:21.455Z] #19 100.3 Selecting previously unselected package libubsan1-s390x-cross. [2021-11-11T17:14:21.455Z] #19 100.3 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:21.455Z] #19 100.3 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:21.455Z] #19 100.5 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2021-11-11T17:14:21.455Z] #19 100.5 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:21.455Z] #19 100.5 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:21.455Z] #19 100.6 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2021-11-11T17:14:21.713Z] #19 100.6 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:14:21.713Z] #19 100.6 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:24.133Z] Commit message: "Merge commit 'df7bba7dbc6658ba48851eb4819e0a0a9508b18f' into HEAD" [2021-11-11T17:14:24.150Z] First time build. Skipping changelog. [2021-11-11T17:14:24.327Z] Client: Docker Engine - Community [2021-11-11T17:14:24.327Z] Version: 20.10.10-rc1 [2021-11-11T17:14:24.327Z] API version: 1.41 [2021-11-11T17:14:24.327Z] Go version: go1.16.9 [2021-11-11T17:14:24.327Z] Git commit: b485636 [2021-11-11T17:14:24.327Z] Built: Mon Oct 18 15:22:14 2021 [2021-11-11T17:14:24.327Z] OS/Arch: linux/amd64 [2021-11-11T17:14:24.327Z] Context: default [2021-11-11T17:14:24.327Z] Experimental: true [2021-11-11T17:14:24.327Z] [2021-11-11T17:14:24.327Z] Server: Docker Engine - Community [2021-11-11T17:14:24.327Z] Engine: [2021-11-11T17:14:24.327Z] Version: 20.10.10-rc1 [2021-11-11T17:14:24.327Z] API version: 1.41 (minimum version 1.12) [2021-11-11T17:14:24.327Z] Go version: go1.16.9 [2021-11-11T17:14:24.327Z] Git commit: 9f5b26f [2021-11-11T17:14:24.327Z] Built: Mon Oct 18 15:20:19 2021 [2021-11-11T17:14:24.327Z] OS/Arch: linux/amd64 [2021-11-11T17:14:24.327Z] Experimental: true [2021-11-11T17:14:24.327Z] containerd: [2021-11-11T17:14:24.327Z] Version: 1.4.11 [2021-11-11T17:14:24.327Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:14:24.327Z] runc: [2021-11-11T17:14:24.327Z] Version: 1.0.2 [2021-11-11T17:14:24.327Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-11T17:14:24.327Z] docker-init: [2021-11-11T17:14:24.327Z] Version: 0.19.0 [2021-11-11T17:14:24.327Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-11T17:14:24.643Z] + docker info [2021-11-11T17:14:25.231Z] + docker version [2021-11-11T17:14:24.136Z] > git rev-list --no-walk 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 # timeout=10 [2021-11-11T17:14:25.899Z] #19 105.1 Selecting previously unselected package gcc-s390x-linux-gnu. [2021-11-11T17:14:26.156Z] #19 105.1 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:14:26.156Z] #19 105.1 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:26.156Z] #19 105.2 Selecting previously unselected package linux-libc-dev-s390x-cross. [2021-11-11T17:14:26.156Z] #19 105.2 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2021-11-11T17:14:26.156Z] #19 105.2 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2021-11-11T17:14:26.156Z] #19 105.4 Selecting previously unselected package libc6-dev-s390x-cross. [2021-11-11T17:14:26.414Z] #19 105.4 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2021-11-11T17:14:26.414Z] #19 105.4 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2021-11-11T17:14:26.672Z] #19 105.6 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2021-11-11T17:14:26.672Z] #19 105.6 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2021-11-11T17:14:26.672Z] #19 105.6 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:26.930Z] #19 105.9 Selecting previously unselected package g++-10-s390x-linux-gnu. [2021-11-11T17:14:26.930Z] #19 105.9 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-11-11T17:14:26.930Z] #19 105.9 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:30.202Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:14:30.202Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:14:30.202Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:14:30.202Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:14:30.202Z] [2021-11-11T17:14:30.202Z] + c=0 [2021-11-11T17:14:30.202Z] + TEST_INTEGRATION_DEST=2 [2021-11-11T17:14:30.202Z] + CONTAINER_NAME=docker-pr11-2 [2021-11-11T17:14:30.202Z] + TEST_SKIP_INTEGRATION=1 [2021-11-11T17:14:30.202Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-11-11T17:14:30.202Z] + run_tests [2021-11-11T17:14:30.202Z] + '[' -n 0 ']' [2021-11-11T17:14:30.202Z] + rm= [2021-11-11T17:14:30.202Z] + TEST_INTEGRATION_DEST=1 [2021-11-11T17:14:30.202Z] + CONTAINER_NAME=docker-pr11-1 [2021-11-11T17:14:30.202Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-11-11T17:14:30.202Z] + run_tests test-integration-flaky [2021-11-11T17:14:30.202Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42838/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42838/.git:/go/src/github.com/docker/docker/.git --name docker-pr11-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=4eecf546b78680d10251b2eb473349b1c575b7fa -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4eecf546b78680d10251b2eb473349b1c575b7fa hack/make.sh '' test-integration [2021-11-11T17:14:30.202Z] + '[' -n 0 ']' [2021-11-11T17:14:30.202Z] + rm= [2021-11-11T17:14:30.202Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42838/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42838/.git:/go/src/github.com/docker/docker/.git --name docker-pr11-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=4eecf546b78680d10251b2eb473349b1c575b7fa -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4eecf546b78680d10251b2eb473349b1c575b7fa hack/make.sh test-integration-flaky test-integration [2021-11-11T17:14:30.202Z] + TEST_INTEGRATION_DEST=3 [2021-11-11T17:14:30.202Z] + CONTAINER_NAME=docker-pr11-3 [2021-11-11T17:14:30.202Z] + TEST_SKIP_INTEGRATION=1 [2021-11-11T17:14:30.202Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-11-11T17:14:30.202Z] + run_tests [2021-11-11T17:14:30.202Z] + '[' -n 0 ']' [2021-11-11T17:14:30.202Z] + rm= [2021-11-11T17:14:30.202Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42838/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42838/.git:/go/src/github.com/docker/docker/.git --name docker-pr11-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=4eecf546b78680d10251b2eb473349b1c575b7fa -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4eecf546b78680d10251b2eb473349b1c575b7fa hack/make.sh '' test-integration [2021-11-11T17:14:30.202Z] ++ jobs -p [2021-11-11T17:14:30.202Z] + for job in $(jobs -p) [2021-11-11T17:14:30.202Z] + wait 17167 [2021-11-11T17:14:31.113Z] #19 110.0 Selecting previously unselected package g++-s390x-linux-gnu. [2021-11-11T17:14:31.113Z] #19 110.0 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-11-11T17:14:31.113Z] #19 110.0 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:31.113Z] #19 110.0 Selecting previously unselected package crossbuild-essential-s390x. [2021-11-11T17:14:31.113Z] #19 110.0 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2021-11-11T17:14:31.113Z] #19 110.0 Unpacking crossbuild-essential-s390x (12.9) ... [2021-11-11T17:14:31.113Z] #19 110.1 Setting up libconfig-inifiles-perl (3.000003-1) ... [2021-11-11T17:14:31.113Z] #19 110.1 Setting up libfile-which-perl (1.23-1) ... [2021-11-11T17:14:31.113Z] #19 110.1 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2021-11-11T17:14:31.113Z] #19 110.1 Setting up libc6-armhf-cross (2.31-9cross4) ... [2021-11-11T17:14:31.113Z] #19 110.1 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2021-11-11T17:14:31.113Z] #19 110.1 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:14:31.113Z] #19 110.1 Setting up libicu67:amd64 (67.1-7) ... [2021-11-11T17:14:31.113Z] #19 110.1 Setting up libmagic-mgc (1:5.39-3) ... [2021-11-11T17:14:31.113Z] #19 110.2 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2021-11-11T17:14:31.113Z] #19 110.2 Setting up libc6-s390x-cross (2.31-9cross4) ... [2021-11-11T17:14:31.113Z] #19 110.2 Setting up libmagic1:amd64 (1:5.39-3) ... [2021-11-11T17:14:31.113Z] #19 110.2 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2021-11-11T17:14:31.113Z] #19 110.2 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2021-11-11T17:14:31.113Z] #19 110.2 Setting up file (1:5.39-3) ... [2021-11-11T17:14:31.113Z] #19 110.2 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:14:31.113Z] #19 110.2 Setting up bzip2 (1.0.8-4) ... [2021-11-11T17:14:31.113Z] #19 110.2 Setting up libyaml-perl (1.30-1) ... [2021-11-11T17:14:31.113Z] #19 110.3 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2021-11-11T17:14:31.113Z] #19 110.3 Setting up libxml-sax-base-perl (1.09-1.1) ... [2021-11-11T17:14:31.113Z] #19 110.3 Setting up libio-string-perl (1.08-3.1) ... [2021-11-11T17:14:31.113Z] #19 110.3 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2021-11-11T17:14:31.113Z] #19 110.3 Setting up cross-config (2.6.18+nmu1) ... [2021-11-11T17:14:31.132Z] [2021-11-11T17:14:31.132Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-11-11T17:14:31.371Z] #19 110.4 Setting up xz-utils (5.2.5-2) ... [2021-11-11T17:14:31.371Z] #19 110.4 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-11-11T17:14:31.371Z] #19 110.4 Setting up libc6-arm64-cross (2.31-9cross4) ... [2021-11-11T17:14:31.371Z] #19 110.5 Setting up patch (2.7.6-7) ... [2021-11-11T17:14:31.371Z] #19 110.5 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2021-11-11T17:14:31.371Z] #19 110.5 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2021-11-11T17:14:31.371Z] #19 110.5 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.371Z] #19 110.5 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2021-11-11T17:14:31.371Z] #19 110.5 Setting up libc6-armel-cross (2.31-9cross4) ... [2021-11-11T17:14:31.371Z] #19 110.5 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.371Z] #19 110.5 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.388Z] No new tests added to integration. [2021-11-11T17:14:31.388Z] [2021-11-11T17:14:31.388Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-11T17:14:31.388Z] [2021-11-11T17:14:31.628Z] #19 110.5 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2021-11-11T17:14:31.628Z] #19 110.6 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2021-11-11T17:14:31.628Z] #19 110.6 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.6 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.6 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2021-11-11T17:14:31.628Z] #19 110.6 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2021-11-11T17:14:31.628Z] #19 110.6 Setting up libfile-homedir-perl (1.006-1) ... [2021-11-11T17:14:31.628Z] #19 110.6 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2021-11-11T17:14:31.628Z] #19 110.6 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.6 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-11T17:14:31.628Z] #19 110.7 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.7 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2021-11-11T17:14:31.628Z] #19 110.7 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:31.628Z] #19 110.7 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.7 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.7 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.7 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.7 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.8 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.8 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.8 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.8 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.8 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.8 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2021-11-11T17:14:31.628Z] #19 110.8 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.8 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.628Z] #19 110.8 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.644Z] [2021-11-11T17:14:31.644Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-11T17:14:31.644Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-11T17:14:31.644Z] HOSTNAME=d441ea0b242b [2021-11-11T17:14:31.644Z] TEST_SKIP_INTEGRATION=1 [2021-11-11T17:14:31.644Z] TESTDEBUG=0 [2021-11-11T17:14:31.644Z] DEST=bundles/test-integration [2021-11-11T17:14:31.644Z] PWD=/go/src/github.com/docker/docker [2021-11-11T17:14:31.644Z] KEEPBUNDLE=1 [2021-11-11T17:14:31.644Z] DOCKER_GITCOMMIT=4eecf546b78680d10251b2eb473349b1c575b7fa [2021-11-11T17:14:31.644Z] container=docker [2021-11-11T17:14:31.644Z] HOME=/root [2021-11-11T17:14:31.644Z] GOLANG_VERSION=1.17.3 [2021-11-11T17:14:31.644Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-11T17:14:31.644Z] VALIDATE_BRANCH=master [2021-11-11T17:14:31.644Z] TERM=xterm [2021-11-11T17:14:31.644Z] DOCKER_PKG=github.com/docker/docker [2021-11-11T17:14:31.644Z] SHLVL=1 [2021-11-11T17:14:31.644Z] TIMEOUT=120m [2021-11-11T17:14:31.644Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-11T17:14:31.644Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-11T17:14:31.644Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-11-11T17:14:31.644Z] GO111MODULE=off [2021-11-11T17:14:31.644Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-11T17:14:31.644Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-11T17:14:31.644Z] GOPATH=/go [2021-11-11T17:14:31.644Z] PKG_CONFIG=pkg-config [2021-11-11T17:14:31.644Z] _=/usr/bin/env [2021-11-11T17:14:31.644Z] Building test suite binary ./integration-cli/test.main [2021-11-11T17:14:31.886Z] #19 110.9 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.886Z] #19 110.9 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2021-11-11T17:14:31.886Z] #19 110.9 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.886Z] #19 110.9 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.886Z] #19 110.9 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.886Z] #19 110.9 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2021-11-11T17:14:31.886Z] #19 110.9 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.886Z] #19 110.9 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.886Z] #19 110.9 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:31.886Z] #19 111.0 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2021-11-11T17:14:31.886Z] #19 111.0 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2021-11-11T17:14:31.886Z] #19 111.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-11-11T17:14:31.901Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-11T17:14:31.901Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-11T17:14:31.901Z] HOSTNAME=b1fd56918a28 [2021-11-11T17:14:31.901Z] TEST_SKIP_INTEGRATION=1 [2021-11-11T17:14:31.901Z] TESTDEBUG=0 [2021-11-11T17:14:31.901Z] DEST=bundles/test-integration [2021-11-11T17:14:31.901Z] PWD=/go/src/github.com/docker/docker [2021-11-11T17:14:31.901Z] KEEPBUNDLE=1 [2021-11-11T17:14:31.901Z] DOCKER_GITCOMMIT=4eecf546b78680d10251b2eb473349b1c575b7fa [2021-11-11T17:14:31.901Z] container=docker [2021-11-11T17:14:31.901Z] HOME=/root [2021-11-11T17:14:31.901Z] GOLANG_VERSION=1.17.3 [2021-11-11T17:14:31.901Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-11T17:14:31.901Z] VALIDATE_BRANCH=master [2021-11-11T17:14:31.901Z] TERM=xterm [2021-11-11T17:14:31.901Z] DOCKER_PKG=github.com/docker/docker [2021-11-11T17:14:31.901Z] SHLVL=1 [2021-11-11T17:14:31.901Z] TIMEOUT=120m [2021-11-11T17:14:31.901Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-11T17:14:31.901Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-11T17:14:31.901Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-11-11T17:14:31.901Z] GO111MODULE=off [2021-11-11T17:14:31.901Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-11T17:14:31.901Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-11T17:14:31.901Z] GOPATH=/go [2021-11-11T17:14:31.901Z] PKG_CONFIG=pkg-config [2021-11-11T17:14:31.901Z] _=/usr/bin/env [2021-11-11T17:14:31.901Z] Building test suite binary ./integration-cli/test.main [2021-11-11T17:14:32.144Z] #19 111.2 [2021-11-11T17:14:32.144Z] #19 111.2 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-11-11T17:14:32.144Z] #19 111.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.144Z] #19 111.3 Setting up dpkg-dev (1.20.9) ... [2021-11-11T17:14:32.144Z] #19 111.3 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.144Z] #19 111.3 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2021-11-11T17:14:32.144Z] #19 111.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.144Z] #19 111.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.403Z] #19 111.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.403Z] #19 111.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.403Z] #19 111.4 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-11-11T17:14:32.403Z] #19 111.4 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.403Z] #19 111.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.403Z] #19 111.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.403Z] #19 111.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.403Z] #19 111.4 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2021-11-11T17:14:32.403Z] #19 111.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2021-11-11T17:14:32.403Z] #19 111.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2021-11-11T17:14:32.403Z] #19 111.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-11-11T17:14:32.661Z] #19 111.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-11-11T17:14:32.661Z] #19 111.7 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:32.661Z] #19 111.7 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:32.661Z] #19 111.8 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.661Z] #19 111.8 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-11-11T17:14:32.661Z] #19 111.8 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.661Z] #19 111.8 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.661Z] #19 111.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:32.661Z] #19 111.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 111.8 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 111.8 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 111.8 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 111.9 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 111.9 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 111.9 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 111.9 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 111.9 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:32.919Z] #19 111.9 Setting up libxml-simple-perl (2.25-1) ... [2021-11-11T17:14:32.919Z] #19 111.9 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-11-11T17:14:32.919Z] #19 111.9 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 111.9 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-11-11T17:14:32.919Z] #19 112.0 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.0 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.0 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.0 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.0 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.0 Setting up libconfig-auto-perl (0.44-1.1) ... [2021-11-11T17:14:32.919Z] #19 112.0 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.0 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.0 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.1 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.1 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2021-11-11T17:14:32.919Z] #19 112.1 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.1 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2021-11-11T17:14:32.919Z] #19 112.1 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:32.919Z] #19 112.1 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-11-11T17:14:32.919Z] #19 112.1 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:33.177Z] #19 112.1 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:33.177Z] #19 112.1 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2021-11-11T17:14:33.177Z] #19 112.2 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:33.177Z] #19 112.2 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:33.177Z] #19 112.2 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-11-11T17:14:33.177Z] #19 112.2 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:33.177Z] #19 112.2 Setting up dpkg-cross (2.6.18+nmu1) ... [2021-11-11T17:14:33.177Z] #19 112.2 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:33.177Z] #19 112.2 Setting up crossbuild-essential-armel (12.9) ... [2021-11-11T17:14:33.177Z] #19 112.3 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2021-11-11T17:14:33.177Z] #19 112.3 Setting up crossbuild-essential-armhf (12.9) ... [2021-11-11T17:14:33.177Z] #19 112.3 Setting up crossbuild-essential-arm64 (12.9) ... [2021-11-11T17:14:33.177Z] #19 112.3 Setting up crossbuild-essential-s390x (12.9) ... [2021-11-11T17:14:33.177Z] #19 112.3 Setting up crossbuild-essential-ppc64el (12.9) ... [2021-11-11T17:14:33.177Z] #19 112.3 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:14:33.349Z] Client: Docker Engine - Community [2021-11-11T17:14:33.349Z] Version: 20.10.10-rc1 [2021-11-11T17:14:33.349Z] API version: 1.41 [2021-11-11T17:14:33.349Z] Go version: go1.16.9 [2021-11-11T17:14:33.349Z] Git commit: b485636 [2021-11-11T17:14:33.349Z] Built: Mon Oct 18 15:21:14 2021 [2021-11-11T17:14:33.349Z] OS/Arch: linux/arm64 [2021-11-11T17:14:33.349Z] Context: default [2021-11-11T17:14:33.349Z] Experimental: true [2021-11-11T17:14:33.349Z] [2021-11-11T17:14:33.349Z] Server: Docker Engine - Community [2021-11-11T17:14:33.349Z] Engine: [2021-11-11T17:14:33.349Z] Version: 20.10.10-rc1 [2021-11-11T17:14:33.349Z] API version: 1.41 (minimum version 1.12) [2021-11-11T17:14:33.349Z] Go version: go1.16.9 [2021-11-11T17:14:33.349Z] Git commit: 9f5b26f [2021-11-11T17:14:33.349Z] Built: Mon Oct 18 15:19:46 2021 [2021-11-11T17:14:33.349Z] OS/Arch: linux/arm64 [2021-11-11T17:14:33.349Z] Experimental: true [2021-11-11T17:14:33.349Z] containerd: [2021-11-11T17:14:33.349Z] Version: 1.4.11 [2021-11-11T17:14:33.349Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:14:33.349Z] runc: [2021-11-11T17:14:33.349Z] Version: 1.0.2 [2021-11-11T17:14:33.349Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-11T17:14:33.349Z] docker-init: [2021-11-11T17:14:33.349Z] Version: 0.19.0 [2021-11-11T17:14:33.349Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-11T17:14:33.671Z] + docker info [2021-11-11T17:14:34.420Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-11T17:14:34.420Z] HOSTNAME=873501712f91 [2021-11-11T17:14:34.420Z] TESTDEBUG=0 [2021-11-11T17:14:34.420Z] DEST=bundles/test-integration [2021-11-11T17:14:34.420Z] PWD=/go/src/github.com/docker/docker [2021-11-11T17:14:34.420Z] KEEPBUNDLE=1 [2021-11-11T17:14:34.420Z] DOCKER_GITCOMMIT=4eecf546b78680d10251b2eb473349b1c575b7fa [2021-11-11T17:14:34.420Z] container=docker [2021-11-11T17:14:34.420Z] HOME=/root [2021-11-11T17:14:34.420Z] GOLANG_VERSION=1.17.3 [2021-11-11T17:14:34.420Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-11T17:14:34.420Z] VALIDATE_BRANCH=master [2021-11-11T17:14:34.420Z] TERM=xterm [2021-11-11T17:14:34.420Z] DOCKER_PKG=github.com/docker/docker [2021-11-11T17:14:34.420Z] SHLVL=1 [2021-11-11T17:14:34.420Z] TIMEOUT=120m [2021-11-11T17:14:34.420Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-11T17:14:34.420Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-11T17:14:34.420Z] GO111MODULE=off [2021-11-11T17:14:34.420Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-11T17:14:34.420Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-11T17:14:34.420Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-11T17:14:34.420Z] GOPATH=/go [2021-11-11T17:14:34.420Z] PKG_CONFIG=pkg-config [2021-11-11T17:14:34.420Z] _=/usr/bin/env [2021-11-11T17:14:34.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-11T17:14:34.552Z] #19 DONE 113.3s [2021-11-11T17:14:34.552Z] [2021-11-11T17:14:34.552Z] #67 [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 [2021-11-11T17:14:34.552Z] #67 sha256:815bf6b27e9a003f67b2f960e10d536f80b93dcd3b7f6312b84b6b5a6749683a [2021-11-11T17:14:34.552Z] #67 ... [2021-11-11T17:14:34.552Z] [2021-11-11T17:14:34.552Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-11T17:14:34.552Z] #32 sha256:3c4f37662103fe6bd0c697fc609f3cd8c8f0a8ec635e76da39f85951c4298f33 [2021-11-11T17:14:34.552Z] #32 DONE 0.3s [2021-11-11T17:14:34.552Z] [2021-11-11T17:14:34.552Z] #71 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-11T17:14:34.552Z] #71 sha256:5ae5390c7248d139a95d69907e93db5819fb1ae7afb6ceab9d6cfc57fb126c98 [2021-11-11T17:14:34.552Z] #71 DONE 0.3s [2021-11-11T17:14:34.552Z] [2021-11-11T17:14:34.553Z] #72 [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 [2021-11-11T17:14:34.553Z] #72 sha256:2b2d032b1f9215b7b6c0321df3bedd04682f78fa83466d2409102184a1c437dd [2021-11-11T17:14:37.088Z] #72 1.971 + RM_GOPATH=0 [2021-11-11T17:14:37.088Z] #72 1.971 + TMP_GOPATH= [2021-11-11T17:14:37.088Z] #72 1.971 + : /build [2021-11-11T17:14:37.088Z] #72 1.971 + '[' -z '' ']' [2021-11-11T17:14:37.088Z] #72 1.971 ++ mktemp -d [2021-11-11T17:14:37.088Z] #72 1.971 + export GOPATH=/tmp/tmp.V5PCw7GWxp [2021-11-11T17:14:37.088Z] #72 1.971 + GOPATH=/tmp/tmp.V5PCw7GWxp [2021-11-11T17:14:37.088Z] #72 1.971 + RM_GOPATH=1 [2021-11-11T17:14:37.088Z] #72 1.971 + case "$(go env GOARCH)" in [2021-11-11T17:14:37.088Z] #72 1.971 ++ go env GOARCH [2021-11-11T17:14:37.088Z] #72 1.976 Install rootlesskit version v0.14.6 [2021-11-11T17:14:37.088Z] #72 1.976 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:14:37.088Z] #72 1.976 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:14:37.088Z] #72 1.976 ++ dirname /install.sh [2021-11-11T17:14:37.088Z] #72 1.976 + dir=/ [2021-11-11T17:14:37.088Z] #72 1.976 + bin=rootlesskit [2021-11-11T17:14:37.088Z] #72 1.976 + shift [2021-11-11T17:14:37.088Z] #72 1.976 + '[' '!' -f //rootlesskit.installer ']' [2021-11-11T17:14:37.088Z] #72 1.976 + . //rootlesskit.installer [2021-11-11T17:14:37.088Z] #72 1.976 ++ : v0.14.6 [2021-11-11T17:14:37.088Z] #72 1.976 + install_rootlesskit [2021-11-11T17:14:37.088Z] #72 1.976 + case "$1" in [2021-11-11T17:14:37.088Z] #72 1.976 + export CGO_ENABLED=0 [2021-11-11T17:14:37.088Z] #72 1.976 + CGO_ENABLED=0 [2021-11-11T17:14:37.088Z] #72 1.976 + _install_rootlesskit [2021-11-11T17:14:37.088Z] #72 1.976 + echo 'Install rootlesskit version v0.14.6' [2021-11-11T17:14:37.088Z] #72 1.976 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-11T17:14:37.088Z] #72 1.976 + GOBIN=/build [2021-11-11T17:14:37.088Z] #72 1.976 + GO111MODULE=on [2021-11-11T17:14:37.088Z] #72 1.976 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2021-11-11T17:14:37.088Z] #72 2.510 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2021-11-11T17:14:38.989Z] #72 4.438 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-11T17:14:38.989Z] #72 4.460 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-11T17:14:39.160Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-11-11T17:14:39.161Z] [2021-11-11T17:14:39.161Z] ________ ____ __. [2021-11-11T17:14:39.161Z] \_____ \ | |/ _| [2021-11-11T17:14:39.161Z] / | \| < [2021-11-11T17:14:39.161Z] / | \ | \ [2021-11-11T17:14:39.161Z] \_______ /____|__ \ [2021-11-11T17:14:39.161Z] \/ \/ [2021-11-11T17:14:39.161Z] [2021-11-11T17:14:39.161Z] INFO: make.ps1 ended at 11/11/2021 17:14:29 [2021-11-11T17:14:39.161Z] INFO: Binaries build ended at 11/11/2021 17:14:30. Duration:00:01:07.5374869 [2021-11-11T17:14:39.161Z] INFO: Copying the built daemon binary to d:\CI\PR-42838\11\binary\dockerd-3d39a5a812.exe... [2021-11-11T17:14:39.161Z] INFO: Copying the built client binary to d:\CI\PR-42838\11\binary\docker-3d39a5a812.exe... [2021-11-11T17:14:39.161Z] INFO: Copying dockerversion from the container... [2021-11-11T17:14:39.161Z] INFO: Copying the golang package from the container to d:\CI\PR-42838\11\installer\go.zip... [2021-11-11T17:14:39.161Z] INFO: Extracting go.zip to d:\CI\PR-42838\11\go [2021-11-11T17:14:39.557Z] #72 4.950 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2021-11-11T17:14:40.932Z] #72 ... [2021-11-11T17:14:40.932Z] [2021-11-11T17:14:40.932Z] #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 [2021-11-11T17:14:40.932Z] #45 sha256:b01323ce19438421959a1330909b94f38f03ccaf8a67e5831fe1f61a39ef04b2 [2021-11-11T17:14:40.932Z] #45 2.309 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-11T17:14:40.932Z] #45 2.312 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-11T17:14:40.932Z] #45 2.383 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-11-11T17:14:40.932Z] #45 2.745 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:14:40.932Z] #45 3.409 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB] [2021-11-11T17:14:40.932Z] #45 4.476 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB] [2021-11-11T17:14:40.932Z] #45 5.472 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2021-11-11T17:14:40.932Z] #45 6.411 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB] [2021-11-11T17:14:41.500Z] #45 7.246 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [86.4 kB] [2021-11-11T17:14:41.500Z] #45 7.257 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [84.5 kB] [2021-11-11T17:14:41.500Z] #45 7.277 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:14:41.500Z] #45 7.307 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [86.3 kB] [2021-11-11T17:14:41.759Z] #45 7.326 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [86.9 kB] [2021-11-11T17:14:41.759Z] #45 ... [2021-11-11T17:14:41.759Z] [2021-11-11T17:14:41.759Z] #72 [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 [2021-11-11T17:14:41.759Z] #72 sha256:2b2d032b1f9215b7b6c0321df3bedd04682f78fa83466d2409102184a1c437dd [2021-11-11T17:14:41.759Z] #72 7.190 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2021-11-11T17:14:42.018Z] #72 7.606 go: downloading github.com/google/uuid v1.3.0 [2021-11-11T17:14:42.277Z] #72 7.644 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-11T17:14:42.277Z] #72 7.682 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-11T17:14:42.277Z] #72 7.826 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-11T17:14:42.277Z] #72 7.862 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-11T17:14:42.536Z] #72 8.010 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2021-11-11T17:14:42.733Z] Client: [2021-11-11T17:14:42.733Z] Context: default [2021-11-11T17:14:42.733Z] Debug Mode: false [2021-11-11T17:14:42.733Z] Plugins: [2021-11-11T17:14:42.733Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-11T17:14:42.733Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-11T17:14:42.733Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-11T17:14:42.733Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-11T17:14:42.733Z] [2021-11-11T17:14:42.733Z] Server: [2021-11-11T17:14:42.733Z] Containers: 0 [2021-11-11T17:14:42.733Z] Running: 0 [2021-11-11T17:14:42.733Z] Paused: 0 [2021-11-11T17:14:42.733Z] Stopped: 0 [2021-11-11T17:14:42.733Z] Images: 0 [2021-11-11T17:14:42.733Z] Server Version: 20.10.10-rc1 [2021-11-11T17:14:42.733Z] Storage Driver: overlay2 [2021-11-11T17:14:42.733Z] Backing Filesystem: extfs [2021-11-11T17:14:42.733Z] Supports d_type: true [2021-11-11T17:14:42.733Z] Native Overlay Diff: true [2021-11-11T17:14:42.733Z] userxattr: false [2021-11-11T17:14:42.733Z] Logging Driver: json-file [2021-11-11T17:14:42.733Z] Cgroup Driver: systemd [2021-11-11T17:14:42.733Z] Cgroup Version: 2 [2021-11-11T17:14:42.733Z] Plugins: [2021-11-11T17:14:42.733Z] Volume: local [2021-11-11T17:14:42.733Z] Network: bridge host ipvlan macvlan null overlay [2021-11-11T17:14:42.733Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-11T17:14:42.733Z] Swarm: inactive [2021-11-11T17:14:42.733Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-11T17:14:42.733Z] Default Runtime: runc [2021-11-11T17:14:42.733Z] Init Binary: docker-init [2021-11-11T17:14:42.733Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:14:42.733Z] runc version: v1.0.2-0-g52b36a2 [2021-11-11T17:14:42.733Z] init version: de40ad0 [2021-11-11T17:14:42.733Z] Security Options: [2021-11-11T17:14:42.733Z] apparmor [2021-11-11T17:14:42.733Z] seccomp [2021-11-11T17:14:42.733Z] Profile: default [2021-11-11T17:14:42.733Z] cgroupns [2021-11-11T17:14:42.733Z] Kernel Version: 5.11.0-1020-aws [2021-11-11T17:14:42.733Z] Operating System: Ubuntu 20.04.3 LTS [2021-11-11T17:14:42.733Z] OSType: linux [2021-11-11T17:14:42.733Z] Architecture: x86_64 [2021-11-11T17:14:42.733Z] CPUs: 2 [2021-11-11T17:14:42.733Z] Total Memory: 7.564GiB [2021-11-11T17:14:42.733Z] Name: ip-10-100-119-39 [2021-11-11T17:14:42.733Z] ID: OBED:WFDB:UKZG:ZPKM:WQRJ:WS2Z:2JRM:ODNC:7HJV:6Z63:5KG3:MLVP [2021-11-11T17:14:42.733Z] Docker Root Dir: /var/lib/docker [2021-11-11T17:14:42.733Z] Debug Mode: false [2021-11-11T17:14:42.733Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:14:42.733Z] Labels: [2021-11-11T17:14:42.733Z] Experimental: true [2021-11-11T17:14:42.733Z] Insecure Registries: [2021-11-11T17:14:42.733Z] 127.0.0.0/8 [2021-11-11T17:14:42.733Z] Live Restore Enabled: true [2021-11-11T17:14:42.733Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-11T17:14:43.080Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:4a8d18ade56ed7c66800a56cf757acecfae1db1e . [2021-11-11T17:14:43.080Z] #1 [internal] load build definition from Dockerfile [2021-11-11T17:14:43.080Z] #1 sha256:68d2450a923baf0f86b3195a7b4b569164bb8596819e152d81429a8fdaafa10c [2021-11-11T17:14:43.080Z] #1 transferring dockerfile: 17.53kB done [2021-11-11T17:14:43.080Z] #1 DONE 0.1s [2021-11-11T17:14:43.080Z] [2021-11-11T17:14:43.080Z] #2 [internal] load .dockerignore [2021-11-11T17:14:43.080Z] #2 sha256:d81b1d5b475559c23b6314ac3687960be8811abfb229eae5d67d60aa22323dc8 [2021-11-11T17:14:43.080Z] #2 transferring context: 87B done [2021-11-11T17:14:43.080Z] #2 DONE 0.1s [2021-11-11T17:14:43.103Z] #72 8.586 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-11T17:14:43.346Z] [2021-11-11T17:14:43.346Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-11T17:14:43.346Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-11-11T17:14:43.672Z] #72 8.986 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2021-11-11T17:14:43.915Z] #3 DONE 0.4s [2021-11-11T17:14:43.915Z] [2021-11-11T17:14:43.915Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-11T17:14:43.915Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2021-11-11T17:14:43.915Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2021-11-11T17:14:43.915Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2021-11-11T17:14:43.915Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 2.10MB / 9.67MB 0.1s [2021-11-11T17:14:43.915Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2021-11-11T17:14:43.915Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2021-11-11T17:14:43.915Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2021-11-11T17:14:43.915Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2021-11-11T17:14:43.931Z] #72 ... [2021-11-11T17:14:43.931Z] [2021-11-11T17:14:43.931Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-11T17:14:43.931Z] #33 sha256:b167f96616dbcd8a9271d67f8cabb8260a041b7362a6bcc8141e71b79912b269 [2021-11-11T17:14:43.931Z] #33 2.180 + RM_GOPATH=0 [2021-11-11T17:14:43.931Z] #33 2.180 + TMP_GOPATH= [2021-11-11T17:14:43.931Z] #33 2.180 + : /build [2021-11-11T17:14:43.931Z] #33 2.180 + '[' -z '' ']' [2021-11-11T17:14:43.931Z] #33 2.180 ++ mktemp -d [2021-11-11T17:14:43.931Z] #33 2.189 + export GOPATH=/tmp/tmp.kzkBRiOdVV [2021-11-11T17:14:43.931Z] #33 2.189 + GOPATH=/tmp/tmp.kzkBRiOdVV [2021-11-11T17:14:43.931Z] #33 2.189 + RM_GOPATH=1 [2021-11-11T17:14:43.931Z] #33 2.189 + case "$(go env GOARCH)" in [2021-11-11T17:14:43.931Z] #33 2.189 ++ go env GOARCH [2021-11-11T17:14:43.931Z] #33 2.203 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:14:43.931Z] #33 2.203 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:14:43.931Z] #33 2.203 ++ dirname /install.sh [2021-11-11T17:14:43.931Z] #33 2.239 Install docker/cli version 17.06.2-ce from stable [2021-11-11T17:14:43.931Z] #33 2.241 + dir=/ [2021-11-11T17:14:43.931Z] #33 2.241 + bin=dockercli [2021-11-11T17:14:43.931Z] #33 2.241 + shift [2021-11-11T17:14:43.931Z] #33 2.241 + '[' '!' -f //dockercli.installer ']' [2021-11-11T17:14:43.931Z] #33 2.241 + . //dockercli.installer [2021-11-11T17:14:43.931Z] #33 2.241 ++ : stable [2021-11-11T17:14:43.931Z] #33 2.241 ++ : 17.06.2-ce [2021-11-11T17:14:43.931Z] #33 2.241 + install_dockercli [2021-11-11T17:14:43.931Z] #33 2.241 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-11T17:14:43.931Z] #33 2.241 ++ uname -m [2021-11-11T17:14:43.931Z] #33 2.241 + arch=x86_64 [2021-11-11T17:14:43.931Z] #33 2.241 + '[' x86_64 '!=' x86_64 ']' [2021-11-11T17:14:43.931Z] #33 2.241 + url=https://download.docker.com/linux/static [2021-11-11T17:14:43.931Z] #33 2.241 + tar -xz docker/docker [2021-11-11T17:14:43.931Z] #33 2.241 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-11-11T17:14:43.931Z] #33 9.131 + mkdir -p /build [2021-11-11T17:14:43.931Z] #33 9.131 + mv docker/docker /build/ [2021-11-11T17:14:43.931Z] #33 9.131 + rmdir docker [2021-11-11T17:14:43.931Z] #33 DONE 9.4s [2021-11-11T17:14:43.931Z] [2021-11-11T17:14:43.931Z] #72 [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 [2021-11-11T17:14:43.931Z] #72 sha256:2b2d032b1f9215b7b6c0321df3bedd04682f78fa83466d2409102184a1c437dd [2021-11-11T17:14:43.931Z] #72 9.474 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2021-11-11T17:14:44.176Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2021-11-11T17:14:44.189Z] #72 9.670 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-11T17:14:44.189Z] #72 ... [2021-11-11T17:14:44.189Z] [2021-11-11T17:14:44.189Z] #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 [2021-11-11T17:14:44.189Z] #20 sha256:717d876a9382ddaab78ee464bc69b7b343fba956ac2c4ee470adf440618602cb [2021-11-11T17:14:44.189Z] #20 2.489 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-11T17:14:44.189Z] #20 2.495 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-11T17:14:44.189Z] #20 2.495 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-11-11T17:14:44.189Z] #20 2.770 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB] [2021-11-11T17:14:44.189Z] #20 3.313 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2021-11-11T17:14:44.189Z] #20 4.473 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB] [2021-11-11T17:14:44.189Z] #20 5.374 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:14:44.189Z] #20 6.395 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB] [2021-11-11T17:14:44.189Z] #20 7.197 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [86.9 kB] [2021-11-11T17:14:44.189Z] #20 7.226 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:14:44.189Z] #20 7.226 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [86.4 kB] [2021-11-11T17:14:44.189Z] #20 7.231 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [86.3 kB] [2021-11-11T17:14:44.189Z] #20 7.277 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [84.5 kB] [2021-11-11T17:14:44.189Z] #20 7.839 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2021-11-11T17:14:44.189Z] #20 7.842 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2021-11-11T17:14:44.189Z] #20 7.842 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2021-11-11T17:14:44.189Z] #20 7.851 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:14:44.189Z] #20 7.851 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2021-11-11T17:14:44.448Z] #20 ... [2021-11-11T17:14:44.448Z] [2021-11-11T17:14:44.448Z] #67 [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 [2021-11-11T17:14:44.448Z] #67 sha256:815bf6b27e9a003f67b2f960e10d536f80b93dcd3b7f6312b84b6b5a6749683a [2021-11-11T17:14:44.448Z] #67 2.828 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-11T17:14:44.448Z] #67 2.828 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-11T17:14:44.448Z] #67 2.828 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-11-11T17:14:44.448Z] #67 3.612 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB] [2021-11-11T17:14:44.448Z] #67 4.493 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB] [2021-11-11T17:14:44.448Z] #67 5.588 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:14:44.448Z] #67 6.593 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2021-11-11T17:14:44.448Z] #67 7.512 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB] [2021-11-11T17:14:44.448Z] #67 8.459 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [86.3 kB] [2021-11-11T17:14:44.448Z] #67 8.480 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:14:44.448Z] #67 8.504 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [84.5 kB] [2021-11-11T17:14:44.448Z] #67 8.504 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [86.9 kB] [2021-11-11T17:14:44.448Z] #67 8.520 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [86.4 kB] [2021-11-11T17:14:44.448Z] #67 8.580 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2021-11-11T17:14:44.448Z] #67 8.592 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2021-11-11T17:14:44.448Z] #67 8.592 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2021-11-11T17:14:44.448Z] #67 8.592 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:14:44.448Z] #67 8.592 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2021-11-11T17:14:44.464Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2021-11-11T17:14:44.464Z] #4 DONE 0.9s [2021-11-11T17:14:45.036Z] [2021-11-11T17:14:45.036Z] #5 [internal] load .dockerignore [2021-11-11T17:14:45.036Z] #5 sha256:9b156fdcb698b7dd484a85bda9d02b5ababaf68249dff6486e1b2f22a518397f [2021-11-11T17:14:45.036Z] #5 DONE 0.0s [2021-11-11T17:14:45.036Z] [2021-11-11T17:14:45.036Z] #6 [internal] load build definition from Dockerfile [2021-11-11T17:14:45.036Z] #6 sha256:d873065b38a554ff4b348bd020bd9f1b009727e928c7920a9ebc966bf5235fd9 [2021-11-11T17:14:45.036Z] #6 DONE 0.0s [2021-11-11T17:14:45.036Z] [2021-11-11T17:14:45.036Z] #10 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-11T17:14:45.036Z] #10 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [2021-11-11T17:14:45.874Z] Client: [2021-11-11T17:14:45.874Z] Context: default [2021-11-11T17:14:45.874Z] Debug Mode: false [2021-11-11T17:14:45.874Z] Plugins: [2021-11-11T17:14:45.874Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-11T17:14:45.874Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-11T17:14:45.874Z] [2021-11-11T17:14:45.874Z] Server: [2021-11-11T17:14:45.874Z] Containers: 0 [2021-11-11T17:14:45.874Z] Running: 0 [2021-11-11T17:14:45.874Z] Paused: 0 [2021-11-11T17:14:45.874Z] Stopped: 0 [2021-11-11T17:14:45.874Z] Images: 0 [2021-11-11T17:14:45.874Z] Server Version: 20.10.10-rc1 [2021-11-11T17:14:45.874Z] Storage Driver: overlay2 [2021-11-11T17:14:45.874Z] Backing Filesystem: extfs [2021-11-11T17:14:45.874Z] Supports d_type: true [2021-11-11T17:14:45.874Z] Native Overlay Diff: true [2021-11-11T17:14:45.874Z] userxattr: false [2021-11-11T17:14:45.874Z] Logging Driver: json-file [2021-11-11T17:14:45.874Z] Cgroup Driver: cgroupfs [2021-11-11T17:14:45.874Z] Cgroup Version: 1 [2021-11-11T17:14:45.874Z] Plugins: [2021-11-11T17:14:45.874Z] Volume: local [2021-11-11T17:14:45.874Z] Network: bridge host ipvlan macvlan null overlay [2021-11-11T17:14:45.874Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-11T17:14:45.874Z] Swarm: inactive [2021-11-11T17:14:45.874Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-11T17:14:45.874Z] Default Runtime: runc [2021-11-11T17:14:45.874Z] Init Binary: docker-init [2021-11-11T17:14:45.874Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-11T17:14:45.874Z] runc version: v1.0.2-0-g52b36a2 [2021-11-11T17:14:45.874Z] init version: de40ad0 [2021-11-11T17:14:45.874Z] Security Options: [2021-11-11T17:14:45.874Z] apparmor [2021-11-11T17:14:45.874Z] seccomp [2021-11-11T17:14:45.874Z] Profile: default [2021-11-11T17:14:45.874Z] Kernel Version: 5.11.0-1020-aws [2021-11-11T17:14:45.874Z] Operating System: Ubuntu 20.04.3 LTS [2021-11-11T17:14:45.874Z] OSType: linux [2021-11-11T17:14:45.874Z] Architecture: aarch64 [2021-11-11T17:14:45.874Z] CPUs: 2 [2021-11-11T17:14:45.874Z] Total Memory: 7.582GiB [2021-11-11T17:14:45.874Z] Name: ip-10-100-122-219 [2021-11-11T17:14:45.874Z] ID: 2QJQ:GFB4:R5EH:OJUD:6QSX:VWJY:GI53:DJTV:GPSZ:ID5L:T7WP:MQDN [2021-11-11T17:14:45.874Z] Docker Root Dir: /var/lib/docker [2021-11-11T17:14:45.874Z] Debug Mode: false [2021-11-11T17:14:45.874Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:14:45.874Z] Labels: [2021-11-11T17:14:45.874Z] Experimental: true [2021-11-11T17:14:45.874Z] Insecure Registries: [2021-11-11T17:14:45.874Z] 127.0.0.0/8 [2021-11-11T17:14:45.874Z] Live Restore Enabled: true [2021-11-11T17:14:45.874Z] [Pipeline] sh [2021-11-11T17:14:45.971Z] #10 DONE 1.3s [2021-11-11T17:14:45.971Z] [2021-11-11T17:14:45.971Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-11T17:14:45.971Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-11-11T17:14:45.971Z] #7 DONE 1.2s [2021-11-11T17:14:45.971Z] [2021-11-11T17:14:45.971Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:14:45.971Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-11T17:14:46.159Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:14:46.159Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:14:46.159Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42838/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2021-11-11T17:14:46.159Z] + bash /home/ubuntu/workspace/moby_PR-42838/check-config.sh [2021-11-11T17:14:46.159Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-11T17:14:46.159Z] info: reading kernel config from /boot/config-5.11.0-1020-aws ... [2021-11-11T17:14:46.159Z] [2021-11-11T17:14:46.159Z] Generally Necessary: [2021-11-11T17:14:46.159Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-11T17:14:46.159Z] - apparmor: enabled and tools installed [2021-11-11T17:14:46.159Z] - CONFIG_NAMESPACES: enabled [2021-11-11T17:14:46.159Z] - CONFIG_NET_NS: enabled [2021-11-11T17:14:46.159Z] - CONFIG_PID_NS: enabled [2021-11-11T17:14:46.159Z] - CONFIG_IPC_NS: enabled [2021-11-11T17:14:46.159Z] - CONFIG_UTS_NS: enabled [2021-11-11T17:14:46.159Z] - CONFIG_CGROUPS: enabled [2021-11-11T17:14:46.159Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-11T17:14:46.159Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-11T17:14:46.159Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-11T17:14:46.159Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-11T17:14:46.159Z] - CONFIG_CPUSETS: enabled [2021-11-11T17:14:46.159Z] - CONFIG_MEMCG: enabled [2021-11-11T17:14:46.159Z] - CONFIG_KEYS: enabled [2021-11-11T17:14:46.159Z] - CONFIG_VETH: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-11T17:14:46.159Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-11T17:14:46.159Z] - CONFIG_CGROUP_BPF: enabled [2021-11-11T17:14:46.159Z] [2021-11-11T17:14:46.159Z] Optional Features: [2021-11-11T17:14:46.159Z] - CONFIG_USER_NS: enabled [2021-11-11T17:14:46.159Z] - CONFIG_SECCOMP: enabled [2021-11-11T17:14:46.159Z] - CONFIG_SECCOMP_FILTER: enabled [2021-11-11T17:14:46.159Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-11T17:14:46.231Z] #9 DONE 1.5s [2021-11-11T17:14:46.231Z] [2021-11-11T17:14:46.231Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:14:46.231Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-11T17:14:46.231Z] #8 DONE 1.3s [2021-11-11T17:14:46.421Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-11T17:14:46.422Z] (cgroup swap accounting is currently enabled) [2021-11-11T17:14:46.422Z] - CONFIG_BLK_CGROUP: enabled [2021-11-11T17:14:46.422Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-11T17:14:46.422Z] - CONFIG_CGROUP_PERF: enabled [2021-11-11T17:14:46.422Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-11T17:14:46.422Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-11T17:14:46.422Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-11T17:14:46.422Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-11T17:14:46.422Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-11T17:14:46.422Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_IP_VS: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-11T17:14:46.422Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-11T17:14:46.422Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-11T17:14:46.422Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_SECURITY_SELINUX: enabled [2021-11-11T17:14:46.422Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-11-11T17:14:46.422Z] - CONFIG_EXT4_FS: enabled [2021-11-11T17:14:46.422Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-11T17:14:46.422Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-11T17:14:46.422Z] - Network Drivers: [2021-11-11T17:14:46.422Z] - "overlay": [2021-11-11T17:14:46.422Z] - CONFIG_VXLAN: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-11T17:14:46.422Z] Optional (for encrypted networks): [2021-11-11T17:14:46.422Z] - CONFIG_CRYPTO: enabled [2021-11-11T17:14:46.422Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-11T17:14:46.422Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-11T17:14:46.422Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-11T17:14:46.422Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-11T17:14:46.422Z] - CONFIG_XFRM: enabled [2021-11-11T17:14:46.422Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-11T17:14:46.422Z] - "ipvlan": [2021-11-11T17:14:46.422Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-11T17:14:46.422Z] - "macvlan": [2021-11-11T17:14:46.422Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_DUMMY: enabled (as module) [2021-11-11T17:14:46.422Z] - "ftp,tftp client in container": [2021-11-11T17:14:46.422Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-11T17:14:46.422Z] - Storage Drivers: [2021-11-11T17:14:46.422Z] - "aufs": [2021-11-11T17:14:46.422Z] - CONFIG_AUFS_FS: missing [2021-11-11T17:14:46.422Z] - "btrfs": [2021-11-11T17:14:46.422Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-11T17:14:46.422Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-11T17:14:46.422Z] - "devicemapper": [2021-11-11T17:14:46.495Z] [2021-11-11T17:14:46.495Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c [2021-11-11T17:14:46.495Z] #28 sha256:e606a43c219c45543ce58d2f3077d574711934eb1b63e83c2d10156f8b704a04 [2021-11-11T17:14:46.495Z] #28 resolve docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c 0.0s done [2021-11-11T17:14:46.680Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-11T17:14:46.680Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-11T17:14:46.680Z] - "overlay": [2021-11-11T17:14:46.680Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-11T17:14:46.680Z] - "zfs": [2021-11-11T17:14:46.680Z] - /dev/zfs: present [2021-11-11T17:14:46.680Z] - zfs command: missing [2021-11-11T17:14:46.680Z] - zpool command: missing [2021-11-11T17:14:46.680Z] [2021-11-11T17:14:46.680Z] Limits: [2021-11-11T17:14:46.680Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-11T17:14:46.680Z] [2021-11-11T17:14:46.680Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-11T17:14:46.756Z] #28 sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c 1.85kB / 1.85kB done [2021-11-11T17:14:46.756Z] #28 sha256:826d8850098b954c3d67c2e45ea7a08fa681c128126ba01b35bd2689b1bb2e04 529B / 529B done [2021-11-11T17:14:46.756Z] #28 sha256:f776cfb21b5e06bb5b4883eb15c09ab928a411476b8275293c7f96d09b90f7f9 1.46kB / 1.46kB done [2021-11-11T17:14:46.756Z] #28 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 5.24MB / 54.92MB 0.2s [2021-11-11T17:14:47.017Z] #28 ... [2021-11-11T17:14:47.017Z] [2021-11-11T17:14:47.017Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-11T17:14:47.017Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-11T17:14:47.017Z] #45 DONE 0.0s [2021-11-11T17:14:47.017Z] [2021-11-11T17:14:47.017Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c [2021-11-11T17:14:47.017Z] #28 sha256:e606a43c219c45543ce58d2f3077d574711934eb1b63e83c2d10156f8b704a04 [2021-11-11T17:14:47.017Z] #28 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 13.63MB / 54.92MB 0.4s [2021-11-11T17:14:47.070Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:71c6863433e734f5fe9529df00c7732ab9759c34 . [2021-11-11T17:14:47.280Z] #28 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 27.57MB / 54.92MB 0.6s [2021-11-11T17:14:47.280Z] #28 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 30.41MB / 54.92MB 0.7s [2021-11-11T17:14:47.332Z] #1 [internal] load build definition from Dockerfile [2021-11-11T17:14:47.332Z] #1 sha256:e05176fa673ba2d99f334643b07aab32aba9f3e637141fc05ff3f8cf143b6b1a [2021-11-11T17:14:47.332Z] #1 transferring dockerfile: 17.53kB done [2021-11-11T17:14:47.332Z] #1 DONE 0.1s [2021-11-11T17:14:47.332Z] [2021-11-11T17:14:47.332Z] #2 [internal] load .dockerignore [2021-11-11T17:14:47.332Z] #2 sha256:657035174be5465169ec7188243a84b749ff9b208e3fca70ee8cebfc97c056d5 [2021-11-11T17:14:47.332Z] #2 transferring context: 32B [2021-11-11T17:14:47.332Z] #2 transferring context: 87B 0.1s done [2021-11-11T17:14:47.332Z] #2 DONE 0.1s [2021-11-11T17:14:47.332Z] [2021-11-11T17:14:47.332Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-11T17:14:47.332Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2021-11-11T17:14:47.541Z] #28 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 33.92MB / 54.92MB 0.9s [2021-11-11T17:14:47.801Z] #28 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 49.28MB / 54.92MB 1.1s [2021-11-11T17:14:47.801Z] #28 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 54.53MB / 54.92MB 1.2s [2021-11-11T17:14:47.904Z] #3 DONE 0.5s [2021-11-11T17:14:47.904Z] [2021-11-11T17:14:47.904Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-11T17:14:47.904Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2021-11-11T17:14:47.904Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2021-11-11T17:14:47.904Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.2s [2021-11-11T17:14:47.904Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2021-11-11T17:14:47.904Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2021-11-11T17:14:47.904Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2021-11-11T17:14:47.904Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s [2021-11-11T17:14:48.163Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.4s done [2021-11-11T17:14:48.163Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2021-11-11T17:14:48.377Z] #28 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 54.92MB / 54.92MB 1.7s done [2021-11-11T17:14:48.421Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2021-11-11T17:14:48.636Z] #67 ... [2021-11-11T17:14:48.636Z] [2021-11-11T17:14:48.636Z] #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 [2021-11-11T17:14:48.636Z] #36 sha256:ffc04e501379ebdeb5bb578ca3cef1d551144c1da161a8a428c7bb98efe5021e [2021-11-11T17:14:48.636Z] #36 CACHED [2021-11-11T17:14:48.636Z] [2021-11-11T17:14:48.636Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-11T17:14:48.636Z] #37 sha256:2eae86060f664661fce6264563419420da66bdc15575605e09ba5b511d85f3ce [2021-11-11T17:14:48.636Z] #37 CACHED [2021-11-11T17:14:48.636Z] [2021-11-11T17:14:48.636Z] #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 [2021-11-11T17:14:48.636Z] #38 sha256:6528fbd54af6fa2013959ed3cd1b4ada331c5abe8daceacd5213e39cc1dc0a89 [2021-11-11T17:14:48.636Z] #38 CACHED [2021-11-11T17:14:48.636Z] [2021-11-11T17:14:48.636Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-11T17:14:48.636Z] #40 sha256:e2d4ec19b3089eb55fb50ff94dcdf5e864ca4261291a9e58e4bf7688cf1139cd [2021-11-11T17:14:48.636Z] #40 CACHED [2021-11-11T17:14:48.636Z] [2021-11-11T17:14:48.636Z] #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 [2021-11-11T17:14:48.636Z] #41 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68 [2021-11-11T17:14:48.636Z] #41 CACHED [2021-11-11T17:14:48.636Z] [2021-11-11T17:14:48.636Z] #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 [2021-11-11T17:14:48.636Z] #43 sha256:9c7fb3b4be6eb08cfacf57b9c30105632b61415c96fcee8ddecdce6672564994 [2021-11-11T17:14:48.636Z] #43 CACHED [2021-11-11T17:14:48.636Z] [2021-11-11T17:14:48.636Z] #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 [2021-11-11T17:14:48.636Z] #45 sha256:b01323ce19438421959a1330909b94f38f03ccaf8a67e5831fe1f61a39ef04b2 [2021-11-11T17:14:48.636Z] #45 8.045 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2021-11-11T17:14:48.636Z] #45 8.058 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2021-11-11T17:14:48.636Z] #45 8.058 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:14:48.636Z] #45 8.058 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2021-11-11T17:14:48.636Z] #45 8.058 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2021-11-11T17:14:48.643Z] #28 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 [2021-11-11T17:14:48.679Z] #4 DONE 0.8s [2021-11-11T17:14:48.679Z] [2021-11-11T17:14:48.679Z] #6 [internal] load .dockerignore [2021-11-11T17:14:48.679Z] #6 sha256:963798e762c8f3d03e9274d2c00a5ad183107c7f59362237909f0b85ddebc903 [2021-11-11T17:14:48.679Z] #6 DONE 0.0s [2021-11-11T17:14:48.679Z] [2021-11-11T17:14:48.679Z] #5 [internal] load build definition from Dockerfile [2021-11-11T17:14:48.679Z] #5 sha256:13d2b70ff35ba21042c613afeccdab2b7790927b5f79c98c21796d1fc6b1bae9 [2021-11-11T17:14:48.679Z] #5 DONE 0.0s [2021-11-11T17:14:48.679Z] [2021-11-11T17:14:48.679Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:14:48.679Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-11T17:14:49.613Z] #10 DONE 1.0s [2021-11-11T17:14:49.613Z] [2021-11-11T17:14:49.613Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-11T17:14:49.613Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2021-11-11T17:14:49.613Z] #7 DONE 0.9s [2021-11-11T17:14:49.613Z] [2021-11-11T17:14:49.613Z] #8 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-11T17:14:49.613Z] #8 sha256:d639a7da9cbf8cc3936ac6c414ed3aa4563358157799876f483cc8bb1172a207 [2021-11-11T17:14:49.613Z] #8 DONE 0.9s [2021-11-11T17:14:49.613Z] [2021-11-11T17:14:49.613Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-11T17:14:49.613Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-11T17:14:49.874Z] #9 DONE 1.0s [2021-11-11T17:14:50.135Z] [2021-11-11T17:14:50.135Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:14:50.135Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-11T17:14:50.135Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-11-11T17:14:50.135Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-11T17:14:50.405Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-11-11T17:14:50.405Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-11-11T17:14:50.405Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s [2021-11-11T17:14:50.486Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-11-11T17:14:50.487Z] [2021-11-11T17:14:50.487Z] ________ ____ __. [2021-11-11T17:14:50.487Z] \_____ \ | |/ _| [2021-11-11T17:14:50.487Z] / | \| < [2021-11-11T17:14:50.487Z] / | \ | \ [2021-11-11T17:14:50.487Z] \_______ /____|__ \ [2021-11-11T17:14:50.487Z] \/ \/ [2021-11-11T17:14:50.487Z] [2021-11-11T17:14:50.487Z] INFO: make.ps1 ended at 11/11/2021 17:14:44 [2021-11-11T17:14:50.487Z] INFO: Binaries build ended at 11/11/2021 17:14:45. Duration:00:01:13.4469943 [2021-11-11T17:14:50.487Z] INFO: Copying the built daemon binary to d:\CI\PR-42838\11\binary\dockerd-420aebf60c.exe... [2021-11-11T17:14:50.487Z] INFO: Copying the built client binary to d:\CI\PR-42838\11\binary\docker-420aebf60c.exe... [2021-11-11T17:14:50.487Z] INFO: Copying dockerversion from the container... [2021-11-11T17:14:50.487Z] INFO: Copying the golang package from the container to d:\CI\PR-42838\11\installer\go.zip... [2021-11-11T17:14:50.487Z] INFO: Extracting go.zip to d:\CI\PR-42838\11\go [2021-11-11T17:14:50.665Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.05MB / 9.86MB 0.3s [2021-11-11T17:14:50.665Z] #69 ... [2021-11-11T17:14:50.665Z] [2021-11-11T17:14:50.665Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-11T17:14:50.665Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-11T17:14:50.665Z] #45 DONE 0.0s [2021-11-11T17:14:50.665Z] [2021-11-11T17:14:50.665Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:14:50.665Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-11T17:14:50.665Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s [2021-11-11T17:14:51.209Z] #28 ... [2021-11-11T17:14:51.209Z] [2021-11-11T17:14:51.209Z] #24 [internal] load build context [2021-11-11T17:14:51.209Z] #24 sha256:2d2847f23d2dcf29ddcf5476bc80e4807453027f3d38d43e1e04cd080518925d [2021-11-11T17:14:51.209Z] #24 transferring context: 55.47MB 4.7s done [2021-11-11T17:14:51.209Z] #24 DONE 4.8s [2021-11-11T17:14:51.242Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2021-11-11T17:14:51.242Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-11-11T17:14:51.467Z] [2021-11-11T17:14:51.467Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:14:51.467Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:14:51.467Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 0.1s done [2021-11-11T17:14:51.467Z] #11 sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 1.86kB / 1.86kB done [2021-11-11T17:14:51.467Z] #11 sha256:3b27ac95762ce1340a4824dc3cab2dc9d63f194f0899a0a9887402c1b1463f41 1.80kB / 1.80kB done [2021-11-11T17:14:51.467Z] #11 sha256:d939cc1fb139e00f0a1540f2b2b405072919bc0be08a1b974783370831606cdc 6.95kB / 6.95kB done [2021-11-11T17:14:51.467Z] #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 54.92MB / 54.92MB 1.5s done [2021-11-11T17:14:51.467Z] #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 5.15MB / 5.15MB 0.7s done [2021-11-11T17:14:51.467Z] #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 54.57MB / 54.57MB 2.8s done [2021-11-11T17:14:51.467Z] #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 10.87MB / 10.87MB 1.7s done [2021-11-11T17:14:51.467Z] #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 85.77MB / 85.77MB 4.5s done [2021-11-11T17:14:51.467Z] #11 sha256:9ddd7280c3f585fe2ee59884cfb82b71708ee17ca4c89b6e0719acae41f036c7 134.80MB / 134.80MB 4.6s [2021-11-11T17:14:51.467Z] #11 sha256:776d069e7b0456f78adf6d04ca84e3d93d107111afcff84776df32f53787f869 156B / 156B 3.0s done [2021-11-11T17:14:52.406Z] #11 ... [2021-11-11T17:14:52.406Z] [2021-11-11T17:14:52.406Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:14:52.406Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-11T17:14:52.406Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-11T17:14:52.406Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-11-11T17:14:52.406Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-11-11T17:14:52.406Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2021-11-11T17:14:52.406Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.7s done [2021-11-11T17:14:52.406Z] #71 DONE 5.8s [2021-11-11T17:14:52.406Z] [2021-11-11T17:14:52.406Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:14:52.406Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-11T17:14:52.406Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-11-11T17:14:52.406Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-11-11T17:14:52.406Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-11-11T17:14:52.406Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.7s done [2021-11-11T17:14:52.406Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done [2021-11-11T17:14:52.406Z] #69 DONE 5.8s [2021-11-11T17:14:52.406Z] [2021-11-11T17:14:52.406Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c [2021-11-11T17:14:52.406Z] #28 sha256:e606a43c219c45543ce58d2f3077d574711934eb1b63e83c2d10156f8b704a04 [2021-11-11T17:14:52.625Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done [2021-11-11T17:14:52.884Z] #69 ... [2021-11-11T17:14:52.884Z] [2021-11-11T17:14:52.884Z] #24 [internal] load build context [2021-11-11T17:14:52.884Z] #24 sha256:9506904f2d6c3b2e4e1593fb92641fd2972007dada93ab5f97c687d9bdd9e65c [2021-11-11T17:14:52.884Z] #24 transferring context: 55.49MB 2.4s done [2021-11-11T17:14:52.884Z] #24 DONE 2.8s [2021-11-11T17:14:52.884Z] [2021-11-11T17:14:52.884Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:14:52.884Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-11T17:14:52.884Z] #69 DONE 2.9s [2021-11-11T17:14:52.884Z] [2021-11-11T17:14:52.884Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-11T17:14:52.884Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-11T17:14:52.884Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-11-11T17:14:52.884Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-11T17:14:52.884Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-11-11T17:14:52.884Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-11-11T17:14:52.884Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done [2021-11-11T17:14:52.884Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.9s done [2021-11-11T17:14:52.884Z] #71 DONE 2.9s [2021-11-11T17:14:52.885Z] [2021-11-11T17:14:52.885Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:14:52.885Z] #11 sha256:048bc85b3d0e49f6a50d62df425077fefc1c4fd129c607f6f3f9c1ea4fbfd32c [2021-11-11T17:14:52.885Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 0.2s done [2021-11-11T17:14:52.885Z] #11 sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 1.86kB / 1.86kB done [2021-11-11T17:14:52.885Z] #11 sha256:075a07855af2d20a814bdf24c69dd07b1bc730b9c6e3f6cbe40198dbf131acda 6.97kB / 6.97kB done [2021-11-11T17:14:52.885Z] #11 sha256:188890221179ae813175fef21829b84a005878c78ff92a507d260fbcbdfe6208 1.80kB / 1.80kB done [2021-11-11T17:14:52.885Z] #11 sha256:1c47a423366578e5ce665d03788914bf0459485a627a27896fa9c5663ce55cdf 53.60MB / 53.60MB 2.1s done [2021-11-11T17:14:52.885Z] #11 sha256:889b1f128be8ebd64f787c46418ffe34ce1096d1ccd6938924d7397713720758 5.14MB / 5.14MB 2.3s done [2021-11-11T17:14:52.885Z] #11 extracting sha256:1c47a423366578e5ce665d03788914bf0459485a627a27896fa9c5663ce55cdf 0.1s [2021-11-11T17:14:52.885Z] #11 sha256:c338d42ad921985fb8ebb6e2c48d381f6e03a91535eeffce7f08084b3dfbfdf4 3.15MB / 10.66MB 2.5s [2021-11-11T17:14:52.885Z] #11 sha256:e27d3d9a061af78e3fcbefe5dbbe718db380687319e5ba8a7c9fd7ba55d16cc3 6.29MB / 54.67MB 2.5s [2021-11-11T17:14:52.885Z] #11 sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 7.34MB / 80.99MB 2.5s [2021-11-11T17:14:53.145Z] #11 sha256:c338d42ad921985fb8ebb6e2c48d381f6e03a91535eeffce7f08084b3dfbfdf4 7.34MB / 10.66MB 2.6s [2021-11-11T17:14:53.145Z] #11 sha256:e27d3d9a061af78e3fcbefe5dbbe718db380687319e5ba8a7c9fd7ba55d16cc3 12.58MB / 54.67MB 2.6s [2021-11-11T17:14:53.145Z] #11 sha256:c338d42ad921985fb8ebb6e2c48d381f6e03a91535eeffce7f08084b3dfbfdf4 10.66MB / 10.66MB 2.7s [2021-11-11T17:14:53.145Z] #11 sha256:e27d3d9a061af78e3fcbefe5dbbe718db380687319e5ba8a7c9fd7ba55d16cc3 19.92MB / 54.67MB 2.7s [2021-11-11T17:14:53.405Z] #11 sha256:e27d3d9a061af78e3fcbefe5dbbe718db380687319e5ba8a7c9fd7ba55d16cc3 30.26MB / 54.67MB 2.8s [2021-11-11T17:14:53.405Z] #11 sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 18.87MB / 80.99MB 2.8s [2021-11-11T17:14:53.405Z] #11 sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 32.51MB / 80.99MB 2.9s [2021-11-11T17:14:53.716Z] #11 sha256:e27d3d9a061af78e3fcbefe5dbbe718db380687319e5ba8a7c9fd7ba55d16cc3 39.85MB / 54.67MB 3.1s [2021-11-11T17:14:53.716Z] #11 sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 60.82MB / 80.99MB 3.1s [2021-11-11T17:14:53.716Z] #11 sha256:e27d3d9a061af78e3fcbefe5dbbe718db380687319e5ba8a7c9fd7ba55d16cc3 54.67MB / 54.67MB 3.2s [2021-11-11T17:14:53.716Z] #11 sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 66.06MB / 80.99MB 3.2s [2021-11-11T17:14:53.788Z] #28 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 5.1s [2021-11-11T17:14:53.788Z] #28 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 5.2s done [2021-11-11T17:14:53.977Z] #11 sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 74.53MB / 80.99MB 3.4s [2021-11-11T17:14:53.977Z] #11 sha256:c338d42ad921985fb8ebb6e2c48d381f6e03a91535eeffce7f08084b3dfbfdf4 10.66MB / 10.66MB 3.4s done [2021-11-11T17:14:53.977Z] #11 sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 80.99MB / 80.99MB 3.5s [2021-11-11T17:14:54.050Z] #28 DONE 7.5s [2021-11-11T17:14:54.050Z] [2021-11-11T17:14:54.050Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:14:54.050Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:14:54.050Z] #11 extracting sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d [2021-11-11T17:14:54.236Z] #11 sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 0B / 102.62MB 3.7s [2021-11-11T17:14:54.495Z] #11 sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 16.78MB / 102.62MB 3.9s [2021-11-11T17:14:54.495Z] #11 sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 32.51MB / 102.62MB 4.1s [2021-11-11T17:14:54.625Z] #11 extracting sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 0.8s done [2021-11-11T17:14:54.757Z] #11 sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 41.94MB / 102.62MB 4.3s [2021-11-11T17:14:54.889Z] #11 ... [2021-11-11T17:14:54.889Z] [2021-11-11T17:14:54.889Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-11T17:14:54.889Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-11T17:14:54.889Z] #70 DONE 0.9s [2021-11-11T17:14:54.889Z] [2021-11-11T17:14:54.889Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:14:54.889Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:14:54.889Z] #11 extracting sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a [2021-11-11T17:14:55.045Z] #11 sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 61.03MB / 102.62MB 4.6s [2021-11-11T17:14:55.308Z] #11 sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 71.30MB / 102.62MB 4.7s [2021-11-11T17:14:55.308Z] #11 sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 99.61MB / 102.62MB 4.9s [2021-11-11T17:14:55.661Z] #11 extracting sha256:1c47a423366578e5ce665d03788914bf0459485a627a27896fa9c5663ce55cdf 2.7s done [2021-11-11T17:14:55.661Z] #11 sha256:e27d3d9a061af78e3fcbefe5dbbe718db380687319e5ba8a7c9fd7ba55d16cc3 54.67MB / 54.67MB 4.9s done [2021-11-11T17:14:55.835Z] #11 ... [2021-11-11T17:14:55.835Z] [2021-11-11T17:14:55.835Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-11T17:14:55.835Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-11T17:14:55.835Z] #72 DONE 0.8s [2021-11-11T17:14:55.835Z] [2021-11-11T17:14:55.835Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:14:55.835Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:14:56.103Z] #11 extracting sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 1.2s done [2021-11-11T17:14:56.227Z] #11 extracting sha256:889b1f128be8ebd64f787c46418ffe34ce1096d1ccd6938924d7397713720758 0.1s [2021-11-11T17:14:56.227Z] #11 extracting sha256:889b1f128be8ebd64f787c46418ffe34ce1096d1ccd6938924d7397713720758 0.2s done [2021-11-11T17:14:56.364Z] #11 extracting sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 [2021-11-11T17:14:56.778Z] INFO: Extraction ended at 11/11/2021 17:14:55. Duration:00:00:22.3495842 [2021-11-11T17:14:56.778Z] INFO: Updating the golang and path environment variables [2021-11-11T17:14:56.778Z] INFO: GOPATH=d:\gopath [2021-11-11T17:14:56.778Z] INFO: go version go1.17.3 windows/amd64 [2021-11-11T17:14:56.778Z] INFO: Running the daemon under test in debug mode [2021-11-11T17:14:56.778Z] INFO: Starting a daemon under test... [2021-11-11T17:14:56.778Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42838\11\daemon --pidfile d:\CI\PR-42838\11\docker.pid -D [2021-11-11T17:14:56.778Z] INFO: Process started successfully. [2021-11-11T17:14:56.778Z] INFO: Start tailing logs of the daemon under tests [2021-11-11T17:14:56.778Z] INFO: Waiting for the daemon under test to start... [2021-11-11T17:14:57.162Z] #11 extracting sha256:c338d42ad921985fb8ebb6e2c48d381f6e03a91535eeffce7f08084b3dfbfdf4 [2021-11-11T17:14:57.421Z] #11 extracting sha256:c338d42ad921985fb8ebb6e2c48d381f6e03a91535eeffce7f08084b3dfbfdf4 0.2s done [2021-11-11T17:14:57.679Z] #11 sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 80.99MB / 80.99MB 7.0s done [2021-11-11T17:14:57.679Z] #11 extracting sha256:e27d3d9a061af78e3fcbefe5dbbe718db380687319e5ba8a7c9fd7ba55d16cc3 0.1s [2021-11-11T17:14:59.582Z] #11 extracting sha256:e27d3d9a061af78e3fcbefe5dbbe718db380687319e5ba8a7c9fd7ba55d16cc3 1.7s done [2021-11-11T17:14:59.841Z] #11 sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 102.62MB / 102.62MB 9.3s done [2021-11-11T17:14:59.841Z] #11 ... [2021-11-11T17:14:59.841Z] [2021-11-11T17:14:59.841Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c [2021-11-11T17:14:59.841Z] #28 sha256:6702028d853491e77e39fcd917ce282868c8c9fac4dfea218eebf594a62213fa [2021-11-11T17:14:59.841Z] #28 resolve docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c 0.2s done [2021-11-11T17:14:59.841Z] #28 sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c 1.85kB / 1.85kB done [2021-11-11T17:14:59.841Z] #28 sha256:21e79e173393a5c03e2dd910354affc1e6ea995aa3c88a18d40bae41760b3d4e 529B / 529B done [2021-11-11T17:14:59.841Z] #28 sha256:bf33d9a9dfb709a9a24218f6ea55bab3965d0029cdc2ce01214ad1a87040e530 1.48kB / 1.48kB done [2021-11-11T17:14:59.841Z] #28 sha256:1c47a423366578e5ce665d03788914bf0459485a627a27896fa9c5663ce55cdf 53.60MB / 53.60MB 2.1s done [2021-11-11T17:14:59.841Z] #28 DONE 9.7s [2021-11-11T17:14:59.841Z] [2021-11-11T17:14:59.841Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:14:59.841Z] #11 sha256:048bc85b3d0e49f6a50d62df425077fefc1c4fd129c607f6f3f9c1ea4fbfd32c [2021-11-11T17:14:59.841Z] #11 sha256:fc67d6f857fef62ac6aa770f3466d4364cc2e728c9582ff34a26136b10930f97 0B / 126B 9.4s [2021-11-11T17:14:59.841Z] #11 extracting sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 [2021-11-11T17:14:59.841Z] #11 ... [2021-11-11T17:14:59.841Z] [2021-11-11T17:14:59.841Z] #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 [2021-11-11T17:14:59.841Z] #29 sha256:72fe9753317b24124465b3ecdf6176b4eabd23317084fc8c56a08c868b6b9a1b [2021-11-11T17:15:01.641Z] #11 extracting sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 4.6s done [2021-11-11T17:15:01.641Z] #11 extracting sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 [2021-11-11T17:15:01.752Z] #29 1.928 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:01.752Z] #29 1.928 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:02.011Z] #29 1.961 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:02.011Z] #29 2.106 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:15:02.011Z] #29 2.236 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:15:02.579Z] #29 2.554 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:15:02.837Z] #29 ... [2021-11-11T17:15:02.837Z] [2021-11-11T17:15:02.837Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-11T17:15:02.837Z] #70 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-11-11T17:15:02.837Z] #70 DONE 2.1s [2021-11-11T17:15:03.096Z] [2021-11-11T17:15:03.096Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:15:03.096Z] #11 sha256:048bc85b3d0e49f6a50d62df425077fefc1c4fd129c607f6f3f9c1ea4fbfd32c [2021-11-11T17:15:03.096Z] #11 sha256:fc67d6f857fef62ac6aa770f3466d4364cc2e728c9582ff34a26136b10930f97 126B / 126B 9.4s done [2021-11-11T17:15:03.523Z] #45 27.53 Fetched 40.2 MB in 26s (1577 kB/s) [2021-11-11T17:15:03.523Z] #45 27.53 Reading package lists... [2021-11-11T17:15:03.523Z] #45 ... [2021-11-11T17:15:03.523Z] [2021-11-11T17:15:03.523Z] #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 [2021-11-11T17:15:03.523Z] #20 sha256:717d876a9382ddaab78ee464bc69b7b343fba956ac2c4ee470adf440618602cb [2021-11-11T17:15:03.523Z] #20 27.68 Fetched 40.2 MB in 25s (1581 kB/s) [2021-11-11T17:15:03.680Z] #11 extracting sha256:80358db0081cf5ec4ef497601a753594b1210526031a5c7710032157913cff04 3.8s done [2021-11-11T17:15:03.938Z] #11 extracting sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 [2021-11-11T17:15:04.179Z] #11 ... [2021-11-11T17:15:04.179Z] [2021-11-11T17:15:04.179Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-11T17:15:04.179Z] #29 sha256:ffc04e501379ebdeb5bb578ca3cef1d551144c1da161a8a428c7bb98efe5021e [2021-11-11T17:15:04.179Z] #29 2.327 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:04.179Z] #29 2.338 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:04.179Z] #29 2.338 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:04.179Z] #29 2.485 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-11T17:15:04.179Z] #29 2.712 Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-11T17:15:04.179Z] #29 3.141 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB] [2021-11-11T17:15:04.179Z] #29 4.301 Fetched 8473 kB in 2s (3767 kB/s) [2021-11-11T17:15:04.179Z] #29 4.301 Reading package lists... [2021-11-11T17:15:04.179Z] #29 5.106 Reading package lists... [2021-11-11T17:15:04.179Z] #29 5.872 Building dependency tree... [2021-11-11T17:15:04.179Z] #29 6.227 The following additional packages will be installed: [2021-11-11T17:15:04.179Z] #29 6.228 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-11-11T17:15:04.179Z] #29 6.228 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-11-11T17:15:04.179Z] #29 6.230 Recommended packages: [2021-11-11T17:15:04.179Z] #29 6.230 libldap-common publicsuffix libsasl2-modules [2021-11-11T17:15:04.179Z] #29 6.403 The following NEW packages will be installed: [2021-11-11T17:15:04.179Z] #29 6.404 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-11-11T17:15:04.179Z] #29 6.404 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-11-11T17:15:04.179Z] #29 6.405 libssh2-1 openssl [2021-11-11T17:15:04.179Z] #29 6.677 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:04.179Z] #29 6.677 Need to get 3038 kB of archives. [2021-11-11T17:15:04.179Z] #29 6.677 After this operation, 6652 kB of additional disk space will be used. [2021-11-11T17:15:04.179Z] #29 6.677 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-11-11T17:15:04.179Z] #29 6.695 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-11-11T17:15:04.179Z] #29 6.697 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-11-11T17:15:04.179Z] #29 6.700 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-11-11T17:15:04.179Z] #29 6.701 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-11-11T17:15:04.179Z] #29 6.702 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-11-11T17:15:04.179Z] #29 6.705 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-11-11T17:15:04.179Z] #29 6.712 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-11-11T17:15:04.179Z] #29 6.712 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-11-11T17:15:04.179Z] #29 6.712 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-11-11T17:15:04.179Z] #29 6.712 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-11-11T17:15:04.179Z] #29 6.713 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-11-11T17:15:04.179Z] #29 6.732 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-11-11T17:15:04.179Z] #29 6.733 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-11-11T17:15:04.179Z] #29 6.735 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-11-11T17:15:04.179Z] #29 6.899 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:15:04.179Z] #29 6.929 Fetched 3038 kB in 0s (9389 kB/s) [2021-11-11T17:15:04.179Z] #29 6.958 Selecting previously unselected package openssl. [2021-11-11T17:15:04.179Z] #29 6.958 (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.) [2021-11-11T17:15:04.179Z] #29 6.965 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 6.970 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-11-11T17:15:04.179Z] #29 7.132 Selecting previously unselected package ca-certificates. [2021-11-11T17:15:04.179Z] #29 7.132 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-11-11T17:15:04.179Z] #29 7.141 Unpacking ca-certificates (20210119) ... [2021-11-11T17:15:04.179Z] #29 7.219 Selecting previously unselected package libbrotli1:amd64. [2021-11-11T17:15:04.179Z] #29 7.219 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.228 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-11-11T17:15:04.179Z] #29 7.297 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-11-11T17:15:04.179Z] #29 7.299 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.304 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-11-11T17:15:04.179Z] #29 7.353 Selecting previously unselected package libsasl2-2:amd64. [2021-11-11T17:15:04.179Z] #29 7.353 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.357 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-11-11T17:15:04.179Z] #29 7.411 Selecting previously unselected package libldap-2.4-2:amd64. [2021-11-11T17:15:04.179Z] #29 7.411 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.415 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-11-11T17:15:04.179Z] #29 7.501 Selecting previously unselected package libnghttp2-14:amd64. [2021-11-11T17:15:04.179Z] #29 7.501 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.503 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-11-11T17:15:04.179Z] #29 7.554 Selecting previously unselected package libpsl5:amd64. [2021-11-11T17:15:04.179Z] #29 7.554 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.557 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-11-11T17:15:04.179Z] #29 7.606 Selecting previously unselected package librtmp1:amd64. [2021-11-11T17:15:04.179Z] #29 7.606 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.611 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-11T17:15:04.179Z] #29 7.661 Selecting previously unselected package libssh2-1:amd64. [2021-11-11T17:15:04.179Z] #29 7.661 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.667 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-11-11T17:15:04.179Z] #29 7.732 Selecting previously unselected package libcurl4:amd64. [2021-11-11T17:15:04.179Z] #29 7.734 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.738 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-11-11T17:15:04.179Z] #29 7.815 Selecting previously unselected package curl. [2021-11-11T17:15:04.179Z] #29 7.815 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.829 Unpacking curl (7.74.0-1.3+b1) ... [2021-11-11T17:15:04.179Z] #29 7.908 Selecting previously unselected package libonig5:amd64. [2021-11-11T17:15:04.179Z] #29 7.908 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.922 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-11-11T17:15:04.179Z] #29 7.990 Selecting previously unselected package libjq1:amd64. [2021-11-11T17:15:04.179Z] #29 7.990 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 7.997 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-11-11T17:15:04.179Z] #29 8.048 Selecting previously unselected package jq. [2021-11-11T17:15:04.179Z] #29 8.048 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-11-11T17:15:04.179Z] #29 8.058 Unpacking jq (1.6-2.1) ... [2021-11-11T17:15:04.179Z] #29 8.114 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-11-11T17:15:04.179Z] #29 8.128 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-11-11T17:15:04.179Z] #29 8.145 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-11-11T17:15:04.179Z] #29 8.155 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-11-11T17:15:04.179Z] #29 8.169 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-11T17:15:04.179Z] #29 8.191 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-11-11T17:15:04.179Z] #29 8.206 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-11-11T17:15:04.179Z] #29 8.220 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-11-11T17:15:04.179Z] #29 8.323 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-11-11T17:15:04.179Z] #29 8.339 Setting up libjq1:amd64 (1.6-2.1) ... [2021-11-11T17:15:04.179Z] #29 8.355 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-11-11T17:15:04.179Z] #29 8.369 Setting up ca-certificates (20210119) ... [2021-11-11T17:15:04.179Z] #29 8.983 Updating certificates in /etc/ssl/certs... [2021-11-11T17:15:04.179Z] #29 9.686 129 added, 0 removed; done. [2021-11-11T17:15:04.179Z] #29 9.726 Setting up jq (1.6-2.1) ... [2021-11-11T17:15:04.179Z] #29 9.739 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-11-11T17:15:04.179Z] #29 9.752 Setting up curl (7.74.0-1.3+b1) ... [2021-11-11T17:15:04.179Z] #29 9.763 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:15:04.179Z] #29 9.793 Processing triggers for ca-certificates (20210119) ... [2021-11-11T17:15:04.179Z] #29 9.803 Updating certificates in /etc/ssl/certs... [2021-11-11T17:15:04.179Z] #29 ... [2021-11-11T17:15:04.179Z] [2021-11-11T17:15:04.179Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:15:04.179Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:15:05.563Z] #11 extracting sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 4.2s done [2021-11-11T17:15:05.823Z] #11 extracting sha256:9ddd7280c3f585fe2ee59884cfb82b71708ee17ca4c89b6e0719acae41f036c7 [2021-11-11T17:15:06.761Z] #11 ... [2021-11-11T17:15:06.761Z] [2021-11-11T17:15:06.761Z] #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 [2021-11-11T17:15:06.761Z] #29 sha256:ffc04e501379ebdeb5bb578ca3cef1d551144c1da161a8a428c7bb98efe5021e [2021-11-11T17:15:06.761Z] #29 10.33 0 added, 0 removed; done. [2021-11-11T17:15:06.761Z] #29 10.33 Running hooks in /etc/ca-certificates/update.d... [2021-11-11T17:15:06.761Z] #29 10.33 done. [2021-11-11T17:15:06.761Z] #29 DONE 12.8s [2021-11-11T17:15:07.020Z] [2021-11-11T17:15:07.020Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:15:07.020Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:15:07.279Z] #11 ... [2021-11-11T17:15:07.279Z] [2021-11-11T17:15:07.279Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-11T17:15:07.279Z] #30 sha256:a452613d3e11b6d0903015316428588c399c924f140ab3488fa211796946fc80 [2021-11-11T17:15:07.279Z] #30 DONE 0.4s [2021-11-11T17:15:07.538Z] [2021-11-11T17:15:07.538Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:15:07.538Z] #11 sha256:b7e6e997cda8f791743f7f47f4bbe9ffc4f2527de25fc46e0c975bbdc444ded7 [2021-11-11T17:15:08.128Z] #11 ... [2021-11-11T17:15:08.128Z] [2021-11-11T17:15:08.128Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-11T17:15:08.128Z] #72 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-11-11T17:15:08.128Z] #72 DONE 4.7s [2021-11-11T17:15:08.128Z] [2021-11-11T17:15:08.128Z] #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 [2021-11-11T17:15:08.128Z] #29 sha256:72fe9753317b24124465b3ecdf6176b4eabd23317084fc8c56a08c868b6b9a1b [2021-11-11T17:15:08.128Z] #29 3.464 Fetched 8358 kB in 2s (4636 kB/s) [2021-11-11T17:15:08.128Z] #29 3.464 Reading package lists... [2021-11-11T17:15:08.128Z] #29 4.045 Reading package lists... [2021-11-11T17:15:08.128Z] #29 4.596 Building dependency tree... [2021-11-11T17:15:08.128Z] #29 4.968 The following additional packages will be installed: [2021-11-11T17:15:08.128Z] #29 4.968 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-11-11T17:15:08.128Z] #29 4.973 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-11-11T17:15:08.128Z] #29 4.973 Recommended packages: [2021-11-11T17:15:08.128Z] #29 4.973 libldap-common publicsuffix libsasl2-modules [2021-11-11T17:15:08.128Z] #29 5.094 The following NEW packages will be installed: [2021-11-11T17:15:08.128Z] #29 5.094 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-11-11T17:15:08.128Z] #29 5.094 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-11-11T17:15:08.128Z] #29 5.094 libssh2-1 openssl [2021-11-11T17:15:08.128Z] #29 5.359 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:08.128Z] #29 5.359 Need to get 2934 kB of archives. [2021-11-11T17:15:08.128Z] #29 5.359 After this operation, 6485 kB of additional disk space will be used. [2021-11-11T17:15:08.128Z] #29 5.359 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2021-11-11T17:15:08.128Z] #29 5.410 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2021-11-11T17:15:08.128Z] #29 5.430 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2021-11-11T17:15:08.128Z] #29 5.436 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1 [69.3 kB] [2021-11-11T17:15:08.128Z] #29 5.476 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1 [105 kB] [2021-11-11T17:15:08.128Z] #29 5.484 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2021-11-11T17:15:08.128Z] #29 5.491 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2021-11-11T17:15:08.128Z] #29 5.526 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2021-11-11T17:15:08.128Z] #29 5.537 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2021-11-11T17:15:08.128Z] #29 5.542 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2021-11-11T17:15:08.128Z] #29 5.551 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+b1 [321 kB] [2021-11-11T17:15:08.128Z] #29 5.617 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+b1 [261 kB] [2021-11-11T17:15:08.128Z] #29 5.679 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2021-11-11T17:15:08.128Z] #29 5.696 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2021-11-11T17:15:08.128Z] #29 5.705 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2021-11-11T17:15:08.128Z] #29 6.123 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:15:08.128Z] #29 6.201 Fetched 2934 kB in 1s (4813 kB/s) [2021-11-11T17:15:08.128Z] #29 6.341 Selecting previously unselected package openssl. [2021-11-11T17:15:08.128Z] #29 6.341 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6645 files and directories currently installed.) [2021-11-11T17:15:08.128Z] #29 6.345 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 6.375 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-11-11T17:15:08.128Z] #29 7.187 Selecting previously unselected package ca-certificates. [2021-11-11T17:15:08.128Z] #29 7.188 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-11-11T17:15:08.128Z] #29 7.202 Unpacking ca-certificates (20210119) ... [2021-11-11T17:15:08.128Z] #29 7.269 Selecting previously unselected package libbrotli1:arm64. [2021-11-11T17:15:08.128Z] #29 7.269 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.277 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2021-11-11T17:15:08.128Z] #29 7.372 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-11-11T17:15:08.128Z] #29 7.372 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.377 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2021-11-11T17:15:08.128Z] #29 7.420 Selecting previously unselected package libsasl2-2:arm64. [2021-11-11T17:15:08.128Z] #29 7.420 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.425 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2021-11-11T17:15:08.128Z] #29 7.520 Selecting previously unselected package libldap-2.4-2:arm64. [2021-11-11T17:15:08.128Z] #29 7.520 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.529 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2021-11-11T17:15:08.128Z] #29 7.642 Selecting previously unselected package libnghttp2-14:arm64. [2021-11-11T17:15:08.128Z] #29 7.642 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.646 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2021-11-11T17:15:08.128Z] #29 7.695 Selecting previously unselected package libpsl5:arm64. [2021-11-11T17:15:08.128Z] #29 7.695 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.700 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2021-11-11T17:15:08.128Z] #29 7.739 Selecting previously unselected package librtmp1:arm64. [2021-11-11T17:15:08.128Z] #29 7.739 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.753 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-11T17:15:08.128Z] #29 7.799 Selecting previously unselected package libssh2-1:arm64. [2021-11-11T17:15:08.128Z] #29 7.799 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.807 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2021-11-11T17:15:08.128Z] #29 7.865 Selecting previously unselected package libcurl4:arm64. [2021-11-11T17:15:08.128Z] #29 7.865 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.869 Unpacking libcurl4:arm64 (7.74.0-1.3+b1) ... [2021-11-11T17:15:08.128Z] #29 7.928 Selecting previously unselected package curl. [2021-11-11T17:15:08.128Z] #29 7.929 Preparing to unpack .../11-curl_7.74.0-1.3+b1_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.932 Unpacking curl (7.74.0-1.3+b1) ... [2021-11-11T17:15:08.128Z] #29 7.988 Selecting previously unselected package libonig5:arm64. [2021-11-11T17:15:08.128Z] #29 7.989 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 7.993 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2021-11-11T17:15:08.128Z] #29 8.129 Selecting previously unselected package libjq1:arm64. [2021-11-11T17:15:08.128Z] #29 8.129 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 8.142 Unpacking libjq1:arm64 (1.6-2.1) ... [2021-11-11T17:15:08.128Z] #29 8.176 Selecting previously unselected package jq. [2021-11-11T17:15:08.128Z] #29 8.176 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2021-11-11T17:15:08.128Z] #29 8.178 Unpacking jq (1.6-2.1) ... [2021-11-11T17:15:08.128Z] #29 8.219 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2021-11-11T17:15:08.128Z] #29 8.230 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2021-11-11T17:15:08.128Z] #29 8.243 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2021-11-11T17:15:08.128Z] #29 8.255 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2021-11-11T17:15:08.128Z] #29 8.267 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-11T17:15:08.128Z] #29 8.277 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2021-11-11T17:15:08.128Z] #29 8.290 Setting up libssh2-1:arm64 (1.9.0-2) ... [2021-11-11T17:15:08.128Z] #29 8.301 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-11-11T17:15:08.128Z] #29 8.318 Setting up libonig5:arm64 (6.9.6-1.1) ... [2021-11-11T17:15:08.128Z] #29 8.330 Setting up libjq1:arm64 (1.6-2.1) ... [2021-11-11T17:15:08.387Z] #29 8.341 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2021-11-11T17:15:08.387Z] #29 8.353 Setting up ca-certificates (20210119) ... [2021-11-11T17:15:08.646Z] #29 8.883 Updating certificates in /etc/ssl/certs... [2021-11-11T17:15:09.661Z] #29 9.795 129 added, 0 removed; done. [2021-11-11T17:15:09.661Z] #29 9.876 Setting up jq (1.6-2.1) ... [2021-11-11T17:15:09.920Z] #29 ... [2021-11-11T17:15:09.920Z] [2021-11-11T17:15:09.920Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:d765621cbb382494b4f4f0a9266b039232af9a9d1ed2fffed3dd58e476b7f735 [2021-11-11T17:15:09.920Z] #11 sha256:048bc85b3d0e49f6a50d62df425077fefc1c4fd129c607f6f3f9c1ea4fbfd32c [2021-11-11T17:15:09.920Z] #11 extracting sha256:e72d0a336dc8c16cec62eaead12a46921ca485b7ad3734768e9146f1dc43c248 5.4s done [2021-11-11T17:15:09.920Z] #11 extracting sha256:fc67d6f857fef62ac6aa770f3466d4364cc2e728c9582ff34a26136b10930f97 done [2021-11-11T17:15:09.920Z] #11 DONE 19.6s [2021-11-11T17:15:09.920Z] [2021-11-11T17:15:09.920Z] #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 [2021-11-11T17:15:09.920Z] #29 sha256:72fe9753317b24124465b3ecdf6176b4eabd23317084fc8c56a08c868b6b9a1b [2021-11-11T17:15:09.920Z] #29 9.888 Setting up libcurl4:arm64 (7.74.0-1.3+b1) ... [2021-11-11T17:15:09.920Z] #29 9.898 Setting up curl (7.74.0-1.3+b1) ... [2021-11-11T17:15:09.920Z] #29 9.910 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:15:09.920Z] #29 9.928 Processing triggers for ca-certificates (20210119) ... [2021-11-11T17:15:09.920Z] #29 9.937 Updating certificates in /etc/ssl/certs... [2021-11-11T17:15:09.920Z] #29 ... [2021-11-11T17:15:09.920Z] [2021-11-11T17:15:09.920Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-11T17:15:09.920Z] #12 sha256:8e0072cf4302e6331cd9d159cf4ccd30cdab8110a1f7a4a97712431d19349f6e [2021-11-11T17:15:10.099Z] #20 27.68 Reading package lists... [2021-11-11T17:15:10.099Z] #20 ... [2021-11-11T17:15:10.099Z] [2021-11-11T17:15:10.099Z] #72 [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 [2021-11-11T17:15:10.099Z] #72 sha256:2b2d032b1f9215b7b6c0321df3bedd04682f78fa83466d2409102184a1c437dd [2021-11-11T17:15:10.099Z] #72 34.99 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-11T17:15:10.099Z] #72 34.99 + GOBIN=/build [2021-11-11T17:15:10.099Z] #72 34.99 + GO111MODULE=on [2021-11-11T17:15:10.099Z] #72 34.99 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2021-11-11T17:15:10.488Z] #12 DONE 0.8s [2021-11-11T17:15:10.489Z] [2021-11-11T17:15:10.489Z] #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 [2021-11-11T17:15:10.489Z] #29 sha256:72fe9753317b24124465b3ecdf6176b4eabd23317084fc8c56a08c868b6b9a1b [2021-11-11T17:15:10.489Z] #29 10.64 0 added, 0 removed; done. [2021-11-11T17:15:10.489Z] #29 10.65 Running hooks in /etc/ca-certificates/update.d... [2021-11-11T17:15:10.489Z] #29 10.65 done. [2021-11-11T17:15:10.747Z] #29 DONE 10.8s [2021-11-11T17:15:10.747Z] [2021-11-11T17:15:10.747Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-11T17:15:10.747Z] #30 sha256:d076147ab0c59056d8b9a933fea3af3249b1767745c78ffcd0f35172fab7174f [2021-11-11T17:15:10.835Z] #11 extracting sha256:9ddd7280c3f585fe2ee59884cfb82b71708ee17ca4c89b6e0719acae41f036c7 5.0s [2021-11-11T17:15:11.006Z] #30 DONE 0.2s [2021-11-11T17:15:11.006Z] [2021-11-11T17:15:11.006Z] #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 [2021-11-11T17:15:11.006Z] #31 sha256:e519c74a1d42eacda4de70e20a21bd023e93b68abc749e268daea1eaea552d8b [2021-11-11T17:15:11.378Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:15:11.378Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:15:11.378Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:15:11.378Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:15:11.378Z] [2021-11-11T17:15:11.378Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-11T17:15:11.378Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-11T17:15:11.378Z] HOSTNAME=7d5552fe9710 [2021-11-11T17:15:11.378Z] DEST=bundles/test-integration [2021-11-11T17:15:11.378Z] PWD=/go/src/github.com/docker/docker [2021-11-11T17:15:11.378Z] DOCKER_ROOTLESS=1 [2021-11-11T17:15:11.378Z] DOCKER_GITCOMMIT=4a1567e22a1928a647fd25ce668b63af77cb2567 [2021-11-11T17:15:11.378Z] container=docker [2021-11-11T17:15:11.378Z] HOME=/root [2021-11-11T17:15:11.378Z] GOLANG_VERSION=1.17.3 [2021-11-11T17:15:11.378Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-11T17:15:11.378Z] VALIDATE_BRANCH=master [2021-11-11T17:15:11.378Z] TERM=xterm [2021-11-11T17:15:11.378Z] DOCKER_PKG=github.com/docker/docker [2021-11-11T17:15:11.378Z] SHLVL=1 [2021-11-11T17:15:11.378Z] TIMEOUT=120m [2021-11-11T17:15:11.378Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-11T17:15:11.378Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-11T17:15:11.378Z] GO111MODULE=off [2021-11-11T17:15:11.378Z] DOCKER_EXPERIMENTAL=1 [2021-11-11T17:15:11.378Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-11T17:15:11.378Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-11T17:15:11.378Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-11T17:15:11.378Z] GOPATH=/go [2021-11-11T17:15:11.378Z] PKG_CONFIG=pkg-config [2021-11-11T17:15:11.378Z] _=/usr/bin/env [2021-11-11T17:15:11.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-11T17:15:11.573Z] #31 ... [2021-11-11T17:15:11.573Z] [2021-11-11T17:15:11.573Z] #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 [2021-11-11T17:15:11.573Z] #13 sha256:10488c5ee71ec11eee2a4f63d05969fb8ae4d789760e1b0462381601bcf8d082 [2021-11-11T17:15:11.573Z] #13 DONE 0.9s [2021-11-11T17:15:11.573Z] [2021-11-11T17:15:11.573Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-11T17:15:11.573Z] #33 sha256:b35013b1d0746e5c252890689dcbfba2a30e2e626e84a7c04f24488d86376718 [2021-11-11T17:15:11.831Z] #33 DONE 0.2s [2021-11-11T17:15:11.831Z] [2021-11-11T17:15:11.831Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-11T17:15:11.831Z] #42 sha256:52e574fb08766ee5bacb409174819215ded8c54053f5853586dac4bb047beeda [2021-11-11T17:15:11.831Z] #42 DONE 0.2s [2021-11-11T17:15:11.831Z] [2021-11-11T17:15:11.831Z] #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 [2021-11-11T17:15:11.831Z] #34 sha256:11e9703ab38bf3d3a3d03da051d08dcb9da060079eddbf97343e4bf8a908a8a2 [2021-11-11T17:15:11.831Z] #34 ... [2021-11-11T17:15:11.831Z] [2021-11-11T17:15:11.831Z] #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 [2021-11-11T17:15:11.831Z] #46 sha256:db80393ca73b38fc5c2882a800bdcef9aab180ecc0f2a6fccade3f3907bed6cf [2021-11-11T17:15:11.831Z] #46 DONE 0.3s [2021-11-11T17:15:12.091Z] [2021-11-11T17:15:12.091Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-11T17:15:12.091Z] #64 sha256:46ad74e6de6ed2dee13d977ec9a13d1498e1a388a18159bdaa7ac620c70ce85a [2021-11-11T17:15:12.091Z] #64 DONE 0.5s [2021-11-11T17:15:12.091Z] [2021-11-11T17:15:12.091Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-11T17:15:12.091Z] #25 sha256:a28e405ef7ff4569e64e23cd0012f18c8d3c6fa30e0749bbf46b96991b8c7449 [2021-11-11T17:15:12.091Z] #25 DONE 0.5s [2021-11-11T17:15:12.091Z] [2021-11-11T17:15:12.091Z] #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 [2021-11-11T17:15:12.091Z] #26 sha256:6d09e15e9a7546027dc7f98f1b5b430ecf57b033190f6e4d0fa1b31f5afabf94 [2021-11-11T17:15:12.631Z] #72 ... [2021-11-11T17:15:12.631Z] [2021-11-11T17:15:12.631Z] #67 [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 [2021-11-11T17:15:12.631Z] #67 sha256:815bf6b27e9a003f67b2f960e10d536f80b93dcd3b7f6312b84b6b5a6749683a [2021-11-11T17:15:12.631Z] #67 28.35 Fetched 40.2 MB in 26s (1556 kB/s) [2021-11-11T17:15:12.631Z] #67 28.35 Reading package lists... [2021-11-11T17:15:12.631Z] #67 37.49 Reading package lists... [2021-11-11T17:15:12.631Z] #67 ... [2021-11-11T17:15:12.631Z] [2021-11-11T17:15:12.631Z] #72 [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 [2021-11-11T17:15:12.631Z] #72 sha256:2b2d032b1f9215b7b6c0321df3bedd04682f78fa83466d2409102184a1c437dd [2021-11-11T17:15:12.631Z] #72 38.22 rootlesskit version 0.14.6 [2021-11-11T17:15:12.890Z] #72 38.23 Usage of /build/rootlesskit-docker-proxy: [2021-11-11T17:15:12.890Z] #72 38.23 -container-ip string [2021-11-11T17:15:12.890Z] #72 38.23 container ip [2021-11-11T17:15:12.890Z] #72 38.23 -container-port int [2021-11-11T17:15:12.890Z] #72 38.23 container port (default -1) [2021-11-11T17:15:12.890Z] #72 38.23 -host-ip string [2021-11-11T17:15:12.890Z] #72 38.23 host ip [2021-11-11T17:15:12.890Z] #72 38.23 -host-port int [2021-11-11T17:15:12.890Z] #72 38.23 host port (default -1) [2021-11-11T17:15:12.890Z] #72 38.23 -proto string [2021-11-11T17:15:12.890Z] #72 38.23 proxy protocol (default "tcp") [2021-11-11T17:15:13.151Z] #72 DONE 38.6s [2021-11-11T17:15:13.151Z] [2021-11-11T17:15:13.151Z] #73 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-11T17:15:13.151Z] #73 sha256:e2cd583735c9316d915b91c30ac0eb692083d8a9466ec5f627ab35bd585a2afa [2021-11-11T17:15:13.151Z] #73 DONE 0.0s [2021-11-11T17:15:13.151Z] [2021-11-11T17:15:13.151Z] #74 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-11T17:15:13.151Z] #74 sha256:e5614e24d749f0a92c391e9314bc2e30241a2f96aaa4fda1b48de3ae9a5102dc [2021-11-11T17:15:13.151Z] #74 DONE 0.0s [2021-11-11T17:15:13.151Z] [2021-11-11T17:15:13.151Z] #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 [2021-11-11T17:15:13.151Z] #45 sha256:b01323ce19438421959a1330909b94f38f03ccaf8a67e5831fe1f61a39ef04b2 [2021-11-11T17:15:13.151Z] #45 27.53 Reading package lists... [2021-11-11T17:15:15.933Z] INFO: Extraction ended at 11/11/2021 17:15:12. Duration:00:00:24.0478245 [2021-11-11T17:15:15.933Z] INFO: Updating the golang and path environment variables [2021-11-11T17:15:15.933Z] INFO: GOPATH=d:\gopath [2021-11-11T17:15:15.933Z] INFO: go version go1.17.3 windows/amd64 [2021-11-11T17:15:15.933Z] INFO: Running the daemon under test in debug mode [2021-11-11T17:15:15.933Z] INFO: Starting a daemon under test... [2021-11-11T17:15:15.933Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42838\11\daemon --pidfile d:\CI\PR-42838\11\docker.pid -D [2021-11-11T17:15:15.933Z] INFO: Process started successfully. [2021-11-11T17:15:15.933Z] INFO: Start tailing logs of the daemon under tests [2021-11-11T17:15:15.933Z] INFO: Waiting for the daemon under test to start... [2021-11-11T17:15:16.112Z] #11 extracting sha256:9ddd7280c3f585fe2ee59884cfb82b71708ee17ca4c89b6e0719acae41f036c7 9.8s done [2021-11-11T17:15:16.112Z] #11 extracting sha256:776d069e7b0456f78adf6d04ca84e3d93d107111afcff84776df32f53787f869 [2021-11-11T17:15:16.112Z] #11 extracting sha256:776d069e7b0456f78adf6d04ca84e3d93d107111afcff84776df32f53787f869 done [2021-11-11T17:15:16.112Z] #11 DONE 29.5s [2021-11-11T17:15:16.112Z] [2021-11-11T17:15:16.112Z] #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 [2021-11-11T17:15:16.112Z] #31 sha256:2a2b451b379c569cf1b5fd55d3931123fe3c0303013ada39ea5367d137f581ba [2021-11-11T17:15:16.112Z] #31 2.515 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-11-11T17:15:16.112Z] #31 3.000 [2021-11-11T17:15:16.112Z] #31 3.235 #=#=# ######################################################################## 100.0% [2021-11-11T17:15:16.112Z] #31 3.561 [2021-11-11T17:15:16.112Z] #31 4.466 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-11-11T17:15:16.112Z] #31 4.724 [2021-11-11T17:15:16.112Z] #31 4.940 #=#=# ######################################################################## 100.0% [2021-11-11T17:15:16.112Z] #31 5.218 [2021-11-11T17:15:16.112Z] #31 6.125 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-11-11T17:15:16.112Z] #31 6.388 [2021-11-11T17:15:16.112Z] #31 6.606 #=#=# ################## 26.3% ########################################## 58.5% ################################################################# 91.1% ######################################################################## 100.0% [2021-11-11T17:15:16.112Z] #31 7.145 [2021-11-11T17:15:16.112Z] #31 8.015 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-11-11T17:15:16.112Z] #31 8.287 [2021-11-11T17:15:16.112Z] #31 8.510 #=#=# ######################################################################## 100.0% [2021-11-11T17:15:16.112Z] #31 8.733 [2021-11-11T17:15:16.112Z] #31 ... [2021-11-11T17:15:16.112Z] [2021-11-11T17:15:16.112Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-11T17:15:16.112Z] #12 sha256:9b1df944e75998abb396874c96e2d309d7051d68886304aadea6b86fb8226db3 [2021-11-11T17:15:16.437Z] #45 36.78 Reading package lists... [2021-11-11T17:15:16.438Z] #45 ... [2021-11-11T17:15:16.438Z] [2021-11-11T17:15:16.438Z] #77 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-11T17:15:16.438Z] #77 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-11T17:15:16.438Z] #77 CACHED [2021-11-11T17:15:16.438Z] [2021-11-11T17:15:16.438Z] #79 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-11T17:15:16.438Z] #79 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-11T17:15:16.438Z] #79 CACHED [2021-11-11T17:15:16.438Z] [2021-11-11T17:15:16.438Z] #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 [2021-11-11T17:15:16.438Z] #20 sha256:717d876a9382ddaab78ee464bc69b7b343fba956ac2c4ee470adf440618602cb [2021-11-11T17:15:16.438Z] #20 27.68 Reading package lists... [2021-11-11T17:15:17.372Z] #26 ... [2021-11-11T17:15:17.372Z] [2021-11-11T17:15:17.372Z] #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 [2021-11-11T17:15:17.372Z] #31 sha256:e519c74a1d42eacda4de70e20a21bd023e93b68abc749e268daea1eaea552d8b [2021-11-11T17:15:17.372Z] #31 2.015 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-11-11T17:15:17.372Z] #31 2.269 [2021-11-11T17:15:17.372Z] #31 2.496 #=#=# ######################################################################## 100.0% [2021-11-11T17:15:17.372Z] #31 2.769 [2021-11-11T17:15:17.372Z] #31 3.774 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-11-11T17:15:17.372Z] #31 4.021 [2021-11-11T17:15:17.372Z] #31 4.241 #=#=# 0.8% ######################################################################## 100.0% [2021-11-11T17:15:17.372Z] #31 4.581 [2021-11-11T17:15:17.372Z] #31 6.432 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-11-11T17:15:17.502Z] #12 DONE 1.5s [2021-11-11T17:15:17.502Z] [2021-11-11T17:15:17.502Z] #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 [2021-11-11T17:15:17.502Z] #31 sha256:2a2b451b379c569cf1b5fd55d3931123fe3c0303013ada39ea5367d137f581ba [2021-11-11T17:15:17.502Z] #31 9.513 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-11-11T17:15:17.502Z] #31 9.875 [2021-11-11T17:15:17.502Z] #31 10.11 #=#=# ######################################################################## 100.0% [2021-11-11T17:15:17.774Z] #31 10.51 [2021-11-11T17:15:17.774Z] #31 10.64 Download of images into '/build' complete. [2021-11-11T17:15:17.774Z] #31 10.64 Use something like the following to load the result into a Docker daemon: [2021-11-11T17:15:17.774Z] #31 10.64 tar -cC '/build' . | docker load [2021-11-11T17:15:17.977Z] ...INFO: Daemon under test started and replied! [2021-11-11T17:15:17.977Z] INFO: Docker version of the daemon under test [2021-11-11T17:15:17.977Z] [2021-11-11T17:15:17.977Z] Client: [2021-11-11T17:15:17.977Z] Version: 17.06.2-ce [2021-11-11T17:15:17.977Z] API version: 1.30 [2021-11-11T17:15:17.977Z] Go version: go1.8.3 [2021-11-11T17:15:17.977Z] Git commit: cec0b72 [2021-11-11T17:15:17.977Z] Built: Tue Sep 5 19:57:19 2017 [2021-11-11T17:15:17.977Z] OS/Arch: windows/amd64 [2021-11-11T17:15:17.977Z] [2021-11-11T17:15:17.977Z] Server: [2021-11-11T17:15:17.977Z] Version: 0.0.0-dev [2021-11-11T17:15:17.977Z] API version: 1.42 (minimum version 1.24) [2021-11-11T17:15:17.977Z] Go version: go1.17.3 [2021-11-11T17:15:17.977Z] Git commit: 3d39a5a812 [2021-11-11T17:15:17.977Z] Built: 11/11/2021 17:13:26 [2021-11-11T17:15:17.977Z] OS/Arch: windows/amd64 [2021-11-11T17:15:17.977Z] Experimental: false [2021-11-11T17:15:17.977Z] [2021-11-11T17:15:17.977Z] INFO: Docker info of the daemon under test [2021-11-11T17:15:17.977Z] [2021-11-11T17:15:17.977Z] Containers: 0 [2021-11-11T17:15:17.977Z] Running: 0 [2021-11-11T17:15:17.977Z] Paused: 0 [2021-11-11T17:15:17.977Z] Stopped: 0 [2021-11-11T17:15:17.977Z] Images: 0 [2021-11-11T17:15:17.977Z] Server Version: 0.0.0-dev [2021-11-11T17:15:17.977Z] Storage Driver: windowsfilter [2021-11-11T17:15:17.977Z] Windows: [2021-11-11T17:15:17.977Z] Logging Driver: json-file [2021-11-11T17:15:17.977Z] Plugins: [2021-11-11T17:15:17.977Z] Volume: local [2021-11-11T17:15:17.977Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T17:15:17.977Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T17:15:17.977Z] Swarm: inactive [2021-11-11T17:15:17.977Z] Default Isolation: process [2021-11-11T17:15:17.977Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-11T17:15:17.977Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-11T17:15:17.977Z] OSType: windows [2021-11-11T17:15:17.977Z] Architecture: x86_64 [2021-11-11T17:15:17.977Z] CPUs: 4 [2021-11-11T17:15:17.977Z] Total Memory: 32GiB [2021-11-11T17:15:17.977Z] Name: azwin-2-00f4f0 [2021-11-11T17:15:17.977Z] ID: IKMQ:TLKY:6GAR:ZHQL:FAU6:QU6N:XXZL:FD3V:KSQV:VWBB:3XDS:AUZZ [2021-11-11T17:15:17.977Z] Docker Root Dir: D:\CI\PR-42838\11\daemon [2021-11-11T17:15:17.977Z] Debug Mode (client): false [2021-11-11T17:15:17.977Z] Debug Mode (server): true [2021-11-11T17:15:17.977Z] File Descriptors: -1 [2021-11-11T17:15:17.977Z] Goroutines: 16 [2021-11-11T17:15:17.977Z] System Time: 2021-11-11T17:15:14.9525969Z [2021-11-11T17:15:17.977Z] EventsListeners: 0 [2021-11-11T17:15:17.977Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:15:17.977Z] Labels: [2021-11-11T17:15:17.977Z] Experimental: false [2021-11-11T17:15:17.977Z] Insecure Registries: [2021-11-11T17:15:17.977Z] 127.0.0.0/8 [2021-11-11T17:15:17.977Z] Live Restore Enabled: false [2021-11-11T17:15:17.977Z] [2021-11-11T17:15:17.977Z] [2021-11-11T17:15:17.977Z] INFO: Docker images of the daemon under test [2021-11-11T17:15:17.977Z] [2021-11-11T17:15:17.977Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-11T17:15:17.977Z] [2021-11-11T17:15:17.977Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-11-11T17:15:17.977Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-11-11T17:15:17.977Z] ltsc2022: Pulling from windows/servercore [2021-11-11T17:15:17.977Z] 8f616e6e9eec: Pulling fs layer [2021-11-11T17:15:17.977Z] a0eb404f1860: Pulling fs layer [2021-11-11T17:15:18.035Z] #31 DONE 10.7s [2021-11-11T17:15:18.035Z] [2021-11-11T17:15:18.035Z] #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 [2021-11-11T17:15:18.035Z] #13 sha256:6a3f0662aa0e8438f96b47b9794c5709da4ab939a97b9ab27f183d9324fefa65 [2021-11-11T17:15:18.606Z] #13 DONE 0.9s [2021-11-11T17:15:18.606Z] [2021-11-11T17:15:18.606Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-11T17:15:18.606Z] #25 sha256:d7374ef817725f997b1ba9b55008529dd7d94d4eab81f0c5563b6d4df3eb920d [2021-11-11T17:15:18.748Z] #31 ... [2021-11-11T17:15:18.748Z] [2021-11-11T17:15:18.748Z] #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 [2021-11-11T17:15:18.748Z] #26 sha256:6d09e15e9a7546027dc7f98f1b5b430ecf57b033190f6e4d0fa1b31f5afabf94 [2021-11-11T17:15:18.748Z] #26 5.663 + RM_GOPATH=0 [2021-11-11T17:15:18.748Z] #26 5.663 + TMP_GOPATH= [2021-11-11T17:15:18.748Z] #26 5.663 + : /build [2021-11-11T17:15:18.748Z] #26 5.663 + '[' -z '' ']' [2021-11-11T17:15:18.748Z] #26 5.663 ++ mktemp -d [2021-11-11T17:15:18.748Z] #26 5.663 + export GOPATH=/tmp/tmp.PVwfpwt0MM [2021-11-11T17:15:18.748Z] #26 5.663 + GOPATH=/tmp/tmp.PVwfpwt0MM [2021-11-11T17:15:18.748Z] #26 5.663 + RM_GOPATH=1 [2021-11-11T17:15:18.748Z] #26 5.663 + case "$(go env GOARCH)" in [2021-11-11T17:15:18.748Z] #26 5.663 ++ go env GOARCH [2021-11-11T17:15:18.748Z] #26 5.694 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:18.748Z] #26 5.694 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:18.748Z] #26 5.694 ++ dirname /install.sh [2021-11-11T17:15:18.748Z] #26 5.706 Install docker/cli version 17.06.2-ce from stable [2021-11-11T17:15:18.748Z] #26 5.706 + dir=/ [2021-11-11T17:15:18.748Z] #26 5.706 + bin=dockercli [2021-11-11T17:15:18.748Z] #26 5.706 + shift [2021-11-11T17:15:18.748Z] #26 5.706 + '[' '!' -f //dockercli.installer ']' [2021-11-11T17:15:18.748Z] #26 5.706 + . //dockercli.installer [2021-11-11T17:15:18.748Z] #26 5.706 ++ : stable [2021-11-11T17:15:18.748Z] #26 5.706 ++ : 17.06.2-ce [2021-11-11T17:15:18.748Z] #26 5.706 + install_dockercli [2021-11-11T17:15:18.748Z] #26 5.706 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-11T17:15:18.748Z] #26 5.715 ++ uname -m [2021-11-11T17:15:18.748Z] #26 5.722 + arch=aarch64 [2021-11-11T17:15:18.748Z] #26 5.722 + '[' aarch64 '!=' x86_64 ']' [2021-11-11T17:15:18.748Z] #26 5.722 + '[' aarch64 '!=' s390x ']' [2021-11-11T17:15:18.748Z] #26 5.722 + '[' aarch64 '!=' armhf ']' [2021-11-11T17:15:18.748Z] #26 5.722 + build_dockercli [2021-11-11T17:15:18.748Z] #26 5.722 + git clone https://github.com/docker/docker-ce /tmp/tmp.PVwfpwt0MM/tmp/docker-ce [2021-11-11T17:15:18.749Z] #26 5.730 Cloning into '/tmp/tmp.PVwfpwt0MM/tmp/docker-ce'... [2021-11-11T17:15:18.866Z] #25 ... [2021-11-11T17:15:18.866Z] [2021-11-11T17:15:18.866Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-11T17:15:18.866Z] #42 sha256:b25b048812efb5e5fd79938f5a1b89feae4a8595bee6ebcd6d710f9cc6136811 [2021-11-11T17:15:18.866Z] #42 DONE 0.3s [2021-11-11T17:15:18.866Z] [2021-11-11T17:15:18.866Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-11T17:15:18.866Z] #33 sha256:e2d4ec19b3089eb55fb50ff94dcdf5e864ca4261291a9e58e4bf7688cf1139cd [2021-11-11T17:15:18.866Z] #33 DONE 0.3s [2021-11-11T17:15:18.866Z] [2021-11-11T17:15:18.866Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-11T17:15:18.866Z] #64 sha256:8174bc7601d738a8f509b805e319add02739e1b5ec7c46e772dbbff2d4947f2b [2021-11-11T17:15:18.866Z] #64 DONE 0.4s [2021-11-11T17:15:18.866Z] [2021-11-11T17:15:18.866Z] #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 [2021-11-11T17:15:18.866Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68 [2021-11-11T17:15:19.127Z] #34 ... [2021-11-11T17:15:19.127Z] [2021-11-11T17:15:19.127Z] #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 [2021-11-11T17:15:19.127Z] #46 sha256:705ad05f202bc239482fd9353c06c6f984ce3e2620008a95fcd7e7a88aed512d [2021-11-11T17:15:19.127Z] #46 DONE 0.5s [2021-11-11T17:15:19.127Z] [2021-11-11T17:15:19.127Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-11T17:15:19.127Z] #25 sha256:d7374ef817725f997b1ba9b55008529dd7d94d4eab81f0c5563b6d4df3eb920d [2021-11-11T17:15:19.127Z] #25 DONE 0.6s [2021-11-11T17:15:19.127Z] [2021-11-11T17:15:19.127Z] #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 [2021-11-11T17:15:19.127Z] #26 sha256:5d2e6dc93339b9a07f4373e6b04dea8324a7f265d362f7ad71bf8a076f374d7c [2021-11-11T17:15:19.723Z] #20 36.52 Reading package lists... [2021-11-11T17:15:20.291Z] #20 45.45 Building dependency tree... [2021-11-11T17:15:20.291Z] #20 ... [2021-11-11T17:15:20.291Z] [2021-11-11T17:15:20.291Z] #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 [2021-11-11T17:15:20.291Z] #45 sha256:b01323ce19438421959a1330909b94f38f03ccaf8a67e5831fe1f61a39ef04b2 [2021-11-11T17:15:20.291Z] #45 36.78 Reading package lists... [2021-11-11T17:15:22.034Z] #26 ... [2021-11-11T17:15:22.034Z] [2021-11-11T17:15:22.034Z] #55 [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 [2021-11-11T17:15:22.034Z] #55 sha256:3547e6151fcc6b6e9e2475c0ccac39234a22796ba7a916fdfe2222a293d0f6d1 [2021-11-11T17:15:22.034Z] #55 6.342 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-11-11T17:15:22.034Z] #55 8.292 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-11T17:15:22.034Z] #55 8.292 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-11T17:15:22.034Z] #55 8.641 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-11T17:15:22.034Z] #55 ... [2021-11-11T17:15:22.034Z] [2021-11-11T17:15:22.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 [2021-11-11T17:15:22.034Z] #38 sha256:d9799c7c9611b9cf2f1c88dc802ac72ebff01dfccc32380450851e87948f6cd7 [2021-11-11T17:15:22.034Z] #38 6.083 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:22.034Z] #38 6.143 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:22.034Z] #38 6.143 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:22.034Z] #38 7.539 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:15:22.034Z] #38 ... [2021-11-11T17:15:22.034Z] [2021-11-11T17:15:22.034Z] #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 [2021-11-11T17:15:22.034Z] #43 sha256:aa552d13f8efd221f05e0a49d9d2378e7f72d76d7a9ac55d8ee716f5d7622455 [2021-11-11T17:15:22.034Z] #43 5.534 + git clone https://github.com/docker/distribution.git . [2021-11-11T17:15:22.034Z] #43 5.534 Cloning into '.'... [2021-11-11T17:15:22.034Z] #43 ... [2021-11-11T17:15:22.034Z] [2021-11-11T17:15:22.034Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:22.034Z] #53 sha256:9cb52f6872fcc3b0e7d37726b0ae6ca6fb2886b0dc5b647f1a25489b36c70d13 [2021-11-11T17:15:22.034Z] #53 5.160 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-11T17:15:22.034Z] #53 ... [2021-11-11T17:15:22.034Z] [2021-11-11T17:15:22.034Z] #51 [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 [2021-11-11T17:15:22.034Z] #51 sha256:046e3de1a88adace01c5a897cc472637ef74b7e15f175e2afc93c4232fe3ecd9 [2021-11-11T17:15:22.034Z] #51 6.260 go: downloading gotest.tools/gotestsum v1.7.0 [2021-11-11T17:15:22.034Z] #51 9.060 go: downloading github.com/fatih/color v1.10.0 [2021-11-11T17:15:22.034Z] #51 9.060 go: downloading github.com/dnephin/pflag v1.0.7 [2021-11-11T17:15:22.034Z] #51 9.212 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-11T17:15:22.034Z] #51 9.228 go: downloading github.com/pkg/errors v0.9.1 [2021-11-11T17:15:22.034Z] #51 9.820 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-11-11T17:15:22.034Z] #51 9.820 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-11T17:15:22.034Z] #51 9.996 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-11-11T17:15:22.034Z] #51 10.03 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-11-11T17:15:22.034Z] #51 10.34 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-11-11T17:15:22.034Z] #51 10.45 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-11-11T17:15:22.034Z] #51 10.54 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-11-11T17:15:22.195Z] #45 45.91 Building dependency tree... [2021-11-11T17:15:22.195Z] #45 47.60 Reading state information... [2021-11-11T17:15:22.291Z] #51 ... [2021-11-11T17:15:22.292Z] [2021-11-11T17:15:22.292Z] #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 [2021-11-11T17:15:22.292Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:15:22.292Z] #14 4.131 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:22.292Z] #14 4.195 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:22.292Z] #14 4.278 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:22.292Z] #14 4.288 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:15:22.292Z] #14 4.647 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:15:22.292Z] #14 5.361 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:15:22.550Z] #14 ... [2021-11-11T17:15:22.550Z] [2021-11-11T17:15:22.550Z] #65 [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 [2021-11-11T17:15:22.550Z] #65 sha256:fa12b34c30e62a11b51a262b1a6ed224b59a635eb99a5e603e80ca23dd46cb73 [2021-11-11T17:15:22.550Z] #65 5.695 + RM_GOPATH=0 [2021-11-11T17:15:22.550Z] #65 5.695 + TMP_GOPATH= [2021-11-11T17:15:22.550Z] #65 5.695 + : /build [2021-11-11T17:15:22.550Z] #65 5.695 + '[' -z '' ']' [2021-11-11T17:15:22.550Z] #65 5.695 ++ mktemp -d [2021-11-11T17:15:22.550Z] #65 5.702 + export GOPATH=/tmp/tmp.JYKgRsSOvO [2021-11-11T17:15:22.550Z] #65 5.702 + GOPATH=/tmp/tmp.JYKgRsSOvO [2021-11-11T17:15:22.550Z] #65 5.702 + RM_GOPATH=1 [2021-11-11T17:15:22.550Z] #65 5.702 + case "$(go env GOARCH)" in [2021-11-11T17:15:22.550Z] #65 5.705 ++ go env GOARCH [2021-11-11T17:15:22.550Z] #65 5.714 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:22.550Z] #65 5.714 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:22.550Z] #65 5.714 ++ dirname /install.sh [2021-11-11T17:15:22.550Z] #65 5.719 + dir=/ [2021-11-11T17:15:22.550Z] #65 5.719 + bin=rootlesskit [2021-11-11T17:15:22.550Z] #65 5.719 + shift [2021-11-11T17:15:22.550Z] #65 5.719 + '[' '!' -f //rootlesskit.installer ']' [2021-11-11T17:15:22.550Z] #65 5.719 + . //rootlesskit.installer [2021-11-11T17:15:22.550Z] #65 5.719 ++ : v0.14.6 [2021-11-11T17:15:22.550Z] #65 5.719 + install_rootlesskit [2021-11-11T17:15:22.550Z] #65 5.719 + case "$1" in [2021-11-11T17:15:22.550Z] #65 5.719 + export CGO_ENABLED=0 [2021-11-11T17:15:22.550Z] #65 5.719 + CGO_ENABLED=0 [2021-11-11T17:15:22.550Z] #65 5.719 + _install_rootlesskit [2021-11-11T17:15:22.550Z] #65 5.728 Install rootlesskit version v0.14.6 [2021-11-11T17:15:22.550Z] #65 5.730 + echo 'Install rootlesskit version v0.14.6' [2021-11-11T17:15:22.550Z] #65 5.730 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-11T17:15:22.550Z] #65 5.730 + GOBIN=/build [2021-11-11T17:15:22.550Z] #65 5.730 + GO111MODULE=on [2021-11-11T17:15:22.550Z] #65 5.730 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2021-11-11T17:15:22.550Z] #65 6.597 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2021-11-11T17:15:22.550Z] #65 ... [2021-11-11T17:15:22.550Z] [2021-11-11T17:15:22.550Z] #49 [vndr 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/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-11T17:15:22.550Z] #49 sha256:695918f21a995b045a8a45b40eded073ec1ee71d22f40eb04d06e98e1200a38f [2021-11-11T17:15:22.550Z] #49 6.964 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-11-11T17:15:22.723Z] a0eb404f1860: Verifying Checksum [2021-11-11T17:15:22.723Z] a0eb404f1860: Download complete [2021-11-11T17:15:22.810Z] #49 ... [2021-11-11T17:15:22.810Z] [2021-11-11T17:15:22.810Z] #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 [2021-11-11T17:15:22.810Z] #36 sha256:9e733a2787609847bd212aefe9b9ffd65e6789f908a14218dd329037db449f22 [2021-11-11T17:15:22.810Z] #36 5.565 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-11-11T17:15:22.810Z] #36 ... [2021-11-11T17:15:22.810Z] [2021-11-11T17:15:22.810Z] #60 [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 [2021-11-11T17:15:22.810Z] #60 sha256:3da096a6b8b1bfe5d66cc67cc107a07083b07452b59d36c0181669731684d1fa [2021-11-11T17:15:22.810Z] #60 4.737 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:22.810Z] #60 4.760 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:22.810Z] #60 4.760 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:22.810Z] #60 5.224 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:15:22.810Z] #60 5.717 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:15:22.810Z] #60 8.972 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:15:23.069Z] #60 ... [2021-11-11T17:15:23.070Z] [2021-11-11T17:15:23.070Z] #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 [2021-11-11T17:15:23.070Z] #47 sha256:89b11372689892d3dedb5189a56cd8d29cfb749317155f960e9d645e706b7b11 [2021-11-11T17:15:23.070Z] #47 6.514 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:23.070Z] #47 6.550 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:23.070Z] #47 6.550 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:23.070Z] #47 7.196 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2021-11-11T17:15:23.070Z] #47 8.072 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:15:23.070Z] #47 ... [2021-11-11T17:15:23.070Z] [2021-11-11T17:15:23.070Z] #55 [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 [2021-11-11T17:15:23.070Z] #55 sha256:3547e6151fcc6b6e9e2475c0ccac39234a22796ba7a916fdfe2222a293d0f6d1 [2021-11-11T17:15:23.070Z] #55 11.62 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-11T17:15:23.571Z] #45 48.98 The following additional packages will be installed: [2021-11-11T17:15:23.571Z] #45 48.99 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2021-11-11T17:15:23.571Z] #45 49.01 Suggested packages: [2021-11-11T17:15:23.571Z] #45 49.01 cmake-doc ninja-build lrzip [2021-11-11T17:15:23.571Z] #45 49.01 Recommended packages: [2021-11-11T17:15:23.571Z] #45 49.01 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-11-11T17:15:23.571Z] #45 49.38 The following NEW packages will be installed: [2021-11-11T17:15:23.571Z] #45 49.39 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2021-11-11T17:15:24.140Z] #45 49.75 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:24.140Z] #45 49.75 Need to get 8419 kB of archives. [2021-11-11T17:15:24.140Z] #45 49.75 After this operation, 34.9 MB of additional disk space will be used. [2021-11-11T17:15:24.140Z] #45 49.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-11T17:15:24.140Z] #45 49.75 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-11T17:15:24.140Z] #45 49.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-11-11T17:15:24.140Z] #45 49.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-11-11T17:15:24.140Z] #45 49.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-11-11T17:15:24.140Z] #45 49.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-11-11T17:15:24.140Z] #45 49.79 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-11-11T17:15:24.140Z] #45 49.79 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-11-11T17:15:24.710Z] #45 50.59 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:15:25.277Z] #45 50.83 Fetched 8419 kB in 0s (21.2 MB/s) [2021-11-11T17:15:25.277Z] #45 50.87 Selecting previously unselected package xxd. [2021-11-11T17:15:25.277Z] #45 50.87 (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 ... 30211 files and directories currently installed.) [2021-11-11T17:15:25.277Z] #45 50.89 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-11T17:15:25.277Z] #45 50.90 Unpacking xxd (2:8.2.2434-3) ... [2021-11-11T17:15:25.277Z] #45 50.98 Selecting previously unselected package vim-common. [2021-11-11T17:15:25.277Z] #45 50.98 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-11T17:15:25.277Z] #45 51.02 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-11T17:15:25.277Z] #45 51.10 Selecting previously unselected package cmake-data. [2021-11-11T17:15:25.277Z] #45 51.11 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-11-11T17:15:25.277Z] #45 51.11 Unpacking cmake-data (3.18.4-2) ... [2021-11-11T17:15:25.536Z] #45 ... [2021-11-11T17:15:25.536Z] [2021-11-11T17:15:25.536Z] #67 [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 [2021-11-11T17:15:25.536Z] #67 sha256:815bf6b27e9a003f67b2f960e10d536f80b93dcd3b7f6312b84b6b5a6749683a [2021-11-11T17:15:25.536Z] #67 37.49 Reading package lists... [2021-11-11T17:15:25.536Z] #67 46.33 Building dependency tree... [2021-11-11T17:15:25.536Z] #67 47.84 Reading state information... [2021-11-11T17:15:25.536Z] #67 49.20 The following additional packages will be installed: [2021-11-11T17:15:25.536Z] #67 49.21 libbtrfs0 [2021-11-11T17:15:25.536Z] #67 49.35 The following NEW packages will be installed: [2021-11-11T17:15:25.536Z] #67 49.37 libbtrfs-dev libbtrfs0 [2021-11-11T17:15:25.536Z] #67 49.81 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:25.536Z] #67 49.81 Need to get 460 kB of archives. [2021-11-11T17:15:25.536Z] #67 49.81 After this operation, 1237 kB of additional disk space will be used. [2021-11-11T17:15:25.536Z] #67 49.81 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-11T17:15:25.536Z] #67 49.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-11T17:15:25.536Z] #67 50.38 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:15:25.536Z] #67 50.57 Fetched 460 kB in 0s (1614 kB/s) [2021-11-11T17:15:25.536Z] #67 50.61 Selecting previously unselected package libbtrfs0:amd64. [2021-11-11T17:15:25.536Z] #67 50.62 (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 ... 30211 files and directories currently installed.) [2021-11-11T17:15:25.536Z] #67 50.68 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-11T17:15:25.536Z] #67 50.70 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-11T17:15:25.536Z] #67 50.79 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-11T17:15:25.536Z] #67 50.80 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-11T17:15:25.536Z] #67 50.80 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-11T17:15:25.536Z] #67 50.95 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-11T17:15:25.536Z] #67 50.97 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-11T17:15:25.536Z] #67 50.99 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:15:25.536Z] #67 DONE 51.2s [2021-11-11T17:15:25.536Z] [2021-11-11T17:15:25.536Z] #68 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-11T17:15:25.536Z] #68 sha256:2e30a19b326f8def77fd116c4001e668e69be1f07426faed8323494ba6c98abb [2021-11-11T17:15:25.536Z] #68 DONE 0.1s [2021-11-11T17:15:25.536Z] [2021-11-11T17:15:25.536Z] #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 [2021-11-11T17:15:25.536Z] #20 sha256:717d876a9382ddaab78ee464bc69b7b343fba956ac2c4ee470adf440618602cb [2021-11-11T17:15:25.536Z] #20 45.45 Building dependency tree... [2021-11-11T17:15:25.536Z] #20 46.99 Reading state information... [2021-11-11T17:15:25.536Z] #20 48.24 The following additional packages will be installed: [2021-11-11T17:15:25.536Z] #20 48.24 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-11T17:15:25.536Z] #20 48.24 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-11-11T17:15:25.536Z] #20 48.24 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-11-11T17:15:25.536Z] #20 48.24 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-11-11T17:15:25.536Z] #20 48.25 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-11-11T17:15:25.536Z] #20 48.25 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-11-11T17:15:25.536Z] #20 48.26 mingw-w64-common mingw-w64-x86-64-dev [2021-11-11T17:15:25.536Z] #20 48.27 Suggested packages: [2021-11-11T17:15:25.536Z] #20 48.27 gcc-10-locales seccomp wine64 [2021-11-11T17:15:25.536Z] #20 48.79 The following NEW packages will be installed: [2021-11-11T17:15:25.536Z] #20 48.79 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-11T17:15:25.536Z] #20 48.80 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-11-11T17:15:25.536Z] #20 48.80 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-11-11T17:15:25.536Z] #20 48.80 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-11-11T17:15:25.536Z] #20 48.80 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-11-11T17:15:25.536Z] #20 48.81 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-11-11T17:15:25.536Z] #20 48.81 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-11-11T17:15:25.536Z] #20 48.81 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-11-11T17:15:25.536Z] #20 48.82 mingw-w64-x86-64-dev [2021-11-11T17:15:25.536Z] #20 49.23 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:25.536Z] #20 49.23 Need to get 115 MB of archives. [2021-11-11T17:15:25.536Z] #20 49.23 After this operation, 645 MB of additional disk space will be used. [2021-11-11T17:15:25.536Z] #20 49.23 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] [2021-11-11T17:15:25.536Z] #20 49.28 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] [2021-11-11T17:15:25.536Z] #20 49.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-11-11T17:15:25.536Z] #20 49.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-11-11T17:15:25.536Z] #20 49.35 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-11-11T17:15:25.536Z] #20 49.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-11-11T17:15:25.537Z] #20 49.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-11-11T17:15:25.537Z] #20 49.51 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] [2021-11-11T17:15:25.537Z] #20 49.52 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] [2021-11-11T17:15:25.537Z] #20 49.62 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] [2021-11-11T17:15:25.537Z] #20 49.87 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] [2021-11-11T17:15:25.537Z] #20 50.08 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] [2021-11-11T17:15:25.537Z] #20 50.21 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] [2021-11-11T17:15:25.537Z] #20 50.57 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] [2021-11-11T17:15:25.537Z] #20 50.69 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] [2021-11-11T17:15:25.537Z] #20 50.69 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-11-11T17:15:25.537Z] #20 50.69 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-11-11T17:15:25.537Z] #20 50.69 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-11T17:15:25.537Z] #20 50.70 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-11T17:15:25.537Z] #20 50.71 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] [2021-11-11T17:15:25.537Z] #20 50.71 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-11-11T17:15:25.537Z] #20 50.71 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-11-11T17:15:25.537Z] #20 50.72 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-11-11T17:15:25.537Z] #20 50.72 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-11-11T17:15:25.537Z] #20 50.72 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-11-11T17:15:25.537Z] #20 50.73 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-11-11T17:15:25.537Z] #20 50.74 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-11-11T17:15:25.537Z] #20 50.74 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-11-11T17:15:25.537Z] #20 50.74 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-11-11T17:15:25.537Z] #20 50.74 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-11-11T17:15:25.537Z] #20 51.22 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:15:25.705Z] #26 ... [2021-11-11T17:15:25.705Z] [2021-11-11T17:15:25.705Z] #65 [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 [2021-11-11T17:15:25.705Z] #65 sha256:d80a5a548e51d73383c67adfe10f72f346758ad61627e8b021e8dce8a84d0a99 [2021-11-11T17:15:25.705Z] #65 5.492 + RM_GOPATH=0 [2021-11-11T17:15:25.705Z] #65 5.492 + TMP_GOPATH= [2021-11-11T17:15:25.705Z] #65 5.492 + : /build [2021-11-11T17:15:25.705Z] #65 5.492 + '[' -z '' ']' [2021-11-11T17:15:25.705Z] #65 5.492 ++ mktemp -d [2021-11-11T17:15:25.705Z] #65 5.492 + export GOPATH=/tmp/tmp.z9WjujXT1k [2021-11-11T17:15:25.705Z] #65 5.492 + GOPATH=/tmp/tmp.z9WjujXT1k [2021-11-11T17:15:25.705Z] #65 5.492 + RM_GOPATH=1 [2021-11-11T17:15:25.705Z] #65 5.492 + case "$(go env GOARCH)" in [2021-11-11T17:15:25.705Z] #65 5.492 ++ go env GOARCH [2021-11-11T17:15:25.705Z] #65 5.498 Install rootlesskit version v0.14.6 [2021-11-11T17:15:25.705Z] #65 5.498 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:25.705Z] #65 5.498 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:25.705Z] #65 5.498 ++ dirname /install.sh [2021-11-11T17:15:25.705Z] #65 5.498 + dir=/ [2021-11-11T17:15:25.705Z] #65 5.498 + bin=rootlesskit [2021-11-11T17:15:25.705Z] #65 5.498 + shift [2021-11-11T17:15:25.706Z] #65 5.498 + '[' '!' -f //rootlesskit.installer ']' [2021-11-11T17:15:25.706Z] #65 5.498 + . //rootlesskit.installer [2021-11-11T17:15:25.706Z] #65 5.498 ++ : v0.14.6 [2021-11-11T17:15:25.706Z] #65 5.498 + install_rootlesskit [2021-11-11T17:15:25.706Z] #65 5.498 + case "$1" in [2021-11-11T17:15:25.706Z] #65 5.498 + export CGO_ENABLED=0 [2021-11-11T17:15:25.706Z] #65 5.498 + CGO_ENABLED=0 [2021-11-11T17:15:25.706Z] #65 5.498 + _install_rootlesskit [2021-11-11T17:15:25.706Z] #65 5.498 + echo 'Install rootlesskit version v0.14.6' [2021-11-11T17:15:25.706Z] #65 5.501 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-11T17:15:25.706Z] #65 5.501 + GOBIN=/build [2021-11-11T17:15:25.706Z] #65 5.501 + GO111MODULE=on [2021-11-11T17:15:25.706Z] #65 5.501 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2021-11-11T17:15:25.706Z] #65 5.959 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2021-11-11T17:15:25.706Z] #65 ... [2021-11-11T17:15:25.706Z] [2021-11-11T17:15:25.706Z] #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 [2021-11-11T17:15:25.706Z] #26 sha256:5d2e6dc93339b9a07f4373e6b04dea8324a7f265d362f7ad71bf8a076f374d7c [2021-11-11T17:15:25.706Z] #26 6.069 + RM_GOPATH=0 [2021-11-11T17:15:25.706Z] #26 6.084 + TMP_GOPATH= [2021-11-11T17:15:25.706Z] #26 6.084 + : /build [2021-11-11T17:15:25.706Z] #26 6.084 + '[' -z '' ']' [2021-11-11T17:15:25.706Z] #26 6.084 ++ mktemp -d [2021-11-11T17:15:25.706Z] #26 6.084 + export GOPATH=/tmp/tmp.dVNO9A2eJF [2021-11-11T17:15:25.706Z] #26 6.084 + GOPATH=/tmp/tmp.dVNO9A2eJF [2021-11-11T17:15:25.706Z] #26 6.084 + RM_GOPATH=1 [2021-11-11T17:15:25.706Z] #26 6.084 + case "$(go env GOARCH)" in [2021-11-11T17:15:25.706Z] #26 6.084 ++ go env GOARCH [2021-11-11T17:15:25.706Z] #26 6.106 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:25.706Z] #26 6.106 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:25.706Z] #26 6.106 ++ dirname /install.sh [2021-11-11T17:15:25.706Z] #26 6.142 Install docker/cli version 17.06.2-ce from stable [2021-11-11T17:15:25.706Z] #26 6.145 + dir=/ [2021-11-11T17:15:25.706Z] #26 6.145 + bin=dockercli [2021-11-11T17:15:25.706Z] #26 6.145 + shift [2021-11-11T17:15:25.706Z] #26 6.145 + '[' '!' -f //dockercli.installer ']' [2021-11-11T17:15:25.706Z] #26 6.145 + . //dockercli.installer [2021-11-11T17:15:25.706Z] #26 6.145 ++ : stable [2021-11-11T17:15:25.706Z] #26 6.145 ++ : 17.06.2-ce [2021-11-11T17:15:25.706Z] #26 6.145 + install_dockercli [2021-11-11T17:15:25.706Z] #26 6.145 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-11T17:15:25.706Z] #26 6.145 ++ uname -m [2021-11-11T17:15:25.706Z] #26 6.145 + arch=x86_64 [2021-11-11T17:15:25.706Z] #26 6.145 + '[' x86_64 '!=' x86_64 ']' [2021-11-11T17:15:25.706Z] #26 6.145 + url=https://download.docker.com/linux/static [2021-11-11T17:15:25.706Z] #26 6.145 + tar -xz docker/docker [2021-11-11T17:15:25.706Z] #26 6.145 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-11-11T17:15:25.795Z] #20 51.45 Fetched 115 MB in 2s (64.0 MB/s) [2021-11-11T17:15:25.795Z] #20 51.52 Selecting previously unselected package binutils-mingw-w64-i686. [2021-11-11T17:15:25.795Z] #20 51.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30211 files and directories currently installed.) [2021-11-11T17:15:25.795Z] #20 51.57 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-11T17:15:25.795Z] #20 51.58 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-11T17:15:26.730Z] #20 ... [2021-11-11T17:15:26.730Z] [2021-11-11T17:15:26.730Z] #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 [2021-11-11T17:15:26.731Z] #45 sha256:b01323ce19438421959a1330909b94f38f03ccaf8a67e5831fe1f61a39ef04b2 [2021-11-11T17:15:26.731Z] #45 52.29 Selecting previously unselected package libarchive13:amd64. [2021-11-11T17:15:26.731Z] #45 52.29 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-11-11T17:15:26.731Z] #45 52.30 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-11T17:15:26.731Z] #45 52.47 Selecting previously unselected package libjsoncpp24:amd64. [2021-11-11T17:15:26.731Z] #45 52.48 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-11-11T17:15:26.731Z] #45 52.49 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-11T17:15:26.990Z] #45 52.59 Selecting previously unselected package librhash0:amd64. [2021-11-11T17:15:26.990Z] #45 52.60 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2021-11-11T17:15:26.990Z] #45 52.62 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-11-11T17:15:26.990Z] #45 52.72 Selecting previously unselected package libuv1:amd64. [2021-11-11T17:15:26.990Z] #45 52.73 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2021-11-11T17:15:26.990Z] #45 52.73 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-11-11T17:15:26.990Z] #45 52.83 Selecting previously unselected package cmake. [2021-11-11T17:15:27.248Z] #45 52.83 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ... [2021-11-11T17:15:27.249Z] #45 52.85 Unpacking cmake (3.18.4-2) ... [2021-11-11T17:15:28.353Z] #55 ... [2021-11-11T17:15:28.353Z] [2021-11-11T17:15:28.353Z] #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 [2021-11-11T17:15:28.353Z] #34 sha256:11e9703ab38bf3d3a3d03da051d08dcb9da060079eddbf97343e4bf8a908a8a2 [2021-11-11T17:15:28.353Z] #34 5.935 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-11-11T17:15:28.353Z] #34 5.935 Cloning into '.'... [2021-11-11T17:15:28.353Z] #34 ... [2021-11-11T17:15:28.353Z] [2021-11-11T17:15:28.353Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:28.353Z] #53 sha256:9cb52f6872fcc3b0e7d37726b0ae6ca6fb2886b0dc5b647f1a25489b36c70d13 [2021-11-11T17:15:28.353Z] #53 14.91 go: downloading github.com/fatih/color v1.7.0 [2021-11-11T17:15:28.353Z] #53 14.91 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-11T17:15:28.353Z] #53 15.13 go: downloading github.com/pkg/errors v0.8.1 [2021-11-11T17:15:28.353Z] #53 15.13 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-11T17:15:28.353Z] #53 15.29 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-11T17:15:28.353Z] #53 15.76 go: downloading github.com/spf13/viper v1.6.1 [2021-11-11T17:15:28.353Z] #53 16.42 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-11T17:15:28.353Z] #53 16.42 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-11T17:15:28.353Z] #53 16.45 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-11T17:15:28.353Z] #53 16.50 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-11T17:15:28.996Z] #26 ... [2021-11-11T17:15:28.996Z] [2021-11-11T17:15:28.996Z] #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 [2021-11-11T17:15:28.996Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:15:28.996Z] #14 6.433 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:28.996Z] #14 6.472 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:28.996Z] #14 6.472 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:28.996Z] #14 7.303 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-11T17:15:28.996Z] #14 9.370 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB] [2021-11-11T17:15:28.996Z] #14 ... [2021-11-11T17:15:28.996Z] [2021-11-11T17:15:28.996Z] #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 [2021-11-11T17:15:28.996Z] #36 sha256:9c7fb3b4be6eb08cfacf57b9c30105632b61415c96fcee8ddecdce6672564994 [2021-11-11T17:15:28.996Z] #36 6.286 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-11-11T17:15:28.996Z] #36 ... [2021-11-11T17:15:28.996Z] [2021-11-11T17:15:28.996Z] #49 [vndr 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/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-11T17:15:28.996Z] #49 sha256:2400a6541f501c8a17ba719cbfae1c21b6f397dc2c2abe53736d8ffa5eaa46e8 [2021-11-11T17:15:28.996Z] #49 6.442 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-11-11T17:15:28.996Z] #49 ... [2021-11-11T17:15:28.996Z] [2021-11-11T17:15:28.996Z] #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 [2021-11-11T17:15:28.996Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089 [2021-11-11T17:15:28.996Z] #38 6.121 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:28.996Z] #38 6.165 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:28.996Z] #38 6.165 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:28.996Z] #38 6.618 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-11T17:15:28.996Z] #38 9.077 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB] [2021-11-11T17:15:29.151Z] #45 55.00 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-11T17:15:29.151Z] #45 55.03 Setting up xxd (2:8.2.2434-3) ... [2021-11-11T17:15:29.151Z] #45 55.05 Setting up libuv1:amd64 (1.40.0-2) ... [2021-11-11T17:15:29.255Z] #38 ... [2021-11-11T17:15:29.255Z] [2021-11-11T17:15:29.255Z] #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 [2021-11-11T17:15:29.255Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:15:29.255Z] #47 5.432 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:29.255Z] #47 5.441 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:29.255Z] #47 5.441 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:29.255Z] #47 6.026 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-11T17:15:29.255Z] #47 6.052 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2021-11-11T17:15:29.255Z] #47 8.417 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB] [2021-11-11T17:15:29.291Z] #53 ... [2021-11-11T17:15:29.291Z] [2021-11-11T17:15:29.291Z] #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 [2021-11-11T17:15:29.291Z] #31 sha256:e519c74a1d42eacda4de70e20a21bd023e93b68abc749e268daea1eaea552d8b [2021-11-11T17:15:29.291Z] #31 8.392 #=#=# [2021-11-11T17:15:29.291Z] #31 8.883 #=#=# 0.1% ####### 10.9% ########### 16.4% ########################## 37.0% ################################# 46.8% ########################################### 60.7% ##################################################### 74.9% ############################################################## 86.2% ####################################################################### 98.6% ######################################################################## 100.0% [2021-11-11T17:15:29.291Z] #31 12.26 [2021-11-11T17:15:29.291Z] #31 ... [2021-11-11T17:15:29.291Z] [2021-11-11T17:15:29.291Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:29.291Z] #53 sha256:9cb52f6872fcc3b0e7d37726b0ae6ca6fb2886b0dc5b647f1a25489b36c70d13 [2021-11-11T17:15:29.291Z] #53 17.77 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-11T17:15:29.476Z] #45 55.07 Setting up vim-common (2:8.2.2434-3) ... [2021-11-11T17:15:29.476Z] #45 55.13 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-11T17:15:29.476Z] #45 55.13 Setting up librhash0:amd64 (1.4.1-2) ... [2021-11-11T17:15:29.476Z] #45 55.15 Setting up cmake-data (3.18.4-2) ... [2021-11-11T17:15:29.476Z] #45 55.17 Setting up cmake (3.18.4-2) ... [2021-11-11T17:15:29.476Z] #45 55.19 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:15:29.515Z] #47 ... [2021-11-11T17:15:29.515Z] [2021-11-11T17:15:29.515Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:29.515Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:15:29.515Z] #53 5.645 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-11T17:15:29.515Z] #53 ... [2021-11-11T17:15:29.515Z] [2021-11-11T17:15:29.515Z] #51 [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 [2021-11-11T17:15:29.515Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956 [2021-11-11T17:15:29.515Z] #51 7.436 go: downloading gotest.tools/gotestsum v1.7.0 [2021-11-11T17:15:29.515Z] #51 9.047 go: downloading github.com/fatih/color v1.10.0 [2021-11-11T17:15:29.515Z] #51 9.082 go: downloading github.com/dnephin/pflag v1.0.7 [2021-11-11T17:15:29.515Z] #51 9.173 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-11T17:15:29.515Z] #51 9.222 go: downloading github.com/pkg/errors v0.9.1 [2021-11-11T17:15:29.515Z] #51 9.617 go: downloading golang.org/x/tools v0.1.0 [2021-11-11T17:15:29.515Z] #51 9.711 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-11-11T17:15:29.515Z] #51 9.878 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-11T17:15:29.515Z] #51 9.968 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-11-11T17:15:29.515Z] #51 10.19 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-11-11T17:15:29.774Z] #51 ... [2021-11-11T17:15:29.774Z] [2021-11-11T17:15:29.774Z] #55 [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 [2021-11-11T17:15:29.774Z] #55 sha256:c6e4e4bd9a5d5c7ad1e82856e9bef84220005c2dffdeef1fc88a055591229274 [2021-11-11T17:15:29.774Z] #55 6.102 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-11-11T17:15:29.774Z] #55 7.017 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-11T17:15:29.774Z] #55 7.093 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-11T17:15:29.774Z] #55 7.106 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-11T17:15:29.774Z] #55 9.182 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-11T17:15:29.774Z] #55 ... [2021-11-11T17:15:29.774Z] [2021-11-11T17:15:29.774Z] #60 [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 [2021-11-11T17:15:29.774Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3 [2021-11-11T17:15:29.774Z] #60 6.194 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:15:29.774Z] #60 6.237 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:15:29.774Z] #60 6.237 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:15:29.774Z] #60 6.857 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-11T17:15:29.774Z] #60 9.497 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB] [2021-11-11T17:15:29.859Z] #53 18.26 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-11T17:15:30.034Z] #60 ... [2021-11-11T17:15:30.034Z] [2021-11-11T17:15:30.034Z] #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 [2021-11-11T17:15:30.034Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe [2021-11-11T17:15:30.034Z] #43 6.762 + git clone https://github.com/docker/distribution.git . [2021-11-11T17:15:30.034Z] #43 6.781 Cloning into '.'... [2021-11-11T17:15:30.034Z] #43 ... [2021-11-11T17:15:30.034Z] [2021-11-11T17:15:30.034Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:30.034Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:15:30.034Z] #53 11.23 go: downloading github.com/fatih/color v1.7.0 [2021-11-11T17:15:30.034Z] #53 11.24 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-11T17:15:30.034Z] #53 11.39 go: downloading github.com/pkg/errors v0.8.1 [2021-11-11T17:15:30.034Z] #53 11.39 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-11T17:15:30.034Z] #53 11.40 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-11T17:15:30.043Z] #45 DONE 55.7s [2021-11-11T17:15:30.043Z] [2021-11-11T17:15:30.043Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-11T17:15:30.043Z] #46 sha256:f89c3dba881526d9e6ae4410c5dc08c1a698a1d75365b61746e4f1897081fe4b [2021-11-11T17:15:30.043Z] #46 DONE 0.1s [2021-11-11T17:15:30.043Z] [2021-11-11T17:15:30.043Z] #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 [2021-11-11T17:15:30.043Z] #47 sha256:861ea11e6165bb9f450db5ea0ccf213b187cb60c1c3596949269c4accaba9b58 [2021-11-11T17:15:30.293Z] #53 11.65 go: downloading github.com/spf13/viper v1.6.1 [2021-11-11T17:15:30.862Z] #53 12.15 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-11T17:15:30.862Z] #53 12.18 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-11T17:15:31.417Z] #47 1.316 + RM_GOPATH=0 [2021-11-11T17:15:31.418Z] #47 1.316 + TMP_GOPATH= [2021-11-11T17:15:31.418Z] #47 1.316 + : /build [2021-11-11T17:15:31.418Z] #47 1.316 + '[' -z '' ']' [2021-11-11T17:15:31.418Z] #47 1.316 ++ mktemp -d [2021-11-11T17:15:31.418Z] #47 1.316 + export GOPATH=/tmp/tmp.z6TPPGXTaF [2021-11-11T17:15:31.418Z] #47 1.316 + GOPATH=/tmp/tmp.z6TPPGXTaF [2021-11-11T17:15:31.418Z] #47 1.316 + RM_GOPATH=1 [2021-11-11T17:15:31.418Z] #47 1.316 + case "$(go env GOARCH)" in [2021-11-11T17:15:31.418Z] #47 1.316 ++ go env GOARCH [2021-11-11T17:15:31.418Z] #47 1.343 Install tini version v0.19.0 [2021-11-11T17:15:31.418Z] #47 1.344 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:31.418Z] #47 1.344 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:31.418Z] #47 1.344 ++ dirname /install.sh [2021-11-11T17:15:31.418Z] #47 1.344 + dir=/ [2021-11-11T17:15:31.418Z] #47 1.344 + bin=tini [2021-11-11T17:15:31.418Z] #47 1.344 + shift [2021-11-11T17:15:31.418Z] #47 1.344 + '[' '!' -f //tini.installer ']' [2021-11-11T17:15:31.418Z] #47 1.344 + . //tini.installer [2021-11-11T17:15:31.418Z] #47 1.344 ++ : v0.19.0 [2021-11-11T17:15:31.418Z] #47 1.344 + install_tini [2021-11-11T17:15:31.418Z] #47 1.344 + echo 'Install tini version v0.19.0' [2021-11-11T17:15:31.418Z] #47 1.344 + git clone https://github.com/krallin/tini.git /tmp/tmp.z6TPPGXTaF/tini [2021-11-11T17:15:31.418Z] #47 1.355 Cloning into '/tmp/tmp.z6TPPGXTaF/tini'... [2021-11-11T17:15:31.813Z] #53 13.15 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-11T17:15:31.984Z] #47 1.913 + cd /tmp/tmp.z6TPPGXTaF/tini [2021-11-11T17:15:31.984Z] #47 1.913 + git checkout -q v0.19.0 [2021-11-11T17:15:31.984Z] #47 1.924 + cmake . [2021-11-11T17:15:32.072Z] #53 13.36 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-11T17:15:32.550Z] #47 2.218 -- The C compiler identification is GNU 10.2.1 [2021-11-11T17:15:32.550Z] #47 2.269 -- Detecting C compiler ABI info [2021-11-11T17:15:32.550Z] #47 2.632 -- Detecting C compiler ABI info - done [2021-11-11T17:15:32.809Z] #47 2.700 -- Check for working C compiler: /usr/bin/cc - skipped [2021-11-11T17:15:32.809Z] #47 2.700 -- Detecting C compile features [2021-11-11T17:15:32.809Z] #47 2.712 -- Detecting C compile features - done [2021-11-11T17:15:32.809Z] #47 2.743 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-11T17:15:33.067Z] #47 2.972 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-11T17:15:33.067Z] #47 3.036 -- Configuring done [2021-11-11T17:15:33.067Z] #47 3.048 -- Generating done [2021-11-11T17:15:33.067Z] #47 3.057 -- Build files have been written to: /tmp/tmp.z6TPPGXTaF/tini [2021-11-11T17:15:33.067Z] #47 3.057 + make tini-static [2021-11-11T17:15:33.067Z] #47 3.163 Scanning dependencies of target tini-static [2021-11-11T17:15:33.147Z] #53 ... [2021-11-11T17:15:33.147Z] [2021-11-11T17:15:33.147Z] #51 [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 [2021-11-11T17:15:33.147Z] #51 sha256:046e3de1a88adace01c5a897cc472637ef74b7e15f175e2afc93c4232fe3ecd9 [2021-11-11T17:15:33.147Z] #51 11.28 go: downloading golang.org/x/tools v0.1.0 [2021-11-11T17:15:33.147Z] #51 20.42 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-11-11T17:15:33.147Z] #51 20.55 go: downloading golang.org/x/mod v0.3.0 [2021-11-11T17:15:33.147Z] #51 ... [2021-11-11T17:15:33.147Z] [2021-11-11T17:15:33.147Z] #65 [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 [2021-11-11T17:15:33.147Z] #65 sha256:fa12b34c30e62a11b51a262b1a6ed224b59a635eb99a5e603e80ca23dd46cb73 [2021-11-11T17:15:33.147Z] #65 11.71 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-11T17:15:33.147Z] #65 11.90 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-11T17:15:33.147Z] #65 12.39 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2021-11-11T17:15:33.147Z] #65 17.94 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2021-11-11T17:15:33.147Z] #65 18.98 go: downloading github.com/google/uuid v1.3.0 [2021-11-11T17:15:33.147Z] #65 18.98 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-11T17:15:33.147Z] #65 19.13 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-11T17:15:33.147Z] #65 19.31 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-11T17:15:33.147Z] #65 19.37 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-11T17:15:33.147Z] #65 19.64 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2021-11-11T17:15:33.147Z] #65 20.27 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-11T17:15:33.147Z] #65 20.71 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2021-11-11T17:15:33.147Z] #65 20.98 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2021-11-11T17:15:33.325Z] #47 3.192 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-11T17:15:33.406Z] #65 ... [2021-11-11T17:15:33.406Z] [2021-11-11T17:15:33.406Z] #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 [2021-11-11T17:15:33.406Z] #38 sha256:d9799c7c9611b9cf2f1c88dc802ac72ebff01dfccc32380450851e87948f6cd7 [2021-11-11T17:15:33.406Z] #38 11.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:15:33.406Z] #38 15.74 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:15:33.406Z] #38 ... [2021-11-11T17:15:33.406Z] [2021-11-11T17:15:33.406Z] #60 [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 [2021-11-11T17:15:33.406Z] #60 sha256:3da096a6b8b1bfe5d66cc67cc107a07083b07452b59d36c0181669731684d1fa [2021-11-11T17:15:33.406Z] #60 20.44 Fetched 8358 kB in 16s (526 kB/s) [2021-11-11T17:15:33.451Z] #53 ... [2021-11-11T17:15:33.451Z] [2021-11-11T17:15:33.451Z] #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 [2021-11-11T17:15:33.451Z] #26 sha256:5d2e6dc93339b9a07f4373e6b04dea8324a7f265d362f7ad71bf8a076f374d7c [2021-11-11T17:15:33.451Z] #26 13.79 + mkdir -p /build [2021-11-11T17:15:33.451Z] #26 13.81 + mv docker/docker /build/ [2021-11-11T17:15:33.451Z] #26 13.82 + rmdir docker [2021-11-11T17:15:33.451Z] #26 DONE 14.2s [2021-11-11T17:15:33.451Z] [2021-11-11T17:15:33.451Z] #51 [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 [2021-11-11T17:15:33.451Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956 [2021-11-11T17:15:33.451Z] #51 14.70 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-11-11T17:15:33.451Z] #51 14.88 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-11-11T17:15:33.451Z] #51 14.92 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-11-11T17:15:33.666Z] #60 20.44 Reading package lists... [2021-11-11T17:15:33.666Z] #60 ... [2021-11-11T17:15:33.666Z] [2021-11-11T17:15:33.666Z] #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 [2021-11-11T17:15:33.666Z] #47 sha256:89b11372689892d3dedb5189a56cd8d29cfb749317155f960e9d645e706b7b11 [2021-11-11T17:15:33.666Z] #47 11.83 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:15:33.666Z] #47 16.52 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:15:33.666Z] #47 19.78 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1806 B] [2021-11-11T17:15:33.785Z] .....INFO: Daemon under test started and replied! [2021-11-11T17:15:33.785Z] INFO: Docker version of the daemon under test [2021-11-11T17:15:33.785Z] [2021-11-11T17:15:33.785Z] Client: [2021-11-11T17:15:33.785Z] Version: 17.06.2-ce [2021-11-11T17:15:33.785Z] API version: 1.30 [2021-11-11T17:15:33.785Z] Go version: go1.8.3 [2021-11-11T17:15:33.785Z] Git commit: cec0b72 [2021-11-11T17:15:33.785Z] Built: Tue Sep 5 19:57:19 2017 [2021-11-11T17:15:33.785Z] OS/Arch: windows/amd64 [2021-11-11T17:15:33.785Z] [2021-11-11T17:15:33.785Z] Server: [2021-11-11T17:15:33.785Z] Version: 0.0.0-dev [2021-11-11T17:15:33.785Z] API version: 1.42 (minimum version 1.24) [2021-11-11T17:15:33.785Z] Go version: go1.17.3 [2021-11-11T17:15:33.785Z] Git commit: 420aebf60c [2021-11-11T17:15:33.786Z] Built: 11/11/2021 17:13:37 [2021-11-11T17:15:33.786Z] OS/Arch: windows/amd64 [2021-11-11T17:15:33.786Z] Experimental: false [2021-11-11T17:15:33.786Z] [2021-11-11T17:15:33.786Z] INFO: Docker info of the daemon under test [2021-11-11T17:15:33.786Z] [2021-11-11T17:15:33.786Z] Containers: 0 [2021-11-11T17:15:33.786Z] Running: 0 [2021-11-11T17:15:33.786Z] Paused: 0 [2021-11-11T17:15:33.786Z] Stopped: 0 [2021-11-11T17:15:33.786Z] Images: 0 [2021-11-11T17:15:33.786Z] Server Version: 0.0.0-dev [2021-11-11T17:15:33.786Z] Storage Driver: windowsfilter [2021-11-11T17:15:33.786Z] Windows: [2021-11-11T17:15:33.786Z] Logging Driver: json-file [2021-11-11T17:15:33.786Z] Plugins: [2021-11-11T17:15:33.786Z] Volume: local [2021-11-11T17:15:33.786Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T17:15:33.786Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T17:15:33.786Z] Swarm: inactive [2021-11-11T17:15:33.786Z] Default Isolation: process [2021-11-11T17:15:33.786Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-11T17:15:33.786Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-11T17:15:33.786Z] OSType: windows [2021-11-11T17:15:33.786Z] Architecture: x86_64 [2021-11-11T17:15:33.786Z] CPUs: 4 [2021-11-11T17:15:33.786Z] Total Memory: 32GiB [2021-11-11T17:15:33.786Z] Name: azwin-2-d6c9b0 [2021-11-11T17:15:33.786Z] ID: N43A:GPNY:Q4N2:63C3:FN2L:ORIR:7TXG:4HK7:BUKO:NS6V:354D:TXOJ [2021-11-11T17:15:33.786Z] Docker Root Dir: D:\CI\PR-42838\11\daemon [2021-11-11T17:15:33.786Z] Debug Mode (client): false [2021-11-11T17:15:33.786Z] Debug Mode (server): true [2021-11-11T17:15:33.786Z] File Descriptors: -1 [2021-11-11T17:15:33.786Z] Goroutines: 16 [2021-11-11T17:15:33.786Z] System Time: 2021-11-11T17:15:32.1331119Z [2021-11-11T17:15:33.786Z] EventsListeners: 0 [2021-11-11T17:15:33.786Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:15:33.786Z] Labels: [2021-11-11T17:15:33.786Z] Experimental: false [2021-11-11T17:15:33.786Z] Insecure Registries: [2021-11-11T17:15:33.786Z] 127.0.0.0/8 [2021-11-11T17:15:33.786Z] Live Restore Enabled: false [2021-11-11T17:15:33.786Z] [2021-11-11T17:15:33.786Z] [2021-11-11T17:15:33.786Z] INFO: Docker images of the daemon under test [2021-11-11T17:15:33.786Z] [2021-11-11T17:15:33.786Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-11T17:15:33.786Z] [2021-11-11T17:15:33.786Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-11-11T17:15:33.786Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-11-11T17:15:33.786Z] ltsc2019: Pulling from windows/servercore [2021-11-11T17:15:33.786Z] 4612f6d0b889: Pulling fs layer [2021-11-11T17:15:33.786Z] c1f4c7287c99: Pulling fs layer [2021-11-11T17:15:33.925Z] #47 ... [2021-11-11T17:15:33.925Z] [2021-11-11T17:15:33.925Z] #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 [2021-11-11T17:15:33.925Z] #31 sha256:e519c74a1d42eacda4de70e20a21bd023e93b68abc749e268daea1eaea552d8b [2021-11-11T17:15:33.925Z] #31 20.53 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-11-11T17:15:34.260Z] #47 3.959 [100%] Linking C executable tini-static [2021-11-11T17:15:34.493Z] #31 23.64 #=#=# [2021-11-11T17:15:34.519Z] #47 4.368 [100%] Built target tini-static [2021-11-11T17:15:34.519Z] #47 4.435 + mkdir -p /build [2021-11-11T17:15:34.519Z] #47 4.435 + cp tini-static /build/docker-init [2021-11-11T17:15:34.778Z] #47 DONE 4.8s [2021-11-11T17:15:34.778Z] [2021-11-11T17:15:34.778Z] #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 [2021-11-11T17:15:34.778Z] #20 sha256:717d876a9382ddaab78ee464bc69b7b343fba956ac2c4ee470adf440618602cb [2021-11-11T17:15:34.778Z] #20 52.54 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-11-11T17:15:34.778Z] #20 52.54 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-11T17:15:34.778Z] #20 52.55 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-11T17:15:34.778Z] #20 53.82 Selecting previously unselected package binutils-mingw-w64. [2021-11-11T17:15:34.778Z] #20 53.82 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-11-11T17:15:34.778Z] #20 53.83 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-11T17:15:34.778Z] #20 53.94 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-11-11T17:15:34.778Z] #20 53.94 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-11T17:15:34.778Z] #20 53.95 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:15:34.778Z] #20 54.09 Selecting previously unselected package dmsetup. [2021-11-11T17:15:34.778Z] #20 54.10 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-11-11T17:15:34.778Z] #20 54.11 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-11-11T17:15:34.778Z] #20 54.23 Selecting previously unselected package mingw-w64-common. [2021-11-11T17:15:34.778Z] #20 54.23 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-11-11T17:15:34.778Z] #20 54.25 Unpacking mingw-w64-common (8.0.0-1) ... [2021-11-11T17:15:34.778Z] #20 56.99 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-11-11T17:15:34.778Z] #20 57.00 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-11-11T17:15:34.778Z] #20 57.00 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-11T17:15:35.037Z] #20 60.59 Selecting previously unselected package gcc-mingw-w64-base. [2021-11-11T17:15:35.037Z] #20 60.64 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:15:35.037Z] #20 60.64 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-11T17:15:35.037Z] #20 60.78 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-11-11T17:15:35.037Z] #20 60.78 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:15:35.037Z] #20 60.78 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-11T17:15:35.327Z] #31 24.12 #=#=# ######################################################################## 100.0% [2021-11-11T17:15:35.327Z] #31 ... [2021-11-11T17:15:35.327Z] [2021-11-11T17:15:35.327Z] #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 [2021-11-11T17:15:35.327Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:15:35.327Z] #14 13.71 Fetched 8358 kB in 10s (850 kB/s) [2021-11-11T17:15:35.327Z] #14 13.71 Reading package lists... [2021-11-11T17:15:35.327Z] #14 23.05 Reading package lists... [2021-11-11T17:15:35.327Z] #14 ... [2021-11-11T17:15:35.327Z] [2021-11-11T17:15:35.327Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:35.328Z] #53 sha256:9cb52f6872fcc3b0e7d37726b0ae6ca6fb2886b0dc5b647f1a25489b36c70d13 [2021-11-11T17:15:35.328Z] #53 23.54 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-11T17:15:35.328Z] #53 23.71 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-11T17:15:35.328Z] #53 23.82 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-11T17:15:35.585Z] #53 24.04 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-11T17:15:35.605Z] #20 ... [2021-11-11T17:15:35.605Z] [2021-11-11T17:15:35.605Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:15:35.605Z] #69 sha256:0c9ab12c7fee7374c83eb5e724097f5375f827a8c05fffb1ce594552e40b1932 [2021-11-11T17:15:35.605Z] #69 1.165 + RM_GOPATH=0 [2021-11-11T17:15:35.605Z] #69 1.165 + TMP_GOPATH= [2021-11-11T17:15:35.605Z] #69 1.165 + : /build [2021-11-11T17:15:35.605Z] #69 1.165 + '[' -z '' ']' [2021-11-11T17:15:35.605Z] #69 1.165 ++ mktemp -d [2021-11-11T17:15:35.605Z] #69 1.165 + export GOPATH=/tmp/tmp.p8ADAWL1nu [2021-11-11T17:15:35.605Z] #69 1.165 + GOPATH=/tmp/tmp.p8ADAWL1nu [2021-11-11T17:15:35.605Z] #69 1.165 + RM_GOPATH=1 [2021-11-11T17:15:35.605Z] #69 1.165 + case "$(go env GOARCH)" in [2021-11-11T17:15:35.605Z] #69 1.177 ++ go env GOARCH [2021-11-11T17:15:35.605Z] #69 1.178 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:35.605Z] #69 1.178 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:35.605Z] #69 1.179 ++ dirname /install.sh [2021-11-11T17:15:35.605Z] #69 1.179 + dir=/ [2021-11-11T17:15:35.605Z] #69 1.179 + bin=containerd [2021-11-11T17:15:35.605Z] #69 1.179 + shift [2021-11-11T17:15:35.605Z] #69 1.179 + '[' '!' -f //containerd.installer ']' [2021-11-11T17:15:35.605Z] #69 1.180 + . //containerd.installer [2021-11-11T17:15:35.605Z] #69 1.180 ++ set -e [2021-11-11T17:15:35.605Z] #69 1.180 ++ : v1.5.7 [2021-11-11T17:15:35.605Z] #69 1.180 + install_containerd [2021-11-11T17:15:35.605Z] #69 1.180 Install containerd version v1.5.7 [2021-11-11T17:15:35.605Z] #69 1.180 + echo 'Install containerd version v1.5.7' [2021-11-11T17:15:35.605Z] #69 1.180 + git clone https://github.com/containerd/containerd.git /tmp/tmp.p8ADAWL1nu/src/github.com/containerd/containerd [2021-11-11T17:15:35.605Z] #69 1.185 Cloning into '/tmp/tmp.p8ADAWL1nu/src/github.com/containerd/containerd'... [2021-11-11T17:15:35.844Z] #53 24.13 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-11T17:15:36.015Z] #51 ... [2021-11-11T17:15:36.015Z] [2021-11-11T17:15:36.015Z] #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 [2021-11-11T17:15:36.015Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68 [2021-11-11T17:15:36.015Z] #34 6.634 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-11-11T17:15:36.015Z] #34 6.650 Cloning into '.'... [2021-11-11T17:15:36.015Z] #34 ... [2021-11-11T17:15:36.015Z] [2021-11-11T17:15:36.015Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:36.015Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:15:36.015Z] #53 16.89 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-11T17:15:36.015Z] #53 16.89 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-11T17:15:36.015Z] #53 16.89 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-11T17:15:36.015Z] #53 17.05 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-11T17:15:36.015Z] #53 17.05 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-11T17:15:36.015Z] #53 17.17 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-11T17:15:36.015Z] #53 17.23 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-11T17:15:36.015Z] #53 17.50 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-11T17:15:36.015Z] #53 17.50 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-11T17:15:36.015Z] #53 17.54 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-11T17:15:36.102Z] #53 24.71 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-11T17:15:36.275Z] #53 17.70 go: downloading github.com/spf13/afero v1.1.2 [2021-11-11T17:15:36.361Z] #53 24.74 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-11T17:15:36.361Z] #53 24.85 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-11T17:15:36.534Z] #53 17.91 go: downloading github.com/spf13/cast v1.3.0 [2021-11-11T17:15:36.534Z] #53 17.98 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-11T17:15:36.534Z] #53 18.00 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-11T17:15:36.534Z] #53 18.01 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-11T17:15:36.534Z] #53 18.04 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-11T17:15:36.636Z] #53 25.04 go: downloading github.com/spf13/afero v1.1.2 [2021-11-11T17:15:36.636Z] #53 25.17 go: downloading github.com/spf13/cast v1.3.0 [2021-11-11T17:15:36.636Z] #53 25.30 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-11T17:15:36.899Z] #53 25.31 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-11T17:15:36.899Z] #53 25.42 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-11T17:15:37.103Z] #53 18.41 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-11T17:15:37.103Z] #53 18.44 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-11T17:15:37.103Z] #53 18.53 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-11T17:15:37.103Z] #53 18.53 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-11T17:15:37.103Z] #53 18.53 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-11T17:15:37.103Z] #53 18.54 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-11T17:15:37.103Z] #53 18.59 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-11T17:15:37.158Z] #53 25.49 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-11T17:15:37.362Z] #53 18.66 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-11T17:15:37.362Z] #53 18.67 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-11T17:15:37.362Z] #53 18.69 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-11T17:15:37.362Z] #53 18.74 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-11T17:15:37.362Z] #53 18.79 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-11T17:15:37.362Z] #53 ... [2021-11-11T17:15:37.362Z] [2021-11-11T17:15:37.362Z] #65 [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 [2021-11-11T17:15:37.362Z] #65 sha256:d80a5a548e51d73383c67adfe10f72f346758ad61627e8b021e8dce8a84d0a99 [2021-11-11T17:15:37.362Z] #65 8.312 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-11T17:15:37.362Z] #65 8.313 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-11T17:15:37.362Z] #65 8.859 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2021-11-11T17:15:37.362Z] #65 12.01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2021-11-11T17:15:37.362Z] #65 12.79 go: downloading github.com/google/uuid v1.3.0 [2021-11-11T17:15:37.362Z] #65 12.85 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-11T17:15:37.362Z] #65 12.90 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-11T17:15:37.362Z] #65 13.08 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-11T17:15:37.362Z] #65 13.26 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-11T17:15:37.362Z] #65 13.41 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2021-11-11T17:15:37.362Z] #65 13.71 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-11T17:15:37.362Z] #65 13.86 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2021-11-11T17:15:37.362Z] #65 14.07 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2021-11-11T17:15:37.362Z] #65 17.19 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-11T17:15:37.362Z] #65 ... [2021-11-11T17:15:37.362Z] [2021-11-11T17:15:37.362Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:37.362Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:15:37.362Z] #53 18.88 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-11T17:15:37.417Z] #53 25.94 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-11T17:15:37.620Z] #53 18.94 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-11T17:15:37.676Z] #53 26.09 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-11T17:15:37.676Z] #53 26.18 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-11T17:15:37.880Z] #53 19.12 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-11T17:15:37.880Z] #53 19.12 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-11T17:15:37.880Z] #53 19.28 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-11T17:15:37.935Z] #53 26.39 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-11T17:15:38.142Z] #53 19.43 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-11T17:15:38.142Z] #53 19.43 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-11T17:15:38.142Z] #53 19.43 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-11T17:15:38.142Z] #53 19.58 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-11T17:15:38.142Z] #53 19.58 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-11T17:15:38.142Z] #53 19.59 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-11T17:15:38.142Z] #53 19.62 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-11T17:15:38.142Z] #53 19.63 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-11T17:15:38.194Z] #53 26.56 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-11T17:15:38.403Z] #53 19.75 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-11T17:15:38.453Z] #53 26.88 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-11T17:15:38.453Z] #53 26.94 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-11T17:15:38.453Z] #53 27.00 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-11T17:15:38.663Z] #53 20.02 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-11T17:15:38.717Z] #53 27.14 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-11T17:15:38.889Z] #69 ... [2021-11-11T17:15:38.889Z] [2021-11-11T17:15:38.889Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-11T17:15:38.889Z] #49 sha256:b25b048812efb5e5fd79938f5a1b89feae4a8595bee6ebcd6d710f9cc6136811 [2021-11-11T17:15:38.889Z] #49 CACHED [2021-11-11T17:15:38.889Z] [2021-11-11T17:15:38.889Z] #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 [2021-11-11T17:15:38.889Z] #50 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe [2021-11-11T17:15:38.889Z] #50 CACHED [2021-11-11T17:15:38.889Z] [2021-11-11T17:15:38.889Z] #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 [2021-11-11T17:15:38.889Z] #53 sha256:705ad05f202bc239482fd9353c06c6f984ce3e2620008a95fcd7e7a88aed512d [2021-11-11T17:15:38.889Z] #53 CACHED [2021-11-11T17:15:38.889Z] [2021-11-11T17:15:38.889Z] #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 [2021-11-11T17:15:38.889Z] #54 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:15:38.889Z] #54 CACHED [2021-11-11T17:15:38.889Z] [2021-11-11T17:15:38.889Z] #56 [vndr 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/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-11T17:15:38.889Z] #56 sha256:2400a6541f501c8a17ba719cbfae1c21b6f397dc2c2abe53736d8ffa5eaa46e8 [2021-11-11T17:15:38.889Z] #56 CACHED [2021-11-11T17:15:38.889Z] [2021-11-11T17:15:38.889Z] #58 [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 [2021-11-11T17:15:38.889Z] #58 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956 [2021-11-11T17:15:38.889Z] #58 CACHED [2021-11-11T17:15:38.889Z] [2021-11-11T17:15:38.889Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:38.889Z] #60 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:15:38.889Z] #60 CACHED [2021-11-11T17:15:38.889Z] [2021-11-11T17:15:38.889Z] #62 [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 [2021-11-11T17:15:38.889Z] #62 sha256:c6e4e4bd9a5d5c7ad1e82856e9bef84220005c2dffdeef1fc88a055591229274 [2021-11-11T17:15:38.889Z] #62 CACHED [2021-11-11T17:15:38.889Z] [2021-11-11T17:15:38.889Z] #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 [2021-11-11T17:15:38.889Z] #20 sha256:717d876a9382ddaab78ee464bc69b7b343fba956ac2c4ee470adf440618602cb [2021-11-11T17:15:38.889Z] #20 64.29 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-11-11T17:15:38.889Z] #20 64.29 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:15:38.889Z] #20 64.31 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:15:38.922Z] #53 20.23 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-11T17:15:38.922Z] #53 20.43 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-11T17:15:38.922Z] #53 20.43 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-11T17:15:38.922Z] #53 20.43 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-11T17:15:38.977Z] #53 27.44 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-11T17:15:39.182Z] #53 ... [2021-11-11T17:15:39.182Z] [2021-11-11T17:15:39.182Z] #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 [2021-11-11T17:15:39.182Z] #36 sha256:9c7fb3b4be6eb08cfacf57b9c30105632b61415c96fcee8ddecdce6672564994 [2021-11-11T17:15:39.182Z] #36 19.74 tomll can be used in two ways: [2021-11-11T17:15:39.182Z] #36 19.74 Writing to STDIN and reading from STDOUT: [2021-11-11T17:15:39.182Z] #36 19.74 cat file.toml | tomll > file.toml [2021-11-11T17:15:39.182Z] #36 19.74 [2021-11-11T17:15:39.182Z] #36 19.74 Reading and updating a list of files: [2021-11-11T17:15:39.182Z] #36 19.74 tomll a.toml b.toml c.toml [2021-11-11T17:15:39.182Z] #36 19.74 [2021-11-11T17:15:39.182Z] #36 19.74 When given a list of files, tomll will modify all files in place without asking. [2021-11-11T17:15:39.182Z] #36 DONE 20.5s [2021-11-11T17:15:39.182Z] [2021-11-11T17:15:39.182Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:39.182Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:15:39.182Z] #53 20.45 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-11T17:15:39.182Z] #53 20.58 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-11T17:15:39.236Z] #53 27.72 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-11T17:15:39.236Z] #53 27.77 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-11T17:15:39.495Z] #53 ... [2021-11-11T17:15:39.495Z] [2021-11-11T17:15:39.495Z] #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 [2021-11-11T17:15:39.495Z] #36 sha256:9e733a2787609847bd212aefe9b9ffd65e6789f908a14218dd329037db449f22 [2021-11-11T17:15:39.495Z] #36 26.52 tomll can be used in two ways: [2021-11-11T17:15:39.495Z] #36 26.52 Writing to STDIN and reading from STDOUT: [2021-11-11T17:15:39.495Z] #36 26.52 cat file.toml | tomll > file.toml [2021-11-11T17:15:39.495Z] #36 26.52 [2021-11-11T17:15:39.495Z] #36 26.52 Reading and updating a list of files: [2021-11-11T17:15:39.495Z] #36 26.52 tomll a.toml b.toml c.toml [2021-11-11T17:15:39.495Z] #36 26.52 [2021-11-11T17:15:39.495Z] #36 26.52 When given a list of files, tomll will modify all files in place without asking. [2021-11-11T17:15:39.495Z] #36 DONE 27.9s [2021-11-11T17:15:39.495Z] [2021-11-11T17:15:39.495Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:39.495Z] #53 sha256:9cb52f6872fcc3b0e7d37726b0ae6ca6fb2886b0dc5b647f1a25489b36c70d13 [2021-11-11T17:15:39.495Z] #53 28.00 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-11T17:15:39.754Z] #53 28.20 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-11T17:15:40.119Z] #53 ... [2021-11-11T17:15:40.119Z] [2021-11-11T17:15:40.119Z] #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 [2021-11-11T17:15:40.119Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:15:40.119Z] #47 10.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-11T17:15:40.119Z] #47 13.84 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1806 B] [2021-11-11T17:15:40.119Z] #47 20.19 Fetched 8476 kB in 15s (566 kB/s) [2021-11-11T17:15:40.119Z] #47 20.19 Reading package lists... [2021-11-11T17:15:40.119Z] #47 ... [2021-11-11T17:15:40.119Z] [2021-11-11T17:15:40.119Z] #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 [2021-11-11T17:15:40.119Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089 [2021-11-11T17:15:40.119Z] #38 11.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-11T17:15:40.119Z] #38 20.67 Fetched 8473 kB in 15s (573 kB/s) [2021-11-11T17:15:40.119Z] #38 20.67 Reading package lists... [2021-11-11T17:15:40.119Z] #38 ... [2021-11-11T17:15:40.119Z] [2021-11-11T17:15:40.119Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:40.119Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:15:40.119Z] #53 21.57 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-11T17:15:40.119Z] #53 21.58 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-11T17:15:40.321Z] #53 28.68 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-11T17:15:40.322Z] #53 28.71 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-11T17:15:40.322Z] #53 28.81 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-11T17:15:40.388Z] #53 21.76 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-11T17:15:40.388Z] #53 21.76 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-11T17:15:40.388Z] #53 21.81 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-11T17:15:40.388Z] #53 ... [2021-11-11T17:15:40.388Z] [2021-11-11T17:15:40.388Z] #60 [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 [2021-11-11T17:15:40.388Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3 [2021-11-11T17:15:40.388Z] #60 11.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-11T17:15:40.388Z] #60 20.60 Fetched 8473 kB in 15s (580 kB/s) [2021-11-11T17:15:40.581Z] #53 29.14 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-11T17:15:40.647Z] #60 20.60 Reading package lists... [2021-11-11T17:15:40.648Z] #60 ... [2021-11-11T17:15:40.648Z] [2021-11-11T17:15:40.648Z] #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 [2021-11-11T17:15:40.648Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:15:40.648Z] #14 11.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-11T17:15:40.648Z] #14 20.78 Fetched 8473 kB in 15s (580 kB/s) [2021-11-11T17:15:40.648Z] #14 20.78 Reading package lists... [2021-11-11T17:15:40.648Z] #14 ... [2021-11-11T17:15:40.648Z] [2021-11-11T17:15:40.648Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:40.648Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:15:40.648Z] #53 21.92 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-11T17:15:40.840Z] #53 29.20 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-11T17:15:40.906Z] #53 22.30 go: downloading golang.org/x/text v0.3.2 [2021-11-11T17:15:40.985Z] c1f4c7287c99: Verifying Checksum [2021-11-11T17:15:40.985Z] c1f4c7287c99: Download complete [2021-11-11T17:15:41.099Z] #53 29.46 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-11T17:15:41.099Z] #53 29.52 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-11T17:15:41.666Z] #53 30.20 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-11T17:15:41.666Z] #53 30.21 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-11T17:15:41.666Z] #53 30.28 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-11T17:15:41.844Z] #53 ... [2021-11-11T17:15:41.844Z] [2021-11-11T17:15:41.844Z] #49 [vndr 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/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-11T17:15:41.844Z] #49 sha256:2400a6541f501c8a17ba719cbfae1c21b6f397dc2c2abe53736d8ffa5eaa46e8 [2021-11-11T17:15:41.844Z] #49 22.83 Usage of /build/vndr: [2021-11-11T17:15:41.844Z] #49 22.83 /build/vndr [[import path] [revision]] [repository] [2021-11-11T17:15:41.844Z] #49 22.83 /build/vndr init [2021-11-11T17:15:41.844Z] #49 22.83 -strict [2021-11-11T17:15:41.844Z] #49 22.83 checking mode. treat non-trivial warning as an error [2021-11-11T17:15:41.844Z] #49 22.83 -verbose [2021-11-11T17:15:41.844Z] #49 22.83 shows all warnings [2021-11-11T17:15:41.844Z] #49 22.83 -whitelist value [2021-11-11T17:15:41.844Z] #49 22.83 regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory [2021-11-11T17:15:41.844Z] #49 DONE 23.2s [2021-11-11T17:15:41.844Z] [2021-11-11T17:15:41.844Z] #51 [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 [2021-11-11T17:15:41.844Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956 [2021-11-11T17:15:41.844Z] #51 17.23 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-11-11T17:15:41.844Z] #51 17.25 go: downloading golang.org/x/mod v0.3.0 [2021-11-11T17:15:41.925Z] #53 30.52 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-11T17:15:42.189Z] #53 30.64 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-11T17:15:42.449Z] #53 30.76 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-11T17:15:42.708Z] #53 31.26 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-11T17:15:42.967Z] #53 31.30 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-11T17:15:42.967Z] #53 31.38 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-11T17:15:43.074Z] #20 68.85 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-11-11T17:15:43.074Z] #20 68.86 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:15:43.074Z] #20 68.86 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:15:43.226Z] #53 31.53 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-11T17:15:43.226Z] #53 31.65 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-11T17:15:43.226Z] #53 31.65 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-11T17:15:43.226Z] #53 ... [2021-11-11T17:15:43.226Z] [2021-11-11T17:15:43.226Z] #49 [vndr 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/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-11T17:15:43.226Z] #49 sha256:695918f21a995b045a8a45b40eded073ec1ee71d22f40eb04d06e98e1200a38f [2021-11-11T17:15:43.226Z] #49 31.63 Usage of /build/vndr: [2021-11-11T17:15:43.226Z] #49 31.63 /build/vndr [[import path] [revision]] [repository] [2021-11-11T17:15:43.226Z] #49 31.63 /build/vndr init [2021-11-11T17:15:43.226Z] #49 31.63 -strict [2021-11-11T17:15:43.226Z] #49 31.63 checking mode. treat non-trivial warning as an error [2021-11-11T17:15:43.226Z] #49 31.63 -verbose [2021-11-11T17:15:43.226Z] #49 31.63 shows all warnings [2021-11-11T17:15:43.226Z] #49 31.63 -whitelist value [2021-11-11T17:15:43.226Z] #49 31.63 regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory [2021-11-11T17:15:43.226Z] #49 DONE 31.8s [2021-11-11T17:15:43.484Z] [2021-11-11T17:15:43.484Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:43.484Z] #53 sha256:9cb52f6872fcc3b0e7d37726b0ae6ca6fb2886b0dc5b647f1a25489b36c70d13 [2021-11-11T17:15:43.484Z] #53 31.96 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-11T17:15:43.927Z] 8f616e6e9eec: Verifying Checksum [2021-11-11T17:15:43.927Z] 8f616e6e9eec: Download complete [2021-11-11T17:15:44.380Z] #51 ... [2021-11-11T17:15:44.380Z] [2021-11-11T17:15:44.380Z] #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 [2021-11-11T17:15:44.380Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe [2021-11-11T17:15:44.639Z] #43 25.48 Updating files: 93% (1630/1750) Updating files: 94% (1645/1750) Updating files: 95% (1663/1750) Updating files: 96% (1680/1750) Updating files: 97% (1698/1750) Updating files: 98% (1715/1750) Updating files: 99% (1733/1750) Updating files: 100% (1750/1750) Updating files: 100% (1750/1750), done. [2021-11-11T17:15:44.639Z] #43 25.58 + git checkout -q v2.3.0 [2021-11-11T17:15:44.861Z] #53 33.33 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-11T17:15:44.861Z] #53 33.33 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-11T17:15:44.976Z] #20 70.47 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-11-11T17:15:44.976Z] #20 70.48 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:15:44.976Z] #20 70.48 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-11T17:15:45.119Z] #53 33.52 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-11T17:15:45.119Z] #53 33.58 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-11T17:15:45.381Z] #53 33.82 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-11T17:15:45.381Z] #53 33.96 go: downloading golang.org/x/text v0.3.2 [2021-11-11T17:15:46.554Z] #43 27.35 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-11-11T17:15:46.773Z] #53 ... [2021-11-11T17:15:46.773Z] [2021-11-11T17:15:46.773Z] #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 [2021-11-11T17:15:46.773Z] #38 sha256:d9799c7c9611b9cf2f1c88dc802ac72ebff01dfccc32380450851e87948f6cd7 [2021-11-11T17:15:46.773Z] #38 25.06 Fetched 8358 kB in 19s (436 kB/s) [2021-11-11T17:15:46.773Z] #38 25.06 Reading package lists... [2021-11-11T17:15:46.773Z] #38 33.44 Reading package lists... [2021-11-11T17:15:46.773Z] #38 ... [2021-11-11T17:15:46.773Z] [2021-11-11T17:15:46.774Z] #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 [2021-11-11T17:15:46.774Z] #43 sha256:aa552d13f8efd221f05e0a49d9d2378e7f72d76d7a9ac55d8ee716f5d7622455 [2021-11-11T17:15:46.774Z] #43 30.81 Updating files: 70% (1237/1750) Updating files: 71% (1243/1750) Updating files: 72% (1260/1750) Updating files: 73% (1278/1750) Updating files: 74% (1295/1750) Updating files: 75% (1313/1750) Updating files: 76% (1330/1750) Updating files: 77% (1348/1750) Updating files: 78% (1365/1750) Updating files: 79% (1383/1750) Updating files: 80% (1400/1750) Updating files: 81% (1418/1750) Updating files: 82% (1435/1750) Updating files: 83% (1453/1750) Updating files: 84% (1470/1750) Updating files: 85% (1488/1750) Updating files: 86% (1505/1750) Updating files: 87% (1523/1750) Updating files: 88% (1540/1750) Updating files: 89% (1558/1750) Updating files: 90% (1575/1750) Updating files: 91% (1593/1750) Updating files: 92% (1610/1750) Updating files: 93% (1628/1750) Updating files: 94% (1645/1750) Updating files: 95% (1663/1750) Updating files: 96% (1680/1750) Updating files: 97% (1698/1750) Updating files: 98% (1715/1750) Updating files: 99% (1733/1750) Updating files: 100% (1750/1750) Updating files: 100% (1750/1750), done. [2021-11-11T17:15:46.774Z] #43 31.63 + git checkout -q v2.3.0 [2021-11-11T17:15:46.774Z] #43 33.77 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-11-11T17:15:46.877Z] #20 ... [2021-11-11T17:15:46.877Z] [2021-11-11T17:15:46.877Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:15:46.877Z] #69 sha256:0c9ab12c7fee7374c83eb5e724097f5375f827a8c05fffb1ce594552e40b1932 [2021-11-11T17:15:46.877Z] #69 17.65 + cd /tmp/tmp.p8ADAWL1nu/src/github.com/containerd/containerd [2021-11-11T17:15:46.877Z] #69 17.65 + git checkout -q v1.5.7 [2021-11-11T17:15:46.877Z] #69 17.99 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-11T17:15:46.877Z] #69 17.99 + BUILDTAGS='netgo osusergo static_build' [2021-11-11T17:15:46.877Z] #69 17.99 + export EXTRA_FLAGS=-buildmode=pie [2021-11-11T17:15:46.877Z] #69 17.99 + EXTRA_FLAGS=-buildmode=pie [2021-11-11T17:15:46.877Z] #69 17.99 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-11T17:15:46.877Z] #69 17.99 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-11T17:15:46.877Z] #69 17.99 + '[' '' = dynamic ']' [2021-11-11T17:15:46.877Z] #69 17.99 + make [2021-11-11T17:15:46.877Z] #69 18.86 + bin/ctr [2021-11-11T17:15:46.881Z] 4612f6d0b889: Verifying Checksum [2021-11-11T17:15:46.881Z] 4612f6d0b889: Download complete [2021-11-11T17:15:47.717Z] #43 ... [2021-11-11T17:15:47.717Z] [2021-11-11T17:15:47.717Z] #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 [2021-11-11T17:15:47.717Z] #31 sha256:e519c74a1d42eacda4de70e20a21bd023e93b68abc749e268daea1eaea552d8b [2021-11-11T17:15:47.717Z] #31 26.61 [2021-11-11T17:15:47.717Z] #31 30.82 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-11-11T17:15:47.717Z] #31 33.60 #=#=# [2021-11-11T17:15:47.717Z] #31 34.03 #=#=# ##################################### 52.6% ######################################################################## 100.0% [2021-11-11T17:15:47.717Z] #31 36.01 [2021-11-11T17:15:47.717Z] #31 36.58 Download of images into '/build' complete. [2021-11-11T17:15:47.717Z] #31 36.59 Use something like the following to load the result into a Docker daemon: [2021-11-11T17:15:47.717Z] #31 36.59 tar -cC '/build' . | docker load [2021-11-11T17:15:47.717Z] #31 DONE 36.7s [2021-11-11T17:15:47.717Z] [2021-11-11T17:15:47.717Z] #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 [2021-11-11T17:15:47.717Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:15:47.717Z] #14 23.05 Reading package lists... [2021-11-11T17:15:47.717Z] #14 31.76 Building dependency tree... [2021-11-11T17:15:47.717Z] #14 ... [2021-11-11T17:15:47.717Z] [2021-11-11T17:15:47.717Z] #65 [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 [2021-11-11T17:15:47.717Z] #65 sha256:fa12b34c30e62a11b51a262b1a6ed224b59a635eb99a5e603e80ca23dd46cb73 [2021-11-11T17:15:47.717Z] #65 25.72 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-11T17:15:47.717Z] #65 ... [2021-11-11T17:15:47.717Z] [2021-11-11T17:15:47.717Z] #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 [2021-11-11T17:15:47.717Z] #47 sha256:89b11372689892d3dedb5189a56cd8d29cfb749317155f960e9d645e706b7b11 [2021-11-11T17:15:47.717Z] #47 26.93 Fetched 8361 kB in 21s (402 kB/s) [2021-11-11T17:15:47.717Z] #47 26.93 Reading package lists... [2021-11-11T17:15:48.284Z] #47 35.44 Reading package lists... [2021-11-11T17:15:48.284Z] #47 ... [2021-11-11T17:15:48.284Z] [2021-11-11T17:15:48.284Z] #60 [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 [2021-11-11T17:15:48.284Z] #60 sha256:3da096a6b8b1bfe5d66cc67cc107a07083b07452b59d36c0181669731684d1fa [2021-11-11T17:15:48.284Z] #60 20.44 Reading package lists... [2021-11-11T17:15:48.284Z] #60 29.57 Reading package lists... [2021-11-11T17:15:49.489Z] #60 36.88 Building dependency tree... [2021-11-11T17:15:49.489Z] #60 ... [2021-11-11T17:15:49.489Z] [2021-11-11T17:15:49.489Z] #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 [2021-11-11T17:15:49.489Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:15:49.489Z] #14 37.84 The following additional packages will be installed: [2021-11-11T17:15:49.489Z] #14 37.85 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-11T17:15:49.489Z] #14 37.86 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-11-11T17:15:49.489Z] #14 37.86 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-11-11T17:15:49.489Z] #14 37.86 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-11-11T17:15:49.489Z] #14 37.87 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-11-11T17:15:49.490Z] #14 37.87 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-11-11T17:15:49.490Z] #14 37.87 mingw-w64-common mingw-w64-x86-64-dev [2021-11-11T17:15:49.490Z] #14 37.88 Suggested packages: [2021-11-11T17:15:49.490Z] #14 37.89 gcc-10-locales seccomp wine64 [2021-11-11T17:15:50.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-11T17:15:50.427Z] #14 38.90 The following NEW packages will be installed: [2021-11-11T17:15:50.427Z] #14 38.90 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-11T17:15:50.427Z] #14 38.90 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-11-11T17:15:50.427Z] #14 38.90 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-11-11T17:15:50.427Z] #14 38.90 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-11-11T17:15:50.427Z] #14 38.91 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-11-11T17:15:50.427Z] #14 38.91 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-11-11T17:15:50.427Z] #14 38.91 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-11-11T17:15:50.427Z] #14 38.91 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-11-11T17:15:50.427Z] #14 38.91 mingw-w64-x86-64-dev [2021-11-11T17:15:50.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-11T17:15:50.687Z] #14 39.28 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:50.687Z] #14 39.28 Need to get 108 MB of archives. [2021-11-11T17:15:50.687Z] #14 39.28 After this operation, 620 MB of additional disk space will be used. [2021-11-11T17:15:50.687Z] #14 39.28 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2021-11-11T17:15:50.745Z] #43 ... [2021-11-11T17:15:50.745Z] [2021-11-11T17:15:50.745Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:15:50.745Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:15:50.745Z] #53 29.93 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-11T17:15:50.745Z] #53 29.93 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-11T17:15:50.745Z] #53 29.99 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-11T17:15:50.745Z] #53 30.04 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-11T17:15:50.745Z] #53 30.04 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-11T17:15:50.745Z] #53 31.44 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-11T17:15:50.745Z] #53 31.47 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-11T17:15:50.745Z] #53 31.66 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-11T17:15:50.949Z] #14 39.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2021-11-11T17:15:50.950Z] #14 39.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-11-11T17:15:51.063Z] #69 ... [2021-11-11T17:15:51.063Z] [2021-11-11T17:15:51.063Z] #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 [2021-11-11T17:15:51.063Z] #20 sha256:717d876a9382ddaab78ee464bc69b7b343fba956ac2c4ee470adf440618602cb [2021-11-11T17:15:51.063Z] #20 72.40 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-11-11T17:15:51.063Z] #20 72.40 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:15:51.063Z] #20 72.41 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:15:51.063Z] #20 76.26 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-11-11T17:15:51.063Z] #20 76.27 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:15:51.063Z] #20 76.28 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:15:51.209Z] #14 39.49 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2021-11-11T17:15:51.209Z] #14 39.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2021-11-11T17:15:51.209Z] #14 39.50 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-11-11T17:15:51.209Z] #14 39.69 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-11-11T17:15:51.472Z] #14 39.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2021-11-11T17:15:51.472Z] #14 39.86 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2021-11-11T17:15:51.731Z] #14 40.34 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2021-11-11T17:15:52.445Z] #20 77.94 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-11-11T17:15:52.445Z] #20 77.95 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-11-11T17:15:52.445Z] #20 77.96 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-11T17:15:52.445Z] #20 78.03 Selecting previously unselected package libapparmor1:amd64. [2021-11-11T17:15:52.445Z] #20 78.04 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-11-11T17:15:52.445Z] #20 78.04 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-11-11T17:15:52.445Z] #20 78.11 Selecting previously unselected package libapparmor-dev:amd64. [2021-11-11T17:15:52.445Z] #20 78.12 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-11-11T17:15:52.445Z] #20 78.12 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-11T17:15:52.445Z] #20 78.20 Selecting previously unselected package libbtrfs0:amd64. [2021-11-11T17:15:52.445Z] #20 78.21 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-11T17:15:52.445Z] #20 78.22 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-11T17:15:52.445Z] #20 78.29 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-11T17:15:52.669Z] #14 41.08 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2021-11-11T17:15:52.703Z] #20 78.30 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-11T17:15:52.703Z] #20 78.31 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-11T17:15:52.703Z] #20 78.40 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-11-11T17:15:52.703Z] #20 78.41 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-11T17:15:52.703Z] #20 78.42 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:15:52.703Z] #20 78.46 Selecting previously unselected package libudev-dev:amd64. [2021-11-11T17:15:52.703Z] #20 78.47 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-11-11T17:15:52.703Z] #20 78.47 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-11-11T17:15:52.703Z] #20 78.54 Selecting previously unselected package libsepol1-dev:amd64. [2021-11-11T17:15:52.928Z] #14 41.34 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2021-11-11T17:15:52.961Z] #20 78.55 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-11-11T17:15:52.961Z] #20 78.56 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-11-11T17:15:52.961Z] #20 78.68 Selecting previously unselected package libpcre2-16-0:amd64. [2021-11-11T17:15:52.961Z] #20 78.68 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-11-11T17:15:52.961Z] #20 78.69 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-11-11T17:15:52.961Z] #20 78.77 Selecting previously unselected package libpcre2-32-0:amd64. [2021-11-11T17:15:52.961Z] #20 78.77 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-11-11T17:15:52.961Z] #20 78.79 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-11-11T17:15:53.187Z] #14 41.66 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2021-11-11T17:15:53.219Z] #20 78.88 Selecting previously unselected package libpcre2-posix2:amd64. [2021-11-11T17:15:53.219Z] #20 78.88 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-11-11T17:15:53.219Z] #20 78.89 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-11-11T17:15:53.219Z] #20 78.94 Selecting previously unselected package libpcre2-dev:amd64. [2021-11-11T17:15:53.219Z] #20 78.94 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-11-11T17:15:53.219Z] #20 78.94 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-11-11T17:15:53.478Z] #20 79.15 Selecting previously unselected package libselinux1-dev:amd64. [2021-11-11T17:15:53.478Z] #20 79.15 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-11-11T17:15:53.478Z] #20 79.15 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-11-11T17:15:53.478Z] #20 79.25 Selecting previously unselected package libdevmapper-dev:amd64. [2021-11-11T17:15:53.736Z] #20 79.25 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-11-11T17:15:53.736Z] #20 79.26 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:15:53.736Z] #20 79.31 Selecting previously unselected package libseccomp-dev:amd64. [2021-11-11T17:15:53.736Z] #20 79.32 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-11-11T17:15:53.736Z] #20 79.32 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-11T17:15:53.736Z] #20 79.39 Selecting previously unselected package libsystemd-dev:amd64. [2021-11-11T17:15:53.736Z] #20 79.39 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-11-11T17:15:53.736Z] #20 79.40 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-11-11T17:15:53.736Z] #20 79.60 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-11T17:15:53.736Z] #20 79.61 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-11-11T17:15:53.736Z] #20 79.62 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-11T17:15:53.736Z] #20 79.63 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-11-11T17:15:53.736Z] #20 79.64 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-11T17:15:53.994Z] #20 79.66 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-11-11T17:15:53.994Z] #20 79.67 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-11T17:15:53.994Z] #20 79.68 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-11-11T17:15:53.994Z] #20 79.69 Setting up libudev-dev:amd64 (247.3-6) ... [2021-11-11T17:15:53.994Z] #20 79.70 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-11-11T17:15:53.994Z] #20 79.71 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-11T17:15:53.994Z] #20 79.72 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-11T17:15:53.994Z] #20 79.73 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-11T17:15:53.994Z] #20 79.75 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-11T17:15:53.994Z] #20 79.76 Setting up mingw-w64-common (8.0.0-1) ... [2021-11-11T17:15:53.994Z] #20 79.78 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-11-11T17:15:53.994Z] #20 79.79 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-11T17:15:53.994Z] #20 79.81 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-11-11T17:15:53.994Z] #20 79.82 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-11-11T17:15:53.994Z] #20 79.83 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-11T17:15:53.994Z] #20 79.85 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:15:54.136Z] #14 42.37 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2021-11-11T17:15:54.262Z] #20 79.86 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 [2021-11-11T17:15:54.262Z] #20 79.87 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:15:54.262Z] #20 79.88 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 [2021-11-11T17:15:54.262Z] #20 79.89 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-11T17:15:54.262Z] #20 79.90 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:15:54.262Z] #20 79.91 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 [2021-11-11T17:15:54.262Z] #20 79.92 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:15:54.262Z] #20 79.94 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-11T17:15:54.262Z] #20 79.96 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:15:54.262Z] #20 79.97 Setting up dmsetup (2:1.02.175-2.1) ... [2021-11-11T17:15:54.262Z] #20 79.99 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:15:54.262Z] #20 80.00 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:15:54.262Z] #20 80.02 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:15:54.395Z] #14 42.74 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-11-11T17:15:54.395Z] #14 42.74 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2021-11-11T17:15:54.395Z] #14 42.74 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2021-11-11T17:15:54.395Z] #14 42.75 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2021-11-11T17:15:54.395Z] #14 42.76 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2021-11-11T17:15:54.395Z] #14 42.77 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2021-11-11T17:15:54.395Z] #14 42.77 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2021-11-11T17:15:54.395Z] #14 42.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2021-11-11T17:15:54.395Z] #14 42.80 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2021-11-11T17:15:54.395Z] #14 42.80 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2021-11-11T17:15:54.395Z] #14 42.81 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2021-11-11T17:15:54.395Z] #14 42.81 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2021-11-11T17:15:54.395Z] #14 42.83 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2021-11-11T17:15:54.395Z] #14 42.84 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2021-11-11T17:15:54.395Z] #14 42.84 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB] [2021-11-11T17:15:54.395Z] #14 42.85 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2021-11-11T17:15:54.830Z] #20 DONE 80.7s [2021-11-11T17:15:54.830Z] [2021-11-11T17:15:54.830Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:15:54.830Z] #69 sha256:0c9ab12c7fee7374c83eb5e724097f5375f827a8c05fffb1ce594552e40b1932 [2021-11-11T17:15:54.941Z] #53 ... [2021-11-11T17:15:54.941Z] [2021-11-11T17:15:54.941Z] #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 [2021-11-11T17:15:54.941Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089 [2021-11-11T17:15:54.941Z] #38 20.67 Reading package lists... [2021-11-11T17:15:54.941Z] #38 26.09 Reading package lists... [2021-11-11T17:15:54.941Z] #38 31.55 Building dependency tree... [2021-11-11T17:15:54.941Z] #38 35.12 The following additional packages will be installed: [2021-11-11T17:15:54.941Z] #38 35.13 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-11-11T17:15:54.941Z] #38 35.16 Suggested packages: [2021-11-11T17:15:54.941Z] #38 35.20 cmake-doc ninja-build lrzip [2021-11-11T17:15:54.941Z] #38 35.20 Recommended packages: [2021-11-11T17:15:54.941Z] #38 35.20 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-11-11T17:15:54.941Z] #38 36.10 The following NEW packages will be installed: [2021-11-11T17:15:54.941Z] #38 36.10 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-11-11T17:15:54.941Z] #38 36.10 vim-common xxd [2021-11-11T17:15:54.941Z] #38 ... [2021-11-11T17:15:54.941Z] [2021-11-11T17:15:54.941Z] #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 [2021-11-11T17:15:54.941Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:15:54.941Z] #47 20.19 Reading package lists... [2021-11-11T17:15:54.941Z] #47 25.67 Reading package lists... [2021-11-11T17:15:54.941Z] #47 31.08 Building dependency tree... [2021-11-11T17:15:54.941Z] #47 34.68 The following additional packages will be installed: [2021-11-11T17:15:54.941Z] #47 34.68 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-11T17:15:54.941Z] #47 34.70 python3-protobuf python3-six [2021-11-11T17:15:54.941Z] #47 34.70 Suggested packages: [2021-11-11T17:15:54.941Z] #47 34.70 python3-setuptools [2021-11-11T17:15:54.941Z] #47 34.70 Recommended packages: [2021-11-11T17:15:54.941Z] #47 34.70 iproute2 | iproute [2021-11-11T17:15:54.941Z] #47 35.38 The following NEW packages will be installed: [2021-11-11T17:15:54.941Z] #47 35.38 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-11T17:15:54.941Z] #47 35.38 python3-protobuf python3-six [2021-11-11T17:15:54.941Z] #47 ... [2021-11-11T17:15:54.941Z] [2021-11-11T17:15:54.941Z] #60 [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 [2021-11-11T17:15:54.941Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3 [2021-11-11T17:15:54.941Z] #60 20.60 Reading package lists... [2021-11-11T17:15:54.941Z] #60 26.19 Reading package lists... [2021-11-11T17:15:54.941Z] #60 31.61 Building dependency tree... [2021-11-11T17:15:54.941Z] #60 35.20 The following additional packages will be installed: [2021-11-11T17:15:54.941Z] #60 35.22 libbtrfs0 [2021-11-11T17:15:54.941Z] #60 35.47 The following NEW packages will be installed: [2021-11-11T17:15:54.941Z] #60 35.47 libbtrfs-dev libbtrfs0 [2021-11-11T17:15:54.941Z] #60 35.85 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:54.941Z] #60 35.85 Need to get 460 kB of archives. [2021-11-11T17:15:54.941Z] #60 35.85 After this operation, 1237 kB of additional disk space will be used. [2021-11-11T17:15:54.941Z] #60 35.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-11T17:15:54.941Z] #60 35.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-11T17:15:54.941Z] #60 ... [2021-11-11T17:15:54.941Z] [2021-11-11T17:15:54.941Z] #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 [2021-11-11T17:15:54.941Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:15:54.941Z] #14 20.78 Reading package lists... [2021-11-11T17:15:54.941Z] #14 26.29 Reading package lists... [2021-11-11T17:15:54.941Z] #14 31.05 Building dependency tree... [2021-11-11T17:15:54.941Z] #14 34.24 The following additional packages will be installed: [2021-11-11T17:15:54.941Z] #14 34.24 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-11T17:15:54.941Z] #14 34.24 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-11-11T17:15:54.941Z] #14 34.24 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-11-11T17:15:54.941Z] #14 34.24 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-11-11T17:15:54.941Z] #14 34.24 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-11-11T17:15:54.941Z] #14 34.24 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-11-11T17:15:54.941Z] #14 34.24 mingw-w64-common mingw-w64-x86-64-dev [2021-11-11T17:15:54.941Z] #14 34.26 Suggested packages: [2021-11-11T17:15:54.941Z] #14 34.26 gcc-10-locales seccomp wine64 [2021-11-11T17:15:54.941Z] #14 35.67 The following NEW packages will be installed: [2021-11-11T17:15:54.941Z] #14 35.67 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-11T17:15:54.941Z] #14 35.67 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-11-11T17:15:54.941Z] #14 35.67 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-11-11T17:15:54.941Z] #14 35.67 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-11-11T17:15:54.941Z] #14 35.67 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-11-11T17:15:54.941Z] #14 35.70 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-11-11T17:15:54.941Z] #14 35.70 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-11-11T17:15:54.941Z] #14 35.70 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-11-11T17:15:54.941Z] #14 35.70 mingw-w64-x86-64-dev [2021-11-11T17:15:54.941Z] #14 36.10 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:54.941Z] #14 36.10 Need to get 115 MB of archives. [2021-11-11T17:15:54.941Z] #14 36.10 After this operation, 645 MB of additional disk space will be used. [2021-11-11T17:15:54.941Z] #14 36.10 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] [2021-11-11T17:15:54.941Z] #14 36.23 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] [2021-11-11T17:15:54.941Z] #14 36.45 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-11-11T17:15:54.941Z] #14 ... [2021-11-11T17:15:54.941Z] [2021-11-11T17:15:54.941Z] #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 [2021-11-11T17:15:54.941Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:15:54.941Z] #47 35.82 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:54.941Z] #47 35.82 Need to get 2288 kB of archives. [2021-11-11T17:15:54.941Z] #47 35.82 After this operation, 11.0 MB of additional disk space will be used. [2021-11-11T17:15:54.941Z] #47 35.82 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-11-11T17:15:54.941Z] #47 35.87 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-11T17:15:54.941Z] #47 35.88 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-11-11T17:15:54.941Z] #47 35.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-11-11T17:15:54.962Z] #14 ... [2021-11-11T17:15:54.962Z] [2021-11-11T17:15:54.962Z] #60 [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 [2021-11-11T17:15:54.962Z] #60 sha256:3da096a6b8b1bfe5d66cc67cc107a07083b07452b59d36c0181669731684d1fa [2021-11-11T17:15:54.962Z] #60 36.88 Building dependency tree... [2021-11-11T17:15:54.962Z] #60 40.29 The following additional packages will be installed: [2021-11-11T17:15:54.962Z] #60 40.31 libbtrfs0 [2021-11-11T17:15:54.962Z] #60 40.46 The following NEW packages will be installed: [2021-11-11T17:15:54.962Z] #60 40.46 libbtrfs-dev libbtrfs0 [2021-11-11T17:15:54.963Z] #60 40.86 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:54.963Z] #60 40.86 Need to get 454 kB of archives. [2021-11-11T17:15:54.963Z] #60 40.86 After this operation, 1275 kB of additional disk space will be used. [2021-11-11T17:15:54.963Z] #60 40.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2021-11-11T17:15:54.963Z] #60 40.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2021-11-11T17:15:54.963Z] #60 41.74 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:15:54.963Z] #60 41.93 Fetched 454 kB in 0s (1404 kB/s) [2021-11-11T17:15:54.963Z] #60 42.00 Selecting previously unselected package libbtrfs0:arm64. [2021-11-11T17:15:54.963Z] #60 42.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 ... 15703 files and directories currently installed.) [2021-11-11T17:15:54.963Z] #60 42.06 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2021-11-11T17:15:54.963Z] #60 42.07 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2021-11-11T17:15:54.963Z] #60 42.29 Selecting previously unselected package libbtrfs-dev:arm64. [2021-11-11T17:15:54.963Z] #60 42.31 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2021-11-11T17:15:54.963Z] #60 42.32 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2021-11-11T17:15:54.963Z] #60 42.71 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2021-11-11T17:15:54.963Z] #60 42.75 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2021-11-11T17:15:54.963Z] #60 42.77 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:15:54.963Z] #60 DONE 43.3s [2021-11-11T17:15:54.963Z] [2021-11-11T17:15:54.963Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-11T17:15:54.963Z] #61 sha256:286344c4c6b5f1ffb4f91c6c8d05e5740b9b59e32e93ac2c9a8362ed7a3f449d [2021-11-11T17:15:55.090Z] #69 ... [2021-11-11T17:15:55.090Z] [2021-11-11T17:15:55.090Z] #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 [2021-11-11T17:15:55.090Z] #21 sha256:a0765f0d6ba3a89f646a0a53d08b690c7d011ff41e0ae659fa5bce40fc789d9a [2021-11-11T17:15:55.200Z] #47 ... [2021-11-11T17:15:55.200Z] [2021-11-11T17:15:55.200Z] #55 [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 [2021-11-11T17:15:55.200Z] #55 sha256:c6e4e4bd9a5d5c7ad1e82856e9bef84220005c2dffdeef1fc88a055591229274 [2021-11-11T17:15:55.200Z] #55 36.40 v3.0.2 [2021-11-11T17:15:55.200Z] #55 DONE 36.5s [2021-11-11T17:15:55.200Z] [2021-11-11T17:15:55.200Z] #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 [2021-11-11T17:15:55.200Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:15:55.200Z] #47 35.95 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-11T17:15:55.200Z] #47 35.95 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-11-11T17:15:55.200Z] #47 35.95 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-11-11T17:15:55.222Z] #61 DONE 0.4s [2021-11-11T17:15:55.222Z] [2021-11-11T17:15:55.222Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:15:55.222Z] #62 sha256:4eb80db791614d56b43628b04cc3d7b478475e0f4f875088a59e77896db9c831 [2021-11-11T17:15:56.287Z] #62 0.811 + RM_GOPATH=0 [2021-11-11T17:15:56.287Z] #62 0.811 + TMP_GOPATH= [2021-11-11T17:15:56.287Z] #62 0.811 + : /build [2021-11-11T17:15:56.287Z] #62 0.811 + '[' -z '' ']' [2021-11-11T17:15:56.287Z] #62 0.811 ++ mktemp -d [2021-11-11T17:15:56.287Z] #62 0.811 + export GOPATH=/tmp/tmp.HU6bkQsx1H [2021-11-11T17:15:56.287Z] #62 0.811 + GOPATH=/tmp/tmp.HU6bkQsx1H [2021-11-11T17:15:56.287Z] #62 0.815 + RM_GOPATH=1 [2021-11-11T17:15:56.287Z] #62 0.815 + case "$(go env GOARCH)" in [2021-11-11T17:15:56.287Z] #62 0.821 ++ go env GOARCH [2021-11-11T17:15:56.287Z] #62 0.873 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:56.287Z] #62 0.873 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:15:56.287Z] #62 0.873 ++ dirname /install.sh [2021-11-11T17:15:56.287Z] #62 0.873 + dir=/ [2021-11-11T17:15:56.287Z] #62 0.873 + bin=containerd [2021-11-11T17:15:56.287Z] #62 0.873 + shift [2021-11-11T17:15:56.287Z] #62 0.873 + '[' '!' -f //containerd.installer ']' [2021-11-11T17:15:56.287Z] #62 0.873 + . //containerd.installer [2021-11-11T17:15:56.287Z] #62 0.873 ++ set -e [2021-11-11T17:15:56.287Z] #62 0.873 ++ : v1.5.7 [2021-11-11T17:15:56.287Z] #62 0.873 + install_containerd [2021-11-11T17:15:56.287Z] #62 0.873 + echo 'Install containerd version v1.5.7' [2021-11-11T17:15:56.287Z] #62 0.873 + git clone https://github.com/containerd/containerd.git /tmp/tmp.HU6bkQsx1H/src/github.com/containerd/containerd [2021-11-11T17:15:56.287Z] #62 0.873 Install containerd version v1.5.7 [2021-11-11T17:15:56.287Z] #62 0.921 Cloning into '/tmp/tmp.HU6bkQsx1H/src/github.com/containerd/containerd'... [2021-11-11T17:15:56.990Z] #21 1.725 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-11T17:15:56.990Z] #21 1.725 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-11T17:15:56.990Z] #21 1.725 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-11-11T17:15:57.107Z] #47 ... [2021-11-11T17:15:57.107Z] [2021-11-11T17:15:57.107Z] #60 [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 [2021-11-11T17:15:57.107Z] #60 sha256:ee36ee883e916997db206b442827fc91bec4dc27b7c49cee7d3766667e443ce3 [2021-11-11T17:15:57.107Z] #60 37.07 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:15:57.107Z] #60 37.34 Fetched 460 kB in 0s (1467 kB/s) [2021-11-11T17:15:57.107Z] #60 37.42 Selecting previously unselected package libbtrfs0:amd64. [2021-11-11T17:15:57.107Z] #60 37.43 (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 ... 15713 files and directories currently installed.) [2021-11-11T17:15:57.107Z] #60 37.52 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-11T17:15:57.107Z] #60 37.54 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-11T17:15:57.107Z] #60 37.77 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-11T17:15:57.107Z] #60 37.77 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-11T17:15:57.107Z] #60 37.78 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-11T17:15:57.107Z] #60 38.07 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-11T17:15:57.107Z] #60 38.09 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-11T17:15:57.107Z] #60 38.10 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:15:57.107Z] #60 DONE 38.5s [2021-11-11T17:15:57.382Z] [2021-11-11T17:15:57.383Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-11T17:15:57.383Z] #61 sha256:300a5aa66375c555a15373850c1dcf257cd01113c3e8b24f400d2ab0c2eadc0a [2021-11-11T17:15:57.383Z] #61 DONE 0.3s [2021-11-11T17:15:57.383Z] [2021-11-11T17:15:57.383Z] #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 [2021-11-11T17:15:57.383Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089 [2021-11-11T17:15:57.383Z] #38 36.52 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:57.383Z] #38 36.52 Need to get 17.7 MB of archives. [2021-11-11T17:15:57.383Z] #38 36.52 After this operation, 70.7 MB of additional disk space will be used. [2021-11-11T17:15:57.383Z] #38 36.52 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-11T17:15:57.383Z] #38 36.52 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-11T17:15:57.383Z] #38 36.52 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-11-11T17:15:57.383Z] #38 36.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-11-11T17:15:57.383Z] #38 37.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-11-11T17:15:57.383Z] #38 37.15 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-11-11T17:15:57.383Z] #38 37.17 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-11-11T17:15:57.383Z] #38 37.22 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-11-11T17:15:57.383Z] #38 37.22 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-11-11T17:15:57.383Z] #38 37.22 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-11-11T17:15:57.383Z] #38 38.52 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:15:57.383Z] #38 38.69 Fetched 17.7 MB in 1s (13.1 MB/s) [2021-11-11T17:15:57.383Z] #38 38.78 Selecting previously unselected package xxd. [2021-11-11T17:15:57.383Z] #38 38.78 (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 ... 15713 files and directories currently installed.) [2021-11-11T17:15:57.383Z] #38 38.82 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-11T17:15:57.383Z] #38 38.85 Unpacking xxd (2:8.2.2434-3) ... [2021-11-11T17:15:57.641Z] #38 39.11 Selecting previously unselected package vim-common. [2021-11-11T17:15:57.641Z] #38 39.11 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-11T17:15:57.641Z] #38 39.12 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-11T17:15:57.900Z] #38 39.49 Selecting previously unselected package cmake-data. [2021-11-11T17:15:57.900Z] #38 39.49 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-11-11T17:15:57.900Z] #38 39.49 Unpacking cmake-data (3.18.4-2) ... [2021-11-11T17:15:59.572Z] #62 ... [2021-11-11T17:15:59.572Z] [2021-11-11T17:15:59.572Z] #55 [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 [2021-11-11T17:15:59.572Z] #55 sha256:3547e6151fcc6b6e9e2475c0ccac39234a22796ba7a916fdfe2222a293d0f6d1 [2021-11-11T17:15:59.572Z] #55 47.30 v3.0.2 [2021-11-11T17:15:59.572Z] #55 DONE 47.8s [2021-11-11T17:15:59.572Z] [2021-11-11T17:15:59.572Z] #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 [2021-11-11T17:15:59.572Z] #38 sha256:d9799c7c9611b9cf2f1c88dc802ac72ebff01dfccc32380450851e87948f6cd7 [2021-11-11T17:15:59.572Z] #38 33.44 Reading package lists... [2021-11-11T17:15:59.572Z] #38 39.12 Building dependency tree... [2021-11-11T17:15:59.572Z] #38 42.06 The following additional packages will be installed: [2021-11-11T17:15:59.572Z] #38 42.06 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-11-11T17:15:59.572Z] #38 42.08 Suggested packages: [2021-11-11T17:15:59.572Z] #38 42.09 cmake-doc ninja-build lrzip [2021-11-11T17:15:59.572Z] #38 42.09 Recommended packages: [2021-11-11T17:15:59.572Z] #38 42.09 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-11-11T17:15:59.572Z] #38 42.81 The following NEW packages will be installed: [2021-11-11T17:15:59.572Z] #38 42.81 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-11-11T17:15:59.572Z] #38 42.83 vim-common xxd [2021-11-11T17:15:59.572Z] #38 43.26 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:15:59.572Z] #38 43.26 Need to get 15.6 MB of archives. [2021-11-11T17:15:59.572Z] #38 43.26 After this operation, 67.4 MB of additional disk space will be used. [2021-11-11T17:15:59.572Z] #38 43.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB] [2021-11-11T17:15:59.572Z] #38 43.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-11T17:15:59.572Z] #38 43.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2 [1725 kB] [2021-11-11T17:15:59.572Z] #38 43.33 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2021-11-11T17:15:59.572Z] #38 43.80 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2021-11-11T17:15:59.572Z] #38 43.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2021-11-11T17:15:59.572Z] #38 43.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2021-11-11T17:15:59.572Z] #38 43.84 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2021-11-11T17:15:59.572Z] #38 43.85 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2021-11-11T17:15:59.572Z] #38 43.86 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2 [3673 kB] [2021-11-11T17:15:59.572Z] #38 45.68 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:15:59.572Z] #38 46.15 Fetched 15.6 MB in 1s (13.1 MB/s) [2021-11-11T17:15:59.572Z] #38 46.31 Selecting previously unselected package xxd. [2021-11-11T17:15:59.572Z] #38 46.31 (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 ... 15703 files and directories currently installed.) [2021-11-11T17:15:59.572Z] #38 46.44 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_arm64.deb ... [2021-11-11T17:15:59.572Z] #38 46.46 Unpacking xxd (2:8.2.2434-3) ... [2021-11-11T17:15:59.572Z] #38 46.89 Selecting previously unselected package vim-common. [2021-11-11T17:15:59.572Z] #38 46.89 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-11T17:15:59.572Z] #38 46.92 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-11T17:15:59.572Z] #38 47.29 Selecting previously unselected package cmake-data. [2021-11-11T17:15:59.572Z] #38 47.29 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-11-11T17:15:59.572Z] #38 47.30 Unpacking cmake-data (3.18.4-2) ... [2021-11-11T17:16:01.189Z] #38 42.46 Selecting previously unselected package libicu67:amd64. [2021-11-11T17:16:01.189Z] #38 42.46 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-11-11T17:16:01.189Z] #38 42.47 Unpacking libicu67:amd64 (67.1-7) ... [2021-11-11T17:16:01.476Z] #38 ... [2021-11-11T17:16:01.476Z] [2021-11-11T17:16:01.476Z] #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 [2021-11-11T17:16:01.476Z] #47 sha256:89b11372689892d3dedb5189a56cd8d29cfb749317155f960e9d645e706b7b11 [2021-11-11T17:16:01.476Z] #47 35.44 Reading package lists... [2021-11-11T17:16:01.476Z] #47 39.75 Building dependency tree... [2021-11-11T17:16:01.476Z] #47 42.90 The following additional packages will be installed: [2021-11-11T17:16:01.476Z] #47 42.92 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-11T17:16:01.476Z] #47 42.92 python3-protobuf python3-six [2021-11-11T17:16:01.476Z] #47 42.93 Suggested packages: [2021-11-11T17:16:01.476Z] #47 42.94 python3-setuptools [2021-11-11T17:16:01.476Z] #47 42.94 Recommended packages: [2021-11-11T17:16:01.476Z] #47 42.94 iproute2 | iproute [2021-11-11T17:16:01.476Z] #47 44.04 The following NEW packages will be installed: [2021-11-11T17:16:01.476Z] #47 44.14 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-11T17:16:01.476Z] #47 44.14 python3-protobuf python3-six [2021-11-11T17:16:01.476Z] #47 44.84 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:16:01.476Z] #47 44.84 Need to get 2112 kB of archives. [2021-11-11T17:16:01.476Z] #47 44.84 After this operation, 10.7 MB of additional disk space will be used. [2021-11-11T17:16:01.476Z] #47 44.84 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2021-11-11T17:16:01.476Z] #47 44.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-11T17:16:01.476Z] #47 44.86 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2021-11-11T17:16:01.476Z] #47 44.86 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2021-11-11T17:16:01.476Z] #47 44.88 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-11-11T17:16:01.476Z] #47 44.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2021-11-11T17:16:01.476Z] #47 44.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2021-11-11T17:16:01.476Z] #47 48.66 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-1 [606 kB] [2021-11-11T17:16:01.737Z] #47 ... [2021-11-11T17:16:01.737Z] [2021-11-11T17:16:01.737Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:16:01.737Z] #53 sha256:9cb52f6872fcc3b0e7d37726b0ae6ca6fb2886b0dc5b647f1a25489b36c70d13 [2021-11-11T17:16:01.737Z] #53 39.96 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-11T17:16:01.737Z] #53 39.97 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-11T17:16:01.737Z] #53 40.03 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-11T17:16:01.737Z] #53 40.06 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-11T17:16:01.737Z] #53 40.26 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-11T17:16:01.737Z] #53 41.16 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-11T17:16:01.737Z] #53 41.34 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-11T17:16:01.737Z] #53 41.46 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-11T17:16:01.737Z] #53 ... [2021-11-11T17:16:01.737Z] [2021-11-11T17:16:01.737Z] #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 [2021-11-11T17:16:01.737Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:16:01.737Z] #14 44.00 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:16:01.737Z] #14 44.43 Fetched 108 MB in 4s (27.9 MB/s) [2021-11-11T17:16:01.737Z] #14 44.62 Selecting previously unselected package binutils-mingw-w64-i686. [2021-11-11T17:16:01.737Z] #14 44.62 (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 ... 15703 files and directories currently installed.) [2021-11-11T17:16:01.737Z] #14 44.79 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2021-11-11T17:16:01.737Z] #14 44.80 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-11T17:16:01.737Z] #14 47.79 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-11-11T17:16:01.737Z] #14 47.79 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2021-11-11T17:16:01.737Z] #14 47.80 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-11T17:16:01.759Z] #38 ... [2021-11-11T17:16:01.759Z] [2021-11-11T17:16:01.759Z] #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 [2021-11-11T17:16:01.759Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:16:01.759Z] #47 40.35 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-1 [657 kB] [2021-11-11T17:16:01.759Z] #47 41.49 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:16:01.759Z] #47 41.80 Fetched 2288 kB in 5s (450 kB/s) [2021-11-11T17:16:01.759Z] #47 41.86 Selecting previously unselected package libprotobuf23:amd64. [2021-11-11T17:16:01.759Z] #47 41.86 (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 ... 15713 files and directories currently installed.) [2021-11-11T17:16:01.759Z] #47 41.93 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-11-11T17:16:01.759Z] #47 41.95 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-11-11T17:16:01.759Z] #47 42.66 Selecting previously unselected package python3-pkg-resources. [2021-11-11T17:16:01.759Z] #47 42.66 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-11T17:16:01.759Z] #47 42.67 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:16:01.997Z] #14 ... [2021-11-11T17:16:01.997Z] [2021-11-11T17:16:01.997Z] #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 [2021-11-11T17:16:01.997Z] #47 sha256:89b11372689892d3dedb5189a56cd8d29cfb749317155f960e9d645e706b7b11 [2021-11-11T17:16:01.997Z] #47 50.16 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:16:02.018Z] #47 42.93 Selecting previously unselected package python3-six. [2021-11-11T17:16:02.018Z] #47 42.93 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-11-11T17:16:02.018Z] #47 42.93 Unpacking python3-six (1.16.0-2) ... [2021-11-11T17:16:02.257Z] #47 50.36 Fetched 2112 kB in 5s (458 kB/s) [2021-11-11T17:16:02.257Z] #47 50.46 Selecting previously unselected package libprotobuf23:arm64. [2021-11-11T17:16:02.257Z] #47 50.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 ... 15703 files and directories currently installed.) [2021-11-11T17:16:02.257Z] #47 50.53 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2021-11-11T17:16:02.277Z] #47 43.06 Selecting previously unselected package python3-protobuf. [2021-11-11T17:16:02.277Z] #47 43.09 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-11-11T17:16:02.277Z] #47 43.09 Unpacking python3-protobuf (3.12.4-1) ... [2021-11-11T17:16:02.516Z] #47 50.55 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2021-11-11T17:16:02.536Z] #47 43.57 Selecting previously unselected package libnet1:amd64. [2021-11-11T17:16:02.795Z] #47 43.59 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-11T17:16:02.795Z] #47 43.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:16:02.795Z] #47 43.80 Selecting previously unselected package libnl-3-200:amd64. [2021-11-11T17:16:02.795Z] #47 43.80 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-11-11T17:16:02.795Z] #47 43.81 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-11T17:16:03.036Z] #47 51.07 Selecting previously unselected package python3-pkg-resources. [2021-11-11T17:16:03.036Z] #47 51.07 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-11T17:16:03.036Z] #47 51.08 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:16:03.036Z] #47 51.25 Selecting previously unselected package python3-six. [2021-11-11T17:16:03.036Z] #47 51.28 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-11-11T17:16:03.036Z] #47 51.28 Unpacking python3-six (1.16.0-2) ... [2021-11-11T17:16:03.054Z] #47 43.95 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-11T17:16:03.054Z] #47 43.95 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-11-11T17:16:03.054Z] #47 43.95 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-11T17:16:03.191Z] #21 2.825 Reading package lists... [2021-11-11T17:16:03.299Z] #47 51.39 Selecting previously unselected package python3-protobuf. [2021-11-11T17:16:03.299Z] #47 51.40 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2021-11-11T17:16:03.299Z] #47 51.41 Unpacking python3-protobuf (3.12.4-1) ... [2021-11-11T17:16:03.312Z] #47 44.04 Selecting previously unselected package criu. [2021-11-11T17:16:03.313Z] #47 44.05 Preparing to unpack .../7-criu_3.16.1-1_amd64.deb ... [2021-11-11T17:16:03.313Z] #47 44.07 Unpacking criu (3.16.1-1) ... [2021-11-11T17:16:03.874Z] #47 51.89 Selecting previously unselected package libnet1:arm64. [2021-11-11T17:16:03.874Z] #47 51.90 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-11-11T17:16:03.874Z] #47 51.90 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:16:03.874Z] #47 52.01 Selecting previously unselected package libnl-3-200:arm64. [2021-11-11T17:16:03.874Z] #47 52.01 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2021-11-11T17:16:03.874Z] #47 52.02 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-11-11T17:16:03.874Z] #47 52.12 Selecting previously unselected package libprotobuf-c1:arm64. [2021-11-11T17:16:04.134Z] #47 52.12 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2021-11-11T17:16:04.134Z] #47 52.13 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-11-11T17:16:04.134Z] #47 52.27 Selecting previously unselected package criu. [2021-11-11T17:16:04.134Z] #47 52.27 Preparing to unpack .../7-criu_3.16.1-1_arm64.deb ... [2021-11-11T17:16:04.134Z] #47 52.27 Unpacking criu (3.16.1-1) ... [2021-11-11T17:16:04.261Z] #47 44.93 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:16:04.702Z] #47 52.96 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:16:05.197Z] #47 ... [2021-11-11T17:16:05.198Z] [2021-11-11T17:16:05.198Z] #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 [2021-11-11T17:16:05.198Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:16:05.198Z] #14 36.46 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-11-11T17:16:05.198Z] #14 36.47 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-11-11T17:16:05.198Z] #14 36.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-11-11T17:16:05.198Z] #14 36.82 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-11-11T17:16:05.198Z] #14 37.07 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] [2021-11-11T17:16:05.198Z] #14 37.07 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] [2021-11-11T17:16:05.198Z] #14 37.77 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] [2021-11-11T17:16:05.198Z] #14 39.06 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-11-11T17:16:05.198Z] #14 39.66 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] [2021-11-11T17:16:05.198Z] #14 40.26 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] [2021-11-11T17:16:05.198Z] #14 41.60 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] [2021-11-11T17:16:05.198Z] #14 42.22 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] [2021-11-11T17:16:05.198Z] #14 42.22 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-11-11T17:16:05.198Z] #14 42.22 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-11-11T17:16:05.198Z] #14 42.22 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-11T17:16:05.198Z] #14 42.22 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-11T17:16:05.198Z] #14 42.24 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] [2021-11-11T17:16:05.198Z] #14 42.31 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-11-11T17:16:05.198Z] #14 42.31 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-11-11T17:16:05.198Z] #14 42.31 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-11-11T17:16:05.198Z] #14 42.31 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-11-11T17:16:05.198Z] #14 42.32 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-11-11T17:16:05.198Z] #14 42.32 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-11-11T17:16:05.198Z] #14 42.36 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-11-11T17:16:05.198Z] #14 42.36 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-11-11T17:16:05.198Z] #14 42.36 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-11-11T17:16:05.198Z] #14 42.36 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-11-11T17:16:05.198Z] #14 43.45 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:16:05.198Z] #14 43.72 Fetched 115 MB in 7s (17.3 MB/s) [2021-11-11T17:16:05.198Z] #14 43.84 Selecting previously unselected package binutils-mingw-w64-i686. [2021-11-11T17:16:05.198Z] #14 43.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-11T17:16:05.198Z] #14 43.92 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-11T17:16:05.198Z] #14 43.92 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-11T17:16:05.198Z] #14 46.30 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-11-11T17:16:05.198Z] #14 46.30 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-11T17:16:05.198Z] #14 46.32 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-11T17:16:05.198Z] #14 ... [2021-11-11T17:16:05.198Z] [2021-11-11T17:16:05.198Z] #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 [2021-11-11T17:16:05.198Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:16:05.198Z] #47 46.22 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-11-11T17:16:05.457Z] #47 46.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:16:05.457Z] #47 46.26 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-11T17:16:05.457Z] #47 46.27 Setting up python3-six (1.16.0-2) ... [2021-11-11T17:16:06.080Z] #47 54.35 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2021-11-11T17:16:06.080Z] #47 54.39 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:16:06.080Z] #47 54.41 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-11-11T17:16:06.080Z] #47 54.42 Setting up python3-six (1.16.0-2) ... [2021-11-11T17:16:06.834Z] #47 47.43 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-11T17:16:06.834Z] #47 47.47 Setting up python3-protobuf (3.12.4-1) ... [2021-11-11T17:16:07.403Z] #47 ... [2021-11-11T17:16:07.403Z] [2021-11-11T17:16:07.403Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:16:07.403Z] #62 sha256:b68a8a3faaf38f36bf097cd7350b4d5ce8a1fc6f006d97a968f24a8a637492c8 [2021-11-11T17:16:07.403Z] #62 4.268 + RM_GOPATH=0 [2021-11-11T17:16:07.403Z] #62 4.268 + TMP_GOPATH= [2021-11-11T17:16:07.403Z] #62 4.268 + : /build [2021-11-11T17:16:07.403Z] #62 4.268 + '[' -z '' ']' [2021-11-11T17:16:07.403Z] #62 4.268 ++ mktemp -d [2021-11-11T17:16:07.403Z] #62 4.274 + export GOPATH=/tmp/tmp.ZM9O9xL7yF [2021-11-11T17:16:07.403Z] #62 4.274 + GOPATH=/tmp/tmp.ZM9O9xL7yF [2021-11-11T17:16:07.403Z] #62 4.274 + RM_GOPATH=1 [2021-11-11T17:16:07.403Z] #62 4.274 + case "$(go env GOARCH)" in [2021-11-11T17:16:07.403Z] #62 4.274 ++ go env GOARCH [2021-11-11T17:16:07.403Z] #62 4.302 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:16:07.403Z] #62 4.302 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:16:07.403Z] #62 4.302 ++ dirname /install.sh [2021-11-11T17:16:07.403Z] #62 4.304 + dir=/ [2021-11-11T17:16:07.403Z] #62 4.304 + bin=containerd [2021-11-11T17:16:07.403Z] #62 4.304 + shift [2021-11-11T17:16:07.403Z] #62 4.304 + '[' '!' -f //containerd.installer ']' [2021-11-11T17:16:07.403Z] #62 4.304 + . //containerd.installer [2021-11-11T17:16:07.403Z] #62 4.304 ++ set -e [2021-11-11T17:16:07.403Z] #62 4.304 ++ : v1.5.7 [2021-11-11T17:16:07.403Z] #62 4.304 + install_containerd [2021-11-11T17:16:07.403Z] #62 4.304 + echo 'Install containerd version v1.5.7' [2021-11-11T17:16:07.403Z] #62 4.310 Install containerd version v1.5.7 [2021-11-11T17:16:07.403Z] #62 4.319 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZM9O9xL7yF/src/github.com/containerd/containerd [2021-11-11T17:16:07.403Z] #62 4.319 Cloning into '/tmp/tmp.ZM9O9xL7yF/src/github.com/containerd/containerd'... [2021-11-11T17:16:07.471Z] #47 55.33 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-11-11T17:16:07.471Z] #47 55.37 Setting up python3-protobuf (3.12.4-1) ... [2021-11-11T17:16:07.662Z] #62 ... [2021-11-11T17:16:07.662Z] [2021-11-11T17:16:07.662Z] #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 [2021-11-11T17:16:07.662Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:16:07.662Z] #14 48.75 Selecting previously unselected package binutils-mingw-w64. [2021-11-11T17:16:07.662Z] #14 48.78 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-11-11T17:16:07.662Z] #14 48.78 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-11T17:16:07.662Z] #14 49.00 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-11-11T17:16:07.662Z] #14 49.01 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-11T17:16:07.662Z] #14 49.05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:16:07.993Z] #14 49.20 Selecting previously unselected package dmsetup. [2021-11-11T17:16:07.993Z] #14 49.20 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-11-11T17:16:07.993Z] #14 49.20 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-11-11T17:16:07.993Z] #14 49.39 Selecting previously unselected package mingw-w64-common. [2021-11-11T17:16:07.993Z] #14 49.39 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-11-11T17:16:07.993Z] #14 49.40 Unpacking mingw-w64-common (8.0.0-1) ... [2021-11-11T17:16:08.714Z] #21 8.451 Reading package lists... [2021-11-11T17:16:09.281Z] #21 13.04 Building dependency tree... [2021-11-11T17:16:09.281Z] #21 14.10 Reading state information... [2021-11-11T17:16:10.009Z] #47 58.00 Setting up criu (3.16.1-1) ... [2021-11-11T17:16:10.217Z] #21 15.15 The following additional packages will be installed: [2021-11-11T17:16:10.217Z] #21 15.15 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2021-11-11T17:16:10.217Z] #21 15.16 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-11-11T17:16:10.217Z] #21 15.16 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-11-11T17:16:10.217Z] #21 15.16 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2021-11-11T17:16:10.217Z] #21 15.16 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2021-11-11T17:16:10.217Z] #21 15.16 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2021-11-11T17:16:10.217Z] #21 15.16 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2021-11-11T17:16:10.217Z] #21 15.18 Suggested packages: [2021-11-11T17:16:10.217Z] #21 15.18 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2021-11-11T17:16:10.217Z] #21 15.18 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2021-11-11T17:16:10.217Z] #21 15.18 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2021-11-11T17:16:10.217Z] #21 15.18 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2021-11-11T17:16:10.217Z] #21 15.18 seccomp:ppc64el seccomp:s390x [2021-11-11T17:16:10.217Z] #21 15.18 Recommended packages: [2021-11-11T17:16:10.217Z] #21 15.18 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2021-11-11T17:16:10.217Z] #21 15.18 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2021-11-11T17:16:10.217Z] #21 15.18 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2021-11-11T17:16:10.217Z] #21 15.18 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2021-11-11T17:16:10.783Z] #21 15.62 The following NEW packages will be installed: [2021-11-11T17:16:10.783Z] #21 15.62 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2021-11-11T17:16:10.783Z] #21 15.62 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2021-11-11T17:16:10.783Z] #21 15.62 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2021-11-11T17:16:10.783Z] #21 15.62 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-11-11T17:16:10.783Z] #21 15.62 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-11-11T17:16:10.783Z] #21 15.62 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2021-11-11T17:16:10.783Z] #21 15.62 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2021-11-11T17:16:10.783Z] #21 15.63 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2021-11-11T17:16:10.783Z] #21 15.63 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2021-11-11T17:16:10.783Z] #21 15.63 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2021-11-11T17:16:10.783Z] #21 15.63 libseccomp2:ppc64el libseccomp2:s390x [2021-11-11T17:16:11.042Z] #21 15.97 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:16:11.042Z] #21 15.97 Need to get 15.9 MB of archives. [2021-11-11T17:16:11.042Z] #21 15.97 After this operation, 72.9 MB of additional disk space will be used. [2021-11-11T17:16:11.042Z] #21 15.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2021-11-11T17:16:11.042Z] #21 15.98 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2021-11-11T17:16:11.042Z] #21 15.98 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2021-11-11T17:16:11.042Z] #21 15.98 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2021-11-11T17:16:11.042Z] #21 15.99 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2021-11-11T17:16:11.042Z] #21 15.99 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2021-11-11T17:16:11.042Z] #21 15.99 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2021-11-11T17:16:11.042Z] #21 15.99 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2021-11-11T17:16:11.042Z] #21 16.03 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2021-11-11T17:16:11.042Z] #21 16.03 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2021-11-11T17:16:11.042Z] #21 16.04 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2021-11-11T17:16:11.042Z] #21 16.04 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2021-11-11T17:16:11.042Z] #21 16.04 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2021-11-11T17:16:11.042Z] #21 16.08 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2021-11-11T17:16:11.042Z] #21 16.08 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2021-11-11T17:16:11.042Z] #21 16.08 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2021-11-11T17:16:11.042Z] #21 16.08 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2021-11-11T17:16:11.042Z] #21 16.08 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2021-11-11T17:16:11.042Z] #21 16.11 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2021-11-11T17:16:11.042Z] #21 16.11 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2021-11-11T17:16:11.042Z] #21 16.11 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2021-11-11T17:16:11.042Z] #21 16.12 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2021-11-11T17:16:11.042Z] #21 16.12 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2021-11-11T17:16:11.042Z] #21 16.15 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2021-11-11T17:16:11.300Z] #21 16.15 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2021-11-11T17:16:11.300Z] #21 16.15 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2021-11-11T17:16:11.300Z] #21 16.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2021-11-11T17:16:11.300Z] #21 16.15 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2021-11-11T17:16:11.300Z] #21 16.18 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2021-11-11T17:16:11.300Z] #21 16.18 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2021-11-11T17:16:11.300Z] #21 16.18 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB] [2021-11-11T17:16:11.300Z] #21 16.18 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB] [2021-11-11T17:16:11.300Z] #21 16.18 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB] [2021-11-11T17:16:11.300Z] #21 16.18 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB] [2021-11-11T17:16:11.300Z] #21 16.19 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB] [2021-11-11T17:16:11.300Z] #21 16.19 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB] [2021-11-11T17:16:11.300Z] #21 16.19 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB] [2021-11-11T17:16:11.300Z] #21 16.19 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB] [2021-11-11T17:16:11.300Z] #21 16.19 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB] [2021-11-11T17:16:11.300Z] #21 16.19 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB] [2021-11-11T17:16:11.559Z] #21 16.69 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:16:11.748Z] #47 59.67 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:16:11.817Z] #21 16.90 Fetched 15.9 MB in 1s (31.8 MB/s) [2021-11-11T17:16:12.076Z] #21 16.94 Selecting previously unselected package gcc-10-base:armel. [2021-11-11T17:16:12.076Z] #21 16.94 (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 ... 38512 files and directories currently installed.) [2021-11-11T17:16:12.076Z] #21 16.98 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2021-11-11T17:16:12.076Z] #21 16.99 Unpacking gcc-10-base:armel (10.2.1-6) ... [2021-11-11T17:16:12.076Z] #21 17.04 Selecting previously unselected package gcc-10-base:armhf. [2021-11-11T17:16:12.076Z] #21 17.04 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2021-11-11T17:16:12.076Z] #21 17.05 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2021-11-11T17:16:12.076Z] #21 17.09 Selecting previously unselected package gcc-10-base:ppc64el. [2021-11-11T17:16:12.076Z] #21 17.09 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2021-11-11T17:16:12.076Z] #21 17.09 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2021-11-11T17:16:12.076Z] #21 17.14 Selecting previously unselected package gcc-10-base:s390x. [2021-11-11T17:16:12.076Z] #21 17.14 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2021-11-11T17:16:12.076Z] #21 17.15 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2021-11-11T17:16:12.076Z] #21 17.19 Selecting previously unselected package gcc-10-base:arm64. [2021-11-11T17:16:12.076Z] #21 17.19 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2021-11-11T17:16:12.076Z] #21 17.20 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2021-11-11T17:16:12.076Z] #21 17.25 Selecting previously unselected package libgcc-s1:armel. [2021-11-11T17:16:12.319Z] #47 ... [2021-11-11T17:16:12.319Z] [2021-11-11T17:16:12.319Z] #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 [2021-11-11T17:16:12.319Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:16:12.319Z] #14 50.88 Selecting previously unselected package binutils-mingw-w64. [2021-11-11T17:16:12.319Z] #14 50.88 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-11-11T17:16:12.319Z] #14 50.89 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-11T17:16:12.319Z] #14 51.02 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-11-11T17:16:12.319Z] #14 51.02 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-11-11T17:16:12.319Z] #14 51.03 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-11-11T17:16:12.319Z] #14 51.17 Selecting previously unselected package dmsetup. [2021-11-11T17:16:12.319Z] #14 51.18 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2021-11-11T17:16:12.319Z] #14 51.18 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-11-11T17:16:12.319Z] #14 51.33 Selecting previously unselected package mingw-w64-common. [2021-11-11T17:16:12.319Z] #14 51.34 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-11-11T17:16:12.319Z] #14 51.35 Unpacking mingw-w64-common (8.0.0-1) ... [2021-11-11T17:16:12.319Z] #14 55.57 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-11-11T17:16:12.319Z] #14 55.58 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-11-11T17:16:12.319Z] #14 55.59 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-11T17:16:12.334Z] #21 17.26 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2021-11-11T17:16:12.335Z] #21 17.27 Unpacking libgcc-s1:armel (10.2.1-6) ... [2021-11-11T17:16:12.335Z] #21 17.32 Selecting previously unselected package libcrypt1:armel. [2021-11-11T17:16:12.335Z] #21 17.32 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2021-11-11T17:16:12.335Z] #21 17.32 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2021-11-11T17:16:12.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-11-11T17:16:12.593Z] #21 17.41 Selecting previously unselected package libc6:armel. [2021-11-11T17:16:12.593Z] #21 17.42 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2021-11-11T17:16:12.593Z] #21 17.60 Unpacking libc6:armel (2.31-13+deb11u2) ... [2021-11-11T17:16:12.635Z] #14 ... [2021-11-11T17:16:12.635Z] [2021-11-11T17:16:12.635Z] #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 [2021-11-11T17:16:12.635Z] #38 sha256:d9799c7c9611b9cf2f1c88dc802ac72ebff01dfccc32380450851e87948f6cd7 [2021-11-11T17:16:12.635Z] #38 50.95 Selecting previously unselected package libicu67:arm64. [2021-11-11T17:16:12.635Z] #38 50.96 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2021-11-11T17:16:12.635Z] #38 50.98 Unpacking libicu67:arm64 (67.1-7) ... [2021-11-11T17:16:12.635Z] #38 55.52 Selecting previously unselected package libxml2:arm64. [2021-11-11T17:16:12.635Z] #38 55.53 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2021-11-11T17:16:12.635Z] #38 55.55 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2021-11-11T17:16:12.635Z] #38 55.92 Selecting previously unselected package libarchive13:arm64. [2021-11-11T17:16:12.635Z] #38 55.92 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2021-11-11T17:16:12.635Z] #38 55.93 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2021-11-11T17:16:12.635Z] #38 56.22 Selecting previously unselected package libjsoncpp24:arm64. [2021-11-11T17:16:12.635Z] #38 56.22 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2021-11-11T17:16:12.635Z] #38 56.22 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2021-11-11T17:16:12.635Z] #38 56.42 Selecting previously unselected package librhash0:arm64. [2021-11-11T17:16:12.635Z] #38 56.44 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2021-11-11T17:16:12.635Z] #38 56.44 Unpacking librhash0:arm64 (1.4.1-2) ... [2021-11-11T17:16:12.635Z] #38 56.58 Selecting previously unselected package libuv1:arm64. [2021-11-11T17:16:12.635Z] #38 56.59 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2021-11-11T17:16:12.635Z] #38 56.61 Unpacking libuv1:arm64 (1.40.0-2) ... [2021-11-11T17:16:12.635Z] #38 56.76 Selecting previously unselected package cmake. [2021-11-11T17:16:12.635Z] #38 56.78 Preparing to unpack .../9-cmake_3.18.4-2_arm64.deb ... [2021-11-11T17:16:12.635Z] #38 56.79 Unpacking cmake (3.18.4-2) ... [2021-11-11T17:16:12.635Z] #38 59.21 Setting up libicu67:arm64 (67.1-7) ... [2021-11-11T17:16:12.635Z] #38 59.22 Setting up xxd (2:8.2.2434-3) ... [2021-11-11T17:16:12.635Z] #38 59.24 Setting up libuv1:arm64 (1.40.0-2) ... [2021-11-11T17:16:12.635Z] #38 59.28 Setting up vim-common (2:8.2.2434-3) ... [2021-11-11T17:16:12.635Z] #38 59.31 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2021-11-11T17:16:12.635Z] #38 59.32 Setting up librhash0:arm64 (1.4.1-2) ... [2021-11-11T17:16:12.635Z] #38 59.35 Setting up cmake-data (3.18.4-2) ... [2021-11-11T17:16:12.635Z] #38 59.37 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2021-11-11T17:16:12.635Z] #38 59.39 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2021-11-11T17:16:12.635Z] #38 59.40 Setting up cmake (3.18.4-2) ... [2021-11-11T17:16:12.635Z] #38 59.42 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:16:12.852Z] #21 17.99 Selecting previously unselected package libapparmor1:armel. [2021-11-11T17:16:13.110Z] #21 17.99 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2021-11-11T17:16:13.110Z] #21 18.00 Unpacking libapparmor1:armel (2.13.6-10) ... [2021-11-11T17:16:13.110Z] #21 18.05 Selecting previously unselected package libapparmor-dev:armel. [2021-11-11T17:16:13.110Z] #21 18.05 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2021-11-11T17:16:13.110Z] #21 18.06 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2021-11-11T17:16:13.110Z] #21 18.13 Selecting previously unselected package libgcc-s1:arm64. [2021-11-11T17:16:13.110Z] #21 18.14 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2021-11-11T17:16:13.110Z] #21 18.15 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2021-11-11T17:16:13.110Z] #21 18.20 Selecting previously unselected package libcrypt1:arm64. [2021-11-11T17:16:13.110Z] #21 18.20 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2021-11-11T17:16:13.110Z] #21 18.21 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2021-11-11T17:16:13.271Z] #14 ... [2021-11-11T17:16:13.271Z] [2021-11-11T17:16:13.271Z] #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 [2021-11-11T17:16:13.271Z] #47 sha256:09aba1e3a995cea4ed30cd2f74924a57c336cd479150e97a44677241bd8c274b [2021-11-11T17:16:13.271Z] #47 51.27 Setting up criu (3.16.1-1) ... [2021-11-11T17:16:13.271Z] #47 53.12 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:16:13.271Z] #47 DONE 54.2s [2021-11-11T17:16:13.271Z] [2021-11-11T17:16:13.271Z] #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 [2021-11-11T17:16:13.271Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089 [2021-11-11T17:16:13.271Z] #38 48.59 Selecting previously unselected package libxml2:amd64. [2021-11-11T17:16:13.271Z] #38 48.59 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-11-11T17:16:13.271Z] #38 48.60 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-11T17:16:13.271Z] #38 49.09 Selecting previously unselected package libarchive13:amd64. [2021-11-11T17:16:13.271Z] #38 49.09 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-11-11T17:16:13.271Z] #38 49.10 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-11T17:16:13.271Z] #38 49.41 Selecting previously unselected package libjsoncpp24:amd64. [2021-11-11T17:16:13.271Z] #38 49.43 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-11-11T17:16:13.271Z] #38 49.44 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-11T17:16:13.271Z] #38 49.69 Selecting previously unselected package librhash0:amd64. [2021-11-11T17:16:13.271Z] #38 49.70 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-11-11T17:16:13.271Z] #38 49.71 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-11-11T17:16:13.271Z] #38 49.88 Selecting previously unselected package libuv1:amd64. [2021-11-11T17:16:13.271Z] #38 49.89 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-11-11T17:16:13.271Z] #38 49.90 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-11-11T17:16:13.271Z] #38 50.08 Selecting previously unselected package cmake. [2021-11-11T17:16:13.271Z] #38 50.10 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-11-11T17:16:13.271Z] #38 50.12 Unpacking cmake (3.18.4-2) ... [2021-11-11T17:16:13.271Z] #38 54.64 Setting up libicu67:amd64 (67.1-7) ... [2021-11-11T17:16:13.271Z] #38 54.74 Setting up xxd (2:8.2.2434-3) ... [2021-11-11T17:16:13.271Z] #38 54.76 Setting up libuv1:amd64 (1.40.0-2) ... [2021-11-11T17:16:13.271Z] #38 54.82 Setting up vim-common (2:8.2.2434-3) ... [2021-11-11T17:16:13.271Z] #38 54.82 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-11T17:16:13.271Z] #38 54.84 Setting up librhash0:amd64 (1.4.1-2) ... [2021-11-11T17:16:13.369Z] #21 18.29 Selecting previously unselected package libc6:arm64. [2021-11-11T17:16:13.369Z] #21 18.30 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2021-11-11T17:16:13.534Z] #38 54.86 Setting up cmake-data (3.18.4-2) ... [2021-11-11T17:16:13.534Z] #38 54.88 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-11T17:16:13.534Z] #38 54.90 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-11T17:16:13.534Z] #38 54.91 Setting up cmake (3.18.4-2) ... [2021-11-11T17:16:13.534Z] #38 54.93 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:16:13.534Z] #38 ... [2021-11-11T17:16:13.534Z] [2021-11-11T17:16:13.535Z] #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 [2021-11-11T17:16:13.535Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:16:13.535Z] #14 54.91 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-11-11T17:16:13.535Z] #14 54.93 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-11-11T17:16:13.535Z] #14 54.93 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-11T17:16:13.628Z] #21 18.51 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2021-11-11T17:16:13.795Z] #14 ... [2021-11-11T17:16:13.795Z] [2021-11-11T17:16:13.795Z] #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 [2021-11-11T17:16:13.795Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68 [2021-11-11T17:16:13.795Z] #34 44.71 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. [2021-11-11T17:16:13.795Z] #34 45.02 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-11-11T17:16:13.795Z] #34 45.82 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-11T17:16:13.898Z] #21 18.94 Selecting previously unselected package libapparmor1:arm64. [2021-11-11T17:16:13.898Z] #21 18.94 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2021-11-11T17:16:13.898Z] #21 18.95 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2021-11-11T17:16:13.898Z] #21 19.00 Selecting previously unselected package libapparmor-dev:arm64. [2021-11-11T17:16:14.060Z] #34 ... [2021-11-11T17:16:14.060Z] [2021-11-11T17:16:14.060Z] #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 [2021-11-11T17:16:14.060Z] #38 sha256:f1f1b8863a202673f7ba6f1e796af7eb5a86d527df3b1f8e55f045c34ab06089 [2021-11-11T17:16:14.060Z] #38 DONE 55.5s [2021-11-11T17:16:14.060Z] [2021-11-11T17:16:14.060Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-11T17:16:14.060Z] #39 sha256:368cb26abf3e0ff852ccf98760efc91b499c267e14c50a70687de8ebfedf40f4 [2021-11-11T17:16:14.162Z] #21 19.00 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2021-11-11T17:16:14.162Z] #21 19.00 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2021-11-11T17:16:14.162Z] #21 19.07 Selecting previously unselected package libgcc-s1:s390x. [2021-11-11T17:16:14.162Z] #21 19.07 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2021-11-11T17:16:14.162Z] #21 19.08 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2021-11-11T17:16:14.162Z] #21 19.14 Selecting previously unselected package libcrypt1:s390x. [2021-11-11T17:16:14.162Z] #21 19.15 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2021-11-11T17:16:14.162Z] #21 19.15 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2021-11-11T17:16:14.162Z] #21 19.24 Selecting previously unselected package libc6:s390x. [2021-11-11T17:16:14.179Z] #38 ... [2021-11-11T17:16:14.179Z] [2021-11-11T17:16:14.179Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-11T17:16:14.179Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:16:14.179Z] #14 62.59 Selecting previously unselected package gcc-mingw-w64-base. [2021-11-11T17:16:14.322Z] #39 DONE 0.2s [2021-11-11T17:16:14.322Z] [2021-11-11T17:16:14.322Z] #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 [2021-11-11T17:16:14.322Z] #40 sha256:a477ffb470f3b2a70aa337ff103345c5c7f6664378440b0dfcfc48e9c74c111c [2021-11-11T17:16:14.420Z] #21 19.24 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2021-11-11T17:16:14.421Z] #21 19.46 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2021-11-11T17:16:14.486Z] #14 62.60 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2021-11-11T17:16:14.486Z] #14 ... [2021-11-11T17:16:14.486Z] [2021-11-11T17:16:14.486Z] #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 [2021-11-11T17:16:14.486Z] #34 sha256:11e9703ab38bf3d3a3d03da051d08dcb9da060079eddbf97343e4bf8a908a8a2 [2021-11-11T17:16:14.486Z] #34 52.41 Updating files: 99% (1508/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2021-11-11T17:16:14.486Z] #34 52.44 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-11-11T17:16:14.486Z] #34 52.50 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-11T17:16:14.486Z] #34 ... [2021-11-11T17:16:14.486Z] [2021-11-11T17:16:14.486Z] #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 [2021-11-11T17:16:14.486Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:16:14.486Z] #14 62.90 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-11T17:16:14.744Z] #14 63.23 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-11-11T17:16:14.744Z] #14 63.23 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2021-11-11T17:16:14.744Z] #14 63.24 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-11T17:16:14.986Z] #21 19.90 Selecting previously unselected package libapparmor1:s390x. [2021-11-11T17:16:14.986Z] #21 19.91 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2021-11-11T17:16:14.986Z] #21 19.91 Unpacking libapparmor1:s390x (2.13.6-10) ... [2021-11-11T17:16:14.986Z] #21 19.95 Selecting previously unselected package libapparmor-dev:s390x. [2021-11-11T17:16:14.986Z] #21 19.96 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2021-11-11T17:16:14.986Z] #21 19.97 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2021-11-11T17:16:14.986Z] #21 20.04 Selecting previously unselected package libgcc-s1:armhf. [2021-11-11T17:16:14.986Z] #21 20.04 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2021-11-11T17:16:14.986Z] #21 20.05 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2021-11-11T17:16:14.986Z] #21 20.10 Selecting previously unselected package libcrypt1:armhf. [2021-11-11T17:16:15.244Z] #21 20.10 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2021-11-11T17:16:15.244Z] #21 20.11 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2021-11-11T17:16:15.244Z] #21 20.20 Selecting previously unselected package libc6:armhf. [2021-11-11T17:16:15.244Z] #21 20.20 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2021-11-11T17:16:15.502Z] #21 20.44 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2021-11-11T17:16:15.761Z] #21 20.92 Selecting previously unselected package libapparmor1:armhf. [2021-11-11T17:16:16.018Z] #21 20.92 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2021-11-11T17:16:16.019Z] #21 20.93 Unpacking libapparmor1:armhf (2.13.6-10) ... [2021-11-11T17:16:16.019Z] #21 20.98 Selecting previously unselected package libapparmor-dev:armhf. [2021-11-11T17:16:16.019Z] #21 20.99 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2021-11-11T17:16:16.019Z] #21 21.00 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2021-11-11T17:16:16.019Z] #21 21.06 Selecting previously unselected package libgcc-s1:ppc64el. [2021-11-11T17:16:16.019Z] #21 21.07 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2021-11-11T17:16:16.019Z] #21 21.08 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2021-11-11T17:16:16.019Z] #21 21.13 Selecting previously unselected package libcrypt1:ppc64el. [2021-11-11T17:16:16.019Z] #21 21.13 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2021-11-11T17:16:16.019Z] #21 21.14 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2021-11-11T17:16:16.277Z] #21 21.23 Selecting previously unselected package libc6:ppc64el. [2021-11-11T17:16:16.277Z] #21 21.23 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2021-11-11T17:16:16.535Z] #21 21.40 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2021-11-11T17:16:17.100Z] #21 21.98 Selecting previously unselected package libapparmor1:ppc64el. [2021-11-11T17:16:17.100Z] #21 21.98 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2021-11-11T17:16:17.100Z] #21 21.99 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2021-11-11T17:16:17.100Z] #21 22.05 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-11-11T17:16:17.100Z] #21 22.06 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2021-11-11T17:16:17.100Z] #21 22.06 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2021-11-11T17:16:17.100Z] #21 22.13 Selecting previously unselected package libseccomp2:s390x. [2021-11-11T17:16:17.100Z] #21 22.14 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ... [2021-11-11T17:16:17.100Z] #21 22.14 Unpacking libseccomp2:s390x (2.5.1-1) ... [2021-11-11T17:16:17.100Z] #21 22.19 Selecting previously unselected package libseccomp-dev:s390x. [2021-11-11T17:16:17.100Z] #21 22.20 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ... [2021-11-11T17:16:17.100Z] #21 22.21 Unpacking libseccomp-dev:s390x (2.5.1-1) ... [2021-11-11T17:16:17.286Z] #14 ... [2021-11-11T17:16:17.286Z] [2021-11-11T17:16:17.286Z] #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 [2021-11-11T17:16:17.286Z] #38 sha256:d9799c7c9611b9cf2f1c88dc802ac72ebff01dfccc32380450851e87948f6cd7 [2021-11-11T17:16:17.286Z] #38 DONE 65.4s [2021-11-11T17:16:17.286Z] [2021-11-11T17:16:17.286Z] #51 [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 [2021-11-11T17:16:17.286Z] #51 sha256:046e3de1a88adace01c5a897cc472637ef74b7e15f175e2afc93c4232fe3ecd9 [2021-11-11T17:16:17.286Z] #51 63.71 gotestsum version dev [2021-11-11T17:16:17.286Z] #51 DONE 65.6s [2021-11-11T17:16:17.286Z] [2021-11-11T17:16:17.286Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-11T17:16:17.286Z] #39 sha256:57d4f222e1d641b8857eaddb2f7ea50ce61fc5e0721911d6ff09dc52442bbea1 [2021-11-11T17:16:17.286Z] #39 ... [2021-11-11T17:16:17.286Z] [2021-11-11T17:16:17.286Z] #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 [2021-11-11T17:16:17.286Z] #47 sha256:89b11372689892d3dedb5189a56cd8d29cfb749317155f960e9d645e706b7b11 [2021-11-11T17:16:17.286Z] #47 DONE 65.3s [2021-11-11T17:16:17.286Z] [2021-11-11T17:16:17.286Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-11T17:16:17.286Z] #39 sha256:57d4f222e1d641b8857eaddb2f7ea50ce61fc5e0721911d6ff09dc52442bbea1 [2021-11-11T17:16:17.286Z] #39 DONE 0.4s [2021-11-11T17:16:17.286Z] [2021-11-11T17:16:17.286Z] #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 [2021-11-11T17:16:17.286Z] #43 sha256:aa552d13f8efd221f05e0a49d9d2378e7f72d76d7a9ac55d8ee716f5d7622455 [2021-11-11T17:16:17.358Z] #21 22.27 Selecting previously unselected package libseccomp2:ppc64el. [2021-11-11T17:16:17.358Z] #21 22.28 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ... [2021-11-11T17:16:17.358Z] #21 22.28 Unpacking libseccomp2:ppc64el (2.5.1-1) ... [2021-11-11T17:16:17.358Z] #21 22.33 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-11-11T17:16:17.358Z] #21 22.34 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ... [2021-11-11T17:16:17.358Z] #21 22.34 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ... [2021-11-11T17:16:17.358Z] #21 22.41 Selecting previously unselected package libseccomp2:armhf. [2021-11-11T17:16:17.358Z] #21 22.41 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ... [2021-11-11T17:16:17.358Z] #21 22.42 Unpacking libseccomp2:armhf (2.5.1-1) ... [2021-11-11T17:16:17.358Z] #21 22.46 Selecting previously unselected package libseccomp-dev:armhf. [2021-11-11T17:16:17.358Z] #21 22.47 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ... [2021-11-11T17:16:17.358Z] #21 22.48 Unpacking libseccomp-dev:armhf (2.5.1-1) ... [2021-11-11T17:16:17.358Z] #21 22.53 Selecting previously unselected package libseccomp2:armel. [2021-11-11T17:16:17.545Z] #43 ... [2021-11-11T17:16:17.545Z] [2021-11-11T17:16:17.545Z] #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 [2021-11-11T17:16:17.545Z] #40 sha256:639b1dc6f69893608c2e11d3152f988c705c33c2ae7f7743611afd4be72f7099 [2021-11-11T17:16:17.617Z] #21 22.54 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ... [2021-11-11T17:16:17.617Z] #21 22.54 Unpacking libseccomp2:armel (2.5.1-1) ... [2021-11-11T17:16:17.617Z] #21 22.59 Selecting previously unselected package libseccomp-dev:armel. [2021-11-11T17:16:17.617Z] #21 22.60 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ... [2021-11-11T17:16:17.617Z] #21 22.60 Unpacking libseccomp-dev:armel (2.5.1-1) ... [2021-11-11T17:16:17.617Z] #21 22.68 Selecting previously unselected package libseccomp2:arm64. [2021-11-11T17:16:17.875Z] #21 22.68 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ... [2021-11-11T17:16:17.875Z] #21 22.69 Unpacking libseccomp2:arm64 (2.5.1-1) ... [2021-11-11T17:16:17.875Z] #21 22.73 Selecting previously unselected package libseccomp-dev:arm64. [2021-11-11T17:16:17.875Z] #21 22.74 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ... [2021-11-11T17:16:17.875Z] #21 22.74 Unpacking libseccomp-dev:arm64 (2.5.1-1) ... [2021-11-11T17:16:17.875Z] #21 22.83 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 22.85 Setting up gcc-10-base:armel (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 22.86 Setting up gcc-10-base:armhf (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 22.87 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 22.88 Setting up gcc-10-base:s390x (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 22.90 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2021-11-11T17:16:17.875Z] #21 22.91 Setting up libcrypt1:armel (1:4.4.18-4) ... [2021-11-11T17:16:17.875Z] #21 22.92 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2021-11-11T17:16:17.875Z] #21 22.94 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2021-11-11T17:16:17.875Z] #21 22.95 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2021-11-11T17:16:17.875Z] #21 22.96 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 22.97 Setting up libgcc-s1:armel (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 22.98 Setting up libgcc-s1:armhf (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 23.00 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 23.01 Setting up libgcc-s1:s390x (10.2.1-6) ... [2021-11-11T17:16:17.875Z] #21 23.02 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2021-11-11T17:16:18.513Z] #40 3.672 + RM_GOPATH=0 [2021-11-11T17:16:18.513Z] #40 3.672 + TMP_GOPATH= [2021-11-11T17:16:18.513Z] #40 3.672 + : /build [2021-11-11T17:16:18.513Z] #40 3.672 + '[' -z '' ']' [2021-11-11T17:16:18.513Z] #40 3.672 ++ mktemp -d [2021-11-11T17:16:18.513Z] #40 3.672 + export GOPATH=/tmp/tmp.MLtTlClb2w [2021-11-11T17:16:18.513Z] #40 3.672 + GOPATH=/tmp/tmp.MLtTlClb2w [2021-11-11T17:16:18.513Z] #40 3.672 + RM_GOPATH=1 [2021-11-11T17:16:18.513Z] #40 3.672 + case "$(go env GOARCH)" in [2021-11-11T17:16:18.513Z] #40 3.672 ++ go env GOARCH [2021-11-11T17:16:18.513Z] #40 3.701 Install tini version v0.19.0 [2021-11-11T17:16:18.513Z] #40 3.701 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:16:18.513Z] #40 3.701 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:16:18.513Z] #40 3.701 ++ dirname /install.sh [2021-11-11T17:16:18.513Z] #40 3.701 + dir=/ [2021-11-11T17:16:18.513Z] #40 3.701 + bin=tini [2021-11-11T17:16:18.513Z] #40 3.701 + shift [2021-11-11T17:16:18.513Z] #40 3.701 + '[' '!' -f //tini.installer ']' [2021-11-11T17:16:18.513Z] #40 3.701 + . //tini.installer [2021-11-11T17:16:18.513Z] #40 3.701 ++ : v0.19.0 [2021-11-11T17:16:18.513Z] #40 3.701 + install_tini [2021-11-11T17:16:18.513Z] #40 3.701 + echo 'Install tini version v0.19.0' [2021-11-11T17:16:18.513Z] #40 3.701 + git clone https://github.com/krallin/tini.git /tmp/tmp.MLtTlClb2w/tini [2021-11-11T17:16:18.513Z] #40 3.701 Cloning into '/tmp/tmp.MLtTlClb2w/tini'... [2021-11-11T17:16:18.513Z] #40 ... [2021-11-11T17:16:18.513Z] [2021-11-11T17:16:18.513Z] #51 [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 [2021-11-11T17:16:18.513Z] #51 sha256:57796f5b5bd42ee55bfa1b214ca864e94cd2d950532a6e87071f34d4b3337956 [2021-11-11T17:16:18.513Z] #51 58.86 gotestsum version dev [2021-11-11T17:16:18.513Z] #51 DONE 59.6s [2021-11-11T17:16:18.513Z] [2021-11-11T17:16:18.513Z] #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 [2021-11-11T17:16:18.513Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe [2021-11-11T17:16:18.773Z] #43 ... [2021-11-11T17:16:18.773Z] [2021-11-11T17:16:18.773Z] #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 [2021-11-11T17:16:18.773Z] #40 sha256:a477ffb470f3b2a70aa337ff103345c5c7f6664378440b0dfcfc48e9c74c111c [2021-11-11T17:16:18.773Z] #40 4.435 + cd /tmp/tmp.MLtTlClb2w/tini [2021-11-11T17:16:18.773Z] #40 4.435 + git checkout -q v0.19.0 [2021-11-11T17:16:18.773Z] #40 4.435 + cmake . [2021-11-11T17:16:19.249Z] #21 24.27 Setting up libc6:armel (2.31-13+deb11u2) ... [2021-11-11T17:16:19.447Z] #40 2.031 + RM_GOPATH=0 [2021-11-11T17:16:19.447Z] #40 2.031 + TMP_GOPATH= [2021-11-11T17:16:19.447Z] #40 2.031 + : /build [2021-11-11T17:16:19.447Z] #40 2.031 + '[' -z '' ']' [2021-11-11T17:16:19.447Z] #40 2.031 ++ mktemp -d [2021-11-11T17:16:19.447Z] #40 2.031 + export GOPATH=/tmp/tmp.VSM5MKgtSo [2021-11-11T17:16:19.447Z] #40 2.031 + GOPATH=/tmp/tmp.VSM5MKgtSo [2021-11-11T17:16:19.447Z] #40 2.031 + RM_GOPATH=1 [2021-11-11T17:16:19.447Z] #40 2.031 + case "$(go env GOARCH)" in [2021-11-11T17:16:19.447Z] #40 2.031 ++ go env GOARCH [2021-11-11T17:16:19.447Z] #40 2.061 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:16:19.447Z] #40 2.061 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:16:19.447Z] #40 2.061 ++ dirname /install.sh [2021-11-11T17:16:19.447Z] #40 2.061 + dir=/ [2021-11-11T17:16:19.447Z] #40 2.061 + bin=tini [2021-11-11T17:16:19.447Z] #40 2.061 + shift [2021-11-11T17:16:19.447Z] #40 2.061 + '[' '!' -f //tini.installer ']' [2021-11-11T17:16:19.447Z] #40 2.061 + . //tini.installer [2021-11-11T17:16:19.447Z] #40 2.061 ++ : v0.19.0 [2021-11-11T17:16:19.447Z] #40 2.061 + install_tini [2021-11-11T17:16:19.447Z] #40 2.061 + echo 'Install tini version v0.19.0' [2021-11-11T17:16:19.447Z] #40 2.061 + git clone https://github.com/krallin/tini.git /tmp/tmp.VSM5MKgtSo/tini [2021-11-11T17:16:19.447Z] #40 2.061 Cloning into '/tmp/tmp.VSM5MKgtSo/tini'... [2021-11-11T17:16:19.705Z] #40 2.081 Install tini version v0.19.0 [2021-11-11T17:16:19.710Z] #40 5.029 -- The C compiler identification is GNU 10.2.1 [2021-11-11T17:16:19.710Z] #40 5.218 -- Detecting C compiler ABI info [2021-11-11T17:16:20.013Z] #40 5.673 -- Detecting C compiler ABI info - done [2021-11-11T17:16:20.272Z] #40 2.996 + cd /tmp/tmp.VSM5MKgtSo/tini [2021-11-11T17:16:20.272Z] #40 2.996 + git checkout -q v0.19.0 [2021-11-11T17:16:20.311Z] #40 5.779 -- Check for working C compiler: /usr/bin/cc - skipped [2021-11-11T17:16:20.311Z] #40 5.779 -- Detecting C compile features [2021-11-11T17:16:20.311Z] #40 5.779 -- Detecting C compile features - done [2021-11-11T17:16:20.311Z] #40 5.848 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-11T17:16:20.540Z] #40 3.109 + cmake . [2021-11-11T17:16:20.587Z] #40 6.065 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-11T17:16:20.587Z] #40 6.112 -- Configuring done [2021-11-11T17:16:20.587Z] #40 6.150 -- Generating done [2021-11-11T17:16:20.587Z] #40 6.153 -- Build files have been written to: /tmp/tmp.MLtTlClb2w/tini [2021-11-11T17:16:20.587Z] #40 6.201 + make tini-static [2021-11-11T17:16:20.625Z] #21 25.48 Setting up libc6:armhf (2.31-13+deb11u2) ... [2021-11-11T17:16:20.848Z] #40 6.561 Scanning dependencies of target tini-static [2021-11-11T17:16:20.848Z] #40 6.599 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-11T17:16:21.116Z] #40 3.641 -- The C compiler identification is GNU 10.2.1 [2021-11-11T17:16:21.116Z] #40 3.741 -- Detecting C compiler ABI info [2021-11-11T17:16:21.999Z] #21 26.74 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2021-11-11T17:16:22.052Z] #40 4.485 -- Detecting C compiler ABI info - done [2021-11-11T17:16:22.052Z] #40 4.609 -- Check for working C compiler: /usr/bin/cc - skipped [2021-11-11T17:16:22.052Z] #40 4.625 -- Detecting C compile features [2021-11-11T17:16:22.052Z] #40 4.625 -- Detecting C compile features - done [2021-11-11T17:16:22.052Z] #40 4.673 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-11T17:16:22.226Z] #40 7.839 [100%] Linking C executable tini-static [2021-11-11T17:16:22.311Z] #40 4.913 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-11T17:16:22.311Z] #40 ... [2021-11-11T17:16:22.311Z] [2021-11-11T17:16:22.311Z] #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 [2021-11-11T17:16:22.311Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:16:22.311Z] #14 70.88 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-11-11T17:16:22.311Z] #14 70.88 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-11-11T17:16:22.570Z] #14 70.90 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:16:22.794Z] #40 8.544 [100%] Built target tini-static [2021-11-11T17:16:22.794Z] #40 8.567 + mkdir -p /build [2021-11-11T17:16:22.934Z] #21 28.01 Setting up libc6:s390x (2.31-13+deb11u2) ... [2021-11-11T17:16:23.053Z] #40 8.573 + cp tini-static /build/docker-init [2021-11-11T17:16:23.318Z] #40 DONE 8.8s [2021-11-11T17:16:23.318Z] [2021-11-11T17:16:23.318Z] #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 [2021-11-11T17:16:23.318Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:16:23.318Z] #14 61.08 Selecting previously unselected package gcc-mingw-w64-base. [2021-11-11T17:16:23.318Z] #14 61.08 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:16:23.318Z] #14 61.10 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-11T17:16:23.318Z] #14 61.26 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-11-11T17:16:23.318Z] #14 61.26 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:16:23.318Z] #14 61.26 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-11T17:16:24.310Z] #21 29.27 Setting up libapparmor1:arm64 (2.13.6-10) ... [2021-11-11T17:16:24.310Z] #21 29.28 Setting up libapparmor1:armel (2.13.6-10) ... [2021-11-11T17:16:24.310Z] #21 29.30 Setting up libapparmor1:armhf (2.13.6-10) ... [2021-11-11T17:16:24.310Z] #21 29.31 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2021-11-11T17:16:24.310Z] #21 29.32 Setting up libapparmor1:s390x (2.13.6-10) ... [2021-11-11T17:16:24.310Z] #21 29.33 Setting up libseccomp2:arm64 (2.5.1-1) ... [2021-11-11T17:16:24.310Z] #21 29.35 Setting up libseccomp2:armel (2.5.1-1) ... [2021-11-11T17:16:24.310Z] #21 29.36 Setting up libseccomp2:armhf (2.5.1-1) ... [2021-11-11T17:16:24.310Z] #21 29.37 Setting up libseccomp2:ppc64el (2.5.1-1) ... [2021-11-11T17:16:24.310Z] #21 29.38 Setting up libseccomp2:s390x (2.5.1-1) ... [2021-11-11T17:16:24.310Z] #21 29.39 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2021-11-11T17:16:24.310Z] #21 29.40 Setting up libapparmor-dev:armel (2.13.6-10) ... [2021-11-11T17:16:24.310Z] #21 29.41 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2021-11-11T17:16:24.310Z] #21 29.42 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2021-11-11T17:16:24.569Z] #21 29.44 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2021-11-11T17:16:24.569Z] #21 29.45 Setting up libseccomp-dev:arm64 (2.5.1-1) ... [2021-11-11T17:16:24.569Z] #21 29.46 Setting up libseccomp-dev:armel (2.5.1-1) ... [2021-11-11T17:16:24.569Z] #21 29.47 Setting up libseccomp-dev:armhf (2.5.1-1) ... [2021-11-11T17:16:24.569Z] #21 29.49 Setting up libseccomp-dev:ppc64el (2.5.1-1) ... [2021-11-11T17:16:24.569Z] #21 29.50 Setting up libseccomp-dev:s390x (2.5.1-1) ... [2021-11-11T17:16:24.569Z] #21 29.52 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:16:24.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-11T17:16:25.502Z] #21 DONE 30.3s [2021-11-11T17:16:25.502Z] [2021-11-11T17:16:25.502Z] #64 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-11T17:16:25.502Z] #64 sha256:d13772af41afdf3a7a5266c79754a633855861dd602fcb64d63042fec2248743 [2021-11-11T17:16:25.502Z] #64 DONE 0.1s [2021-11-11T17:16:25.502Z] [2021-11-11T17:16:25.502Z] #22 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-11T17:16:25.502Z] #22 sha256:98e28ae8ad78721f67e7684984a32b45af9f4ede3a11d7982e15dacc7376cb77 [2021-11-11T17:16:26.757Z] #14 ... [2021-11-11T17:16:26.757Z] [2021-11-11T17:16:26.757Z] #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 [2021-11-11T17:16:26.757Z] #40 sha256:639b1dc6f69893608c2e11d3152f988c705c33c2ae7f7743611afd4be72f7099 [2021-11-11T17:16:26.757Z] #40 5.050 -- Configuring done [2021-11-11T17:16:26.757Z] #40 5.065 -- Generating done [2021-11-11T17:16:26.757Z] #40 5.101 -- Build files have been written to: /tmp/tmp.VSM5MKgtSo/tini [2021-11-11T17:16:26.757Z] #40 5.113 + make tini-static [2021-11-11T17:16:26.757Z] #40 5.589 Scanning dependencies of target tini-static [2021-11-11T17:16:26.757Z] #40 5.609 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-11T17:16:26.757Z] #40 7.525 [100%] Linking C executable tini-static [2021-11-11T17:16:26.757Z] #40 8.072 [100%] Built target tini-static [2021-11-11T17:16:26.757Z] #40 8.127 + mkdir -p /build [2021-11-11T17:16:26.757Z] #40 8.130 + cp tini-static /build/docker-init [2021-11-11T17:16:26.757Z] #40 DONE 9.0s [2021-11-11T17:16:26.757Z] [2021-11-11T17:16:26.757Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:16:26.757Z] #62 sha256:4eb80db791614d56b43628b04cc3d7b478475e0f4f875088a59e77896db9c831 [2021-11-11T17:16:27.401Z] #22 DONE 1.8s [2021-11-11T17:16:27.402Z] [2021-11-11T17:16:27.402Z] #23 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-11T17:16:27.402Z] #23 sha256:fb7c8046cfcf63bafa6c8443c2c46e7d267a0c4d9ce2800fc6b0f267bdb0e1f8 [2021-11-11T17:16:27.509Z] #14 68.75 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-11-11T17:16:27.509Z] #14 68.75 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:16:27.509Z] #14 68.76 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:16:28.860Z] #23 DONE 1.6s [2021-11-11T17:16:28.860Z] [2021-11-11T17:16:28.860Z] #24 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-11T17:16:28.860Z] #24 sha256:a95681c14d22bbccf69a3948faad932c6f3d033b085a34ba22fd61eba76db815 [2021-11-11T17:16:30.233Z] #24 1.465 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-11-11T17:16:30.233Z] #24 DONE 1.5s [2021-11-11T17:16:30.233Z] [2021-11-11T17:16:30.233Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:16:30.233Z] #65 sha256:5a895603bf2a433c5bbf216d4a895dc89ecf00e4d8c418e0728e69191ec411d1 [2021-11-11T17:16:30.233Z] #65 1.746 + RM_GOPATH=0 [2021-11-11T17:16:30.233Z] #65 1.746 + TMP_GOPATH= [2021-11-11T17:16:30.233Z] #65 1.746 + : /build [2021-11-11T17:16:30.233Z] #65 1.746 + '[' -z '' ']' [2021-11-11T17:16:30.233Z] #65 1.746 ++ mktemp -d [2021-11-11T17:16:30.233Z] #65 1.749 + export GOPATH=/tmp/tmp.Mld7WurICN [2021-11-11T17:16:30.233Z] #65 1.749 + GOPATH=/tmp/tmp.Mld7WurICN [2021-11-11T17:16:30.233Z] #65 1.749 + RM_GOPATH=1 [2021-11-11T17:16:30.233Z] #65 1.749 + case "$(go env GOARCH)" in [2021-11-11T17:16:30.233Z] #65 1.755 ++ go env GOARCH [2021-11-11T17:16:30.233Z] #65 1.759 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:16:30.233Z] #65 1.759 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:16:30.233Z] #65 1.767 ++ dirname /install.sh [2021-11-11T17:16:30.233Z] #65 1.768 Install runc version v1.0.2 (build tags: seccomp) [2021-11-11T17:16:30.233Z] #65 1.768 + dir=/ [2021-11-11T17:16:30.233Z] #65 1.768 + bin=runc [2021-11-11T17:16:30.233Z] #65 1.768 + shift [2021-11-11T17:16:30.233Z] #65 1.768 + '[' '!' -f //runc.installer ']' [2021-11-11T17:16:30.233Z] #65 1.768 + . //runc.installer [2021-11-11T17:16:30.233Z] #65 1.768 ++ set -e [2021-11-11T17:16:30.233Z] #65 1.768 ++ : v1.0.2 [2021-11-11T17:16:30.233Z] #65 1.768 + install_runc [2021-11-11T17:16:30.233Z] #65 1.768 + RUNC_BUILDTAGS=seccomp [2021-11-11T17:16:30.233Z] #65 1.768 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-11-11T17:16:30.233Z] #65 1.768 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Mld7WurICN/src/github.com/opencontainers/runc [2021-11-11T17:16:30.233Z] #65 1.769 Cloning into '/tmp/tmp.Mld7WurICN/src/github.com/opencontainers/runc'... [2021-11-11T17:16:31.608Z] #65 ... [2021-11-11T17:16:31.608Z] [2021-11-11T17:16:31.608Z] #25 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-11T17:16:31.608Z] #25 sha256:b329fe4d47747037aceb9988751e2bb3f03f9c8fba24515afab376229c6ac227 [2021-11-11T17:16:31.608Z] #25 DONE 1.3s [2021-11-11T17:16:31.608Z] [2021-11-11T17:16:31.608Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:16:31.608Z] #69 sha256:0c9ab12c7fee7374c83eb5e724097f5375f827a8c05fffb1ce594552e40b1932 [2021-11-11T17:16:31.608Z] #69 61.53 + bin/containerd [2021-11-11T17:16:32.547Z] #69 ... [2021-11-11T17:16:32.547Z] [2021-11-11T17:16:32.547Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:16:32.547Z] #65 sha256:5a895603bf2a433c5bbf216d4a895dc89ecf00e4d8c418e0728e69191ec411d1 [2021-11-11T17:16:32.547Z] #65 7.037 + cd /tmp/tmp.Mld7WurICN/src/github.com/opencontainers/runc [2021-11-11T17:16:32.547Z] #65 7.037 + git checkout -q v1.0.2 [2021-11-11T17:16:32.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-11T17:16:32.806Z] #65 7.483 + '[' -z '' ']' [2021-11-11T17:16:32.806Z] #65 7.483 + target=static [2021-11-11T17:16:32.806Z] #65 7.483 + make BUILDTAGS=seccomp static [2021-11-11T17:16:33.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-11T17:16:33.081Z] #65 ... [2021-11-11T17:16:33.081Z] [2021-11-11T17:16:33.081Z] #26 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-11T17:16:33.081Z] #26 sha256:03bcd40b74cd1afb494c5572b2bb591341237bb8077dde8eb2cb18ee53ea1cae [2021-11-11T17:16:33.081Z] #26 DONE 1.5s [2021-11-11T17:16:33.081Z] [2021-11-11T17:16:33.081Z] #27 [dev-systemd-false 6/25] RUN ldconfig [2021-11-11T17:16:33.081Z] #27 sha256:8f77f8ddcc6f99b479e7efd5b0f67afac1932799099408d4368e4dc6cd5729a9 [2021-11-11T17:16:33.322Z] #62 37.02 Updating files: 73% (3429/4688) Updating files: 74% (3470/4688) Updating files: 75% (3516/4688) Updating files: 76% (3563/4688) Updating files: 77% (3610/4688) Updating files: 78% (3657/4688) Updating files: 79% (3704/4688) Updating files: 80% (3751/4688) Updating files: 81% (3798/4688) Updating files: 82% (3845/4688) Updating files: 83% (3892/4688) Updating files: 84% (3938/4688) Updating files: 85% (3985/4688) Updating files: 86% (4032/4688) Updating files: 87% (4079/4688) Updating files: 88% (4126/4688) Updating files: 89% (4173/4688) Updating files: 90% (4220/4688) Updating files: 91% (4267/4688) Updating files: 92% (4313/4688) Updating files: 93% (4360/4688) Updating files: 94% (4407/4688) Updating files: 95% (4454/4688) Updating files: 96% (4501/4688) Updating files: 97% (4548/4688) Updating files: 98% (4595/4688) Updating files: 99% (4642/4688) Updating files: 100% (4688/4688) Updating files: 100% (4688/4688), done. [2021-11-11T17:16:33.323Z] #62 37.65 + cd /tmp/tmp.HU6bkQsx1H/src/github.com/containerd/containerd [2021-11-11T17:16:33.323Z] #62 37.65 + git checkout -q v1.5.7 [2021-11-11T17:16:33.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-11T17:16:34.259Z] #62 39.06 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-11T17:16:34.259Z] #62 39.06 + BUILDTAGS='netgo osusergo static_build' [2021-11-11T17:16:34.259Z] #62 39.06 + export EXTRA_FLAGS=-buildmode=pie [2021-11-11T17:16:34.259Z] #62 39.06 + EXTRA_FLAGS=-buildmode=pie [2021-11-11T17:16:34.259Z] #62 39.06 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-11T17:16:34.259Z] #62 39.06 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-11T17:16:34.259Z] #62 39.06 + '[' '' = dynamic ']' [2021-11-11T17:16:34.259Z] #62 39.06 + make [2021-11-11T17:16:34.460Z] #27 DONE 1.4s [2021-11-11T17:16:34.460Z] [2021-11-11T17:16:34.460Z] #28 [dev-systemd-false 7/25] 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 [2021-11-11T17:16:34.460Z] #28 sha256:ee791d5c61edf829228b0d2d0428dd775854c75a47e95a8ebad4baea1801a5ae [2021-11-11T17:16:34.528Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-11T17:16:34.528Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-11T17:16:35.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-11T17:16:35.638Z] #62 40.17 + bin/ctr [2021-11-11T17:16:36.365Z] #28 1.641 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-11T17:16:36.365Z] #28 1.641 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-11T17:16:36.365Z] #28 1.713 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-11-11T17:16:36.932Z] #28 2.173 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7863 kB] [2021-11-11T17:16:37.195Z] #28 2.661 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7874 kB] [2021-11-11T17:16:37.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-11T17:16:38.138Z] #28 3.420 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7942 kB] [2021-11-11T17:16:38.706Z] #28 4.154 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:16:38.912Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-11T17:16:39.274Z] #28 4.715 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB] [2021-11-11T17:16:39.754Z] #14 ... [2021-11-11T17:16:39.754Z] [2021-11-11T17:16:39.754Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:16:39.754Z] #62 sha256:b68a8a3faaf38f36bf097cd7350b4d5ce8a1fc6f006d97a968f24a8a637492c8 [2021-11-11T17:16:39.755Z] #62 40.89 Updating files: 47% (2219/4688) Updating files: 48% (2251/4688) Updating files: 49% (2298/4688) Updating files: 50% (2344/4688) Updating files: 51% (2391/4688) Updating files: 52% (2438/4688) Updating files: 53% (2485/4688) Updating files: 54% (2532/4688) Updating files: 55% (2579/4688) Updating files: 56% (2626/4688) Updating files: 57% (2673/4688) Updating files: 58% (2720/4688) Updating files: 59% (2766/4688) Updating files: 60% (2813/4688) Updating files: 61% (2860/4688) Updating files: 62% (2907/4688) Updating files: 63% (2954/4688) Updating files: 64% (3001/4688) Updating files: 65% (3048/4688) Updating files: 66% (3095/4688) Updating files: 67% (3141/4688) Updating files: 68% (3188/4688) Updating files: 69% (3235/4688) Updating files: 70% (3282/4688) Updating files: 71% (3329/4688) Updating files: 72% (3376/4688) Updating files: 73% (3423/4688) Updating files: 74% (3470/4688) Updating files: 75% (3516/4688) Updating files: 76% (3563/4688) Updating files: 77% (3610/4688) Updating files: 78% (3657/4688) Updating files: 79% (3704/4688) Updating files: 80% (3751/4688) Updating files: 81% (3798/4688) Updating files: 82% (3845/4688) Updating files: 83% (3892/4688) Updating files: 84% (3938/4688) Updating files: 85% (3985/4688) Updating files: 86% (4032/4688) Updating files: 87% (4079/4688) Updating files: 88% (4126/4688) Updating files: 89% (4173/4688) Updating files: 90% (4220/4688) Updating files: 91% (4267/4688) Updating files: 91% (4307/4688) Updating files: 92% (4313/4688) Updating files: 93% (4360/4688) Updating files: 94% (4407/4688) Updating files: 95% (4454/4688) Updating files: 96% (4501/4688) Updating files: 97% (4548/4688) Updating files: 98% (4595/4688) Updating files: 99% (4642/4688) Updating files: 100% (4688/4688) Updating files: 100% (4688/4688), done. [2021-11-11T17:16:39.755Z] #62 42.16 + cd /tmp/tmp.ZM9O9xL7yF/src/github.com/containerd/containerd [2021-11-11T17:16:39.755Z] #62 42.16 + git checkout -q v1.5.7 [2021-11-11T17:16:39.840Z] #28 5.261 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [86.4 kB] [2021-11-11T17:16:39.840Z] #28 5.261 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [84.5 kB] [2021-11-11T17:16:39.840Z] #28 5.261 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [86.3 kB] [2021-11-11T17:16:39.840Z] #28 5.261 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:16:39.840Z] #28 5.261 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [86.9 kB] [2021-11-11T17:16:39.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-11T17:16:40.097Z] #28 5.575 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2021-11-11T17:16:40.097Z] #28 5.581 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2021-11-11T17:16:40.097Z] #28 5.581 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2021-11-11T17:16:40.097Z] #28 5.581 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2021-11-11T17:16:40.097Z] #28 5.581 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:16:40.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-11T17:16:41.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-11T17:16:41.136Z] #62 43.65 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-11T17:16:41.136Z] #62 43.65 + BUILDTAGS='netgo osusergo static_build' [2021-11-11T17:16:41.136Z] #62 43.65 + export EXTRA_FLAGS=-buildmode=pie [2021-11-11T17:16:41.136Z] #62 43.65 + EXTRA_FLAGS=-buildmode=pie [2021-11-11T17:16:41.136Z] #62 43.65 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-11T17:16:41.136Z] #62 43.65 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-11T17:16:41.136Z] #62 43.65 + '[' '' = dynamic ']' [2021-11-11T17:16:41.136Z] #62 43.65 + make [2021-11-11T17:16:41.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-11T17:16:42.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-11T17:16:43.047Z] #62 45.29 + bin/ctr [2021-11-11T17:16:43.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-11T17:16:43.382Z] #28 ... [2021-11-11T17:16:43.382Z] [2021-11-11T17:16:43.382Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:16:43.382Z] #65 sha256:5a895603bf2a433c5bbf216d4a895dc89ecf00e4d8c418e0728e69191ec411d1 [2021-11-11T17:16:43.382Z] #65 7.794 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-11T17:16:43.382Z] #65 16.41 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-11T17:16:43.948Z] #65 18.51 + mkdir -p /build [2021-11-11T17:16:43.948Z] #65 18.52 + cp runc /build/runc [2021-11-11T17:16:44.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-11T17:16:44.206Z] #65 DONE 18.8s [2021-11-11T17:16:44.206Z] [2021-11-11T17:16:44.206Z] #28 [dev-systemd-false 7/25] 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 [2021-11-11T17:16:44.206Z] #28 sha256:ee791d5c61edf829228b0d2d0428dd775854c75a47e95a8ebad4baea1801a5ae [2021-11-11T17:16:44.715Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-11T17:16:44.715Z] Using test binary docker [2021-11-11T17:16:44.715Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-11T17:16:44.971Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-11T17:16:44.971Z] INFO: Waiting for daemon to start... [2021-11-11T17:16:44.971Z] Starting dockerd [2021-11-11T17:16:45.616Z] #62 ... [2021-11-11T17:16:45.616Z] [2021-11-11T17:16:45.616Z] #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 [2021-11-11T17:16:45.616Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:16:45.616Z] #14 82.58 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-11-11T17:16:45.616Z] #14 82.59 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-11-11T17:16:45.616Z] #14 82.60 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:16:45.616Z] #14 86.48 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-11-11T17:16:45.616Z] #14 86.48 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2021-11-11T17:16:45.616Z] #14 86.48 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-11T17:16:45.616Z] #14 90.77 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-11-11T17:16:45.616Z] #14 90.78 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-11-11T17:16:45.616Z] #14 90.79 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:16:46.865Z] . [2021-11-11T17:16:46.865Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-11T17:16:46.865Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-11T17:16:46.865Z] Error: No such image: emptyfs [2021-11-11T17:16:47.121Z] Running integration-test (iteration 1) [2021-11-11T17:16:47.121Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-11-11T17:16:47.378Z] Loaded image: busybox:latest [2021-11-11T17:16:47.378Z] Loaded image: busybox:glibc [2021-11-11T17:16:48.744Z] Loaded image: debian:bullseye-slim [2021-11-11T17:16:48.744Z] Loaded image: hello-world:latest [2021-11-11T17:16:49.001Z] Loaded image: arm32v7/hello-world:latest [2021-11-11T17:16:49.001Z] INFO: Testing against a local daemon [2021-11-11T17:16:49.001Z] === RUN TestCgroupNamespacesBuild [2021-11-11T17:16:49.928Z] --- PASS: TestCgroupNamespacesBuild (1.12s) [2021-11-11T17:16:49.928Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-11T17:16:51.172Z] #62 ... [2021-11-11T17:16:51.172Z] [2021-11-11T17:16:51.172Z] #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 [2021-11-11T17:16:51.172Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:16:51.172Z] #14 81.83 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-11-11T17:16:51.172Z] #14 81.83 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:16:51.172Z] #14 81.84 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:16:51.172Z] #14 87.29 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-11-11T17:16:51.172Z] #14 87.30 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:16:51.172Z] #14 87.30 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-11T17:16:51.294Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2021-11-11T17:16:51.294Z] === RUN TestBuildWithSession [2021-11-11T17:16:51.294Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:16:51.294Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-11T17:16:51.294Z] === RUN TestBuildSquashParent [2021-11-11T17:16:51.741Z] #14 93.27 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-11-11T17:16:52.000Z] #14 93.28 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:16:52.000Z] #14 93.30 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:16:52.230Z] #14 99.84 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-11-11T17:16:52.230Z] #14 99.85 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-11-11T17:16:52.230Z] #14 99.85 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:16:54.182Z] #28 19.20 Fetched 40.2 MB in 18s (2253 kB/s) [2021-11-11T17:16:55.524Z] #14 ... [2021-11-11T17:16:55.524Z] [2021-11-11T17:16:55.524Z] #65 [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 [2021-11-11T17:16:55.524Z] #65 sha256:fa12b34c30e62a11b51a262b1a6ed224b59a635eb99a5e603e80ca23dd46cb73 [2021-11-11T17:16:55.524Z] #65 103.7 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-11T17:16:55.524Z] #65 103.7 + GOBIN=/build [2021-11-11T17:16:55.524Z] #65 103.7 + GO111MODULE=on [2021-11-11T17:16:55.524Z] #65 103.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2021-11-11T17:16:55.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-11T17:16:55.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-11T17:16:56.176Z] 8f616e6e9eec: Pull complete [2021-11-11T17:16:59.385Z] --- PASS: TestBuildSquashParent (7.19s) [2021-11-11T17:16:59.385Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-11T17:16:59.385Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:16:59.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:16:59.385Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:16:59.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:16:59.385Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:16:59.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:16:59.385Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:16:59.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:16:59.385Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:16:59.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:16:59.385Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:16:59.385Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:16:59.385Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:16:59.385Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:17:00.761Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:17:00.761Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:17:00.790Z] #65 107.9 rootlesskit version 0.14.6 [2021-11-11T17:17:00.790Z] #65 107.9 Usage of /build/rootlesskit-docker-proxy: [2021-11-11T17:17:00.790Z] #65 107.9 -container-ip string [2021-11-11T17:17:00.790Z] #65 107.9 container ip [2021-11-11T17:17:00.790Z] #65 107.9 -container-port int [2021-11-11T17:17:00.790Z] #65 107.9 container port (default -1) [2021-11-11T17:17:00.790Z] #65 107.9 -host-ip string [2021-11-11T17:17:00.790Z] #65 107.9 host ip [2021-11-11T17:17:00.790Z] #65 107.9 -host-port int [2021-11-11T17:17:00.790Z] #65 107.9 host port (default -1) [2021-11-11T17:17:00.790Z] #65 107.9 -proto string [2021-11-11T17:17:00.790Z] #65 107.9 proxy protocol (default "tcp") [2021-11-11T17:17:00.790Z] #65 ... [2021-11-11T17:17:00.790Z] [2021-11-11T17:17:00.790Z] #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 [2021-11-11T17:17:00.790Z] #14 sha256:71d21d00c9eed66ff6a9a00bfb5c7534f288673b6fc7cf0ccce454088dedb2a2 [2021-11-11T17:17:00.790Z] #14 104.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-11-11T17:17:00.790Z] #14 104.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-11-11T17:17:00.790Z] #14 104.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-11T17:17:00.790Z] #14 104.4 Selecting previously unselected package libapparmor1:arm64. [2021-11-11T17:17:00.790Z] #14 104.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 104.4 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2021-11-11T17:17:00.790Z] #14 104.5 Selecting previously unselected package libapparmor-dev:arm64. [2021-11-11T17:17:00.790Z] #14 104.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 104.5 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2021-11-11T17:17:00.790Z] #14 104.6 Selecting previously unselected package libbtrfs0:arm64. [2021-11-11T17:17:00.790Z] #14 104.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 104.6 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2021-11-11T17:17:00.790Z] #14 104.7 Selecting previously unselected package libbtrfs-dev:arm64. [2021-11-11T17:17:00.790Z] #14 104.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 104.7 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2021-11-11T17:17:00.790Z] #14 104.9 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-11-11T17:17:00.790Z] #14 104.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 104.9 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-11-11T17:17:00.790Z] #14 105.0 Selecting previously unselected package libudev-dev:arm64. [2021-11-11T17:17:00.790Z] #14 105.0 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 105.0 Unpacking libudev-dev:arm64 (247.3-6) ... [2021-11-11T17:17:00.790Z] #14 105.1 Selecting previously unselected package libsepol1-dev:arm64. [2021-11-11T17:17:00.790Z] #14 105.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 105.1 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2021-11-11T17:17:00.790Z] #14 105.4 Selecting previously unselected package libpcre2-16-0:arm64. [2021-11-11T17:17:00.790Z] #14 105.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 105.4 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2021-11-11T17:17:00.790Z] #14 105.5 Selecting previously unselected package libpcre2-32-0:arm64. [2021-11-11T17:17:00.790Z] #14 105.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 105.5 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2021-11-11T17:17:00.790Z] #14 105.7 Selecting previously unselected package libpcre2-posix2:arm64. [2021-11-11T17:17:00.790Z] #14 105.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2021-11-11T17:17:00.790Z] #14 105.7 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2021-11-11T17:17:00.791Z] #14 105.7 Selecting previously unselected package libpcre2-dev:arm64. [2021-11-11T17:17:00.791Z] #14 105.7 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2021-11-11T17:17:00.791Z] #14 105.7 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2021-11-11T17:17:00.791Z] #14 106.1 Selecting previously unselected package libselinux1-dev:arm64. [2021-11-11T17:17:00.791Z] #14 106.1 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2021-11-11T17:17:00.791Z] #14 106.1 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2021-11-11T17:17:00.791Z] #14 106.3 Selecting previously unselected package libdevmapper-dev:arm64. [2021-11-11T17:17:00.791Z] #14 106.4 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2021-11-11T17:17:00.791Z] #14 106.4 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-11-11T17:17:00.791Z] #14 106.4 Selecting previously unselected package libseccomp-dev:arm64. [2021-11-11T17:17:00.791Z] #14 106.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_arm64.deb ... [2021-11-11T17:17:00.791Z] #14 106.5 Unpacking libseccomp-dev:arm64 (2.5.1-1) ... [2021-11-11T17:17:00.791Z] #14 106.6 Selecting previously unselected package libsystemd-dev:arm64. [2021-11-11T17:17:00.791Z] #14 106.6 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2021-11-11T17:17:00.791Z] #14 106.6 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2021-11-11T17:17:00.791Z] #14 107.1 Setting up libseccomp-dev:arm64 (2.5.1-1) ... [2021-11-11T17:17:00.791Z] #14 107.1 Setting up libapparmor1:arm64 (2.13.6-10) ... [2021-11-11T17:17:00.791Z] #14 107.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-11T17:17:00.791Z] #14 107.2 Setting up libsepol1-dev:arm64 (3.1-1) ... [2021-11-11T17:17:00.791Z] #14 107.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-11T17:17:00.791Z] #14 107.2 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2021-11-11T17:17:00.791Z] #14 107.2 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2021-11-11T17:17:00.791Z] #14 107.2 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2021-11-11T17:17:00.791Z] #14 107.2 Setting up libudev-dev:arm64 (247.3-6) ... [2021-11-11T17:17:00.791Z] #14 107.3 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2021-11-11T17:17:00.791Z] #14 107.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-11T17:17:00.791Z] #14 107.3 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2021-11-11T17:17:00.791Z] #14 107.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-11T17:17:00.791Z] #14 107.4 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2021-11-11T17:17:00.791Z] #14 107.4 Setting up mingw-w64-common (8.0.0-1) ... [2021-11-11T17:17:00.791Z] #14 107.4 Setting up libsystemd-dev:arm64 (247.3-6) ... [2021-11-11T17:17:00.791Z] #14 107.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-11T17:17:00.791Z] #14 107.4 Setting up libpcre2-dev:arm64 (10.36-2) ... [2021-11-11T17:17:00.791Z] #14 107.4 Setting up libselinux1-dev:arm64 (3.1-3) ... [2021-11-11T17:17:00.791Z] #14 107.4 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-11T17:17:00.791Z] #14 108.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:17:00.791Z] #14 108.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-11T17:17:00.791Z] #14 108.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:17:00.791Z] #14 108.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-11T17:17:00.791Z] #14 108.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-11T17:17:00.791Z] #14 108.2 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:17:00.791Z] #14 108.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-11-11T17:17:00.791Z] #14 108.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:17:00.791Z] #14 108.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-11T17:17:00.791Z] #14 108.2 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-11-11T17:17:00.791Z] #14 108.3 Setting up dmsetup (2:1.02.175-2.1) ... [2021-11-11T17:17:00.791Z] #14 108.3 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-11-11T17:17:00.791Z] #14 108.3 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-11-11T17:17:00.791Z] #14 108.3 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:17:01.985Z] #14 ... [2021-11-11T17:17:01.985Z] [2021-11-11T17:17:01.985Z] #65 [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 [2021-11-11T17:17:01.985Z] #65 sha256:d80a5a548e51d73383c67adfe10f72f346758ad61627e8b021e8dce8a84d0a99 [2021-11-11T17:17:01.985Z] #65 101.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-11T17:17:01.985Z] #65 101.4 + GOBIN=/build [2021-11-11T17:17:01.985Z] #65 101.4 + GO111MODULE=on [2021-11-11T17:17:01.985Z] #65 101.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2021-11-11T17:17:02.303Z] #28 19.20 Reading package lists... [2021-11-11T17:17:02.651Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:17:02.907Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:17:04.796Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-11-11T17:17:04.796Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.41s) [2021-11-11T17:17:04.796Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.54s) [2021-11-11T17:17:04.796Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.97s) [2021-11-11T17:17:04.796Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.96s) [2021-11-11T17:17:04.796Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.07s) [2021-11-11T17:17:04.796Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.99s) [2021-11-11T17:17:04.796Z] === RUN TestBuildMultiStageCopy [2021-11-11T17:17:04.796Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-11T17:17:06.180Z] #65 106.7 rootlesskit version 0.14.6 [2021-11-11T17:17:06.180Z] #65 106.7 Usage of /build/rootlesskit-docker-proxy: [2021-11-11T17:17:06.180Z] #65 106.7 -container-ip string [2021-11-11T17:17:06.180Z] #65 106.7 container ip [2021-11-11T17:17:06.180Z] #65 106.7 -container-port int [2021-11-11T17:17:06.180Z] #65 106.7 container port (default -1) [2021-11-11T17:17:06.180Z] #65 106.7 -host-ip string [2021-11-11T17:17:06.180Z] #65 106.7 host ip [2021-11-11T17:17:06.180Z] #65 106.7 -host-port int [2021-11-11T17:17:06.180Z] #65 106.7 host port (default -1) [2021-11-11T17:17:06.180Z] #65 106.7 -proto string [2021-11-11T17:17:06.180Z] #65 106.7 proxy protocol (default "tcp") [2021-11-11T17:17:07.123Z] #65 DONE 107.9s [2021-11-11T17:17:07.123Z] [2021-11-11T17:17:07.123Z] #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 [2021-11-11T17:17:07.123Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:17:07.123Z] #14 105.1 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-11-11T17:17:07.123Z] #14 105.1 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-11T17:17:07.123Z] #14 105.1 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:17:07.123Z] #14 ... [2021-11-11T17:17:07.123Z] [2021-11-11T17:17:07.123Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-11T17:17:07.123Z] #66 sha256:a7c85871d9c5e95377d0e123cfa9c87f66688b6a601da1e2fae6fa4aea75370d [2021-11-11T17:17:07.123Z] #66 DONE 0.1s [2021-11-11T17:17:07.123Z] [2021-11-11T17:17:07.123Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-11T17:17:07.123Z] #67 sha256:5a0556dbc0631538726142bce0ffef9c0af74f79ddd792ce9ca35d6c9a0a776a [2021-11-11T17:17:07.123Z] #67 DONE 0.1s [2021-11-11T17:17:07.123Z] [2021-11-11T17:17:07.123Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:17:07.123Z] #62 sha256:b68a8a3faaf38f36bf097cd7350b4d5ce8a1fc6f006d97a968f24a8a637492c8 [2021-11-11T17:17:07.354Z] #14 DONE 114.8s [2021-11-11T17:17:07.354Z] [2021-11-11T17:17:07.354Z] #65 [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 [2021-11-11T17:17:07.354Z] #65 sha256:fa12b34c30e62a11b51a262b1a6ed224b59a635eb99a5e603e80ca23dd46cb73 [2021-11-11T17:17:07.354Z] #65 DONE 114.3s [2021-11-11T17:17:07.354Z] [2021-11-11T17:17:07.354Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-11T17:17:07.354Z] #57 sha256:69c99ae6f7fe68e14edd2b24169795e488d0bb953f28d9d539f312895f7ab1a2 [2021-11-11T17:17:07.354Z] #57 DONE 0.3s [2021-11-11T17:17:07.354Z] [2021-11-11T17:17:07.354Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-11T17:17:07.354Z] #66 sha256:76be8126fc5e915de118c1919a144d75b5a2f6f418216b24551a5c884858bc82 [2021-11-11T17:17:07.354Z] #66 DONE 0.2s [2021-11-11T17:17:07.354Z] [2021-11-11T17:17:07.354Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-11T17:17:07.354Z] #67 sha256:6cbf53c84e042bd5f0b982b3e628dff1503187eebe6a4ec264ec720b0f933a68 [2021-11-11T17:17:07.354Z] #67 DONE 0.2s [2021-11-11T17:17:07.354Z] [2021-11-11T17:17:07.354Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:17:07.354Z] #58 sha256:c2053b39f73c84638881214651669b7b76f4311f714a071ff75ffd0b0ac427c4 [2021-11-11T17:17:08.062Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-11T17:17:08.289Z] #58 1.696 + RM_GOPATH=0 [2021-11-11T17:17:08.289Z] #58 1.696 + TMP_GOPATH= [2021-11-11T17:17:08.289Z] #58 1.696 + : /build [2021-11-11T17:17:08.289Z] #58 1.696 + '[' -z '' ']' [2021-11-11T17:17:08.289Z] #58 1.696 ++ mktemp -d [2021-11-11T17:17:08.289Z] #58 1.696 + export GOPATH=/tmp/tmp.RUW2BnJNBO [2021-11-11T17:17:08.289Z] #58 1.696 + GOPATH=/tmp/tmp.RUW2BnJNBO [2021-11-11T17:17:08.289Z] #58 1.696 + RM_GOPATH=1 [2021-11-11T17:17:08.289Z] #58 1.696 + case "$(go env GOARCH)" in [2021-11-11T17:17:08.289Z] #58 1.721 ++ go env GOARCH [2021-11-11T17:17:08.547Z] #58 1.732 Install runc version v1.0.2 (build tags: seccomp) [2021-11-11T17:17:08.547Z] #58 1.732 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:17:08.547Z] #58 1.732 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:17:08.547Z] #58 1.732 ++ dirname /install.sh [2021-11-11T17:17:08.547Z] #58 1.732 + dir=/ [2021-11-11T17:17:08.547Z] #58 1.732 + bin=runc [2021-11-11T17:17:08.547Z] #58 1.732 + shift [2021-11-11T17:17:08.547Z] #58 1.732 + '[' '!' -f //runc.installer ']' [2021-11-11T17:17:08.547Z] #58 1.732 + . //runc.installer [2021-11-11T17:17:08.548Z] #58 1.732 ++ set -e [2021-11-11T17:17:08.548Z] #58 1.732 ++ : v1.0.2 [2021-11-11T17:17:08.548Z] #58 1.732 + install_runc [2021-11-11T17:17:08.548Z] #58 1.732 + RUNC_BUILDTAGS=seccomp [2021-11-11T17:17:08.548Z] #58 1.732 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-11-11T17:17:08.548Z] #58 1.732 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.RUW2BnJNBO/src/github.com/opencontainers/runc [2021-11-11T17:17:08.548Z] #58 1.732 Cloning into '/tmp/tmp.RUW2BnJNBO/src/github.com/opencontainers/runc'... [2021-11-11T17:17:08.805Z] #58 ... [2021-11-11T17:17:08.805Z] [2021-11-11T17:17:08.805Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-11T17:17:08.805Z] #15 sha256:fda4456954f87d00db3169912dde1187ade3f7202ee22fd46f5f3d7351fc6aa2 [2021-11-11T17:17:08.805Z] #15 DONE 2.3s [2021-11-11T17:17:08.805Z] [2021-11-11T17:17:08.805Z] #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 [2021-11-11T17:17:08.805Z] #26 sha256:6d09e15e9a7546027dc7f98f1b5b430ecf57b033190f6e4d0fa1b31f5afabf94 [2021-11-11T17:17:09.427Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-11T17:17:09.660Z] #62 ... [2021-11-11T17:17:09.660Z] [2021-11-11T17:17:09.660Z] #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 [2021-11-11T17:17:09.660Z] #14 sha256:d8f2204114538729c9e489bfd75130bb59761a7613e11e2c47c03ce3e5825806 [2021-11-11T17:17:09.660Z] #14 110.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-11-11T17:17:09.660Z] #14 110.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-11-11T17:17:09.660Z] #14 110.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-11T17:17:09.660Z] #14 110.8 Selecting previously unselected package libapparmor1:amd64. [2021-11-11T17:17:09.660Z] #14 110.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-11-11T17:17:09.660Z] #14 110.8 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-11-11T17:17:09.660Z] #14 111.0 Selecting previously unselected package libapparmor-dev:amd64. [2021-11-11T17:17:09.660Z] #14 111.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-11-11T17:17:09.660Z] #14 111.0 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-11T17:17:09.660Z] #14 111.1 Selecting previously unselected package libbtrfs0:amd64. [2021-11-11T17:17:09.660Z] #14 111.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-11T17:17:09.660Z] #14 111.1 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-11T17:17:09.920Z] #14 111.2 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-11T17:17:09.920Z] #14 111.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-11T17:17:09.920Z] #14 111.3 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-11T17:17:09.920Z] #14 111.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-11-11T17:17:09.920Z] #14 111.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-11T17:17:10.179Z] #14 111.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:17:10.179Z] #14 111.6 Selecting previously unselected package libudev-dev:amd64. [2021-11-11T17:17:10.179Z] #14 111.6 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-11-11T17:17:10.179Z] #14 111.6 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-11-11T17:17:10.179Z] #14 111.7 Selecting previously unselected package libsepol1-dev:amd64. [2021-11-11T17:17:10.179Z] #14 111.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-11-11T17:17:10.179Z] #14 111.7 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-11-11T17:17:10.354Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-11T17:17:10.411Z] #28 27.79 Reading package lists... [2021-11-11T17:17:10.623Z] #26 114.9 Updating files: 27% (3165/11430) Updating files: 28% (3201/11430) Updating files: 29% (3315/11430) Updating files: 30% (3429/11430) Updating files: 31% (3544/11430) Updating files: 32% (3658/11430) Updating files: 33% (3772/11430) Updating files: 34% (3887/11430) Updating files: 35% (4001/11430) Updating files: 36% (4115/11430) Updating files: 37% (4230/11430) Updating files: 38% (4344/11430) Updating files: 39% (4458/11430) Updating files: 40% (4572/11430) Updating files: 41% (4687/11430) Updating files: 42% (4801/11430) Updating files: 43% (4915/11430) Updating files: 44% (5030/11430) Updating files: 45% (5144/11430) Updating files: 46% (5258/11430) Updating files: 46% (5265/11430) Updating files: 47% (5373/11430) Updating files: 48% (5487/11430) Updating files: 49% (5601/11430) Updating files: 50% (5715/11430) Updating files: 51% (5830/11430) Updating files: 52% (5944/11430) Updating files: 53% (6058/11430) Updating files: 54% (6173/11430) Updating files: 55% (6287/11430) Updating files: 56% (6401/11430) Updating files: 57% (6516/11430) Updating files: 58% (6630/11430) Updating files: 59% (6744/11430) Updating files: 60% (6858/11430) Updating files: 61% (6973/11430) Updating files: 62% (7087/11430) Updating files: 62% (7142/11430) Updating files: 63% (7201/11430) Updating files: 64% (7316/11430) Updating files: 65% (7430/11430) Updating files: 66% (7544/11430) Updating files: 67% (7659/11430) Updating files: 68% (7773/11430) Updating files: 69% (7887/11430) Updating files: 70% (8001/11430) Updating files: 71% (8116/11430) Updating files: 72% (8230/11430) Updating files: 73% (8344/11430) Updating files: 74% (8459/11430) Updating files: 75% (8573/11430) Updating files: 76% (8687/11430) Updating files: 77% (8802/11430) Updating files: 78% (8916/11430) Updating files: 79% (9030/11430) Updating files: 80% (9144/11430) Updating files: 80% (9154/11430) Updating files: 81% (9259/11430) Updating files: 82% (9373/11430) Updating files: 83% (9487/11430) Updating files: 84% (9602/11430) Updating files: 85% (9716/11430) Updating files: 86% (9830/11430) Updating files: 87% (9945/11430) Updating files: 88% (10059/11430) Updating files: 89% (10173/11430) Updating files: 90% (10287/11430) [2021-11-11T17:17:10.623Z] #26 ... [2021-11-11T17:17:10.623Z] [2021-11-11T17:17:10.623Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-11T17:17:10.623Z] #16 sha256:249738bf771aefeb1dcacabe889d469940c813963732a63c29a61bf4f391d6fd [2021-11-11T17:17:10.623Z] #16 DONE 1.9s [2021-11-11T17:17:10.623Z] [2021-11-11T17:17:10.623Z] #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 [2021-11-11T17:17:10.623Z] #26 sha256:6d09e15e9a7546027dc7f98f1b5b430ecf57b033190f6e4d0fa1b31f5afabf94 [2021-11-11T17:17:10.746Z] #14 112.0 Selecting previously unselected package libpcre2-16-0:amd64. [2021-11-11T17:17:10.746Z] #14 112.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-11-11T17:17:10.746Z] #14 112.0 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-11-11T17:17:10.746Z] #14 112.1 Selecting previously unselected package libpcre2-32-0:amd64. [2021-11-11T17:17:10.746Z] #14 112.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-11-11T17:17:10.746Z] #14 112.1 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-11-11T17:17:10.746Z] #14 112.3 Selecting previously unselected package libpcre2-posix2:amd64. [2021-11-11T17:17:10.746Z] #14 112.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-11-11T17:17:10.746Z] #14 112.3 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-11-11T17:17:11.005Z] #14 112.4 Selecting previously unselected package libpcre2-dev:amd64. [2021-11-11T17:17:11.005Z] #14 112.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-11-11T17:17:11.005Z] #14 112.4 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-11-11T17:17:11.141Z] #26 114.9 Updating files: 27% (3165/11430) Updating files: 28% (3201/11430) Updating files: 29% (3315/11430) Updating files: 30% (3429/11430) Updating files: 31% (3544/11430) Updating files: 32% (3658/11430) Updating files: 33% (3772/11430) Updating files: 34% (3887/11430) Updating files: 35% (4001/11430) Updating files: 36% (4115/11430) Updating files: 37% (4230/11430) Updating files: 38% (4344/11430) Updating files: 39% (4458/11430) Updating files: 40% (4572/11430) Updating files: 41% (4687/11430) Updating files: 42% (4801/11430) Updating files: 43% (4915/11430) Updating files: 44% (5030/11430) Updating files: 45% (5144/11430) Updating files: 46% (5258/11430) Updating files: 46% (5265/11430) Updating files: 47% (5373/11430) Updating files: 48% (5487/11430) Updating files: 49% (5601/11430) Updating files: 50% (5715/11430) Updating files: 51% (5830/11430) Updating files: 52% (5944/11430) Updating files: 53% (6058/11430) Updating files: 54% (6173/11430) Updating files: 55% (6287/11430) Updating files: 56% (6401/11430) Updating files: 57% (6516/11430) Updating files: 58% (6630/11430) Updating files: 59% (6744/11430) Updating files: 60% (6858/11430) Updating files: 61% (6973/11430) Updating files: 62% (7087/11430) Updating files: 62% (7142/11430) Updating files: 63% (7201/11430) Updating files: 64% (7316/11430) Updating files: 65% (7430/11430) Updating files: 66% (7544/11430) Updating files: 67% (7659/11430) Updating files: 68% (7773/11430) Updating files: 69% (7887/11430) Updating files: 70% (8001/11430) Updating files: 71% (8116/11430) Updating files: 72% (8230/11430) Updating files: 73% (8344/11430) Updating files: 74% (8459/11430) Updating files: 75% (8573/11430) Updating files: 76% (8687/11430) Updating files: 77% (8802/11430) Updating files: 78% (8916/11430) Updating files: 79% (9030/11430) Updating files: 80% (9144/11430) Updating files: 80% (9154/11430) Updating files: 81% (9259/11430) Updating files: 82% (9373/11430) Updating files: 83% (9487/11430) Updating files: 84% (9602/11430) Updating files: 85% (9716/11430) Updating files: 86% (9830/11430) Updating files: 87% (9945/11430) Updating files: 88% (10059/11430) Updating files: 89% (10173/11430) Updating files: 90% (10287/11430) Updating files: 91% (10402/11430) Updating files: 92% (10516/11430) Updating files: 93% (10630/11430) Updating files: 94% (10745/11430) Updating files: 95% (10859/11430) Updating files: 96% (10973/11430) Updating files: 97% (11088/11430) Updating files: 97% (11137/11430) Updating files: 98% (11202/11430) Updating files: 99% (11316/11430) Updating files: 100% (11430/11430) Updating files: 100% (11430/11430), done. [2021-11-11T17:17:11.141Z] #26 119.3 + cd /tmp/tmp.PVwfpwt0MM/tmp/docker-ce [2021-11-11T17:17:11.141Z] #26 119.3 + git checkout -q v17.06.2-ce [2021-11-11T17:17:11.281Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-11T17:17:11.576Z] #14 112.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-11-11T17:17:11.576Z] #14 112.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-11-11T17:17:11.576Z] #14 113.0 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-11-11T17:17:11.708Z] #26 ... [2021-11-11T17:17:11.708Z] [2021-11-11T17:17:11.708Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-11T17:17:11.708Z] #17 sha256:00414cd2448969bba9f1ef526dabb48ceb76edd27662a739112f090436f2cf84 [2021-11-11T17:17:11.708Z] #17 0.858 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-11-11T17:17:11.708Z] #17 DONE 1.0s [2021-11-11T17:17:11.786Z] #28 35.99 Building dependency tree... [2021-11-11T17:17:11.786Z] #28 37.20 Reading state information... [2021-11-11T17:17:11.835Z] #14 113.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-11-11T17:17:11.835Z] #14 113.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-11-11T17:17:11.835Z] #14 113.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:17:11.835Z] #14 113.3 Selecting previously unselected package libseccomp-dev:amd64. [2021-11-11T17:17:11.835Z] #14 113.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-11-11T17:17:11.835Z] #14 113.3 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-11T17:17:11.966Z] [2021-11-11T17:17:11.966Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-11T17:17:11.966Z] #18 sha256:09cc66244c9dc7284c10a06922eef19d5056284e4eafb9c31e3a7339fca11776 [2021-11-11T17:17:12.094Z] #14 113.4 Selecting previously unselected package libsystemd-dev:amd64. [2021-11-11T17:17:12.094Z] #14 113.4 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-11-11T17:17:12.094Z] #14 113.4 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-11-11T17:17:12.207Z] --- PASS: TestBuildMultiStageCopy (7.34s) [2021-11-11T17:17:12.207Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s) [2021-11-11T17:17:12.207Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-11-11T17:17:12.207Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-11-11T17:17:12.207Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-11-11T17:17:12.207Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-11-11T17:17:12.207Z] === RUN TestBuildMultiStageParentConfig [2021-11-11T17:17:12.358Z] #14 113.9 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-11T17:17:12.358Z] #14 113.9 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-11-11T17:17:12.617Z] #14 113.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-11T17:17:12.617Z] #14 113.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-11-11T17:17:12.617Z] #14 114.0 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-11T17:17:12.617Z] #14 114.0 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-11-11T17:17:12.617Z] #14 114.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-11T17:17:12.617Z] #14 114.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-11-11T17:17:12.617Z] #14 114.0 Setting up libudev-dev:amd64 (247.3-6) ... [2021-11-11T17:17:12.617Z] #14 114.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-11-11T17:17:12.617Z] #14 114.1 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-11T17:17:12.617Z] #14 114.1 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-11T17:17:12.617Z] #14 114.1 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-11T17:17:12.617Z] #14 114.1 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-11T17:17:12.617Z] #14 114.1 Setting up mingw-w64-common (8.0.0-1) ... [2021-11-11T17:17:12.617Z] #14 114.1 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-11-11T17:17:12.617Z] #14 114.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-11T17:17:12.617Z] #14 114.1 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-11-11T17:17:12.722Z] #28 38.13 bzip2 is already the newest version (1.0.8-4). [2021-11-11T17:17:12.722Z] #28 38.13 patch is already the newest version (2.7.6-7). [2021-11-11T17:17:12.722Z] #28 38.13 xz-utils is already the newest version (5.2.5-2). [2021-11-11T17:17:12.722Z] #28 38.13 The following additional packages will be installed: [2021-11-11T17:17:12.722Z] #28 38.14 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2021-11-11T17:17:12.722Z] #28 38.14 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2021-11-11T17:17:12.722Z] #28 38.14 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-11-11T17:17:12.722Z] #28 38.14 python3-pkg-resources vim-runtime xxd [2021-11-11T17:17:12.722Z] #28 38.16 Suggested packages: [2021-11-11T17:17:12.722Z] #28 38.16 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2021-11-11T17:17:12.722Z] #28 38.16 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2021-11-11T17:17:12.722Z] #28 38.16 Recommended packages: [2021-11-11T17:17:12.722Z] #28 38.16 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-11-11T17:17:12.876Z] #14 114.2 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-11-11T17:17:12.876Z] #14 114.2 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-11T17:17:12.876Z] #14 114.2 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:17:12.876Z] #14 114.2 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 [2021-11-11T17:17:12.876Z] #14 114.2 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:17:12.876Z] #14 114.2 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 [2021-11-11T17:17:12.876Z] #14 114.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-11T17:17:12.876Z] #14 114.3 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-11T17:17:12.876Z] #14 114.3 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 [2021-11-11T17:17:12.876Z] #14 114.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-11T17:17:12.876Z] #14 114.3 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-11T17:17:12.876Z] #14 114.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:17:12.876Z] #14 114.3 Setting up dmsetup (2:1.02.175-2.1) ... [2021-11-11T17:17:12.876Z] #14 114.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:17:12.876Z] #14 114.4 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-11T17:17:12.876Z] #14 114.4 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:17:12.901Z] #18 DONE 1.2s [2021-11-11T17:17:12.901Z] [2021-11-11T17:17:12.901Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:17:12.901Z] #62 sha256:4eb80db791614d56b43628b04cc3d7b478475e0f4f875088a59e77896db9c831 [2021-11-11T17:17:12.901Z] #62 ... [2021-11-11T17:17:12.901Z] [2021-11-11T17:17:12.901Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-11T17:17:12.901Z] #19 sha256:4d90522395e90a5720677c207298404d92c089a1f1c92716320d6884feb50a98 [2021-11-11T17:17:13.444Z] #14 DONE 114.8s [2021-11-11T17:17:13.445Z] [2021-11-11T17:17:13.445Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:17:13.445Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:17:13.445Z] #53 ... [2021-11-11T17:17:13.445Z] [2021-11-11T17:17:13.445Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-11T17:17:13.445Z] #57 sha256:015613b748cc4e597b6b10bbac86c097a3dd047d9994534763bd194a92f635ae [2021-11-11T17:17:13.703Z] #57 DONE 0.2s [2021-11-11T17:17:13.703Z] [2021-11-11T17:17:13.703Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:17:13.703Z] #58 sha256:fb8b6c59b374abed903bd136e2baa183bd385ee20107f338df991c05cf54e836 [2021-11-11T17:17:13.835Z] #19 DONE 1.1s [2021-11-11T17:17:13.835Z] [2021-11-11T17:17:13.835Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-11-11T17:17:13.835Z] #20 sha256:e0101a263f80102b5f13fdb5c9507d27dbb62ee3a1cbef6472910cdf5af803f2 [2021-11-11T17:17:14.098Z] #28 39.23 The following NEW packages will be installed: [2021-11-11T17:17:14.098Z] #28 39.23 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2021-11-11T17:17:14.098Z] #28 39.23 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2021-11-11T17:17:14.098Z] #28 39.23 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2021-11-11T17:17:14.098Z] #28 39.24 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2021-11-11T17:17:14.098Z] #28 39.24 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2021-11-11T17:17:14.098Z] #28 39.24 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2021-11-11T17:17:14.098Z] #28 39.24 vim-common vim-runtime xfsprogs xxd zip zstd [2021-11-11T17:17:14.098Z] #28 39.59 0 upgraded, 44 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:17:14.098Z] #28 39.59 Need to get 18.6 MB of archives. [2021-11-11T17:17:14.098Z] #28 39.59 After this operation, 71.4 MB of additional disk space will be used. [2021-11-11T17:17:14.098Z] #28 39.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-11-11T17:17:14.098Z] #28 39.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-11-11T17:17:14.098Z] #28 39.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-11-11T17:17:14.098Z] #28 39.59 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-11-11T17:17:14.098Z] #28 39.60 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-11-11T17:17:14.098Z] #28 39.60 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-11-11T17:17:14.098Z] #28 39.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-11-11T17:17:14.098Z] #28 39.60 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-11-11T17:17:14.098Z] #28 39.61 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-11T17:17:14.098Z] #28 39.62 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-11T17:17:14.098Z] #28 39.62 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-11-11T17:17:14.098Z] #28 39.62 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-11-11T17:17:14.098Z] #28 39.63 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-11-11T17:17:14.098Z] #28 39.63 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-11-11T17:17:14.098Z] #28 39.63 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-11-11T17:17:14.098Z] #28 39.63 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-11-11T17:17:14.098Z] #28 39.63 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-11-11T17:17:14.098Z] #28 39.64 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-11-11T17:17:14.098Z] #28 39.64 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-11-11T17:17:14.098Z] #28 39.64 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-11-11T17:17:14.098Z] #28 39.64 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-11-11T17:17:14.098Z] #28 39.65 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-11-11T17:17:14.098Z] #28 39.65 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-11-11T17:17:14.098Z] #28 39.65 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-11-11T17:17:14.098Z] #28 39.65 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-11-11T17:17:14.098Z] #28 39.65 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-11T17:17:14.098Z] #28 39.65 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-11-11T17:17:14.098Z] #28 39.65 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-11-11T17:17:14.098Z] #28 39.66 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-11-11T17:17:14.098Z] #28 39.66 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-11-11T17:17:14.098Z] #28 39.69 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-11-11T17:17:14.098Z] #28 39.69 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-11-11T17:17:14.098Z] #28 39.69 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-11T17:17:14.356Z] #28 39.69 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-11-11T17:17:14.356Z] #28 39.70 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-11-11T17:17:14.356Z] #28 39.70 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-11-11T17:17:14.356Z] #28 39.70 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-11-11T17:17:14.356Z] #28 39.71 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-11-11T17:17:14.356Z] #28 39.71 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-11-11T17:17:14.356Z] #28 39.72 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-11-11T17:17:14.356Z] #28 39.79 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-11-11T17:17:14.356Z] #28 39.81 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-11-11T17:17:14.356Z] #28 39.82 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-11-11T17:17:14.356Z] #28 39.82 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-11-11T17:17:14.922Z] #28 40.29 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:17:14.922Z] #28 40.50 Fetched 18.6 MB in 1s (35.4 MB/s) [2021-11-11T17:17:15.181Z] #28 40.55 Selecting previously unselected package pigz. [2021-11-11T17:17:15.181Z] #28 40.55 (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 ... 40072 files and directories currently installed.) [2021-11-11T17:17:15.181Z] #28 40.60 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-11-11T17:17:15.181Z] #28 40.61 Unpacking pigz (2.6-1) ... [2021-11-11T17:17:15.181Z] #28 40.66 Selecting previously unselected package libelf1:amd64. [2021-11-11T17:17:15.181Z] #28 40.66 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-11-11T17:17:15.181Z] #28 40.68 Unpacking libelf1:amd64 (0.183-1) ... [2021-11-11T17:17:15.217Z] #20 DONE 1.2s [2021-11-11T17:17:15.217Z] [2021-11-11T17:17:15.217Z] #21 [dev-systemd-false 7/25] 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 [2021-11-11T17:17:15.217Z] #21 sha256:d0118a05f8cc293867f5427cc03ad3cd0ac1b31918159c611eed535bcd5d3c1b [2021-11-11T17:17:15.439Z] #28 40.75 Selecting previously unselected package libbpf0:amd64. [2021-11-11T17:17:15.439Z] #28 40.77 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-11-11T17:17:15.439Z] #28 40.77 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-11-11T17:17:15.439Z] #28 40.83 Selecting previously unselected package libcap2:amd64. [2021-11-11T17:17:15.439Z] #28 40.84 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-11-11T17:17:15.439Z] #28 40.84 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-11-11T17:17:15.439Z] #28 40.89 Selecting previously unselected package libmnl0:amd64. [2021-11-11T17:17:15.439Z] #28 40.90 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-11-11T17:17:15.439Z] #28 40.91 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-11-11T17:17:15.439Z] #28 40.94 Selecting previously unselected package libxtables12:amd64. [2021-11-11T17:17:15.439Z] #28 40.95 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-11-11T17:17:15.439Z] #28 40.96 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-11-11T17:17:15.439Z] #28 41.01 Selecting previously unselected package libcap2-bin. [2021-11-11T17:17:15.607Z] #58 ... [2021-11-11T17:17:15.607Z] [2021-11-11T17:17:15.607Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-11T17:17:15.607Z] #15 sha256:b15bc9449db7d2a0c8e0f650c707556117769a53f33afb6dff3b428fd0632c30 [2021-11-11T17:17:15.607Z] #15 DONE 2.3s [2021-11-11T17:17:15.607Z] [2021-11-11T17:17:15.607Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:17:15.607Z] #58 sha256:fb8b6c59b374abed903bd136e2baa183bd385ee20107f338df991c05cf54e836 [2021-11-11T17:17:15.607Z] #58 2.146 + RM_GOPATH=0 [2021-11-11T17:17:15.607Z] #58 2.146 + TMP_GOPATH= [2021-11-11T17:17:15.697Z] #28 41.01 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-11-11T17:17:15.697Z] #28 41.02 Unpacking libcap2-bin (1:2.44-1) ... [2021-11-11T17:17:15.697Z] #28 41.08 Selecting previously unselected package iproute2. [2021-11-11T17:17:15.697Z] #28 41.09 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-11-11T17:17:15.697Z] #28 41.09 Unpacking iproute2 (5.10.0-4) ... [2021-11-11T17:17:15.865Z] #58 2.153 + : /build [2021-11-11T17:17:15.865Z] #58 2.153 + '[' -z '' ']' [2021-11-11T17:17:15.865Z] #58 2.153 ++ mktemp -d [2021-11-11T17:17:15.865Z] #58 2.153 + export GOPATH=/tmp/tmp.iXHDWzIt43 [2021-11-11T17:17:15.865Z] #58 2.153 + GOPATH=/tmp/tmp.iXHDWzIt43 [2021-11-11T17:17:15.865Z] #58 2.153 + RM_GOPATH=1 [2021-11-11T17:17:15.865Z] #58 2.153 + case "$(go env GOARCH)" in [2021-11-11T17:17:15.865Z] #58 2.153 ++ go env GOARCH [2021-11-11T17:17:15.865Z] #58 2.163 + export GO_BUILDMODE=-buildmode=pie [2021-11-11T17:17:15.865Z] #58 2.163 + GO_BUILDMODE=-buildmode=pie [2021-11-11T17:17:15.865Z] #58 2.163 ++ dirname /install.sh [2021-11-11T17:17:15.865Z] #58 2.167 + dir=/ [2021-11-11T17:17:15.865Z] #58 2.171 Install runc version v1.0.2 (build tags: seccomp) [2021-11-11T17:17:15.865Z] #58 2.171 + bin=runc [2021-11-11T17:17:15.865Z] #58 2.171 + shift [2021-11-11T17:17:15.865Z] #58 2.171 + '[' '!' -f //runc.installer ']' [2021-11-11T17:17:15.865Z] #58 2.171 + . //runc.installer [2021-11-11T17:17:15.865Z] #58 2.171 ++ set -e [2021-11-11T17:17:15.865Z] #58 2.171 ++ : v1.0.2 [2021-11-11T17:17:15.865Z] #58 2.171 + install_runc [2021-11-11T17:17:15.865Z] #58 2.171 + RUNC_BUILDTAGS=seccomp [2021-11-11T17:17:15.865Z] #58 2.171 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-11-11T17:17:15.865Z] #58 2.171 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.iXHDWzIt43/src/github.com/opencontainers/runc [2021-11-11T17:17:15.865Z] #58 2.171 Cloning into '/tmp/tmp.iXHDWzIt43/src/github.com/opencontainers/runc'... [2021-11-11T17:17:15.955Z] #28 41.30 Selecting previously unselected package xxd. [2021-11-11T17:17:15.955Z] #28 41.31 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-11T17:17:15.955Z] #28 41.32 Unpacking xxd (2:8.2.2434-3) ... [2021-11-11T17:17:15.955Z] #28 41.37 Selecting previously unselected package vim-common. [2021-11-11T17:17:15.955Z] #28 41.38 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-11T17:17:15.955Z] #28 41.39 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-11T17:17:15.955Z] #28 41.48 Selecting previously unselected package bash-completion. [2021-11-11T17:17:15.955Z] #28 41.49 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-11-11T17:17:16.592Z] #21 1.311 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:17:16.592Z] #21 1.528 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:17:16.592Z] #21 1.528 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:17:16.890Z] #28 42.45 Unpacking bash-completion (1:2.11-2) ... [2021-11-11T17:17:17.149Z] #28 42.65 Selecting previously unselected package apparmor. [2021-11-11T17:17:17.149Z] #28 42.66 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2021-11-11T17:17:17.149Z] #28 42.69 Unpacking apparmor (2.13.6-10) ... [2021-11-11T17:17:17.159Z] #21 2.109 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-11T17:17:17.407Z] #28 42.89 Selecting previously unselected package inetutils-ping. [2021-11-11T17:17:17.407Z] #28 42.89 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-11-11T17:17:17.407Z] #28 42.89 Unpacking inetutils-ping (2:2.0-1) ... [2021-11-11T17:17:17.449Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-11-11T17:17:17.449Z] === RUN TestBuildLabelWithTargets [2021-11-11T17:17:17.666Z] #28 42.97 Selecting previously unselected package libip4tc2:amd64. [2021-11-11T17:17:17.666Z] #28 42.97 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2021-11-11T17:17:17.666Z] #28 42.98 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-11-11T17:17:17.666Z] #28 43.03 Selecting previously unselected package libip6tc2:amd64. [2021-11-11T17:17:17.666Z] #28 43.03 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2021-11-11T17:17:17.666Z] #28 43.04 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-11-11T17:17:17.666Z] #28 43.08 Selecting previously unselected package libnfnetlink0:amd64. [2021-11-11T17:17:17.666Z] #28 43.09 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-11-11T17:17:17.666Z] #28 43.10 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-11T17:17:17.666Z] #28 43.14 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-11-11T17:17:17.666Z] #28 43.15 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-11-11T17:17:17.666Z] #28 43.15 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-11T17:17:17.666Z] #28 43.20 Selecting previously unselected package libnftnl11:amd64. [2021-11-11T17:17:17.771Z] #58 ... [2021-11-11T17:17:17.771Z] [2021-11-11T17:17:17.771Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-11T17:17:17.771Z] #16 sha256:bff232d730aa8252f1d0cffe3eda5d881848932629b28697050da762518790bb [2021-11-11T17:17:17.771Z] #16 DONE 2.0s [2021-11-11T17:17:17.771Z] [2021-11-11T17:17:17.771Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-11T17:17:17.771Z] #17 sha256:74acb39025a65d13d41b74def7f7b55a218df2114933ae942f0e025dbaea186f [2021-11-11T17:17:17.925Z] #28 43.21 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2021-11-11T17:17:17.925Z] #28 43.22 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-11-11T17:17:17.925Z] #28 43.27 Selecting previously unselected package iptables. [2021-11-11T17:17:17.925Z] #28 43.28 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2021-11-11T17:17:17.925Z] #28 43.29 Unpacking iptables (1.8.7-1) ... [2021-11-11T17:17:17.925Z] #28 43.44 Selecting previously unselected package libonig5:amd64. [2021-11-11T17:17:17.925Z] #28 43.45 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2021-11-11T17:17:17.925Z] #28 43.46 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-11-11T17:17:17.925Z] #28 43.59 Selecting previously unselected package libjq1:amd64. [2021-11-11T17:17:18.183Z] #28 43.60 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2021-11-11T17:17:18.183Z] #28 43.62 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-11-11T17:17:18.443Z] #28 43.72 Selecting previously unselected package jq. [2021-11-11T17:17:18.443Z] #28 43.73 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2021-11-11T17:17:18.443Z] #28 43.73 Unpacking jq (1.6-2.1) ... [2021-11-11T17:17:18.443Z] #28 43.79 Selecting previously unselected package libaio1:amd64. [2021-11-11T17:17:18.443Z] #28 43.79 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2021-11-11T17:17:18.443Z] #28 43.79 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-11-11T17:17:18.443Z] #28 43.85 Selecting previously unselected package libgpm2:amd64. [2021-11-11T17:17:18.443Z] #28 43.85 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2021-11-11T17:17:18.443Z] #28 43.85 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-11-11T17:17:18.443Z] #28 43.91 Selecting previously unselected package libinih1:amd64. [2021-11-11T17:17:18.443Z] #28 43.91 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2021-11-11T17:17:18.443Z] #28 43.91 Unpacking libinih1:amd64 (53-1+b2) ... [2021-11-11T17:17:18.443Z] #28 43.96 Selecting previously unselected package libnet1:amd64. [2021-11-11T17:17:18.702Z] #28 43.97 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-11T17:17:18.702Z] #28 43.97 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:17:18.702Z] #28 44.03 Selecting previously unselected package libnl-3-200:amd64. [2021-11-11T17:17:18.702Z] #28 44.03 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-11-11T17:17:18.702Z] #28 44.04 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-11T17:17:18.702Z] #28 44.11 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-11T17:17:18.702Z] #28 44.12 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-11-11T17:17:18.702Z] #28 44.13 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-11T17:17:18.702Z] #28 44.18 Selecting previously unselected package net-tools. [2021-11-11T17:17:18.702Z] #28 44.18 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-11-11T17:17:18.702Z] #28 44.18 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-11-11T17:17:18.960Z] #28 44.29 Selecting previously unselected package python-pip-whl. [2021-11-11T17:17:18.960Z] #28 44.29 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2021-11-11T17:17:18.960Z] #28 44.29 Unpacking python-pip-whl (20.3.4-4) ... [2021-11-11T17:17:19.220Z] #28 44.58 Selecting previously unselected package python3-lib2to3. [2021-11-11T17:17:19.220Z] #28 44.59 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2021-11-11T17:17:19.220Z] #28 44.59 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-11-11T17:17:19.220Z] #28 44.65 Selecting previously unselected package python3-distutils. [2021-11-11T17:17:19.220Z] #28 44.66 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2021-11-11T17:17:19.220Z] #28 44.66 Unpacking python3-distutils (3.9.2-1) ... [2021-11-11T17:17:19.220Z] #28 44.75 Selecting previously unselected package python3-pkg-resources. [2021-11-11T17:17:19.220Z] #28 44.75 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-11T17:17:19.220Z] #28 44.76 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:17:19.478Z] #28 44.83 Selecting previously unselected package python3-setuptools. [2021-11-11T17:17:19.478Z] #28 44.84 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2021-11-11T17:17:19.478Z] #28 44.84 Unpacking python3-setuptools (52.0.0-4) ... [2021-11-11T17:17:19.478Z] #28 44.96 Selecting previously unselected package python3-wheel. [2021-11-11T17:17:19.478Z] #28 44.98 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2021-11-11T17:17:19.478Z] #28 44.98 Unpacking python3-wheel (0.34.2-1) ... [2021-11-11T17:17:19.478Z] #28 45.03 Selecting previously unselected package python3-pip. [2021-11-11T17:17:19.478Z] #28 45.04 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2021-11-11T17:17:19.478Z] #28 45.05 Unpacking python3-pip (20.3.4-4) ... [2021-11-11T17:17:19.679Z] #17 1.654 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-11-11T17:17:19.679Z] #17 DONE 1.8s [2021-11-11T17:17:19.679Z] [2021-11-11T17:17:19.679Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-11T17:17:19.679Z] #18 sha256:1b1b1f47872363ea994601ec4b184d17cdc6b88435aff69646fe895768308f7a [2021-11-11T17:17:19.688Z] #21 4.163 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [87.7 kB] [2021-11-11T17:17:19.737Z] #28 45.20 Selecting previously unselected package sudo. [2021-11-11T17:17:19.737Z] #28 45.21 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2021-11-11T17:17:19.737Z] #28 45.22 Unpacking sudo (1.9.5p2-3) ... [2021-11-11T17:17:19.995Z] #28 45.46 Selecting previously unselected package thin-provisioning-tools. [2021-11-11T17:17:19.995Z] #28 45.47 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-11-11T17:17:19.995Z] #28 45.47 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-11-11T17:17:19.995Z] #28 45.60 Selecting previously unselected package uidmap. [2021-11-11T17:17:20.254Z] #28 45.60 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-11-11T17:17:20.254Z] #28 45.60 Unpacking uidmap (1:4.8.1-1) ... [2021-11-11T17:17:20.254Z] #28 45.68 Selecting previously unselected package vim-runtime. [2021-11-11T17:17:20.254Z] #28 45.68 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-11-11T17:17:20.254Z] #28 45.71 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-11-11T17:17:20.254Z] #28 45.73 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-11-11T17:17:20.254Z] #28 45.74 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-11-11T17:17:21.059Z] #18 DONE 1.6s [2021-11-11T17:17:21.059Z] [2021-11-11T17:17:21.059Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-11T17:17:21.059Z] #19 sha256:f965d325ab8721aaeb7d878cef03e8711bfe2209a94f4ebb3c4e65749919b3f0 [2021-11-11T17:17:21.062Z] #21 5.873 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-11T17:17:21.629Z] #21 ... [2021-11-11T17:17:21.629Z] [2021-11-11T17:17:21.629Z] #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 [2021-11-11T17:17:21.629Z] #34 sha256:11e9703ab38bf3d3a3d03da051d08dcb9da060079eddbf97343e4bf8a908a8a2 [2021-11-11T17:17:21.629Z] #34 DONE 129.6s [2021-11-11T17:17:21.629Z] [2021-11-11T17:17:21.629Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:17:21.629Z] #58 sha256:c2053b39f73c84638881214651669b7b76f4311f714a071ff75ffd0b0ac427c4 [2021-11-11T17:17:21.629Z] #58 13.20 + cd /tmp/tmp.RUW2BnJNBO/src/github.com/opencontainers/runc [2021-11-11T17:17:21.629Z] #58 13.20 + git checkout -q v1.0.2 [2021-11-11T17:17:21.629Z] #58 14.15 + '[' -z '' ']' [2021-11-11T17:17:21.629Z] #58 14.15 + target=static [2021-11-11T17:17:21.629Z] #58 14.15 + make BUILDTAGS=seccomp static [2021-11-11T17:17:21.629Z] #58 14.73 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-11T17:17:21.629Z] #28 46.94 Selecting previously unselected package vim. [2021-11-11T17:17:21.629Z] #28 46.95 Preparing to unpack .../40-vim_2%3a8.2.2434-3_amd64.deb ... [2021-11-11T17:17:21.629Z] #28 46.96 Unpacking vim (2:8.2.2434-3) ... [2021-11-11T17:17:21.629Z] #28 47.20 Selecting previously unselected package xfsprogs. [2021-11-11T17:17:21.888Z] #28 47.20 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2021-11-11T17:17:21.888Z] #28 47.21 Unpacking xfsprogs (5.10.0-4) ... [2021-11-11T17:17:21.888Z] #28 47.43 Selecting previously unselected package zip. [2021-11-11T17:17:21.888Z] #28 47.43 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2021-11-11T17:17:21.888Z] #28 47.44 Unpacking zip (3.0-12) ... [2021-11-11T17:17:22.147Z] #28 47.52 Selecting previously unselected package zstd. [2021-11-11T17:17:22.147Z] #28 47.52 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-11-11T17:17:22.147Z] #28 47.52 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-11-11T17:17:22.147Z] #28 47.72 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:17:22.714Z] #28 48.16 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-11-11T17:17:22.714Z] #28 48.17 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-11-11T17:17:22.714Z] #28 48.18 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-11-11T17:17:22.714Z] #28 48.20 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-11-11T17:17:22.714Z] #28 48.21 Setting up libinih1:amd64 (53-1+b2) ... [2021-11-11T17:17:22.714Z] #28 48.23 Setting up uidmap (1:4.8.1-1) ... [2021-11-11T17:17:22.714Z] #28 48.24 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:17:22.714Z] #28 48.25 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-11T17:17:22.714Z] #28 48.26 Setting up python3-wheel (0.34.2-1) ... [2021-11-11T17:17:22.967Z] #19 DONE 1.7s [2021-11-11T17:17:22.967Z] [2021-11-11T17:17:22.967Z] #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 [2021-11-11T17:17:22.967Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68 [2021-11-11T17:17:22.967Z] #34 ... [2021-11-11T17:17:22.967Z] [2021-11-11T17:17:22.967Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-11-11T17:17:22.967Z] #20 sha256:648eb8b0bcec942d35db4fe9a730ebc9613cc9500030e7815f173fce0a17a4be [2021-11-11T17:17:22.972Z] #28 48.61 Setting up xxd (2:8.2.2434-3) ... [2021-11-11T17:17:23.231Z] #28 48.62 Setting up libcap2:amd64 (1:2.44-1) ... [2021-11-11T17:17:23.231Z] #28 48.64 Setting up libcap2-bin (1:2.44-1) ... [2021-11-11T17:17:23.231Z] #28 48.65 Setting up apparmor (2.13.6-10) ... [2021-11-11T17:17:24.179Z] #28 49.67 Setting up zip (3.0-12) ... [2021-11-11T17:17:24.179Z] #28 49.68 Setting up vim-common (2:8.2.2434-3) ... [2021-11-11T17:17:24.179Z] #28 49.71 Setting up bash-completion (1:2.11-2) ... [2021-11-11T17:17:24.939Z] #20 DONE 1.7s [2021-11-11T17:17:24.939Z] [2021-11-11T17:17:24.939Z] #21 [dev-systemd-false 7/25] 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 [2021-11-11T17:17:24.939Z] #21 sha256:02e47910ef1d217b2fdf6749b5774d54849aa8675b41607a90ba7398f397013a [2021-11-11T17:17:25.533Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-11-11T17:17:25.533Z] === RUN TestBuildWithEmptyLayers [2021-11-11T17:17:25.555Z] #28 50.80 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-11-11T17:17:25.555Z] #28 50.81 Setting up sudo (1.9.5p2-3) ... [2021-11-11T17:17:25.555Z] #28 50.87 invoke-rc.d: could not determine current runlevel [2021-11-11T17:17:25.555Z] #28 50.87 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-11T17:17:25.555Z] #28 50.88 Setting up xfsprogs (5.10.0-4) ... [2021-11-11T17:17:25.555Z] #28 50.90 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-11-11T17:17:25.555Z] #28 50.91 Setting up inetutils-ping (2:2.0-1) ... [2021-11-11T17:17:25.555Z] #28 50.92 Setting up pigz (2.6-1) ... [2021-11-11T17:17:25.555Z] #28 50.94 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-11T17:17:25.555Z] #28 50.96 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-11T17:17:25.555Z] #28 50.98 Setting up python-pip-whl (20.3.4-4) ... [2021-11-11T17:17:25.555Z] #28 50.99 Setting up vim-runtime (2:8.2.2434-3) ... [2021-11-11T17:17:25.813Z] #28 51.30 Setting up libaio1:amd64 (0.3.112-9) ... [2021-11-11T17:17:25.813Z] #28 51.32 Setting up python3-lib2to3 (3.9.2-1) ... [2021-11-11T17:17:26.072Z] #28 51.50 Setting up libelf1:amd64 (0.183-1) ... [2021-11-11T17:17:26.072Z] #28 51.52 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-11-11T17:17:26.072Z] #28 51.54 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-11-11T17:17:26.072Z] #28 51.55 Setting up python3-distutils (3.9.2-1) ... [2021-11-11T17:17:26.330Z] #28 51.78 Setting up vim (2:8.2.2434-3) ... [2021-11-11T17:17:26.330Z] #28 51.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-11-11T17:17:26.330Z] #28 51.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-11-11T17:17:26.330Z] #28 51.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-11-11T17:17:26.330Z] #28 51.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-11-11T17:17:26.330Z] #28 51.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-11-11T17:17:26.330Z] #28 51.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-11-11T17:17:26.330Z] #28 51.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-11-11T17:17:26.330Z] #28 51.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-11-11T17:17:26.330Z] #28 51.86 Setting up python3-setuptools (52.0.0-4) ... [2021-11-11T17:17:26.878Z] #21 2.266 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-11T17:17:26.878Z] #21 2.304 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-11T17:17:26.878Z] #21 2.305 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-11T17:17:26.896Z] #28 52.47 Setting up libjq1:amd64 (1.6-2.1) ... [2021-11-11T17:17:26.896Z] #28 52.49 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-11-11T17:17:26.899Z] #58 ... [2021-11-11T17:17:26.899Z] [2021-11-11T17:17:26.899Z] #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 [2021-11-11T17:17:26.899Z] #26 sha256:6d09e15e9a7546027dc7f98f1b5b430ecf57b033190f6e4d0fa1b31f5afabf94 [2021-11-11T17:17:26.899Z] #26 124.0 + mkdir -p /tmp/tmp.PVwfpwt0MM/src/github.com/docker [2021-11-11T17:17:26.899Z] #26 124.0 + mv components/cli /tmp/tmp.PVwfpwt0MM/src/github.com/docker/cli [2021-11-11T17:17:26.899Z] #26 124.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-11-11T17:17:26.899Z] #26 ... [2021-11-11T17:17:26.899Z] [2021-11-11T17:17:26.899Z] #21 [dev-systemd-false 7/25] 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 [2021-11-11T17:17:26.899Z] #21 sha256:d0118a05f8cc293867f5427cc03ad3cd0ac1b31918159c611eed535bcd5d3c1b [2021-11-11T17:17:26.899Z] #21 9.918 Fetched 8358 kB in 9s (940 kB/s) [2021-11-11T17:17:27.154Z] #28 52.51 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-11-11T17:17:27.154Z] #28 52.52 Setting up python3-pip (20.3.4-4) ... [2021-11-11T17:17:27.412Z] #28 53.00 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-11T17:17:27.412Z] #28 53.03 Setting up jq (1.6-2.1) ... [2021-11-11T17:17:27.412Z] #28 53.04 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-11-11T17:17:27.412Z] #28 53.06 Setting up iptables (1.8.7-1) ... [2021-11-11T17:17:27.446Z] #21 2.817 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-11T17:17:27.863Z] #28 53.06 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-11T17:17:27.863Z] #28 53.07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-11T17:17:27.863Z] #28 53.08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-11T17:17:27.864Z] #28 53.08 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-11T17:17:27.864Z] #28 53.09 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-11-11T17:17:27.864Z] #28 53.09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-11-11T17:17:27.864Z] #28 53.10 Setting up iproute2 (5.10.0-4) ... [2021-11-11T17:17:27.864Z] #28 53.30 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:17:28.058Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-11-11T17:17:28.058Z] === RUN TestBuildMultiStageOnBuild [2021-11-11T17:17:28.421Z] 4612f6d0b889: Pull complete [2021-11-11T17:17:28.431Z] #28 DONE 53.8s [2021-11-11T17:17:28.431Z] [2021-11-11T17:17:28.431Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:17:28.431Z] #69 sha256:0c9ab12c7fee7374c83eb5e724097f5375f827a8c05fffb1ce594552e40b1932 [2021-11-11T17:17:28.431Z] #69 ... [2021-11-11T17:17:28.431Z] [2021-11-11T17:17:28.431Z] #29 [dev-systemd-false 8/25] 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 [2021-11-11T17:17:28.431Z] #29 sha256:80027a0c19e7e7ff678f32a1d2bf1c0858eb957c9ab8783a59234e3f7b79f42f [2021-11-11T17:17:28.844Z] #21 9.918 Reading package lists... [2021-11-11T17:17:28.986Z] #21 4.161 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [90.7 kB] [2021-11-11T17:17:29.807Z] #29 1.360 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-11-11T17:17:29.807Z] #29 1.371 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-11-11T17:17:29.807Z] #29 1.372 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-11-11T17:17:29.807Z] #29 DONE 1.4s [2021-11-11T17:17:29.807Z] [2021-11-11T17:17:29.807Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-11T17:17:29.807Z] #30 sha256:15fbc0fb5383cd4bbfb9ab8c5a3fea04be04f2f9bf8f6a833cdac606d976fd7a [2021-11-11T17:17:29.940Z] #21 5.127 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-11T17:17:33.032Z] #21 13.63 Reading package lists... [2021-11-11T17:17:33.233Z] #21 ... [2021-11-11T17:17:33.233Z] [2021-11-11T17:17:33.233Z] #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 [2021-11-11T17:17:33.233Z] #34 sha256:4a6247ee1ecef98b1b23b97c60da1aa481fa4a370aa6fc816940877dc6736b68 [2021-11-11T17:17:33.233Z] #34 DONE 134.0s [2021-11-11T17:17:33.233Z] [2021-11-11T17:17:33.233Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:17:33.233Z] #58 sha256:fb8b6c59b374abed903bd136e2baa183bd385ee20107f338df991c05cf54e836 [2021-11-11T17:17:33.233Z] #58 11.25 + cd /tmp/tmp.iXHDWzIt43/src/github.com/opencontainers/runc [2021-11-11T17:17:33.233Z] #58 11.25 + git checkout -q v1.0.2 [2021-11-11T17:17:33.233Z] #58 12.02 + '[' -z '' ']' [2021-11-11T17:17:33.233Z] #58 12.02 + target=static [2021-11-11T17:17:33.233Z] #58 12.02 + make BUILDTAGS=seccomp static [2021-11-11T17:17:33.233Z] #58 12.48 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-11T17:17:33.301Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-11-11T17:17:33.301Z] === RUN TestBuildUncleanTarFilenames [2021-11-11T17:17:33.598Z] #21 17.26 Building dependency tree... [2021-11-11T17:17:33.862Z] --- PASS: TestBuildUncleanTarFilenames (0.54s) [2021-11-11T17:17:33.863Z] === RUN TestBuildMultiStageLayerLeak [2021-11-11T17:17:34.173Z] #58 ... [2021-11-11T17:17:34.173Z] [2021-11-11T17:17:34.173Z] #21 [dev-systemd-false 7/25] 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 [2021-11-11T17:17:34.173Z] #21 sha256:02e47910ef1d217b2fdf6749b5774d54849aa8675b41607a90ba7398f397013a [2021-11-11T17:17:34.173Z] #21 9.488 Fetched 8473 kB in 7s (1133 kB/s) [2021-11-11T17:17:35.500Z] #21 20.39 The following additional packages will be installed: [2021-11-11T17:17:35.501Z] #21 20.39 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-11T17:17:35.501Z] #21 20.39 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-11-11T17:17:35.501Z] #21 20.39 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-11-11T17:17:35.501Z] #21 20.39 python3-pkg-resources vim-runtime xxd [2021-11-11T17:17:35.501Z] #21 20.42 Suggested packages: [2021-11-11T17:17:35.501Z] #21 20.42 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-11-11T17:17:35.501Z] #21 20.42 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-11-11T17:17:35.501Z] #21 20.42 acl attr quota [2021-11-11T17:17:35.501Z] #21 20.42 Recommended packages: [2021-11-11T17:17:35.501Z] #21 20.42 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-11-11T17:17:36.710Z] #21 9.488 Reading package lists... [2021-11-11T17:17:37.401Z] #21 22.22 The following NEW packages will be installed: [2021-11-11T17:17:37.401Z] #21 22.23 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-11-11T17:17:37.401Z] #21 22.23 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-11T17:17:37.401Z] #21 22.23 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-11-11T17:17:37.401Z] #21 22.23 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-11-11T17:17:37.401Z] #21 22.23 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-11-11T17:17:37.401Z] #21 22.23 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-11-11T17:17:37.401Z] #21 22.23 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-11-11T17:17:37.401Z] #21 22.23 xz-utils zip zstd [2021-11-11T17:17:37.659Z] #21 22.53 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:17:37.659Z] #21 22.53 Need to get 27.0 MB of archives. [2021-11-11T17:17:37.659Z] #21 22.53 After this operation, 105 MB of additional disk space will be used. [2021-11-11T17:17:37.659Z] #21 22.53 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2021-11-11T17:17:37.659Z] #21 22.53 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2021-11-11T17:17:37.659Z] #21 22.53 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2021-11-11T17:17:37.659Z] #21 22.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2021-11-11T17:17:37.659Z] #21 22.53 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2021-11-11T17:17:37.659Z] #21 22.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2021-11-11T17:17:37.659Z] #21 22.53 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2021-11-11T17:17:37.659Z] #21 22.54 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2021-11-11T17:17:37.659Z] #21 22.55 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB] [2021-11-11T17:17:37.659Z] #21 22.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-11T17:17:37.659Z] #21 22.56 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2021-11-11T17:17:37.659Z] #21 22.56 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2021-11-11T17:17:37.659Z] #21 22.57 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2021-11-11T17:17:37.659Z] #21 22.57 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2021-11-11T17:17:37.660Z] #21 22.58 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2021-11-11T17:17:37.660Z] #21 22.58 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2021-11-11T17:17:37.660Z] #21 22.59 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2021-11-11T17:17:37.660Z] #21 22.59 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-11-11T17:17:37.660Z] #21 22.59 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2021-11-11T17:17:37.660Z] #21 22.59 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2021-11-11T17:17:37.660Z] #21 22.60 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2021-11-11T17:17:37.660Z] #21 22.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2021-11-11T17:17:37.660Z] #21 22.61 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2021-11-11T17:17:37.660Z] #21 22.62 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2021-11-11T17:17:37.660Z] #21 22.62 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2021-11-11T17:17:37.660Z] #21 22.62 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2021-11-11T17:17:37.660Z] #21 22.62 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2021-11-11T17:17:37.918Z] #21 22.89 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2021-11-11T17:17:38.176Z] #21 22.89 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-11-11T17:17:38.176Z] #21 22.89 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2021-11-11T17:17:38.176Z] #21 22.89 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2021-11-11T17:17:38.176Z] #21 22.89 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2021-11-11T17:17:38.176Z] #21 22.89 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2021-11-11T17:17:38.176Z] #21 22.89 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-11-11T17:17:38.176Z] #21 22.92 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-11-11T17:17:38.176Z] #21 22.93 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2021-11-11T17:17:38.176Z] #21 22.93 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-11T17:17:38.176Z] #21 22.93 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2021-11-11T17:17:38.176Z] #21 22.94 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-11-11T17:17:38.176Z] #21 22.96 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2021-11-11T17:17:38.176Z] #21 22.96 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2021-11-11T17:17:38.176Z] #21 22.97 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2021-11-11T17:17:38.176Z] #21 22.98 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2021-11-11T17:17:38.176Z] #21 23.02 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-11-11T17:17:38.176Z] #21 23.15 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3 [1387 kB] [2021-11-11T17:17:38.434Z] #21 23.19 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2021-11-11T17:17:38.434Z] #21 23.20 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2021-11-11T17:17:38.434Z] #21 23.21 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2021-11-11T17:17:39.005Z] #21 23.80 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:17:39.005Z] #21 23.94 Fetched 27.0 MB in 1s (27.8 MB/s) [2021-11-11T17:17:39.005Z] #21 23.98 Selecting previously unselected package pigz. [2021-11-11T17:17:39.107Z] --- PASS: TestBuildMultiStageLayerLeak (4.46s) [2021-11-11T17:17:39.107Z] === RUN TestBuildWithHugeFile [2021-11-11T17:17:39.247Z] #21 12.31 Reading package lists... [2021-11-11T17:17:39.264Z] #21 23.98 (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 ... 24004 files and directories currently installed.) [2021-11-11T17:17:39.264Z] #21 24.03 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2021-11-11T17:17:39.264Z] #21 24.04 Unpacking pigz (2.6-1) ... [2021-11-11T17:17:39.264Z] #21 24.11 Selecting previously unselected package libelf1:arm64. [2021-11-11T17:17:39.264Z] #21 24.11 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2021-11-11T17:17:39.264Z] #21 24.12 Unpacking libelf1:arm64 (0.183-1) ... [2021-11-11T17:17:39.523Z] #21 24.26 Selecting previously unselected package libbpf0:arm64. [2021-11-11T17:17:39.523Z] #21 24.27 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2021-11-11T17:17:39.523Z] #21 24.28 Unpacking libbpf0:arm64 (1:0.3-2) ... [2021-11-11T17:17:39.523Z] #21 24.36 Selecting previously unselected package libcap2:arm64. [2021-11-11T17:17:39.523Z] #21 24.37 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2021-11-11T17:17:39.523Z] #21 24.37 Unpacking libcap2:arm64 (1:2.44-1) ... [2021-11-11T17:17:39.523Z] #21 24.42 Selecting previously unselected package libmnl0:arm64. [2021-11-11T17:17:39.523Z] #21 24.42 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2021-11-11T17:17:39.523Z] #21 24.43 Unpacking libmnl0:arm64 (1.0.4-3) ... [2021-11-11T17:17:39.523Z] #21 24.48 Selecting previously unselected package libxtables12:arm64. [2021-11-11T17:17:39.523Z] #21 24.48 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2021-11-11T17:17:39.523Z] #21 24.48 Unpacking libxtables12:arm64 (1.8.7-1) ... [2021-11-11T17:17:39.523Z] #21 24.54 Selecting previously unselected package libcap2-bin. [2021-11-11T17:17:39.523Z] #21 24.54 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2021-11-11T17:17:39.523Z] #21 24.55 Unpacking libcap2-bin (1:2.44-1) ... [2021-11-11T17:17:39.781Z] #21 24.61 Selecting previously unselected package iproute2. [2021-11-11T17:17:39.781Z] #21 24.61 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2021-11-11T17:17:39.781Z] #21 24.62 Unpacking iproute2 (5.10.0-4) ... [2021-11-11T17:17:39.784Z] #30 8.966 Collecting yamllint==1.26.1 [2021-11-11T17:17:39.784Z] #30 10.01 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-11-11T17:17:39.815Z] #21 14.72 Building dependency tree... [2021-11-11T17:17:40.299Z] #21 25.04 Selecting previously unselected package xxd. [2021-11-11T17:17:40.299Z] #21 25.04 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_arm64.deb ... [2021-11-11T17:17:40.299Z] #21 25.04 Unpacking xxd (2:8.2.2434-3) ... [2021-11-11T17:17:40.299Z] #21 25.14 Selecting previously unselected package vim-common. [2021-11-11T17:17:40.299Z] #21 25.14 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-11T17:17:40.299Z] #21 25.15 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-11T17:17:40.351Z] #30 10.54 Collecting pathspec>=0.5.3 [2021-11-11T17:17:40.351Z] #30 10.55 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-11-11T17:17:40.557Z] #21 25.33 Selecting previously unselected package bash-completion. [2021-11-11T17:17:40.557Z] #21 25.33 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-11-11T17:17:40.609Z] #30 10.70 Collecting pyyaml [2021-11-11T17:17:40.609Z] #30 10.71 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) [2021-11-11T17:17:40.609Z] #30 10.75 Building wheels for collected packages: yamllint [2021-11-11T17:17:40.609Z] #30 10.75 Building wheel for yamllint (setup.py): started [2021-11-11T17:17:40.753Z] #21 16.08 The following additional packages will be installed: [2021-11-11T17:17:40.753Z] #21 16.09 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-11T17:17:40.753Z] #21 16.09 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-11-11T17:17:40.753Z] #21 16.09 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-11-11T17:17:40.753Z] #21 16.09 python3-pkg-resources vim-runtime xxd [2021-11-11T17:17:40.753Z] #21 16.09 Suggested packages: [2021-11-11T17:17:40.753Z] #21 16.09 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-11-11T17:17:40.753Z] #21 16.09 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-11-11T17:17:40.753Z] #21 16.09 acl attr quota [2021-11-11T17:17:40.753Z] #21 16.09 Recommended packages: [2021-11-11T17:17:40.753Z] #21 16.09 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-11-11T17:17:40.868Z] #30 11.15 Building wheel for yamllint (setup.py): finished with status 'done' [2021-11-11T17:17:40.868Z] #30 11.15 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=8e16c3b8a88438b63a894d44547e2bb3ffe7cae07f6ed9b44ef6840204783aae [2021-11-11T17:17:40.868Z] #30 11.15 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-11-11T17:17:40.868Z] #30 11.16 Successfully built yamllint [2021-11-11T17:17:40.868Z] #30 11.17 Installing collected packages: pyyaml, pathspec, yamllint [2021-11-11T17:17:41.127Z] #30 11.35 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2021-11-11T17:17:41.385Z] #30 DONE 11.6s [2021-11-11T17:17:41.385Z] [2021-11-11T17:17:41.385Z] #34 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-11T17:17:41.385Z] #34 sha256:99bf741e5ff8191d7e3b2a099ac8b21e4193673f07458c827fd33e3e08b4e748 [2021-11-11T17:17:41.644Z] #34 DONE 0.2s [2021-11-11T17:17:41.644Z] [2021-11-11T17:17:41.644Z] #39 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-11T17:17:41.644Z] #39 sha256:ccc45365bcc4492ac4ee3a88860fa954bf621f38531cdcd438f915bbf483b5b8 [2021-11-11T17:17:41.905Z] #39 DONE 0.4s [2021-11-11T17:17:41.905Z] [2021-11-11T17:17:41.905Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:17:41.905Z] #69 sha256:0c9ab12c7fee7374c83eb5e724097f5375f827a8c05fffb1ce594552e40b1932 [2021-11-11T17:17:41.905Z] #69 ... [2021-11-11T17:17:41.905Z] [2021-11-11T17:17:41.905Z] #42 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-11T17:17:41.905Z] #42 sha256:144073f2eb62f1d81aecdabedda3c80d36485b5a052fd231d561c922cf4ff331 [2021-11-11T17:17:41.948Z] #21 26.82 Unpacking bash-completion (1:2.11-2) ... [2021-11-11T17:17:42.132Z] #21 17.34 The following NEW packages will be installed: [2021-11-11T17:17:42.132Z] #21 17.34 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-11-11T17:17:42.132Z] #21 17.34 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-11T17:17:42.132Z] #21 17.34 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-11-11T17:17:42.132Z] #21 17.34 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-11-11T17:17:42.132Z] #21 17.34 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-11-11T17:17:42.132Z] #21 17.34 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-11-11T17:17:42.132Z] #21 17.34 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-11-11T17:17:42.132Z] #21 17.34 xz-utils zip zstd [2021-11-11T17:17:42.132Z] #21 17.66 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:17:42.132Z] #21 17.66 Need to get 27.6 MB of archives. [2021-11-11T17:17:42.132Z] #21 17.66 After this operation, 106 MB of additional disk space will be used. [2021-11-11T17:17:42.132Z] #21 17.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-11-11T17:17:42.132Z] #21 17.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-11-11T17:17:42.132Z] #21 17.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-11-11T17:17:42.132Z] #21 17.66 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-11-11T17:17:42.132Z] #21 17.66 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-11-11T17:17:42.132Z] #21 17.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-11-11T17:17:42.132Z] #21 17.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-11-11T17:17:42.132Z] #21 17.67 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-11-11T17:17:42.132Z] #21 17.70 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-11T17:17:42.166Z] #42 DONE 0.2s [2021-11-11T17:17:42.166Z] [2021-11-11T17:17:42.166Z] #44 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-11T17:17:42.166Z] #44 sha256:0dafa98edd4afaa14f8832b225516d7bb0b0a22766330f804ea9ef2b719a319d [2021-11-11T17:17:42.166Z] #44 DONE 0.1s [2021-11-11T17:17:42.166Z] [2021-11-11T17:17:42.166Z] #48 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-11T17:17:42.166Z] #48 sha256:3c1f4b4b87208106cc7c112bf140dccedf9f62ccb920d1a85d88757fd37387b8 [2021-11-11T17:17:42.166Z] #48 DONE 0.1s [2021-11-11T17:17:42.166Z] [2021-11-11T17:17:42.166Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:17:42.166Z] #69 sha256:0c9ab12c7fee7374c83eb5e724097f5375f827a8c05fffb1ce594552e40b1932 [2021-11-11T17:17:42.206Z] #21 27.21 Selecting previously unselected package bzip2. [2021-11-11T17:17:42.392Z] #21 17.71 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-11T17:17:42.392Z] #21 17.72 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-11-11T17:17:42.392Z] #21 17.73 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-11-11T17:17:42.392Z] #21 17.73 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-11-11T17:17:42.392Z] #21 17.74 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-11-11T17:17:42.392Z] #21 17.76 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-11-11T17:17:42.392Z] #21 17.77 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-11-11T17:17:42.392Z] #21 17.78 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-11-11T17:17:42.392Z] #21 17.79 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-11-11T17:17:42.392Z] #21 17.79 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-11-11T17:17:42.392Z] #21 17.79 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-11-11T17:17:42.392Z] #21 17.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-11-11T17:17:42.392Z] #21 17.81 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-11-11T17:17:42.392Z] #21 17.81 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-11-11T17:17:42.392Z] #21 17.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-11-11T17:17:42.392Z] #21 17.82 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-11-11T17:17:42.392Z] #21 17.82 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-11-11T17:17:42.392Z] #21 17.83 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-11-11T17:17:42.427Z] #69 ... [2021-11-11T17:17:42.428Z] [2021-11-11T17:17:42.428Z] #51 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-11T17:17:42.428Z] #51 sha256:9c0d1898a7f9de3898deef213f0c144e687e84748e12d34b87d73ec2686e6a4c [2021-11-11T17:17:42.464Z] #21 27.22 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2021-11-11T17:17:42.465Z] #21 27.22 Unpacking bzip2 (1.0.8-4) ... [2021-11-11T17:17:42.465Z] #21 27.29 Selecting previously unselected package xz-utils. [2021-11-11T17:17:42.465Z] #21 27.30 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2021-11-11T17:17:42.465Z] #21 27.31 Unpacking xz-utils (5.2.5-2) ... [2021-11-11T17:17:42.465Z] #21 27.46 Selecting previously unselected package apparmor. [2021-11-11T17:17:42.465Z] #21 27.46 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2021-11-11T17:17:42.465Z] #21 27.50 Unpacking apparmor (2.13.6-10) ... [2021-11-11T17:17:42.652Z] #21 18.12 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-11-11T17:17:42.652Z] #21 18.12 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-11T17:17:42.652Z] #21 18.12 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-11-11T17:17:42.652Z] #21 18.12 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-11-11T17:17:42.652Z] #21 18.12 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-11-11T17:17:42.652Z] #21 18.12 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-11-11T17:17:42.652Z] #21 18.13 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-11-11T17:17:42.652Z] #21 18.19 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-11-11T17:17:42.652Z] #21 18.19 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-11-11T17:17:42.652Z] #21 18.19 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-11T17:17:42.652Z] #21 18.20 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-11-11T17:17:42.652Z] #21 18.22 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-11-11T17:17:42.686Z] #51 DONE 0.3s [2021-11-11T17:17:42.686Z] [2021-11-11T17:17:42.686Z] #55 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-11T17:17:42.686Z] #55 sha256:c2c3f03ac21e19ca4d77751ea660cb7214c98e389864e7d2b705609924a88d61 [2021-11-11T17:17:42.686Z] #55 DONE 0.1s [2021-11-11T17:17:42.686Z] [2021-11-11T17:17:42.686Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:17:42.686Z] #69 sha256:0c9ab12c7fee7374c83eb5e724097f5375f827a8c05fffb1ce594552e40b1932 [2021-11-11T17:17:42.912Z] #21 18.22 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-11-11T17:17:42.912Z] #21 18.23 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-11-11T17:17:42.912Z] #21 18.26 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-11-11T17:17:42.912Z] #21 18.27 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-11-11T17:17:42.912Z] #21 18.28 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-11-11T17:17:42.912Z] #21 18.49 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-11-11T17:17:42.945Z] #69 ... [2021-11-11T17:17:42.945Z] [2021-11-11T17:17:42.945Z] #57 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-11T17:17:42.945Z] #57 sha256:1b101a295ae8759112fd082aef9184bf83e3290d0f83be894758f937378e483a [2021-11-11T17:17:42.945Z] #57 DONE 0.2s [2021-11-11T17:17:42.945Z] [2021-11-11T17:17:42.945Z] #59 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-11T17:17:42.945Z] #59 sha256:e9b3cd15660ffc2ed284e6a46480ae1bbb6743f9dcd6ac6c9320cf1984360cfa [2021-11-11T17:17:43.031Z] #21 27.83 Selecting previously unselected package inetutils-ping. [2021-11-11T17:17:43.031Z] #21 27.83 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2021-11-11T17:17:43.031Z] #21 27.84 Unpacking inetutils-ping (2:2.0-1) ... [2021-11-11T17:17:43.031Z] #21 27.95 Selecting previously unselected package libip4tc2:arm64. [2021-11-11T17:17:43.031Z] #21 27.95 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2021-11-11T17:17:43.031Z] #21 27.96 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2021-11-11T17:17:43.031Z] #21 28.02 Selecting previously unselected package libip6tc2:arm64. [2021-11-11T17:17:43.031Z] #21 28.02 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2021-11-11T17:17:43.031Z] #21 28.03 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2021-11-11T17:17:43.031Z] #21 28.09 Selecting previously unselected package libnfnetlink0:arm64. [2021-11-11T17:17:43.172Z] #21 18.52 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-11-11T17:17:43.172Z] #21 18.55 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-11-11T17:17:43.172Z] #21 18.56 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-11-11T17:17:43.204Z] #59 DONE 0.2s [2021-11-11T17:17:43.204Z] [2021-11-11T17:17:43.204Z] #61 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-11T17:17:43.204Z] #61 sha256:ae4e90dd7453a03acb16a4fc1782365bce22107917d71b4bba845912209651da [2021-11-11T17:17:43.304Z] #21 28.09 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-11-11T17:17:43.304Z] #21 28.10 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-11-11T17:17:43.304Z] #21 28.17 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-11-11T17:17:43.304Z] #21 28.17 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2021-11-11T17:17:43.304Z] #21 28.17 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-11-11T17:17:43.304Z] #21 28.27 Selecting previously unselected package libnftnl11:arm64. [2021-11-11T17:17:43.304Z] #21 28.27 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2021-11-11T17:17:43.304Z] #21 28.28 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2021-11-11T17:17:43.462Z] #61 DONE 0.3s [2021-11-11T17:17:43.462Z] [2021-11-11T17:17:43.462Z] #63 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-11T17:17:43.462Z] #63 sha256:9b8374b123838ff23ffeaa76b8b9d29d3c8972e47203c7321fb9be1794758195 [2021-11-11T17:17:43.565Z] #21 28.37 Selecting previously unselected package iptables. [2021-11-11T17:17:43.565Z] #21 28.37 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2021-11-11T17:17:43.565Z] #21 28.38 Unpacking iptables (1.8.7-1) ... [2021-11-11T17:17:43.721Z] #63 DONE 0.1s [2021-11-11T17:17:43.722Z] [2021-11-11T17:17:43.722Z] #66 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-11T17:17:43.722Z] #66 sha256:ad136a675230ac2427d55960fc5f0186b82312749627f9a8f2ff656940e225da [2021-11-11T17:17:43.722Z] #66 DONE 0.1s [2021-11-11T17:17:43.722Z] [2021-11-11T17:17:43.722Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:17:43.722Z] #69 sha256:0c9ab12c7fee7374c83eb5e724097f5375f827a8c05fffb1ce594552e40b1932 [2021-11-11T17:17:43.741Z] #21 19.32 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:17:43.850Z] #21 28.71 Selecting previously unselected package libonig5:arm64. [2021-11-11T17:17:43.850Z] #21 28.71 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2021-11-11T17:17:43.850Z] #21 28.71 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2021-11-11T17:17:44.000Z] #21 19.47 Fetched 27.6 MB in 1s (22.9 MB/s) [2021-11-11T17:17:44.000Z] #21 19.53 Selecting previously unselected package pigz. [2021-11-11T17:17:44.168Z] #21 28.89 Selecting previously unselected package libjq1:arm64. [2021-11-11T17:17:44.168Z] #21 28.89 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2021-11-11T17:17:44.168Z] #21 28.90 Unpacking libjq1:arm64 (1.6-2.1) ... [2021-11-11T17:17:44.168Z] #21 28.99 Selecting previously unselected package jq. [2021-11-11T17:17:44.168Z] #21 28.99 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2021-11-11T17:17:44.168Z] #21 29.00 Unpacking jq (1.6-2.1) ... [2021-11-11T17:17:44.168Z] #21 29.05 Selecting previously unselected package libaio1:arm64. [2021-11-11T17:17:44.168Z] #21 29.06 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2021-11-11T17:17:44.168Z] #21 29.07 Unpacking libaio1:arm64 (0.3.112-9) ... [2021-11-11T17:17:44.168Z] #21 29.11 Selecting previously unselected package libgpm2:arm64. [2021-11-11T17:17:44.168Z] #21 29.12 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2021-11-11T17:17:44.168Z] #21 29.12 Unpacking libgpm2:arm64 (1.20.7-8) ... [2021-11-11T17:17:44.168Z] #21 29.17 Selecting previously unselected package libicu67:arm64. [2021-11-11T17:17:44.168Z] #21 29.17 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2021-11-11T17:17:44.260Z] #21 19.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24014 files and directories currently installed.) [2021-11-11T17:17:44.260Z] #21 19.58 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-11-11T17:17:44.260Z] #21 19.60 Unpacking pigz (2.6-1) ... [2021-11-11T17:17:44.260Z] #21 19.68 Selecting previously unselected package libelf1:amd64. [2021-11-11T17:17:44.260Z] #21 19.68 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-11-11T17:17:44.260Z] #21 19.70 Unpacking libelf1:amd64 (0.183-1) ... [2021-11-11T17:17:44.427Z] #21 29.17 Unpacking libicu67:arm64 (67.1-7) ... [2021-11-11T17:17:44.519Z] #21 19.85 Selecting previously unselected package libbpf0:amd64. [2021-11-11T17:17:44.519Z] #21 19.85 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-11-11T17:17:44.519Z] #21 19.86 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-11-11T17:17:44.519Z] #21 19.95 Selecting previously unselected package libcap2:amd64. [2021-11-11T17:17:44.519Z] #21 19.96 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-11-11T17:17:44.519Z] #21 19.99 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-11-11T17:17:44.519Z] #21 20.05 Selecting previously unselected package libmnl0:amd64. [2021-11-11T17:17:44.519Z] #21 20.05 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-11-11T17:17:44.519Z] #21 20.06 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-11-11T17:17:44.778Z] #21 20.13 Selecting previously unselected package libxtables12:amd64. [2021-11-11T17:17:44.778Z] #21 20.15 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-11-11T17:17:44.778Z] #21 20.15 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-11-11T17:17:44.778Z] #21 20.23 Selecting previously unselected package libcap2-bin. [2021-11-11T17:17:44.778Z] #21 20.24 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-11-11T17:17:44.778Z] #21 20.24 Unpacking libcap2-bin (1:2.44-1) ... [2021-11-11T17:17:45.037Z] #21 20.31 Selecting previously unselected package iproute2. [2021-11-11T17:17:45.037Z] #21 20.33 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-11-11T17:17:45.037Z] #21 20.33 Unpacking iproute2 (5.10.0-4) ... [2021-11-11T17:17:45.296Z] #21 20.85 Selecting previously unselected package xxd. [2021-11-11T17:17:45.296Z] #21 20.86 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-11T17:17:45.296Z] #21 20.87 Unpacking xxd (2:8.2.2434-3) ... [2021-11-11T17:17:45.555Z] #21 21.00 Selecting previously unselected package vim-common. [2021-11-11T17:17:45.555Z] #21 21.00 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-11T17:17:45.555Z] #21 21.02 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-11T17:17:45.814Z] #21 21.18 Selecting previously unselected package bash-completion. [2021-11-11T17:17:45.814Z] #21 21.20 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-11-11T17:17:46.955Z] #21 32.01 Selecting previously unselected package libinih1:arm64. [2021-11-11T17:17:47.214Z] #21 32.01 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2021-11-11T17:17:47.214Z] #21 32.02 Unpacking libinih1:arm64 (53-1+b2) ... [2021-11-11T17:17:47.214Z] #21 32.07 Selecting previously unselected package libnet1:arm64. [2021-11-11T17:17:47.214Z] #21 32.07 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-11-11T17:17:47.214Z] #21 32.08 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:17:47.214Z] #21 32.20 Selecting previously unselected package libnl-3-200:arm64. [2021-11-11T17:17:47.214Z] #21 32.20 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2021-11-11T17:17:47.214Z] #21 32.21 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-11-11T17:17:47.214Z] #21 32.30 Selecting previously unselected package libprotobuf-c1:arm64. [2021-11-11T17:17:47.473Z] #21 32.30 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2021-11-11T17:17:47.473Z] #21 32.31 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-11-11T17:17:47.473Z] #21 32.34 Selecting previously unselected package net-tools. [2021-11-11T17:17:47.473Z] #21 32.35 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2021-11-11T17:17:47.473Z] #21 32.35 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-11-11T17:17:47.731Z] #21 32.48 Selecting previously unselected package patch. [2021-11-11T17:17:47.731Z] #21 32.48 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2021-11-11T17:17:47.731Z] #21 32.51 Unpacking patch (2.7.6-7) ... [2021-11-11T17:17:47.731Z] #21 32.56 Selecting previously unselected package python-pip-whl. [2021-11-11T17:17:47.731Z] #21 32.57 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-11-11T17:17:47.731Z] #21 32.57 Unpacking python-pip-whl (20.3.4-4) ... [2021-11-11T17:17:47.915Z] #69 142.1 # github.com/containerd/containerd/cmd/containerd [2021-11-11T17:17:47.915Z] #69 142.1 /usr/bin/ld: /tmp/go-link-471901039/000019.o: in function `New': [2021-11-11T17:17:47.915Z] #69 142.1 /tmp/tmp.p8ADAWL1nu/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 [2021-11-11T17:17:47.915Z] #69 142.1 + bin/containerd-stress [2021-11-11T17:17:48.249Z] #21 33.01 Selecting previously unselected package python3-lib2to3. [2021-11-11T17:17:48.249Z] #21 33.02 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-11-11T17:17:48.249Z] #21 33.02 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-11-11T17:17:48.249Z] #21 33.15 Selecting previously unselected package python3-distutils. [2021-11-11T17:17:48.249Z] #21 33.16 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-11-11T17:17:48.249Z] #21 33.16 Unpacking python3-distutils (3.9.2-1) ... [2021-11-11T17:17:48.352Z] #21 23.27 Unpacking bash-completion (1:2.11-2) ... [2021-11-11T17:17:48.352Z] #21 23.71 Selecting previously unselected package bzip2. [2021-11-11T17:17:48.352Z] #21 23.72 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-11-11T17:17:48.352Z] #21 23.72 Unpacking bzip2 (1.0.8-4) ... [2021-11-11T17:17:48.352Z] #21 23.82 Selecting previously unselected package xz-utils. [2021-11-11T17:17:48.353Z] #21 23.83 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-11-11T17:17:48.353Z] #21 23.84 Unpacking xz-utils (5.2.5-2) ... [2021-11-11T17:17:48.508Z] #21 33.28 Selecting previously unselected package python3-pkg-resources. [2021-11-11T17:17:48.508Z] #21 33.29 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-11T17:17:48.508Z] #21 33.30 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:17:48.508Z] #21 33.44 Selecting previously unselected package python3-setuptools. [2021-11-11T17:17:48.508Z] #21 33.44 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-11-11T17:17:48.508Z] #21 33.45 Unpacking python3-setuptools (52.0.0-4) ... [2021-11-11T17:17:48.612Z] #21 24.03 Selecting previously unselected package apparmor. [2021-11-11T17:17:48.612Z] #21 24.03 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-11-11T17:17:48.612Z] #21 24.09 Unpacking apparmor (2.13.6-10) ... [2021-11-11T17:17:48.766Z] #21 33.64 Selecting previously unselected package python3-wheel. [2021-11-11T17:17:48.766Z] #21 33.65 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-11-11T17:17:48.766Z] #21 33.65 Unpacking python3-wheel (0.34.2-1) ... [2021-11-11T17:17:48.847Z] #69 143.2 + bin/containerd-shim [2021-11-11T17:17:49.025Z] #21 33.72 Selecting previously unselected package python3-pip. [2021-11-11T17:17:49.025Z] #21 33.73 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-11-11T17:17:49.025Z] #21 33.73 Unpacking python3-pip (20.3.4-4) ... [2021-11-11T17:17:49.025Z] #21 34.01 Selecting previously unselected package sudo. [2021-11-11T17:17:49.180Z] #21 24.56 Selecting previously unselected package inetutils-ping. [2021-11-11T17:17:49.180Z] #21 24.57 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-11-11T17:17:49.180Z] #21 24.58 Unpacking inetutils-ping (2:2.0-1) ... [2021-11-11T17:17:49.180Z] #21 24.72 Selecting previously unselected package libip4tc2:amd64. [2021-11-11T17:17:49.180Z] #21 24.72 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-11-11T17:17:49.180Z] #21 24.74 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-11-11T17:17:49.180Z] #21 24.83 Selecting previously unselected package libip6tc2:amd64. [2021-11-11T17:17:49.284Z] #21 34.01 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2021-11-11T17:17:49.284Z] #21 34.02 Unpacking sudo (1.9.5p2-3) ... [2021-11-11T17:17:49.440Z] #21 24.83 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-11-11T17:17:49.440Z] #21 24.84 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-11-11T17:17:49.440Z] #21 24.90 Selecting previously unselected package libnfnetlink0:amd64. [2021-11-11T17:17:49.440Z] #21 24.91 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-11-11T17:17:49.440Z] #21 24.91 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-11T17:17:49.542Z] #21 34.51 Selecting previously unselected package thin-provisioning-tools. [2021-11-11T17:17:49.543Z] #21 34.51 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2021-11-11T17:17:49.543Z] #21 34.51 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-11-11T17:17:49.700Z] #21 24.98 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-11-11T17:17:49.700Z] #21 24.98 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-11-11T17:17:49.700Z] #21 24.99 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-11T17:17:49.700Z] #21 25.06 Selecting previously unselected package libnftnl11:amd64. [2021-11-11T17:17:49.700Z] #21 25.07 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-11-11T17:17:49.700Z] #21 25.07 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-11-11T17:17:49.700Z] #21 25.16 Selecting previously unselected package iptables. [2021-11-11T17:17:49.700Z] #21 25.17 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-11-11T17:17:49.700Z] #21 25.17 Unpacking iptables (1.8.7-1) ... [2021-11-11T17:17:49.801Z] #21 34.73 Selecting previously unselected package uidmap. [2021-11-11T17:17:49.801Z] #21 34.74 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2021-11-11T17:17:49.801Z] #21 34.74 Unpacking uidmap (1:4.8.1-1) ... [2021-11-11T17:17:49.968Z] #21 25.50 Selecting previously unselected package libonig5:amd64. [2021-11-11T17:17:49.968Z] #21 25.50 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-11-11T17:17:49.968Z] #21 25.51 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-11-11T17:17:50.060Z] #21 34.84 Selecting previously unselected package vim-runtime. [2021-11-11T17:17:50.060Z] #21 34.85 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-11-11T17:17:50.060Z] #21 34.86 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-11-11T17:17:50.060Z] #21 34.89 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-11-11T17:17:50.060Z] #21 34.90 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-11-11T17:17:50.227Z] #21 25.63 Selecting previously unselected package libjq1:amd64. [2021-11-11T17:17:50.228Z] #21 25.64 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-11-11T17:17:50.228Z] #21 25.66 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-11-11T17:17:50.228Z] #21 25.81 Selecting previously unselected package jq. [2021-11-11T17:17:50.228Z] #21 25.82 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-11-11T17:17:50.228Z] #21 25.83 Unpacking jq (1.6-2.1) ... [2021-11-11T17:17:50.487Z] #21 25.95 Selecting previously unselected package libaio1:amd64. [2021-11-11T17:17:50.487Z] #21 25.95 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-11-11T17:17:50.487Z] #21 25.97 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-11-11T17:17:50.487Z] #21 26.07 Selecting previously unselected package libgpm2:amd64. [2021-11-11T17:17:50.487Z] #21 26.07 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-11-11T17:17:50.487Z] #21 26.09 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-11-11T17:17:50.487Z] #21 26.15 Selecting previously unselected package libicu67:amd64. [2021-11-11T17:17:50.747Z] #21 26.15 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-11-11T17:17:50.747Z] #21 26.16 Unpacking libicu67:amd64 (67.1-7) ... [2021-11-11T17:17:52.593Z] #21 37.48 Selecting previously unselected package vim. [2021-11-11T17:17:52.593Z] #21 37.48 Preparing to unpack .../44-vim_2%3a8.2.2434-3_arm64.deb ... [2021-11-11T17:17:52.593Z] #21 37.50 Unpacking vim (2:8.2.2434-3) ... [2021-11-11T17:17:53.160Z] #21 37.95 Selecting previously unselected package xfsprogs. [2021-11-11T17:17:53.160Z] #21 37.95 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2021-11-11T17:17:53.160Z] #21 37.96 Unpacking xfsprogs (5.10.0-4) ... [2021-11-11T17:17:53.418Z] #21 38.27 Selecting previously unselected package zip. [2021-11-11T17:17:53.418Z] #21 38.27 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2021-11-11T17:17:53.418Z] #21 38.28 Unpacking zip (3.0-12) ... [2021-11-11T17:17:53.677Z] #21 38.37 Selecting previously unselected package zstd. [2021-11-11T17:17:53.677Z] #21 38.38 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2021-11-11T17:17:53.677Z] #21 38.39 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-11-11T17:17:53.934Z] #21 38.71 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:17:54.501Z] #21 39.45 Setting up libip4tc2:arm64 (1.8.7-1) ... [2021-11-11T17:17:54.501Z] #21 39.46 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-11-11T17:17:54.501Z] #21 39.47 Setting up libgpm2:arm64 (1.20.7-8) ... [2021-11-11T17:17:54.501Z] #21 39.48 Setting up libicu67:arm64 (67.1-7) ... [2021-11-11T17:17:54.501Z] #21 39.49 Setting up libip6tc2:arm64 (1.8.7-1) ... [2021-11-11T17:17:54.501Z] #21 39.50 Setting up libinih1:arm64 (53-1+b2) ... [2021-11-11T17:17:54.501Z] #21 39.51 Setting up uidmap (1:4.8.1-1) ... [2021-11-11T17:17:54.501Z] #21 39.53 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:17:54.760Z] #21 39.54 Setting up bzip2 (1.0.8-4) ... [2021-11-11T17:17:54.760Z] #21 39.55 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-11-11T17:17:54.760Z] #21 39.56 Setting up python3-wheel (0.34.2-1) ... [2021-11-11T17:17:54.942Z] #21 29.83 Selecting previously unselected package libinih1:amd64. [2021-11-11T17:17:54.942Z] #21 29.84 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-11-11T17:17:54.942Z] #21 29.86 Unpacking libinih1:amd64 (53-1+b2) ... [2021-11-11T17:17:54.942Z] #21 29.93 Selecting previously unselected package libnet1:amd64. [2021-11-11T17:17:54.942Z] #21 29.93 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-11T17:17:54.942Z] #21 29.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:17:54.942Z] #21 30.07 Selecting previously unselected package libnl-3-200:amd64. [2021-11-11T17:17:54.942Z] #21 30.07 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-11-11T17:17:54.942Z] #21 30.08 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-11T17:17:54.942Z] #21 30.18 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-11T17:17:54.942Z] #21 30.19 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-11-11T17:17:54.942Z] #21 30.21 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-11T17:17:54.942Z] #21 30.28 Selecting previously unselected package net-tools. [2021-11-11T17:17:54.942Z] #21 30.28 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-11-11T17:17:54.942Z] #21 30.31 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-11-11T17:17:54.942Z] #21 30.48 Selecting previously unselected package patch. [2021-11-11T17:17:54.942Z] #21 30.50 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-11-11T17:17:54.942Z] #21 30.50 Unpacking patch (2.7.6-7) ... [2021-11-11T17:17:55.202Z] #21 30.60 Selecting previously unselected package python-pip-whl. [2021-11-11T17:17:55.202Z] #21 30.63 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-11-11T17:17:55.202Z] #21 30.64 Unpacking python-pip-whl (20.3.4-4) ... [2021-11-11T17:17:55.289Z] #21 40.10 Setting up xxd (2:8.2.2434-3) ... [2021-11-11T17:17:55.289Z] #21 40.13 Setting up libcap2:arm64 (1:2.44-1) ... [2021-11-11T17:17:55.289Z] #21 40.14 Setting up libcap2-bin (1:2.44-1) ... [2021-11-11T17:17:55.289Z] #21 40.17 Setting up apparmor (2.13.6-10) ... [2021-11-11T17:17:55.771Z] #21 31.20 Selecting previously unselected package python3-lib2to3. [2021-11-11T17:17:55.772Z] #21 31.20 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-11-11T17:17:55.772Z] #21 31.21 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-11-11T17:17:56.031Z] #21 31.34 Selecting previously unselected package python3-distutils. [2021-11-11T17:17:56.031Z] #21 31.35 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-11-11T17:17:56.031Z] #21 31.35 Unpacking python3-distutils (3.9.2-1) ... [2021-11-11T17:17:56.031Z] #21 31.48 Selecting previously unselected package python3-pkg-resources. [2021-11-11T17:17:56.031Z] #21 31.49 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-11T17:17:56.031Z] #21 31.51 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:17:56.292Z] #21 31.64 Selecting previously unselected package python3-setuptools. [2021-11-11T17:17:56.292Z] #21 31.66 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-11-11T17:17:56.292Z] #21 31.68 Unpacking python3-setuptools (52.0.0-4) ... [2021-11-11T17:17:56.292Z] #21 31.93 Selecting previously unselected package python3-wheel. [2021-11-11T17:17:56.551Z] #21 31.94 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-11-11T17:17:56.551Z] #21 31.94 Unpacking python3-wheel (0.34.2-1) ... [2021-11-11T17:17:56.551Z] #21 32.04 Selecting previously unselected package python3-pip. [2021-11-11T17:17:56.551Z] #21 32.04 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-11-11T17:17:56.551Z] #21 32.05 Unpacking python3-pip (20.3.4-4) ... [2021-11-11T17:17:56.665Z] #21 41.55 Setting up zip (3.0-12) ... [2021-11-11T17:17:56.665Z] #21 41.56 Setting up vim-common (2:8.2.2434-3) ... [2021-11-11T17:17:56.665Z] #21 41.59 Setting up bash-completion (1:2.11-2) ... [2021-11-11T17:17:56.811Z] #21 32.33 Selecting previously unselected package sudo. [2021-11-11T17:17:56.973Z] #69 150.5 + bin/containerd-shim-runc-v1 [2021-11-11T17:17:57.071Z] #21 32.34 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-11-11T17:17:57.071Z] #21 32.34 Unpacking sudo (1.9.5p2-3) ... [2021-11-11T17:17:57.330Z] #21 32.89 Selecting previously unselected package thin-provisioning-tools. [2021-11-11T17:17:57.590Z] #21 32.91 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-11-11T17:17:57.590Z] #21 32.93 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-11-11T17:17:57.590Z] #21 33.19 Selecting previously unselected package uidmap. [2021-11-11T17:17:57.850Z] #21 33.19 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-11-11T17:17:57.850Z] #21 33.19 Unpacking uidmap (1:4.8.1-1) ... [2021-11-11T17:17:57.850Z] #21 33.35 Selecting previously unselected package vim-runtime. [2021-11-11T17:17:57.850Z] #21 33.35 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-11-11T17:17:57.850Z] #21 33.38 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-11-11T17:17:57.850Z] #21 33.44 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-11-11T17:17:58.109Z] #21 33.45 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-11-11T17:17:58.567Z] #21 43.44 Setting up xz-utils (5.2.5-2) ... [2021-11-11T17:17:58.567Z] #21 43.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-11-11T17:17:58.567Z] #21 43.47 Setting up libmnl0:arm64 (1.0.4-3) ... [2021-11-11T17:17:58.567Z] #21 43.48 Setting up patch (2.7.6-7) ... [2021-11-11T17:17:58.567Z] #21 43.50 Setting up sudo (1.9.5p2-3) ... [2021-11-11T17:17:58.567Z] #21 43.57 invoke-rc.d: could not determine current runlevel [2021-11-11T17:17:58.567Z] #21 43.59 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-11T17:17:58.825Z] #21 43.59 Setting up xfsprogs (5.10.0-4) ... [2021-11-11T17:17:58.825Z] #21 43.61 Setting up libxtables12:arm64 (1.8.7-1) ... [2021-11-11T17:17:58.825Z] #21 43.62 Setting up inetutils-ping (2:2.0-1) ... [2021-11-11T17:17:58.825Z] #21 43.63 Setting up pigz (2.6-1) ... [2021-11-11T17:17:58.825Z] #21 43.64 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-11-11T17:17:58.825Z] #21 43.66 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-11-11T17:17:58.825Z] #21 43.68 Setting up python-pip-whl (20.3.4-4) ... [2021-11-11T17:17:58.825Z] #21 43.70 Setting up vim-runtime (2:8.2.2434-3) ... [2021-11-11T17:17:59.392Z] #21 44.17 Setting up libaio1:arm64 (0.3.112-9) ... [2021-11-11T17:17:59.392Z] #21 44.19 Setting up python3-lib2to3 (3.9.2-1) ... [2021-11-11T17:17:59.654Z] #21 44.47 Setting up libelf1:arm64 (0.183-1) ... [2021-11-11T17:17:59.654Z] #21 44.51 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-11-11T17:17:59.654Z] #21 44.53 Setting up libonig5:arm64 (6.9.6-1.1) ... [2021-11-11T17:17:59.654Z] #21 44.54 Setting up python3-distutils (3.9.2-1) ... [2021-11-11T17:17:59.936Z] #21 44.96 Setting up vim (2:8.2.2434-3) ... [2021-11-11T17:17:59.936Z] #21 44.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-11-11T17:17:59.936Z] #21 44.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-11-11T17:17:59.936Z] #21 44.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-11-11T17:17:59.936Z] #21 44.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-11-11T17:17:59.936Z] #21 44.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-11-11T17:17:59.936Z] #21 45.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-11-11T17:17:59.936Z] #21 45.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-11-11T17:17:59.936Z] #21 45.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-11-11T17:18:00.194Z] #21 45.03 Setting up python3-setuptools (52.0.0-4) ... [2021-11-11T17:18:01.158Z] #69 155.6 + bin/containerd-shim-runc-v2 [2021-11-11T17:18:01.400Z] #21 36.69 Selecting previously unselected package vim. [2021-11-11T17:18:01.400Z] #21 36.69 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-11-11T17:18:01.400Z] #21 36.70 Unpacking vim (2:8.2.2434-3) ... [2021-11-11T17:18:01.569Z] #21 46.28 Setting up libjq1:arm64 (1.6-2.1) ... [2021-11-11T17:18:01.569Z] #21 46.30 Setting up libnftnl11:arm64 (1.1.9-1) ... [2021-11-11T17:18:01.569Z] #21 46.31 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-11-11T17:18:01.569Z] #21 46.32 Setting up python3-pip (20.3.4-4) ... [2021-11-11T17:18:01.660Z] #21 37.27 Selecting previously unselected package xfsprogs. [2021-11-11T17:18:01.729Z] #69 156.2 + binaries [2021-11-11T17:18:01.729Z] #69 156.2 + install -D bin/containerd /build/containerd [2021-11-11T17:18:01.729Z] #69 156.3 + install -D bin/containerd-shim /build/containerd-shim [2021-11-11T17:18:01.729Z] #69 156.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-11T17:18:01.729Z] #69 156.3 + install -D bin/ctr /build/ctr [2021-11-11T17:18:01.919Z] #21 37.27 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-11-11T17:18:01.919Z] #21 37.29 Unpacking xfsprogs (5.10.0-4) ... [2021-11-11T17:18:02.298Z] #69 DONE 156.6s [2021-11-11T17:18:02.487Z] #21 38.12 Selecting previously unselected package zip. [2021-11-11T17:18:02.487Z] #21 38.12 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-11-11T17:18:02.487Z] #21 38.14 Unpacking zip (3.0-12) ... [2021-11-11T17:18:02.505Z] #21 47.50 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-11-11T17:18:02.764Z] #21 47.51 Setting up jq (1.6-2.1) ... [2021-11-11T17:18:02.764Z] #21 47.52 Setting up libbpf0:arm64 (1:0.3-2) ... [2021-11-11T17:18:02.764Z] #21 47.53 Setting up iptables (1.8.7-1) ... [2021-11-11T17:18:02.764Z] #21 47.54 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-11T17:18:02.764Z] #21 47.55 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-11T17:18:02.764Z] #21 47.56 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-11T17:18:02.764Z] #21 47.57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-11T17:18:02.764Z] #21 47.57 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-11-11T17:18:02.764Z] #21 47.58 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-11-11T17:18:02.764Z] #21 47.59 Setting up iproute2 (5.10.0-4) ... [2021-11-11T17:18:03.023Z] #21 47.91 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:18:03.056Z] #21 38.29 Selecting previously unselected package zstd. [2021-11-11T17:18:03.056Z] #21 38.31 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-11-11T17:18:03.056Z] #21 38.32 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-11-11T17:18:03.316Z] #21 38.71 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-11T17:18:03.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-11-11T17:18:03.673Z] [2021-11-11T17:18:03.673Z] #70 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-11T17:18:03.673Z] #70 sha256:cde0f4ec1f33532a85b9b7997f1d0d70945186d4d37de595ff34ebb4f70c1a32 [2021-11-11T17:18:03.932Z] #70 DONE 0.2s [2021-11-11T17:18:03.932Z] [2021-11-11T17:18:03.932Z] #75 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-11T17:18:03.932Z] #75 sha256:060c1b5dc3a23bb94dcdddb0c407a692fe2db3d7964691b1323504e408cc83a7 [2021-11-11T17:18:03.959Z] #21 DONE 48.6s [2021-11-11T17:18:03.959Z] [2021-11-11T17:18:03.959Z] #22 [dev-systemd-false 8/25] 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 [2021-11-11T17:18:03.959Z] #22 sha256:6891a1d870e73054c3427a1322b115c250d0d62f5d01f2fa230c6d1ad12fa271 [2021-11-11T17:18:04.190Z] #75 DONE 0.1s [2021-11-11T17:18:04.190Z] [2021-11-11T17:18:04.190Z] #80 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-11T17:18:04.190Z] #80 sha256:6a1c83d965f6e80c0298b5ec0d17d420ce7987a34dc963512ecb73e1f01178a2 [2021-11-11T17:18:04.254Z] #21 39.67 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-11-11T17:18:04.254Z] #21 39.68 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-11-11T17:18:04.254Z] #21 39.69 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-11-11T17:18:04.254Z] #21 39.70 Setting up libicu67:amd64 (67.1-7) ... [2021-11-11T17:18:04.254Z] #21 39.72 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-11-11T17:18:04.254Z] #21 39.73 Setting up libinih1:amd64 (53-1+b2) ... [2021-11-11T17:18:04.255Z] #21 39.74 Setting up uidmap (1:4.8.1-1) ... [2021-11-11T17:18:04.255Z] #21 39.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-11T17:18:04.255Z] #21 39.76 Setting up bzip2 (1.0.8-4) ... [2021-11-11T17:18:04.255Z] #21 39.78 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-11T17:18:04.255Z] #21 39.79 Setting up python3-wheel (0.34.2-1) ... [2021-11-11T17:18:04.527Z] #22 0.913 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-11-11T17:18:04.527Z] #22 0.920 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-11-11T17:18:04.527Z] #22 0.923 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-11-11T17:18:04.527Z] #22 DONE 1.0s [2021-11-11T17:18:04.527Z] [2021-11-11T17:18:04.527Z] #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 [2021-11-11T17:18:04.527Z] #43 sha256:aa552d13f8efd221f05e0a49d9d2378e7f72d76d7a9ac55d8ee716f5d7622455 [2021-11-11T17:18:04.755Z] #80 DONE 0.6s [2021-11-11T17:18:04.755Z] [2021-11-11T17:18:04.755Z] #81 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-11T17:18:04.755Z] #81 sha256:7963d9786cc41dda1b7cca30584217fc03dbf48fd8bf911c8e196e6a5601850a [2021-11-11T17:18:04.755Z] #81 DONE 0.1s [2021-11-11T17:18:04.786Z] #43 ... [2021-11-11T17:18:04.786Z] [2021-11-11T17:18:04.786Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-11T17:18:04.786Z] #23 sha256:a5f6c307135ddf0326e9a5ad3cdda52e49ffac382f136ab34b05c91980164e76 [2021-11-11T17:18:05.014Z] [2021-11-11T17:18:05.014Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-11T17:18:05.014Z] #82 sha256:0dd30fbfa003571b6c6ddaa067f93fed122d89219342903e6159493a1d8426ed [2021-11-11T17:18:05.193Z] #21 40.53 Setting up xxd (2:8.2.2434-3) ... [2021-11-11T17:18:05.193Z] #21 40.54 Setting up libcap2:amd64 (1:2.44-1) ... [2021-11-11T17:18:05.193Z] #21 40.55 Setting up libcap2-bin (1:2.44-1) ... [2021-11-11T17:18:05.193Z] #21 40.57 Setting up apparmor (2.13.6-10) ... [2021-11-11T17:18:06.914Z] #82 DONE 1.7s [2021-11-11T17:18:06.915Z] [2021-11-11T17:18:06.915Z] #83 exporting to image [2021-11-11T17:18:06.915Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-11T17:18:06.915Z] #83 exporting layers [2021-11-11T17:18:07.101Z] #21 42.42 Setting up zip (3.0-12) ... [2021-11-11T17:18:07.101Z] #21 42.43 Setting up vim-common (2:8.2.2434-3) ... [2021-11-11T17:18:07.101Z] #21 42.48 Setting up bash-completion (1:2.11-2) ... [2021-11-11T17:18:09.687Z] #21 44.79 Setting up xz-utils (5.2.5-2) ... [2021-11-11T17:18:09.687Z] #21 44.82 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-11-11T17:18:09.687Z] #21 44.84 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-11-11T17:18:09.687Z] #21 44.85 Setting up patch (2.7.6-7) ... [2021-11-11T17:18:09.687Z] #21 44.86 Setting up sudo (1.9.5p2-3) ... [2021-11-11T17:18:09.687Z] #21 44.94 invoke-rc.d: could not determine current runlevel [2021-11-11T17:18:09.687Z] #21 44.95 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-11T17:18:09.687Z] #21 44.96 Setting up xfsprogs (5.10.0-4) ... [2021-11-11T17:18:09.687Z] #21 44.99 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-11-11T17:18:09.687Z] #21 45.00 Setting up inetutils-ping (2:2.0-1) ... [2021-11-11T17:18:09.687Z] #21 45.01 Setting up pigz (2.6-1) ... [2021-11-11T17:18:09.687Z] #21 45.03 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-11T17:18:09.687Z] #21 45.04 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-11T17:18:09.687Z] #21 45.06 Setting up python-pip-whl (20.3.4-4) ... [2021-11-11T17:18:09.687Z] #21 45.09 Setting up vim-runtime (2:8.2.2434-3) ... [2021-11-11T17:18:10.640Z] #21 45.84 Setting up libaio1:amd64 (0.3.112-9) ... [2021-11-11T17:18:10.640Z] #21 45.85 Setting up python3-lib2to3 (3.9.2-1) ... [2021-11-11T17:18:10.901Z] #21 46.29 Setting up libelf1:amd64 (0.183-1) ... [2021-11-11T17:18:10.901Z] #21 46.36 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-11-11T17:18:10.901Z] #21 46.38 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-11-11T17:18:10.901Z] #21 46.39 Setting up python3-distutils (3.9.2-1) ... [2021-11-11T17:18:11.469Z] #21 46.93 Setting up vim (2:8.2.2434-3) ... [2021-11-11T17:18:11.469Z] #21 46.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-11-11T17:18:11.469Z] #21 46.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-11-11T17:18:11.469Z] #21 46.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-11-11T17:18:11.469Z] #21 46.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-11-11T17:18:11.469Z] #21 46.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-11-11T17:18:11.469Z] #21 46.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-11-11T17:18:11.469Z] #21 46.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-11-11T17:18:11.469Z] #21 46.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-11-11T17:18:11.469Z] #21 47.02 Setting up python3-setuptools (52.0.0-4) ... [2021-11-11T17:18:13.372Z] #21 48.45 Setting up libjq1:amd64 (1.6-2.1) ... [2021-11-11T17:18:13.372Z] #21 48.46 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-11-11T17:18:13.372Z] #21 48.48 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-11-11T17:18:13.372Z] #21 48.50 Setting up python3-pip (20.3.4-4) ... [2021-11-11T17:18:14.308Z] #21 49.82 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-11T17:18:14.308Z] #21 49.84 Setting up jq (1.6-2.1) ... [2021-11-11T17:18:14.308Z] #21 49.85 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-11-11T17:18:14.308Z] #21 49.87 Setting up iptables (1.8.7-1) ... [2021-11-11T17:18:14.308Z] #21 49.88 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-11T17:18:14.566Z] #21 49.91 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-11T17:18:14.566Z] #21 49.92 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-11T17:18:14.566Z] #21 49.92 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-11T17:18:14.566Z] #21 49.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-11-11T17:18:14.566Z] #21 49.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-11-11T17:18:14.566Z] #21 49.94 Setting up iproute2 (5.10.0-4) ... [2021-11-11T17:18:14.825Z] #21 50.33 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:18:15.392Z] #21 DONE 50.7s [2021-11-11T17:18:15.393Z] [2021-11-11T17:18:15.393Z] #22 [dev-systemd-false 8/25] 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 [2021-11-11T17:18:15.393Z] #22 sha256:7bac5318c7f501af978b67704560a4fba72ad524694b2e7e7aa61cadc21b3bf2 [2021-11-11T17:18:16.773Z] #22 1.356 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-11-11T17:18:16.773Z] #22 1.361 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-11-11T17:18:16.773Z] #22 1.364 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-11-11T17:18:16.773Z] #22 DONE 1.4s [2021-11-11T17:18:16.773Z] [2021-11-11T17:18:16.773Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:18:16.773Z] #58 sha256:fb8b6c59b374abed903bd136e2baa183bd385ee20107f338df991c05cf54e836 [2021-11-11T17:18:16.773Z] #58 ... [2021-11-11T17:18:16.773Z] [2021-11-11T17:18:16.773Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-11T17:18:16.773Z] #23 sha256:c381dc5168a35195ac7b3fe04018060c7364414236bb395498ca4971ad56fdde [2021-11-11T17:18:16.993Z] #23 11.32 Collecting yamllint==1.26.1 [2021-11-11T17:18:16.993Z] #23 12.36 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-11-11T17:18:17.929Z] #23 13.25 Collecting pathspec>=0.5.3 [2021-11-11T17:18:17.929Z] #23 13.26 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-11-11T17:18:18.188Z] #23 13.55 Collecting pyyaml [2021-11-11T17:18:18.188Z] #23 13.55 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2021-11-11T17:18:18.188Z] #23 13.60 Building wheels for collected packages: yamllint [2021-11-11T17:18:18.188Z] #23 13.60 Building wheel for yamllint (setup.py): started [2021-11-11T17:18:19.130Z] #23 14.49 Building wheel for yamllint (setup.py): finished with status 'done' [2021-11-11T17:18:19.130Z] #23 14.50 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=e7ee87fe2a70f815e550caa50c2777c0789e55eb16b50cdb5127dcf5497b111c [2021-11-11T17:18:19.130Z] #23 14.50 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-11-11T17:18:19.130Z] #23 14.50 Successfully built yamllint [2021-11-11T17:18:19.130Z] #23 14.52 Installing collected packages: pyyaml, pathspec, yamllint [2021-11-11T17:18:19.392Z] #23 14.85 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2021-11-11T17:18:19.961Z] #23 DONE 15.3s [2021-11-11T17:18:19.961Z] [2021-11-11T17:18:19.961Z] #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 [2021-11-11T17:18:19.961Z] #26 sha256:6d09e15e9a7546027dc7f98f1b5b430ecf57b033190f6e4d0fa1b31f5afabf94 [2021-11-11T17:18:22.106Z] a0eb404f1860: Pull complete [2021-11-11T17:18:22.106Z] Digest: sha256:35b987eaca23cce6456c07adea57a155352dce50adf0539fd57e68f3af3e8e29 [2021-11-11T17:18:22.106Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:18:22.106Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-11-11T17:18:22.106Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-11-11T17:18:22.106Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.350' [2021-11-11T17:18:22.106Z] WARN: Skipping validation tests [2021-11-11T17:18:22.106Z] INFO: Running unit tests at 11/11/2021 17:18:11... [2021-11-11T17:18:22.106Z] INFO: make.ps1 starting at 11/11/2021 17:18:14 [2021-11-11T17:18:22.106Z] INFO: Git commit (3d39a5a812) assumed from DOCKER_GITCOMMIT environment variable [2021-11-11T17:18:22.106Z] INFO: Invoking autogen... [2021-11-11T17:18:22.106Z] INFO: Running unit tests... [2021-11-11T17:18:22.107Z] 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/discovery 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/hostdiscovery 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/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-11T17:18:24.152Z] #26 ... [2021-11-11T17:18:24.152Z] [2021-11-11T17:18:24.152Z] #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 [2021-11-11T17:18:24.152Z] #43 sha256:aa552d13f8efd221f05e0a49d9d2378e7f72d76d7a9ac55d8ee716f5d7622455 [2021-11-11T17:18:24.152Z] #43 192.4 + dpkg --print-architecture [2021-11-11T17:18:24.719Z] #43 DONE 193.0s [2021-11-11T17:18:24.719Z] [2021-11-11T17:18:24.719Z] #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 [2021-11-11T17:18:24.719Z] #26 sha256:6d09e15e9a7546027dc7f98f1b5b430ecf57b033190f6e4d0fa1b31f5afabf94 [2021-11-11T17:18:28.987Z] #23 10.33 Collecting yamllint==1.26.1 [2021-11-11T17:18:28.987Z] #23 11.39 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-11-11T17:18:29.143Z] ? github.com/docker/docker/api [no test files] [2021-11-11T17:18:29.246Z] #23 12.51 Collecting pathspec>=0.5.3 [2021-11-11T17:18:29.246Z] #23 12.53 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-11-11T17:18:29.506Z] #23 12.96 Collecting pyyaml [2021-11-11T17:18:29.506Z] #23 12.97 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) [2021-11-11T17:18:29.765Z] #23 13.04 Building wheels for collected packages: yamllint [2021-11-11T17:18:29.765Z] #23 13.04 Building wheel for yamllint (setup.py): started [2021-11-11T17:18:29.983Z] #26 ... [2021-11-11T17:18:29.983Z] [2021-11-11T17:18:29.983Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:18:29.983Z] #53 sha256:9cb52f6872fcc3b0e7d37726b0ae6ca6fb2886b0dc5b647f1a25489b36c70d13 [2021-11-11T17:18:29.983Z] #53 197.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-11T17:18:30.240Z] #53 DONE 198.7s [2021-11-11T17:18:30.240Z] [2021-11-11T17:18:30.240Z] #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 [2021-11-11T17:18:30.240Z] #26 sha256:6d09e15e9a7546027dc7f98f1b5b430ecf57b033190f6e4d0fa1b31f5afabf94 [2021-11-11T17:18:30.839Z] #23 14.20 Building wheel for yamllint (setup.py): finished with status 'done' [2021-11-11T17:18:30.839Z] #23 14.20 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=1a4ebf81d1690a537afcaabc7e62861b555846ec8b88fcc9987bc5e1fec7ba5f [2021-11-11T17:18:30.839Z] #23 14.21 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-11-11T17:18:30.839Z] #23 14.21 Successfully built yamllint [2021-11-11T17:18:30.839Z] #23 14.24 Installing collected packages: pyyaml, pathspec, yamllint [2021-11-11T17:18:31.409Z] #23 14.66 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2021-11-11T17:18:31.994Z] #23 DONE 15.2s [2021-11-11T17:18:31.994Z] [2021-11-11T17:18:31.994Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-11T17:18:31.994Z] #27 sha256:7c210bd3ce65e0a90e1845a0ac0b660c2cebb1176b0f5c4bb73b361b2dba20a4 [2021-11-11T17:18:32.253Z] #27 DONE 0.4s [2021-11-11T17:18:32.253Z] [2021-11-11T17:18:32.253Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-11T17:18:32.253Z] #32 sha256:2a8662bf474de8bcade2167a7a4c2fda9877d3aa3e851ef756d23b6d6fba22ad [2021-11-11T17:18:32.822Z] #32 DONE 0.6s [2021-11-11T17:18:32.822Z] [2021-11-11T17:18:32.822Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-11T17:18:32.822Z] #35 sha256:f1a48626b126878fb8d3add03140a6e5f899bdfc03f27a68180541fe20833d77 [2021-11-11T17:18:33.083Z] #35 DONE 0.3s [2021-11-11T17:18:33.083Z] [2021-11-11T17:18:33.083Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-11T17:18:33.083Z] #37 sha256:61477ed8ef8dad7b0b4171112de9a9b673598c0564ce1db2aa5a71b9d29fde09 [2021-11-11T17:18:33.083Z] #37 DONE 0.1s [2021-11-11T17:18:33.083Z] [2021-11-11T17:18:33.083Z] #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 [2021-11-11T17:18:33.083Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe [2021-11-11T17:18:33.342Z] #43 ... [2021-11-11T17:18:33.342Z] [2021-11-11T17:18:33.342Z] #41 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-11T17:18:33.342Z] #41 sha256:47dfb4d1df06d14a2a4b11171822295fe5f4f1ac60fe51f4c386b7d900acf9e8 [2021-11-11T17:18:33.342Z] #41 DONE 0.1s [2021-11-11T17:18:33.342Z] [2021-11-11T17:18:33.342Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:18:33.342Z] #62 sha256:b68a8a3faaf38f36bf097cd7350b4d5ce8a1fc6f006d97a968f24a8a637492c8 [2021-11-11T17:18:33.454Z] #83 exporting layers 22.5s done [2021-11-11T17:18:33.454Z] #83 writing image sha256:58948efcc9e2f2c634bcfdad9a1f8288c10de6dcb3f1404b36c4c4f319ad0723 done [2021-11-11T17:18:33.454Z] #83 naming to docker.io/library/docker:ff0c7f89b8defb2f6f921d998912fdcde74545d6 done [2021-11-11T17:18:33.454Z] #83 DONE 22.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-11-11T17:18:33.796Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42838/.git:/go/src/github.com/docker/docker/.git --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ff0c7f89b8defb2f6f921d998912fdcde74545d6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ff0c7f89b8defb2f6f921d998912fdcde74545d6 hack/validate/default [2021-11-11T17:18:35.173Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-11-11T17:18:35.173Z] No api/types/ or api/swagger.yaml changes in diff. [2021-11-11T17:18:35.173Z] Congratulations! All TOML source files changed here have valid syntax. [2021-11-11T17:18:35.173Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-11-11T17:18:35.173Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-11-11T17:18:35.173Z] Congratulations! No new tests were added to integration-cli. [2021-11-11T17:18:35.173Z] [2021-11-11T17:18:35.173Z] INFO Start validation with golang-ci-lint [2021-11-11T17:18:35.173Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-11-11T17:18:35.299Z] --- PASS: TestBuildWithHugeFile (50.12s) [2021-11-11T17:18:35.299Z] === RUN TestBuildWCOWSandboxSize [2021-11-11T17:18:35.299Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:18:35.299Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:18:35.299Z] === RUN TestBuildWithEmptyDockerfile [2021-11-11T17:18:35.299Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:18:35.299Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:18:35.299Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:18:35.299Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:18:35.299Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:18:35.299Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:18:35.299Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:18:35.299Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:18:35.299Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:18:35.299Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2021-11-11T17:18:35.299Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-11-11T17:18:35.299Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2021-11-11T17:18:35.299Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-11-11T17:18:35.299Z] === RUN TestBuildPreserveOwnership [2021-11-11T17:18:35.299Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-11T17:18:35.299Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-11T17:18:35.432Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-11-11T17:18:35.432Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-11-11T17:18:35.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-11T17:18:38.564Z] --- PASS: TestBuildPreserveOwnership (9.58s) [2021-11-11T17:18:38.564Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.57s) [2021-11-11T17:18:38.564Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-11-11T17:18:38.564Z] === RUN TestBuildPlatformInvalid [2021-11-11T17:18:38.564Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-11-11T17:18:38.564Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-11T17:18:38.564Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-11-11T17:18:38.564Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-11-11T17:18:38.564Z] PASS [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] === Skipped [2021-11-11T17:18:38.564Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-11-11T17:18:38.564Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:18:38.564Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-11-11T17:18:38.564Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] DONE 34 tests, 3 skipped in 111.175s [2021-11-11T17:18:38.564Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-11-11T17:18:38.564Z] INFO: Testing against a local daemon [2021-11-11T17:18:38.564Z] === RUN TestConfigInspect [2021-11-11T17:18:38.564Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] --- SKIP: TestConfigInspect (0.02s) [2021-11-11T17:18:38.564Z] === RUN TestConfigList [2021-11-11T17:18:38.564Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] --- SKIP: TestConfigList (0.02s) [2021-11-11T17:18:38.564Z] === RUN TestConfigsCreateAndDelete [2021-11-11T17:18:38.564Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-11-11T17:18:38.564Z] === RUN TestConfigsUpdate [2021-11-11T17:18:38.564Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-11-11T17:18:38.564Z] === RUN TestTemplatedConfig [2021-11-11T17:18:38.564Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-11T17:18:38.564Z] === RUN TestConfigCreateResolve [2021-11-11T17:18:38.564Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-11-11T17:18:38.564Z] PASS [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] === Skipped [2021-11-11T17:18:38.564Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-11-11T17:18:38.564Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-11-11T17:18:38.564Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-11-11T17:18:38.564Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-11-11T17:18:38.564Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-11-11T17:18:38.564Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-11-11T17:18:38.564Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:18:38.564Z] [2021-11-11T17:18:38.564Z] DONE 6 tests, 6 skipped in 0.155s [2021-11-11T17:18:38.564Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-11-11T17:18:38.564Z] INFO: Testing against a local daemon [2021-11-11T17:18:38.564Z] === RUN TestCheckpoint [2021-11-11T17:18:38.564Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:18:38.564Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-11T17:18:38.564Z] === RUN TestContainerInvalidJSON [2021-11-11T17:18:38.564Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:18:38.564Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:18:38.564Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:18:38.564Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:18:38.564Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:18:38.564Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:18:38.564Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-11T17:18:38.564Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-11T17:18:38.564Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-11T17:18:38.564Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-11T17:18:38.564Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-11-11T17:18:38.564Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-11T17:18:38.820Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-11-11T17:18:38.820Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-11T17:18:38.820Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-11-11T17:18:38.820Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-11T17:18:38.820Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-11-11T17:18:38.820Z] === RUN TestCopyFromContainer [2021-11-11T17:18:39.912Z] #62 ... [2021-11-11T17:18:39.912Z] [2021-11-11T17:18:39.912Z] #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 [2021-11-11T17:18:39.912Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe [2021-11-11T17:18:39.912Z] #43 199.9 + dpkg --print-architecture [2021-11-11T17:18:39.912Z] #43 200.0 + git checkout -q v2.1.0 [2021-11-11T17:18:39.912Z] #43 200.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-11-11T17:18:39.912Z] #43 200.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-11-11T17:18:42.086Z] === RUN TestCopyFromContainer// [2021-11-11T17:18:42.342Z] === RUN TestCopyFromContainer//bar/root [2021-11-11T17:18:42.342Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-11T17:18:42.342Z] === RUN TestCopyFromContainer/bar/quux [2021-11-11T17:18:42.342Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-11T17:18:42.342Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-11T17:18:42.597Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-11T17:18:42.597Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-11T17:18:42.597Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-11T17:18:42.597Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-11T17:18:42.597Z] --- PASS: TestCopyFromContainer (3.87s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-11-11T17:18:42.598Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-11-11T17:18:42.598Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-11T17:18:42.598Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:18:42.598Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:18:42.598Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:18:42.598Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:18:42.598Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:18:42.598Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:18:42.598Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:18:42.598Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:18:42.598Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:18:42.598Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-11-11T17:18:42.598Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-11T17:18:42.598Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-11T17:18:42.598Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-11T17:18:42.598Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-11T17:18:42.853Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-11-11T17:18:42.853Z] === RUN TestCreateWithInvalidEnv [2021-11-11T17:18:42.853Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-11T17:18:42.853Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-11T17:18:42.853Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-11T17:18:42.853Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-11T17:18:42.853Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-11T17:18:42.853Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-11T17:18:42.853Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-11T17:18:42.853Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-11T17:18:42.853Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-11T17:18:42.853Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-11-11T17:18:42.853Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-11T17:18:42.853Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-11T17:18:42.853Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-11T17:18:42.853Z] === RUN TestCreateTmpfsMountsTarget [2021-11-11T17:18:42.853Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-11-11T17:18:42.853Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-11T17:18:43.785Z] --- PASS: TestCreateWithCustomMaskedPaths (1.13s) [2021-11-11T17:18:43.785Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-11T17:18:44.058Z] === RUN TestMiddlewares [2021-11-11T17:18:44.058Z] --- PASS: TestMiddlewares (0.00s) [2021-11-11T17:18:44.058Z] PASS [2021-11-11T17:18:44.058Z] coverage: 9.0% of statements [2021-11-11T17:18:44.058Z] ok github.com/docker/docker/api/server 0.048s coverage: 9.0% of statements [2021-11-11T17:18:44.106Z] #43 ... [2021-11-11T17:18:44.106Z] [2021-11-11T17:18:44.106Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-11T17:18:44.106Z] #53 sha256:3a04b49643062719540bba018524113c9920d3f98ccd7fd0e07de6612a861e5e [2021-11-11T17:18:44.106Z] #53 204.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-11T17:18:44.106Z] #53 DONE 205.1s [2021-11-11T17:18:44.106Z] [2021-11-11T17:18:44.106Z] #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 [2021-11-11T17:18:44.106Z] #43 sha256:aaea4e6d754d0d797e2556901ebc458127d9cb1f506849ddae52a6047ffe5fbe [2021-11-11T17:18:45.150Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.16s) [2021-11-11T17:18:45.150Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-11T17:18:45.150Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:18:45.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:18:45.150Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:18:45.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:18:45.150Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:18:45.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:18:45.150Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:18:45.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:18:45.150Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:18:45.150Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:18:45.150Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:18:45.150Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:18:45.150Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:18:45.150Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:18:45.150Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:18:45.150Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-11T17:18:45.150Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-11T17:18:45.150Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-11T17:18:45.150Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-11T17:18:45.150Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-11T17:18:45.150Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-11T17:18:45.150Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-11T17:18:45.406Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2021-11-11T17:18:45.406Z] === RUN TestCreateDifferentPlatform [2021-11-11T17:18:45.406Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-11T17:18:45.406Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-11T17:18:45.406Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-11-11T17:18:45.406Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-11T17:18:45.406Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-11T17:18:45.406Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-11T17:18:45.406Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-11-11T17:18:45.406Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-11T17:18:45.662Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-11-11T17:18:45.662Z] === RUN TestContainerStartOnDaemonRestart [2021-11-11T17:18:45.662Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-11-11T17:18:45.662Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-11-11T17:18:45.662Z] === RUN TestDaemonRestartIpcMode [2021-11-11T17:18:45.663Z] === PAUSE TestDaemonRestartIpcMode [2021-11-11T17:18:45.663Z] === RUN TestDaemonHostGatewayIP [2021-11-11T17:18:45.663Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:18:45.663Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-11-11T17:18:45.663Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-11T17:18:45.663Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-11T17:18:45.663Z] === RUN TestContainerKillOnDaemonStart [2021-11-11T17:18:45.663Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-11-11T17:18:45.663Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-11T17:18:45.663Z] === RUN TestDiff [2021-11-11T17:18:45.919Z] --- PASS: TestDiff (0.41s) [2021-11-11T17:18:45.919Z] === RUN TestExecWithCloseStdin [2021-11-11T17:18:46.480Z] --- PASS: TestExecWithCloseStdin (0.43s) [2021-11-11T17:18:46.480Z] === RUN TestExec [2021-11-11T17:18:46.736Z] --- PASS: TestExec (0.43s) [2021-11-11T17:18:46.736Z] === RUN TestExecUser [2021-11-11T17:18:47.298Z] --- PASS: TestExecUser (0.47s) [2021-11-11T17:18:47.298Z] === RUN TestExportContainerAndImportImage [2021-11-11T17:18:47.860Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2021-11-11T17:18:47.860Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-11T17:18:49.226Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2021-11-11T17:18:49.226Z] === RUN TestHealthCheckWorkdir [2021-11-11T17:18:49.790Z] --- PASS: TestHealthCheckWorkdir (0.55s) [2021-11-11T17:18:49.790Z] === RUN TestHealthKillContainer [2021-11-11T17:18:57.872Z] --- PASS: TestHealthKillContainer (7.88s) [2021-11-11T17:18:57.872Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-11T17:18:57.872Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-11T17:18:57.872Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-11-11T17:18:57.872Z] === RUN TestIpcModeNone [2021-11-11T17:18:58.129Z] --- PASS: TestIpcModeNone (0.48s) [2021-11-11T17:18:58.129Z] === RUN TestIpcModePrivate [2021-11-11T17:18:58.384Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-11-11T17:18:58.640Z] --- PASS: TestIpcModePrivate (0.46s) [2021-11-11T17:18:58.640Z] === RUN TestIpcModeShareable [2021-11-11T17:18:58.640Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:18:58.640Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-11-11T17:18:58.640Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-11T17:19:00.009Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.41s) [2021-11-11T17:19:00.009Z] === RUN TestAPIIpcModeHost [2021-11-11T17:19:00.009Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:19:00.009Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-11-11T17:19:00.009Z] === RUN TestDaemonIpcModeShareable [2021-11-11T17:19:00.009Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:19:00.009Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-11-11T17:19:00.009Z] === RUN TestDaemonIpcModePrivate [2021-11-11T17:19:00.936Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-11-11T17:19:01.192Z] --- PASS: TestDaemonIpcModePrivate (1.18s) [2021-11-11T17:19:01.192Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-11T17:19:01.192Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:19:01.192Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-11-11T17:19:01.192Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-11T17:19:01.192Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:19:01.192Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-11-11T17:19:01.192Z] === RUN TestIpcModeOlderClient [2021-11-11T17:19:01.192Z] === PAUSE TestIpcModeOlderClient [2021-11-11T17:19:01.192Z] === RUN TestKillContainerInvalidSignal [2021-11-11T17:19:01.448Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2021-11-11T17:19:01.448Z] === RUN TestKillContainer [2021-11-11T17:19:01.448Z] === RUN TestKillContainer/no_signal [2021-11-11T17:19:02.009Z] === RUN TestKillContainer/non_killing_signal [2021-11-11T17:19:02.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-11T17:19:02.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-11T17:19:02.208Z] #43 DONE 221.8s [2021-11-11T17:19:02.208Z] [2021-11-11T17:19:02.208Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:19:02.208Z] #62 sha256:b68a8a3faaf38f36bf097cd7350b4d5ce8a1fc6f006d97a968f24a8a637492c8 [2021-11-11T17:19:02.265Z] === RUN TestKillContainer/killing_signal [2021-11-11T17:19:02.468Z] #62 ... [2021-11-11T17:19:02.468Z] [2021-11-11T17:19:02.468Z] #44 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-11T17:19:02.468Z] #44 sha256:f32624a38b8e98e5bcf76b3be5f075619be658f54ba3830f6288477901c9f815 [2021-11-11T17:19:02.826Z] --- PASS: TestKillContainer (1.25s) [2021-11-11T17:19:02.826Z] --- PASS: TestKillContainer/no_signal (0.40s) [2021-11-11T17:19:02.826Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2021-11-11T17:19:02.826Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2021-11-11T17:19:02.826Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-11T17:19:02.826Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-11T17:19:03.037Z] #44 DONE 0.6s [2021-11-11T17:19:03.037Z] [2021-11-11T17:19:03.037Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:19:03.037Z] #58 sha256:fb8b6c59b374abed903bd136e2baa183bd385ee20107f338df991c05cf54e836 [2021-11-11T17:19:03.083Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-11T17:19:03.296Z] #58 ... [2021-11-11T17:19:03.296Z] [2021-11-11T17:19:03.296Z] #48 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-11T17:19:03.296Z] #48 sha256:4a199501e6d6557830bbf29affe30b7eeac308a514683e030d4d47b2e6687f3c [2021-11-11T17:19:03.296Z] #48 DONE 0.1s [2021-11-11T17:19:03.296Z] [2021-11-11T17:19:03.296Z] #50 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-11T17:19:03.296Z] #50 sha256:de92d07c7124aa432551589eaeff55b6814de6f1a74749d1f771d3dd3c17d28f [2021-11-11T17:19:03.296Z] #50 DONE 0.1s [2021-11-11T17:19:03.296Z] [2021-11-11T17:19:03.296Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-11T17:19:03.296Z] #52 sha256:b271ff22405c8a44638dd462f79200c3c52a34a1e77081466d0ce4c401caefe1 [2021-11-11T17:19:03.296Z] #52 DONE 0.1s [2021-11-11T17:19:03.296Z] [2021-11-11T17:19:03.296Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:19:03.296Z] #58 sha256:fb8b6c59b374abed903bd136e2baa183bd385ee20107f338df991c05cf54e836 [2021-11-11T17:19:03.556Z] #58 ... [2021-11-11T17:19:03.556Z] [2021-11-11T17:19:03.556Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-11T17:19:03.556Z] #54 sha256:48845c6012582b41c73dfc20e096d74f94752a4b1631cabb9e0189466c368395 [2021-11-11T17:19:03.645Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.80s) [2021-11-11T17:19:03.645Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2021-11-11T17:19:03.645Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s) [2021-11-11T17:19:03.645Z] === RUN TestKillStoppedContainer [2021-11-11T17:19:03.645Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-11-11T17:19:03.645Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-11T17:19:03.645Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-11-11T17:19:03.645Z] === RUN TestKillDifferentUserContainer [2021-11-11T17:19:03.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-11T17:19:04.125Z] #54 DONE 0.5s [2021-11-11T17:19:04.125Z] [2021-11-11T17:19:04.125Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-11T17:19:04.125Z] #56 sha256:1923c0f155ac7c3422e640f3e054e5078f0b3451cbf3829e4ca315a01bba1d3c [2021-11-11T17:19:04.125Z] #56 DONE 0.1s [2021-11-11T17:19:04.125Z] [2021-11-11T17:19:04.125Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:19:04.125Z] #58 sha256:fb8b6c59b374abed903bd136e2baa183bd385ee20107f338df991c05cf54e836 [2021-11-11T17:19:04.206Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2021-11-11T17:19:04.206Z] === RUN TestInspectOomKilledTrue [2021-11-11T17:19:04.206Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:04.206Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-11T17:19:04.206Z] === RUN TestInspectOomKilledFalse [2021-11-11T17:19:04.206Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:19:04.206Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-11T17:19:04.206Z] === RUN TestLinksEtcHostsContentMatch [2021-11-11T17:19:04.206Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-11-11T17:19:04.206Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-11-11T17:19:04.206Z] === RUN TestLinksContainerNames [2021-11-11T17:19:04.769Z] --- PASS: TestLinksContainerNames (0.80s) [2021-11-11T17:19:04.769Z] === RUN TestLogsFollowTailEmpty [2021-11-11T17:19:05.331Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2021-11-11T17:19:05.331Z] === RUN TestContainerNetworkMountsNoChown [2021-11-11T17:19:05.588Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/default [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/default [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/private [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/private [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rprivate [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/slave [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/slave [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rslave [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/shared [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/shared [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rshared [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-11T17:19:05.588Z] === CONT TestMountDaemonRoot/default [2021-11-11T17:19:05.588Z] === CONT TestMountDaemonRoot/rslave [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:19:05.588Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-11T17:19:05.588Z] === CONT TestMountDaemonRoot/rshared [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:19:05.588Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:19:05.588Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:19:05.589Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:19:05.589Z] === CONT TestMountDaemonRoot/shared [2021-11-11T17:19:05.589Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-11T17:19:05.589Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-11T17:19:05.589Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:19:05.589Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:19:05.589Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-11T17:19:05.589Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-11T17:19:05.589Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:19:05.589Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:19:05.589Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/rprivate [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/slave [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/private [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:19:05.845Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-11T17:19:05.845Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:19:05.845Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:19:06.101Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-11-11T17:19:06.101Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-11-11T17:19:06.101Z] === RUN TestContainerBindMountNonRecursive [2021-11-11T17:19:06.101Z] 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) [2021-11-11T17:19:06.101Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-11-11T17:19:06.101Z] === RUN TestContainerVolumesMountedAsShared [2021-11-11T17:19:06.101Z] 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) [2021-11-11T17:19:06.101Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-11-11T17:19:06.101Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-11T17:19:06.101Z] 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) [2021-11-11T17:19:06.101Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-11-11T17:19:06.101Z] === RUN TestNetworkNat [2021-11-11T17:19:06.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-11T17:19:06.663Z] --- PASS: TestNetworkNat (0.48s) [2021-11-11T17:19:06.663Z] === RUN TestNetworkLocalhostTCPNat [2021-11-11T17:19:07.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-11T17:19:07.224Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2021-11-11T17:19:07.224Z] === RUN TestNetworkLoopbackNat [2021-11-11T17:19:09.022Z] #26 231.9 + return [2021-11-11T17:19:09.022Z] #26 DONE 233.4s [2021-11-11T17:19:09.022Z] [2021-11-11T17:19:09.022Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:19:09.022Z] #62 sha256:4eb80db791614d56b43628b04cc3d7b478475e0f4f875088a59e77896db9c831 [2021-11-11T17:19:09.022Z] #62 191.7 + bin/containerd [2021-11-11T17:19:09.022Z] #62 ... [2021-11-11T17:19:09.022Z] [2021-11-11T17:19:09.022Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-11T17:19:09.022Z] #27 sha256:9c2da23d23d39c377cb0e17966fdfa0875fbb25722e6a9e433e7566efb60a1b6 [2021-11-11T17:19:09.022Z] #27 DONE 0.7s [2021-11-11T17:19:09.022Z] [2021-11-11T17:19:09.022Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-11T17:19:09.022Z] #32 sha256:41f55d924ae5f1cf67125efb2260172e51a58380b34360a169bc13d2c964441a [2021-11-11T17:19:09.279Z] #32 DONE 0.9s [2021-11-11T17:19:09.279Z] [2021-11-11T17:19:09.279Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-11T17:19:09.279Z] #35 sha256:0faf17a0410a3d112d8ce77299846c2aa1530c1a7d7b793b46c57a10f15c1669 [2021-11-11T17:19:09.739Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2021-11-11T17:19:09.739Z] === RUN TestPause [2021-11-11T17:19:09.739Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:09.739Z] --- SKIP: TestPause (0.00s) [2021-11-11T17:19:09.739Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-11T17:19:09.739Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-11T17:19:09.739Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-11T17:19:09.739Z] === RUN TestPauseStopPausedContainer [2021-11-11T17:19:09.739Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:09.739Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-11-11T17:19:09.739Z] === RUN TestPidHost [2021-11-11T17:19:10.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-11T17:19:10.652Z] #35 DONE 1.3s [2021-11-11T17:19:10.652Z] [2021-11-11T17:19:10.652Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:19:10.652Z] #62 sha256:4eb80db791614d56b43628b04cc3d7b478475e0f4f875088a59e77896db9c831 [2021-11-11T17:19:10.678Z] --- PASS: TestPidHost (0.92s) [2021-11-11T17:19:10.679Z] === RUN TestPsFilter [2021-11-11T17:19:10.679Z] --- PASS: TestPsFilter (0.11s) [2021-11-11T17:19:10.679Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-11T17:19:10.909Z] #62 ... [2021-11-11T17:19:10.909Z] [2021-11-11T17:19:10.909Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-11T17:19:10.909Z] #37 sha256:2b26bf6ad10c0c74e11f7ad945093ee632e79aa42963d152a56872b2c2ddbf5d [2021-11-11T17:19:10.909Z] #37 DONE 0.2s [2021-11-11T17:19:10.939Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2021-11-11T17:19:10.939Z] === RUN TestRemoveContainerWithVolume [2021-11-11T17:19:11.168Z] [2021-11-11T17:19:11.168Z] #41 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-11T17:19:11.168Z] #41 sha256:e7fdb8ab4f63429976796d5aeaf718d697a47039f406f4da82bda74741d6c3da [2021-11-11T17:19:11.168Z] #41 DONE 0.1s [2021-11-11T17:19:11.168Z] [2021-11-11T17:19:11.168Z] #44 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-11T17:19:11.168Z] #44 sha256:a26fb548e38278d85af15e2a0707e9a70ed5970ba95a4a8e2603ddb35574ac2a [2021-11-11T17:19:11.168Z] #44 DONE 0.3s [2021-11-11T17:19:11.168Z] [2021-11-11T17:19:11.168Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:19:11.168Z] #58 sha256:c2053b39f73c84638881214651669b7b76f4311f714a071ff75ffd0b0ac427c4 [2021-11-11T17:19:11.168Z] #58 124.5 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-11T17:19:11.631Z] #58 ... [2021-11-11T17:19:11.631Z] [2021-11-11T17:19:11.631Z] #48 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-11T17:19:11.631Z] #48 sha256:102c6a1eae72171c6e6f9cc620c7ed572c3a0788c0db11cff634c1c4f7ff3943 [2021-11-11T17:19:11.631Z] #48 DONE 0.1s [2021-11-11T17:19:11.631Z] [2021-11-11T17:19:11.631Z] #50 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-11T17:19:11.631Z] #50 sha256:3942f7e7fbfc9fecf47bee8f8f401b9a878dc32ee099167c8d19ccfd29b2049e [2021-11-11T17:19:11.631Z] #50 DONE 0.1s [2021-11-11T17:19:11.631Z] [2021-11-11T17:19:11.631Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-11T17:19:11.631Z] #52 sha256:f9ef9a84acb99dfce7a09f94a7a1c14943846cd123c01c8b65a082808de9e7d3 [2021-11-11T17:19:11.631Z] #52 DONE 0.1s [2021-11-11T17:19:11.631Z] [2021-11-11T17:19:11.631Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-11T17:19:11.631Z] #54 sha256:8d1bbc66f60f4972dc75a08b0eb4c157be1e214274e8a7f70d912a9277561eb1 [2021-11-11T17:19:11.631Z] #54 DONE 0.1s [2021-11-11T17:19:11.631Z] [2021-11-11T17:19:11.631Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-11T17:19:11.631Z] #56 sha256:26e92d6ce114d012e060407cb111c01fdc793baee30d38461912ba1dc22e304a [2021-11-11T17:19:11.631Z] #56 DONE 0.1s [2021-11-11T17:19:11.631Z] [2021-11-11T17:19:11.631Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:19:11.631Z] #62 sha256:4eb80db791614d56b43628b04cc3d7b478475e0f4f875088a59e77896db9c831 [2021-11-11T17:19:11.632Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2021-11-11T17:19:11.632Z] === RUN TestRemoveContainerRunning [2021-11-11T17:19:11.889Z] --- PASS: TestRemoveContainerRunning (0.43s) [2021-11-11T17:19:11.889Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-11T17:19:11.890Z] #62 ... [2021-11-11T17:19:11.890Z] [2021-11-11T17:19:11.890Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:19:11.890Z] #58 sha256:c2053b39f73c84638881214651669b7b76f4311f714a071ff75ffd0b0ac427c4 [2021-11-11T17:19:11.890Z] #58 125.3 + mkdir -p /build [2021-11-11T17:19:12.145Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2021-11-11T17:19:12.145Z] === RUN TestRemoveInvalidContainer [2021-11-11T17:19:12.145Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-11T17:19:12.145Z] === RUN TestRenameLinkedContainer [2021-11-11T17:19:12.149Z] #58 125.3 + cp runc /build/runc [2021-11-11T17:19:12.409Z] #58 DONE 125.7s [2021-11-11T17:19:12.409Z] [2021-11-11T17:19:12.409Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:19:12.409Z] #62 sha256:4eb80db791614d56b43628b04cc3d7b478475e0f4f875088a59e77896db9c831 [2021-11-11T17:19:14.036Z] --- PASS: TestRenameLinkedContainer (1.64s) [2021-11-11T17:19:14.036Z] === RUN TestRenameStoppedContainer [2021-11-11T17:19:14.293Z] --- PASS: TestRenameStoppedContainer (0.37s) [2021-11-11T17:19:14.293Z] === RUN TestRenameRunningContainerAndReuse [2021-11-11T17:19:14.939Z] #62 ... [2021-11-11T17:19:14.939Z] [2021-11-11T17:19:14.939Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-11T17:19:14.939Z] #59 sha256:d2dd3ab951ccdcf83da1457641ebf8007ad54783aad93571a707cb6cd2a702f6 [2021-11-11T17:19:15.197Z] #59 DONE 0.5s [2021-11-11T17:19:15.197Z] [2021-11-11T17:19:15.197Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:19:15.197Z] #62 sha256:4eb80db791614d56b43628b04cc3d7b478475e0f4f875088a59e77896db9c831 [2021-11-11T17:19:15.223Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2021-11-11T17:19:15.223Z] === RUN TestRenameInvalidName [2021-11-11T17:19:15.479Z] --- PASS: TestRenameInvalidName (0.39s) [2021-11-11T17:19:15.479Z] === RUN TestRenameAnonymousContainer [2021-11-11T17:19:16.845Z] --- PASS: TestRenameAnonymousContainer (1.47s) [2021-11-11T17:19:16.845Z] === RUN TestRenameContainerWithSameName [2021-11-11T17:19:17.407Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2021-11-11T17:19:17.407Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-11T17:19:18.334Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2021-11-11T17:19:18.334Z] === RUN TestResize [2021-11-11T17:19:18.418Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-11T17:19:18.591Z] --- PASS: TestResize (0.40s) [2021-11-11T17:19:18.591Z] === RUN TestResizeWithInvalidSize [2021-11-11T17:19:19.154Z] --- PASS: TestResizeWithInvalidSize (0.44s) [2021-11-11T17:19:19.154Z] === RUN TestResizeWhenContainerNotStarted [2021-11-11T17:19:19.410Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2021-11-11T17:19:19.410Z] === RUN TestDaemonRestartKillContainers [2021-11-11T17:19:19.410Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-11-11T17:19:19.410Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:19:19.410Z] === RUN TestCgroupNamespacesRun [2021-11-11T17:19:20.774Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2021-11-11T17:19:20.774Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-11T17:19:20.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-11T17:19:21.703Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2021-11-11T17:19:21.703Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-11T17:19:23.069Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2021-11-11T17:19:23.069Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-11T17:19:23.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-11T17:19:23.997Z] --- PASS: TestCgroupNamespacesRunHostMode (1.12s) [2021-11-11T17:19:23.997Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-11T17:19:24.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-11T17:19:25.182Z] c1f4c7287c99: Pull complete [2021-11-11T17:19:25.182Z] Digest: sha256:bfa356b928c9977bf2c03d536e251eda8879debf42d884771cb855313a6a5da7 [2021-11-11T17:19:25.182Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:19:25.182Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-11-11T17:19:25.182Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-11-11T17:19:25.182Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2300' [2021-11-11T17:19:25.182Z] WARN: Skipping validation tests [2021-11-11T17:19:25.182Z] INFO: Running unit tests at 11/11/2021 17:19:21... [2021-11-11T17:19:25.362Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2021-11-11T17:19:25.362Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-11T17:19:26.290Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2021-11-11T17:19:26.290Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-11T17:19:26.752Z] INFO: make.ps1 starting at 11/11/2021 17:19:26 [2021-11-11T17:19:26.752Z] INFO: Git commit (420aebf60c) assumed from DOCKER_GITCOMMIT environment variable [2021-11-11T17:19:26.752Z] INFO: Invoking autogen... [2021-11-11T17:19:26.852Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2021-11-11T17:19:26.852Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-11T17:19:27.222Z] INFO: Running unit tests... [2021-11-11T17:19:27.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-11T17:19:28.221Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s) [2021-11-11T17:19:28.221Z] === RUN TestNISDomainname [2021-11-11T17:19:28.221Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-11-11T17:19:28.221Z] --- SKIP: TestNISDomainname (0.01s) [2021-11-11T17:19:28.221Z] === RUN TestHostnameDnsResolution [2021-11-11T17:19:28.782Z] --- PASS: TestHostnameDnsResolution (0.66s) [2021-11-11T17:19:28.782Z] === RUN TestUnprivilegedPortsAndPing [2021-11-11T17:19:28.782Z] 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 [2021-11-11T17:19:28.782Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2021-11-11T17:19:28.782Z] === RUN TestStats [2021-11-11T17:19:28.782Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:28.782Z] --- SKIP: TestStats (0.00s) [2021-11-11T17:19:28.782Z] === RUN TestStopContainerWithTimeout [2021-11-11T17:19:28.782Z] === RUN TestStopContainerWithTimeout/0 [2021-11-11T17:19:28.782Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-11T17:19:28.782Z] === RUN TestStopContainerWithTimeout/1 [2021-11-11T17:19:28.782Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-11T17:19:28.782Z] === RUN TestStopContainerWithTimeout/3 [2021-11-11T17:19:28.782Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-11T17:19:28.782Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-11T17:19:28.782Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-11T17:19:28.782Z] === CONT TestStopContainerWithTimeout/0 [2021-11-11T17:19:28.782Z] === CONT TestStopContainerWithTimeout/3 [2021-11-11T17:19:29.344Z] === CONT TestStopContainerWithTimeout/1 [2021-11-11T17:19:29.865Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-11T17:19:31.232Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-11T17:19:33.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-11T17:19:33.746Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-11-11T17:19:33.746Z] --- PASS: TestStopContainerWithTimeout/0 (0.63s) [2021-11-11T17:19:33.746Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2021-11-11T17:19:33.746Z] --- PASS: TestStopContainerWithTimeout/3 (2.63s) [2021-11-11T17:19:33.746Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) [2021-11-11T17:19:33.746Z] === RUN TestDeleteDevicemapper [2021-11-11T17:19:33.746Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-11T17:19:33.746Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-11T17:19:33.746Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-11T17:19:34.393Z] 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/discovery 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/hostdiscovery 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/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-11T17:19:34.900Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-11T17:19:34.901Z] === RUN TestBoolValue [2021-11-11T17:19:34.901Z] --- PASS: TestBoolValue (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestBoolValueOrDefault [2021-11-11T17:19:34.901Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestInt64ValueOrZero [2021-11-11T17:19:34.901Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestInt64ValueOrDefault [2021-11-11T17:19:34.901Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestInt64ValueOrDefaultWithError [2021-11-11T17:19:34.901Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestJsonContentType [2021-11-11T17:19:34.901Z] --- PASS: TestJsonContentType (0.00s) [2021-11-11T17:19:34.901Z] PASS [2021-11-11T17:19:34.901Z] coverage: 14.7% of statements [2021-11-11T17:19:34.901Z] ok github.com/docker/docker/api/server/httputils 0.037s coverage: 14.7% of statements [2021-11-11T17:19:34.901Z] === RUN TestMaskSecretKeys [2021-11-11T17:19:34.901Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-11-11T17:19:34.901Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-11-11T17:19:34.901Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-11-11T17:19:34.901Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestVersionMiddlewareVersion [2021-11-11T17:19:34.901Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-11-11T17:19:34.901Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-11-11T17:19:34.901Z] PASS [2021-11-11T17:19:34.901Z] coverage: 37.7% of statements [2021-11-11T17:19:34.901Z] ok github.com/docker/docker/api/server/middleware 0.071s coverage: 37.7% of statements [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-11T17:19:34.901Z] === RUN TestStrSliceMarshalJSON [2021-11-11T17:19:34.901Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestStrSliceUnmarshalJSON [2021-11-11T17:19:34.901Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestStrSliceUnmarshalString [2021-11-11T17:19:34.901Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestStrSliceUnmarshalSlice [2021-11-11T17:19:34.901Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-11-11T17:19:34.901Z] PASS [2021-11-11T17:19:34.901Z] coverage: 90.0% of statements [2021-11-11T17:19:34.901Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2021-11-11T17:19:34.901Z] === RUN TestAdjustForAPIVersion [2021-11-11T17:19:34.901Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-11-11T17:19:34.901Z] PASS [2021-11-11T17:19:34.901Z] coverage: 5.7% of statements [2021-11-11T17:19:34.901Z] ok github.com/docker/docker/api/server/router/swarm 0.037s coverage: 5.7% of statements [2021-11-11T17:19:34.901Z] === RUN TestToJSON [2021-11-11T17:19:34.901Z] --- PASS: TestToJSON (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestToParamWithVersion [2021-11-11T17:19:34.901Z] --- PASS: TestToParamWithVersion (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestFromJSON [2021-11-11T17:19:34.901Z] --- PASS: TestFromJSON (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestEmpty [2021-11-11T17:19:34.901Z] --- PASS: TestEmpty (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestArgsMatchKVListEmptySources [2021-11-11T17:19:34.901Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestArgsMatchKVList [2021-11-11T17:19:34.901Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestArgsMatch [2021-11-11T17:19:34.901Z] --- PASS: TestArgsMatch (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestAdd [2021-11-11T17:19:34.901Z] --- PASS: TestAdd (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestDel [2021-11-11T17:19:34.901Z] --- PASS: TestDel (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestLen [2021-11-11T17:19:34.901Z] --- PASS: TestLen (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestExactMatch [2021-11-11T17:19:34.901Z] --- PASS: TestExactMatch (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestOnlyOneExactMatch [2021-11-11T17:19:34.901Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestContains [2021-11-11T17:19:34.901Z] --- PASS: TestContains (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestValidate [2021-11-11T17:19:34.901Z] --- PASS: TestValidate (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestWalkValues [2021-11-11T17:19:34.901Z] --- PASS: TestWalkValues (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestFuzzyMatch [2021-11-11T17:19:34.901Z] --- PASS: TestFuzzyMatch (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestClone [2021-11-11T17:19:34.901Z] --- PASS: TestClone (0.00s) [2021-11-11T17:19:34.901Z] PASS [2021-11-11T17:19:34.901Z] coverage: 92.2% of statements [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-11T17:19:34.901Z] ok github.com/docker/docker/api/types/filters 0.037s coverage: 92.2% of statements [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-11T17:19:34.901Z] === RUN TestDurationToSecondsString [2021-11-11T17:19:34.901Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestGetTimestamp [2021-11-11T17:19:34.901Z] --- PASS: TestGetTimestamp (0.12s) [2021-11-11T17:19:34.901Z] === RUN TestParseTimestamps [2021-11-11T17:19:34.901Z] --- PASS: TestParseTimestamps (0.00s) [2021-11-11T17:19:34.901Z] PASS [2021-11-11T17:19:34.901Z] coverage: 100.0% of statements [2021-11-11T17:19:34.901Z] ok github.com/docker/docker/api/types/time 0.160s coverage: 100.0% of statements [2021-11-11T17:19:34.901Z] === RUN TestCompareVersion [2021-11-11T17:19:34.901Z] --- PASS: TestCompareVersion (0.00s) [2021-11-11T17:19:34.901Z] PASS [2021-11-11T17:19:34.901Z] coverage: 77.3% of statements [2021-11-11T17:19:34.901Z] ok github.com/docker/docker/api/types/versions 0.030s coverage: 77.3% of statements [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/builder [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-11T17:19:34.901Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-11-11T17:19:34.901Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-11-11T17:19:34.901Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestCloneArgsSmartHttp [2021-11-11T17:19:34.901Z] --- PASS: TestCloneArgsSmartHttp (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestCloneArgsDumbHttp [2021-11-11T17:19:34.901Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestCloneArgsGit [2021-11-11T17:19:34.901Z] --- PASS: TestCloneArgsGit (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestCheckoutGit [2021-11-11T17:19:34.901Z] === RUN TestEnable [2021-11-11T17:19:34.901Z] --- PASS: TestEnable (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestDisable [2021-11-11T17:19:34.901Z] --- PASS: TestDisable (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestEnabled [2021-11-11T17:19:34.901Z] --- PASS: TestEnabled (0.00s) [2021-11-11T17:19:34.901Z] PASS [2021-11-11T17:19:34.901Z] coverage: 100.0% of statements [2021-11-11T17:19:34.901Z] ok github.com/docker/docker/cli/debug 0.036s coverage: 100.0% of statements [2021-11-11T17:19:34.901Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-11-11T17:19:34.901Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestProcessNoDockerignore [2021-11-11T17:19:34.901Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestProcessShouldLeaveAllFiles [2021-11-11T17:19:34.901Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestDetectContentType [2021-11-11T17:19:34.901Z] --- PASS: TestDetectContentType (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestSelectAcceptableMIME [2021-11-11T17:19:34.901Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestInspectEmptyResponse [2021-11-11T17:19:34.901Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestInspectResponseBinary [2021-11-11T17:19:34.901Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestResponseUnsupportedContentType [2021-11-11T17:19:34.901Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestInspectResponseTextSimple [2021-11-11T17:19:34.901Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestInspectResponseEmptyContentType [2021-11-11T17:19:34.901Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestUnknownContentLength [2021-11-11T17:19:34.901Z] --- PASS: TestUnknownContentLength (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestDownloadRemote [2021-11-11T17:19:34.901Z] --- PASS: TestDownloadRemote (0.06s) [2021-11-11T17:19:34.901Z] === RUN TestGetWithStatusError [2021-11-11T17:19:34.901Z] --- PASS: TestGetWithStatusError (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestCloseRootDirectory [2021-11-11T17:19:34.901Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:19:34.901Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestHashFile [2021-11-11T17:19:34.901Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:19:34.901Z] --- SKIP: TestHashFile (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestHashSubdir [2021-11-11T17:19:34.901Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:19:34.901Z] --- SKIP: TestHashSubdir (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestRemoveDirectory [2021-11-11T17:19:34.901Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:19:34.901Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-11-11T17:19:34.901Z] PASS [2021-11-11T17:19:34.901Z] coverage: 9.3% of statements [2021-11-11T17:19:34.901Z] ok github.com/docker/docker/builder/remotecontext 0.190s coverage: 9.3% of statements [2021-11-11T17:19:34.901Z] === RUN TestGetAllAllowed [2021-11-11T17:19:34.901Z] --- PASS: TestGetAllAllowed (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestGetAllMeta [2021-11-11T17:19:34.901Z] --- PASS: TestGetAllMeta (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestWarnOnUnusedBuildArgs [2021-11-11T17:19:34.901Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestIsUnreferencedBuiltin [2021-11-11T17:19:34.901Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestIsExistingDirectory [2021-11-11T17:19:34.901Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestGetFilenameForDownload [2021-11-11T17:19:34.901Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestEnv2Variables [2021-11-11T17:19:34.901Z] --- PASS: TestEnv2Variables (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-11-11T17:19:34.901Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestMaintainer [2021-11-11T17:19:34.901Z] --- PASS: TestMaintainer (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestLabel [2021-11-11T17:19:34.901Z] --- PASS: TestLabel (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestFromScratch [2021-11-11T17:19:34.901Z] --- PASS: TestFromScratch (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestFromWithArg [2021-11-11T17:19:34.901Z] --- PASS: TestFromWithArg (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-11-11T17:19:34.901Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestFromWithUndefinedArg [2021-11-11T17:19:34.901Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestFromMultiStageWithNamedStage [2021-11-11T17:19:34.901Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestOnbuild [2021-11-11T17:19:34.901Z] --- PASS: TestOnbuild (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestWorkdir [2021-11-11T17:19:34.901Z] --- PASS: TestWorkdir (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestCmd [2021-11-11T17:19:34.901Z] --- PASS: TestCmd (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestHealthcheckNone [2021-11-11T17:19:34.901Z] --- PASS: TestHealthcheckNone (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestHealthcheckCmd [2021-11-11T17:19:34.901Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestEntrypoint [2021-11-11T17:19:34.901Z] --- PASS: TestEntrypoint (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestExpose [2021-11-11T17:19:34.901Z] --- PASS: TestExpose (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestUser [2021-11-11T17:19:34.901Z] --- PASS: TestUser (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestVolume [2021-11-11T17:19:34.901Z] --- PASS: TestVolume (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestStopSignal [2021-11-11T17:19:34.901Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-11T17:19:34.901Z] --- SKIP: TestStopSignal (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestArg [2021-11-11T17:19:34.901Z] --- PASS: TestArg (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestShell [2021-11-11T17:19:34.901Z] --- PASS: TestShell (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestPrependEnvOnCmd [2021-11-11T17:19:34.901Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestRunWithBuildArgs [2021-11-11T17:19:34.901Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestRunIgnoresHealthcheck [2021-11-11T17:19:34.901Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-11-11T17:19:34.901Z] === RUN TestDispatchUnsupportedOptions [2021-11-11T17:19:34.901Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-11-11T17:19:34.902Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-11-11T17:19:34.902Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-11-11T17:19:34.902Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestNormalizeWorkdir [2021-11-11T17:19:34.902Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestDispatch [2021-11-11T17:19:34.902Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-11-11T17:19:34.902Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-11-11T17:19:34.902Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-11-11T17:19:34.902Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-11-11T17:19:34.902Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-11-11T17:19:34.902Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-11-11T17:19:34.902Z] === RUN TestDispatch/COPY_url [2021-11-11T17:19:34.902Z] --- PASS: TestDispatch (0.05s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-11-11T17:19:34.902Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestAddScratchImageAddsToMounts [2021-11-11T17:19:34.902Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestAddFromScratchPopulatesPlatform [2021-11-11T17:19:34.902Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-11-11T17:19:34.902Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-11-11T17:19:34.902Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestImageSourceGetAddsToMounts [2021-11-11T17:19:34.902Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestEmptyDockerfile [2021-11-11T17:19:34.902Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestSymlinkDockerfile [2021-11-11T17:19:34.902Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-11-11T17:19:34.902Z] === RUN TestDockerfileOutsideTheBuildContext [2021-11-11T17:19:34.902Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestNonExistingDockerfile [2021-11-11T17:19:34.902Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestCopyRunConfig [2021-11-11T17:19:34.902Z] --- PASS: TestCopyRunConfig (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestDeepCopyRunConfig [2021-11-11T17:19:34.902Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestExportImage [2021-11-11T17:19:34.902Z] --- PASS: TestExportImage (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestNormalizeDest [2021-11-11T17:19:34.902Z] --- PASS: TestNormalizeDest (0.00s) [2021-11-11T17:19:34.902Z] PASS [2021-11-11T17:19:34.902Z] coverage: 46.8% of statements [2021-11-11T17:19:34.902Z] ok github.com/docker/docker/builder/dockerfile 0.146s coverage: 46.8% of statements [2021-11-11T17:19:34.902Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-11T17:19:34.902Z] === RUN TestTCP4Proxy [2021-11-11T17:19:34.902Z] --- PASS: TestTCP4Proxy (0.01s) [2021-11-11T17:19:34.902Z] === RUN TestTCP4ProxyHalfClose [2021-11-11T17:19:34.902Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestTCP6Proxy [2021-11-11T17:19:34.902Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-11T17:19:34.902Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestTCPDualStackProxy [2021-11-11T17:19:34.902Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-11T17:19:34.902Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestUDP4Proxy [2021-11-11T17:19:34.902Z] --- PASS: TestUDP4Proxy (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestUDP6Proxy [2021-11-11T17:19:34.902Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-11T17:19:34.902Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestUDPWriteError [2021-11-11T17:19:34.902Z] --- PASS: TestUDPWriteError (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestSCTP4Proxy [2021-11-11T17:19:34.902Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-11T17:19:34.902Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-11-11T17:19:34.902Z] === RUN TestSCTP6Proxy [2021-11-11T17:19:34.902Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-11T17:19:34.902Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-11-11T17:19:34.902Z] PASS [2021-11-11T17:19:34.902Z] coverage: 49.4% of statements [2021-11-11T17:19:34.902Z] ok github.com/docker/docker/cmd/docker-proxy 0.046s coverage: 49.4% of statements [2021-11-11T17:19:35.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-11T17:19:35.113Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.52s) [2021-11-11T17:19:35.113Z] === RUN TestUpdateMemory [2021-11-11T17:19:35.113Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:35.113Z] --- SKIP: TestUpdateMemory (0.00s) [2021-11-11T17:19:35.113Z] === RUN TestUpdateCPUQuota [2021-11-11T17:19:35.113Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:35.113Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-11-11T17:19:35.113Z] === RUN TestUpdatePidsLimit [2021-11-11T17:19:35.113Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:35.113Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-11-11T17:19:35.113Z] === RUN TestUpdateRestartPolicy [2021-11-11T17:19:36.210Z] #58 ... [2021-11-11T17:19:36.210Z] [2021-11-11T17:19:36.210Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:19:36.210Z] #62 sha256:b68a8a3faaf38f36bf097cd7350b4d5ce8a1fc6f006d97a968f24a8a637492c8 [2021-11-11T17:19:36.210Z] #62 215.7 + bin/containerd [2021-11-11T17:19:37.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-11T17:19:40.074Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-11T17:19:40.074Z] Using test binary docker [2021-11-11T17:19:40.074Z] +++ /etc/init.d/apparmor start [2021-11-11T17:19:40.074Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-11T17:19:40.074Z] INFO: Waiting for daemon to start... [2021-11-11T17:19:40.074Z] Starting dockerd [2021-11-11T17:19:40.074Z] +++ 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 [2021-11-11T17:19:41.476Z] #62 ... [2021-11-11T17:19:41.476Z] [2021-11-11T17:19:41.476Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-11T17:19:41.476Z] #58 sha256:fb8b6c59b374abed903bd136e2baa183bd385ee20107f338df991c05cf54e836 [2021-11-11T17:19:41.476Z] #58 147.9 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-11T17:19:41.735Z] #62 222.8 # github.com/containerd/containerd/cmd/containerd [2021-11-11T17:19:41.735Z] #62 222.8 /usr/bin/ld: /tmp/go-link-2665539383/000019.o: in function `New': [2021-11-11T17:19:41.735Z] #62 222.8 /tmp/tmp.HU6bkQsx1H/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 [2021-11-11T17:19:41.735Z] #62 222.9 + bin/containerd-stress [2021-11-11T17:19:41.735Z] #62 224.0 + bin/containerd-shim [2021-11-11T17:19:42.043Z] === RUN TestCheckpointCreateError [2021-11-11T17:19:42.043Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCheckpointCreate [2021-11-11T17:19:42.043Z] --- PASS: TestCheckpointCreate (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCheckpointDeleteError [2021-11-11T17:19:42.043Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCheckpointDelete [2021-11-11T17:19:42.043Z] --- PASS: TestCheckpointDelete (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCheckpointListError [2021-11-11T17:19:42.043Z] --- PASS: TestCheckpointListError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCheckpointList [2021-11-11T17:19:42.043Z] --- PASS: TestCheckpointList (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCheckpointListContainerNotFound [2021-11-11T17:19:42.043Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestNewClientWithOpsFromEnv [2021-11-11T17:19:42.043Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-11T17:19:42.043Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestGetAPIPath [2021-11-11T17:19:42.043Z] --- PASS: TestGetAPIPath (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestParseHostURL [2021-11-11T17:19:42.043Z] --- PASS: TestParseHostURL (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-11-11T17:19:42.043Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestNegotiateAPIVersionEmpty [2021-11-11T17:19:42.043Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestNegotiateAPIVersion [2021-11-11T17:19:42.043Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestNegotiateAPVersionOverride [2021-11-11T17:19:42.043Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestNegotiateAPIVersionAutomatic [2021-11-11T17:19:42.043Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-11-11T17:19:42.043Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-11-11T17:19:42.043Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestClientRedirect [2021-11-11T17:19:42.043Z] --- PASS: TestClientRedirect (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigCreateUnsupported [2021-11-11T17:19:42.043Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigCreateError [2021-11-11T17:19:42.043Z] --- PASS: TestConfigCreateError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigCreate [2021-11-11T17:19:42.043Z] --- PASS: TestConfigCreate (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigInspectNotFound [2021-11-11T17:19:42.043Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigInspectWithEmptyID [2021-11-11T17:19:42.043Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigInspectUnsupported [2021-11-11T17:19:42.043Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigInspectError [2021-11-11T17:19:42.043Z] --- PASS: TestConfigInspectError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigInspectConfigNotFound [2021-11-11T17:19:42.043Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigInspect [2021-11-11T17:19:42.043Z] --- PASS: TestConfigInspect (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigListUnsupported [2021-11-11T17:19:42.043Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigListError [2021-11-11T17:19:42.043Z] --- PASS: TestConfigListError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigList [2021-11-11T17:19:42.043Z] --- PASS: TestConfigList (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigRemoveUnsupported [2021-11-11T17:19:42.043Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigRemoveError [2021-11-11T17:19:42.043Z] --- PASS: TestConfigRemoveError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigRemove [2021-11-11T17:19:42.043Z] --- PASS: TestConfigRemove (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigUpdateUnsupported [2021-11-11T17:19:42.043Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigUpdateError [2021-11-11T17:19:42.043Z] --- PASS: TestConfigUpdateError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestConfigUpdate [2021-11-11T17:19:42.043Z] --- PASS: TestConfigUpdate (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerCommitError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerCommitError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerCommit [2021-11-11T17:19:42.043Z] --- PASS: TestContainerCommit (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStatPathError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStatPathError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStatPathNotFoundError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStatPathNoHeaderError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStatPath [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStatPath (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCopyToContainerError [2021-11-11T17:19:42.043Z] --- PASS: TestCopyToContainerError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCopyToContainerNotFoundError [2021-11-11T17:19:42.043Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCopyToContainerNotStatusOKError [2021-11-11T17:19:42.043Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCopyToContainer [2021-11-11T17:19:42.043Z] --- PASS: TestCopyToContainer (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCopyFromContainerError [2021-11-11T17:19:42.043Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCopyFromContainerNotFoundError [2021-11-11T17:19:42.043Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCopyFromContainerNotStatusOKError [2021-11-11T17:19:42.043Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCopyFromContainerNoHeaderError [2021-11-11T17:19:42.043Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestCopyFromContainer [2021-11-11T17:19:42.043Z] --- PASS: TestCopyFromContainer (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerCreateError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerCreateError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerCreateImageNotFound [2021-11-11T17:19:42.043Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerCreateWithName [2021-11-11T17:19:42.043Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerCreateAutoRemove [2021-11-11T17:19:42.043Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerDiffError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerDiffError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerDiff [2021-11-11T17:19:42.043Z] --- PASS: TestContainerDiff (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExecCreateError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExecCreate [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExecCreate (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExecStartError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExecStartError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExecStart [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExecStart (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExecInspectError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExecInspect [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExecInspect (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExportError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExportError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExport [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExport (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerInspectError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerInspectError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerInspectContainerNotFound [2021-11-11T17:19:42.043Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerInspectWithEmptyID [2021-11-11T17:19:42.043Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerInspect [2021-11-11T17:19:42.043Z] --- PASS: TestContainerInspect (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerInspectNode [2021-11-11T17:19:42.043Z] --- PASS: TestContainerInspectNode (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerKillError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerKillError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerKill [2021-11-11T17:19:42.043Z] --- PASS: TestContainerKill (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerListError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerListError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerList [2021-11-11T17:19:42.043Z] --- PASS: TestContainerList (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerLogsNotFoundError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerLogsError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerLogsError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerLogs [2021-11-11T17:19:42.043Z] --- PASS: TestContainerLogs (0.16s) [2021-11-11T17:19:42.043Z] === RUN TestContainerPauseError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerPauseError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerPause [2021-11-11T17:19:42.043Z] --- PASS: TestContainerPause (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainersPruneError [2021-11-11T17:19:42.043Z] --- PASS: TestContainersPruneError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainersPrune [2021-11-11T17:19:42.043Z] --- PASS: TestContainersPrune (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerRemoveError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerRemoveError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerRemoveNotFoundError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerRemove [2021-11-11T17:19:42.043Z] --- PASS: TestContainerRemove (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerRenameError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerRenameError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerRename [2021-11-11T17:19:42.043Z] --- PASS: TestContainerRename (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerResizeError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerResizeError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExecResizeError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerResize [2021-11-11T17:19:42.043Z] --- PASS: TestContainerResize (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerExecResize [2021-11-11T17:19:42.043Z] --- PASS: TestContainerExecResize (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerRestartError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerRestartError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerRestart [2021-11-11T17:19:42.043Z] --- PASS: TestContainerRestart (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStartError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStartError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStart [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStart (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStatsError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStatsError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStats [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStats (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStopError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStopError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerStop [2021-11-11T17:19:42.043Z] --- PASS: TestContainerStop (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerTopError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerTopError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerTop [2021-11-11T17:19:42.043Z] --- PASS: TestContainerTop (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerUnpauseError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerUnpause [2021-11-11T17:19:42.043Z] --- PASS: TestContainerUnpause (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerUpdateError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerUpdateError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerUpdate [2021-11-11T17:19:42.043Z] --- PASS: TestContainerUpdate (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerWaitError [2021-11-11T17:19:42.043Z] --- PASS: TestContainerWaitError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestContainerWait [2021-11-11T17:19:42.043Z] --- PASS: TestContainerWait (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestDiskUsageError [2021-11-11T17:19:42.043Z] --- PASS: TestDiskUsageError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestDiskUsage [2021-11-11T17:19:42.043Z] --- PASS: TestDiskUsage (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestDistributionInspectUnsupported [2021-11-11T17:19:42.043Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestDistributionInspectWithEmptyID [2021-11-11T17:19:42.043Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestEventsErrorInOptions [2021-11-11T17:19:42.043Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestEventsErrorFromServer [2021-11-11T17:19:42.043Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestEvents [2021-11-11T17:19:42.043Z] --- PASS: TestEvents (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestTLSCloseWriter [2021-11-11T17:19:42.043Z] === PAUSE TestTLSCloseWriter [2021-11-11T17:19:42.043Z] === RUN TestImageBuildError [2021-11-11T17:19:42.043Z] --- PASS: TestImageBuildError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageBuild [2021-11-11T17:19:42.043Z] --- PASS: TestImageBuild (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestGetDockerOS [2021-11-11T17:19:42.043Z] --- PASS: TestGetDockerOS (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageCreateError [2021-11-11T17:19:42.043Z] --- PASS: TestImageCreateError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageCreate [2021-11-11T17:19:42.043Z] --- PASS: TestImageCreate (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageHistoryError [2021-11-11T17:19:42.043Z] --- PASS: TestImageHistoryError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageHistory [2021-11-11T17:19:42.043Z] --- PASS: TestImageHistory (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageImportError [2021-11-11T17:19:42.043Z] --- PASS: TestImageImportError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageImport [2021-11-11T17:19:42.043Z] --- PASS: TestImageImport (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageInspectError [2021-11-11T17:19:42.043Z] --- PASS: TestImageInspectError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageInspectImageNotFound [2021-11-11T17:19:42.043Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageInspectWithEmptyID [2021-11-11T17:19:42.043Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageInspect [2021-11-11T17:19:42.043Z] --- PASS: TestImageInspect (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageListError [2021-11-11T17:19:42.043Z] --- PASS: TestImageListError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageList [2021-11-11T17:19:42.043Z] --- PASS: TestImageList (0.01s) [2021-11-11T17:19:42.043Z] === RUN TestImageListApiBefore125 [2021-11-11T17:19:42.043Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageLoadError [2021-11-11T17:19:42.043Z] --- PASS: TestImageLoadError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImageLoad [2021-11-11T17:19:42.043Z] --- PASS: TestImageLoad (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImagesPruneError [2021-11-11T17:19:42.043Z] --- PASS: TestImagesPruneError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImagesPrune [2021-11-11T17:19:42.043Z] --- PASS: TestImagesPrune (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImagePullReferenceParseError [2021-11-11T17:19:42.043Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImagePullAnyError [2021-11-11T17:19:42.043Z] --- PASS: TestImagePullAnyError (0.00s) [2021-11-11T17:19:42.043Z] === RUN TestImagePullStatusUnauthorizedError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePullWithoutErrors [2021-11-11T17:19:42.044Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePushReferenceError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePushAnyError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushAnyError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePushStatusUnauthorizedError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImagePushWithoutErrors [2021-11-11T17:19:42.044Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-11-11T17:19:42.044Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-11-11T17:19:42.044Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-11-11T17:19:42.044Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageRemoveError [2021-11-11T17:19:42.044Z] --- PASS: TestImageRemoveError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageRemoveImageNotFound [2021-11-11T17:19:42.044Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageRemove [2021-11-11T17:19:42.044Z] --- PASS: TestImageRemove (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageSaveError [2021-11-11T17:19:42.044Z] --- PASS: TestImageSaveError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageSave [2021-11-11T17:19:42.044Z] --- PASS: TestImageSave (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageSearchAnyError [2021-11-11T17:19:42.044Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageSearchStatusUnauthorizedError [2021-11-11T17:19:42.044Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-11T17:19:42.044Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-11T17:19:42.044Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-11-11T17:19:42.044Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageSearchWithoutErrors [2021-11-11T17:19:42.044Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageTagError [2021-11-11T17:19:42.044Z] --- PASS: TestImageTagError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageTagInvalidReference [2021-11-11T17:19:42.044Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageTagInvalidSourceImageName [2021-11-11T17:19:42.044Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageTagHexSource [2021-11-11T17:19:42.044Z] --- PASS: TestImageTagHexSource (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestImageTag [2021-11-11T17:19:42.044Z] --- PASS: TestImageTag (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestInfoServerError [2021-11-11T17:19:42.044Z] --- PASS: TestInfoServerError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestInfoInvalidResponseJSONError [2021-11-11T17:19:42.044Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestInfo [2021-11-11T17:19:42.044Z] --- PASS: TestInfo (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkConnectError [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkConnectError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkConnect [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkConnect (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkCreateError [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkCreateError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkCreate [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkCreate (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkDisconnectError [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkDisconnect [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkInspect [2021-11-11T17:19:42.044Z] === RUN TestNetworkInspect/empty_ID [2021-11-11T17:19:42.044Z] === RUN TestNetworkInspect/no_options [2021-11-11T17:19:42.044Z] === RUN TestNetworkInspect/verbose [2021-11-11T17:19:42.044Z] === RUN TestNetworkInspect/global_scope [2021-11-11T17:19:42.044Z] === RUN TestNetworkInspect/unknown_network [2021-11-11T17:19:42.044Z] === RUN TestNetworkInspect/server_error [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkInspect (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkListError [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkListError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkList [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkList (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworksPruneError [2021-11-11T17:19:42.044Z] --- PASS: TestNetworksPruneError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworksPrune [2021-11-11T17:19:42.044Z] --- PASS: TestNetworksPrune (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkRemoveError [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNetworkRemove [2021-11-11T17:19:42.044Z] --- PASS: TestNetworkRemove (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeInspectError [2021-11-11T17:19:42.044Z] --- PASS: TestNodeInspectError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeInspectNodeNotFound [2021-11-11T17:19:42.044Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeInspectWithEmptyID [2021-11-11T17:19:42.044Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeInspect [2021-11-11T17:19:42.044Z] --- PASS: TestNodeInspect (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeListError [2021-11-11T17:19:42.044Z] --- PASS: TestNodeListError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeList [2021-11-11T17:19:42.044Z] --- PASS: TestNodeList (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeRemoveError [2021-11-11T17:19:42.044Z] --- PASS: TestNodeRemoveError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeRemove [2021-11-11T17:19:42.044Z] --- PASS: TestNodeRemove (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeUpdateError [2021-11-11T17:19:42.044Z] --- PASS: TestNodeUpdateError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestNodeUpdate [2021-11-11T17:19:42.044Z] --- PASS: TestNodeUpdate (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestOptionWithTimeout [2021-11-11T17:19:42.044Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPingFail [2021-11-11T17:19:42.044Z] --- PASS: TestPingFail (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPingWithError [2021-11-11T17:19:42.044Z] 2021/11/11 17:19:41 RoundTripper returned a response & error; ignoring response [2021-11-11T17:19:42.044Z] 2021/11/11 17:19:41 RoundTripper returned a response & error; ignoring response [2021-11-11T17:19:42.044Z] --- PASS: TestPingWithError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPingSuccess [2021-11-11T17:19:42.044Z] --- PASS: TestPingSuccess (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPingHeadFallback [2021-11-11T17:19:42.044Z] === RUN TestPingHeadFallback/OK [2021-11-11T17:19:42.044Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-11-11T17:19:42.044Z] === RUN TestPingHeadFallback/Not_Found [2021-11-11T17:19:42.044Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-11-11T17:19:42.044Z] --- PASS: TestPingHeadFallback (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-11-11T17:19:42.044Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginDisableError [2021-11-11T17:19:42.044Z] --- PASS: TestPluginDisableError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginDisable [2021-11-11T17:19:42.044Z] --- PASS: TestPluginDisable (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginEnableError [2021-11-11T17:19:42.044Z] --- PASS: TestPluginEnableError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginEnable [2021-11-11T17:19:42.044Z] --- PASS: TestPluginEnable (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginInspectError [2021-11-11T17:19:42.044Z] --- PASS: TestPluginInspectError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginInspectWithEmptyID [2021-11-11T17:19:42.044Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginInspect [2021-11-11T17:19:42.044Z] --- PASS: TestPluginInspect (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginListError [2021-11-11T17:19:42.044Z] --- PASS: TestPluginListError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginList [2021-11-11T17:19:42.044Z] --- PASS: TestPluginList (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginPushError [2021-11-11T17:19:42.044Z] --- PASS: TestPluginPushError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginPush [2021-11-11T17:19:42.044Z] --- PASS: TestPluginPush (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginRemoveError [2021-11-11T17:19:42.044Z] --- PASS: TestPluginRemoveError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginRemove [2021-11-11T17:19:42.044Z] --- PASS: TestPluginRemove (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginSetError [2021-11-11T17:19:42.044Z] --- PASS: TestPluginSetError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPluginSet [2021-11-11T17:19:42.044Z] --- PASS: TestPluginSet (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSetHostHeader [2021-11-11T17:19:42.044Z] --- PASS: TestSetHostHeader (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestPlainTextError [2021-11-11T17:19:42.044Z] --- PASS: TestPlainTextError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestInfiniteError [2021-11-11T17:19:42.044Z] --- PASS: TestInfiniteError (0.03s) [2021-11-11T17:19:42.044Z] === RUN TestCanceledContext [2021-11-11T17:19:42.044Z] 2021/11/11 17:19:41 RoundTripper returned a response & error; ignoring response [2021-11-11T17:19:42.044Z] --- PASS: TestCanceledContext (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestDeadlineExceededContext [2021-11-11T17:19:42.044Z] 2021/11/11 17:19:41 RoundTripper returned a response & error; ignoring response [2021-11-11T17:19:42.044Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretCreateUnsupported [2021-11-11T17:19:42.044Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretCreateError [2021-11-11T17:19:42.044Z] --- PASS: TestSecretCreateError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretCreate [2021-11-11T17:19:42.044Z] --- PASS: TestSecretCreate (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretInspectUnsupported [2021-11-11T17:19:42.044Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretInspectError [2021-11-11T17:19:42.044Z] --- PASS: TestSecretInspectError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretInspectSecretNotFound [2021-11-11T17:19:42.044Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretInspectWithEmptyID [2021-11-11T17:19:42.044Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretInspect [2021-11-11T17:19:42.044Z] --- PASS: TestSecretInspect (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretListUnsupported [2021-11-11T17:19:42.044Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretListError [2021-11-11T17:19:42.044Z] --- PASS: TestSecretListError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretList [2021-11-11T17:19:42.044Z] --- PASS: TestSecretList (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretRemoveUnsupported [2021-11-11T17:19:42.044Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretRemoveError [2021-11-11T17:19:42.044Z] --- PASS: TestSecretRemoveError (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretRemove [2021-11-11T17:19:42.044Z] --- PASS: TestSecretRemove (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretUpdateUnsupported [2021-11-11T17:19:42.044Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-11-11T17:19:42.044Z] === RUN TestSecretUpdateError [2021-11-11T17:19:42.044Z] --- PASS: TestSecretUpdateError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSecretUpdate [2021-11-11T17:19:42.045Z] --- PASS: TestSecretUpdate (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceCreateError [2021-11-11T17:19:42.045Z] --- PASS: TestServiceCreateError (0.02s) [2021-11-11T17:19:42.045Z] === RUN TestServiceCreate [2021-11-11T17:19:42.045Z] --- PASS: TestServiceCreate (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceCreateCompatiblePlatforms [2021-11-11T17:19:42.045Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceCreateDigestPinning [2021-11-11T17:19:42.045Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceInspectError [2021-11-11T17:19:42.045Z] --- PASS: TestServiceInspectError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceInspectServiceNotFound [2021-11-11T17:19:42.045Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceInspectWithEmptyID [2021-11-11T17:19:42.045Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceInspect [2021-11-11T17:19:42.045Z] --- PASS: TestServiceInspect (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceListError [2021-11-11T17:19:42.045Z] --- PASS: TestServiceListError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceList [2021-11-11T17:19:42.045Z] --- PASS: TestServiceList (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceLogsError [2021-11-11T17:19:42.045Z] --- PASS: TestServiceLogsError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceLogs [2021-11-11T17:19:42.045Z] --- PASS: TestServiceLogs (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceRemoveError [2021-11-11T17:19:42.045Z] --- PASS: TestServiceRemoveError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceRemoveNotFoundError [2021-11-11T17:19:42.045Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceRemove [2021-11-11T17:19:42.045Z] --- PASS: TestServiceRemove (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceUpdateError [2021-11-11T17:19:42.045Z] --- PASS: TestServiceUpdateError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestServiceUpdate [2021-11-11T17:19:42.045Z] --- PASS: TestServiceUpdate (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmGetUnlockKeyError [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmGetUnlockKey [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmInitError [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmInitError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmInit [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmInit (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmInspectError [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmInspectError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmInspect [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmInspect (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmJoinError [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmJoinError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmJoin [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmJoin (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmLeaveError [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmLeave [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmLeave (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmUnlockError [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmUnlock [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmUnlock (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmUpdateError [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestSwarmUpdate [2021-11-11T17:19:42.045Z] --- PASS: TestSwarmUpdate (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestTaskInspectError [2021-11-11T17:19:42.045Z] --- PASS: TestTaskInspectError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestTaskInspectWithEmptyID [2021-11-11T17:19:42.045Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestTaskInspect [2021-11-11T17:19:42.045Z] --- PASS: TestTaskInspect (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestTaskListError [2021-11-11T17:19:42.045Z] --- PASS: TestTaskListError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestTaskList [2021-11-11T17:19:42.045Z] --- PASS: TestTaskList (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeCreateError [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeCreateError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeCreate [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeCreate (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeInspectError [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeInspectError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeInspectNotFound [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeInspectWithEmptyID [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeInspect [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeInspect (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeListError [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeListError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeList [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeList (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeRemoveError [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-11-11T17:19:42.045Z] === RUN TestVolumeRemove [2021-11-11T17:19:42.045Z] --- PASS: TestVolumeRemove (0.00s) [2021-11-11T17:19:42.045Z] === CONT TestTLSCloseWriter [2021-11-11T17:19:42.045Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-11-11T17:19:42.045Z] PASS [2021-11-11T17:19:42.045Z] coverage: 75.1% of statements [2021-11-11T17:19:42.045Z] ok github.com/docker/docker/client 0.390s coverage: 75.1% of statements [2021-11-11T17:19:42.594Z] . [2021-11-11T17:19:42.594Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-11T17:19:42.594Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-11T17:19:42.594Z] Error: No such image: emptyfs [2021-11-11T17:19:42.594Z] ++++ docker load [2021-11-11T17:19:42.594Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-11T17:19:42.594Z] Running integration-test (iteration 1) [2021-11-11T17:19:42.851Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-11-11T17:19:42.851Z] ++ 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 [2021-11-11T17:19:42.851Z] ++ set -e [2021-11-11T17:19:42.851Z] ++ '[' -n 0 ']' [2021-11-11T17:19:42.851Z] ++ set -x [2021-11-11T17:19:42.851Z] ++ 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 [2021-11-11T17:19:42.859Z] #58 148.9 + mkdir -p /build [2021-11-11T17:19:42.859Z] #58 148.9 + cp runc /build/runc [2021-11-11T17:19:43.078Z] ? github.com/docker/docker/api [no test files] [2021-11-11T17:19:43.427Z] #58 DONE 149.8s [2021-11-11T17:19:43.427Z] [2021-11-11T17:19:43.427Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:19:43.427Z] #62 sha256:b68a8a3faaf38f36bf097cd7350b4d5ce8a1fc6f006d97a968f24a8a637492c8 [2021-11-11T17:19:43.823Z] Loaded image: busybox:latest [2021-11-11T17:19:44.080Z] Loaded image: busybox:glibc [2021-11-11T17:19:45.920Z] #62 230.1 + bin/containerd-shim-runc-v1 [2021-11-11T17:19:46.136Z] #62 ... [2021-11-11T17:19:46.136Z] [2021-11-11T17:19:46.136Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-11T17:19:46.136Z] #59 sha256:00557510d9ff96002df89d524ee7c5d18d9c150348981957ebc926e4b93bb811 [2021-11-11T17:19:46.136Z] #59 DONE 0.3s [2021-11-11T17:19:46.136Z] [2021-11-11T17:19:46.136Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-11T17:19:46.136Z] #62 sha256:b68a8a3faaf38f36bf097cd7350b4d5ce8a1fc6f006d97a968f24a8a637492c8 [2021-11-11T17:19:47.281Z] --- PASS: TestUpdateRestartPolicy (10.86s) [2021-11-11T17:19:47.281Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-11T17:19:47.281Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2021-11-11T17:19:47.281Z] === RUN TestWaitNonBlocked [2021-11-11T17:19:47.281Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:19:47.281Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:19:47.281Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:19:47.281Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:19:47.281Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:19:47.281Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:19:47.281Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-11-11T17:19:47.281Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s) [2021-11-11T17:19:47.281Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2021-11-11T17:19:47.281Z] === RUN TestWaitBlocked [2021-11-11T17:19:47.281Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:19:47.281Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:19:47.281Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:19:47.281Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:19:47.281Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:19:47.281Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:19:47.539Z] --- PASS: TestWaitBlocked (0.01s) [2021-11-11T17:19:47.539Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s) [2021-11-11T17:19:47.539Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s) [2021-11-11T17:19:47.539Z] === CONT TestDaemonRestartIpcMode [2021-11-11T17:19:47.539Z] === CONT TestIpcModeOlderClient [2021-11-11T17:19:47.539Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-11-11T17:19:47.539Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-11T17:19:49.330Z] Loaded image: debian:bullseye-slim [2021-11-11T17:19:49.331Z] Loaded image: hello-world:latest [2021-11-11T17:19:49.331Z] Loaded image: arm32v7/hello-world:latest [2021-11-11T17:19:49.331Z] INFO: Testing against a local daemon [2021-11-11T17:19:49.331Z] === RUN TestCgroupNamespacesBuild [2021-11-11T17:19:50.057Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.35s) [2021-11-11T17:19:50.108Z] #62 234.5 + bin/containerd-shim-runc-v2 [2021-11-11T17:19:50.313Z] --- PASS: TestDaemonRestartIpcMode (2.77s) [2021-11-11T17:19:50.313Z] PASS [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === Skipped [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-11-11T17:19:50.313Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-11-11T17:19:50.313Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-11-11T17:19:50.313Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-11-11T17:19:50.313Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2021-11-11T17:19:50.313Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-11-11T17:19:50.313Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-11-11T17:19:50.313Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-11-11T17:19:50.313Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-11-11T17:19:50.313Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-11-11T17:19:50.313Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-11-11T17:19:50.313Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-11-11T17:19:50.313Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-11-11T17:19:50.313Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-11-11T17:19:50.313Z] 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) [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-11-11T17:19:50.313Z] 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) [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-11-11T17:19:50.313Z] 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) [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-11-11T17:19:50.313Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-11T17:19:50.313Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-11-11T17:19:50.313Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:19:50.313Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-11-11T17:19:50.313Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2021-11-11T17:19:50.313Z] 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 [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-11-11T17:19:50.313Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-11T17:19:50.313Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-11-11T17:19:50.313Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-11-11T17:19:50.313Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-11-11T17:19:50.313Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-11T17:19:50.313Z] [2021-11-11T17:19:50.313Z] DONE 177 tests, 27 skipped in 71.824s [2021-11-11T17:19:50.313Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-11-11T17:19:50.366Z] #62 235.1 + binaries [2021-11-11T17:19:50.366Z] #62 235.1 + install -D bin/containerd /build/containerd [2021-11-11T17:19:50.366Z] #62 235.1 + install -D bin/containerd-shim /build/containerd-shim [2021-11-11T17:19:50.366Z] #62 235.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-11T17:19:50.366Z] #62 235.1 + install -D bin/ctr /build/ctr [2021-11-11T17:19:50.569Z] === RUN TestConfigDaemonLibtrustID [2021-11-11T17:19:51.131Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-11-11T17:19:51.131Z] === RUN TestDaemonConfigValidation [2021-11-11T17:19:51.131Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:19:51.131Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:19:51.131Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-11-11T17:19:51.131Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-11-11T17:19:51.131Z] === RUN TestDaemonConfigValidation/invalid_config [2021-11-11T17:19:51.131Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-11-11T17:19:51.131Z] === RUN TestDaemonConfigValidation/malformed_config [2021-11-11T17:19:51.131Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-11-11T17:19:51.131Z] === RUN TestDaemonConfigValidation/valid_config [2021-11-11T17:19:51.131Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-11-11T17:19:51.131Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:19:51.131Z] === CONT TestDaemonConfigValidation/malformed_config [2021-11-11T17:19:51.131Z] === CONT TestDaemonConfigValidation/valid_config [2021-11-11T17:19:51.131Z] === CONT TestDaemonConfigValidation/invalid_config [2021-11-11T17:19:51.131Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-11-11T17:19:51.131Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-11-11T17:19:51.131Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2021-11-11T17:19:51.131Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-11-11T17:19:51.131Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-11-11T17:19:51.131Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2021-11-11T17:19:51.131Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2021-11-11T17:19:51.131Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-11T17:19:51.131Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-11-11T17:19:51.849Z] --- PASS: TestCgroupNamespacesBuild (2.28s) [2021-11-11T17:19:51.849Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-11T17:19:52.497Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-11-11T17:19:53.436Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-11-11T17:19:53.737Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.15s) [2021-11-11T17:19:53.737Z] === RUN TestBuildWithSession [2021-11-11T17:19:53.737Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:19:53.737Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-11T17:19:53.737Z] === RUN TestBuildSquashParent [2021-11-11T17:19:54.363Z] === CONT TestConfigDaemonSeccompProfiles [2021-11-11T17:19:54.363Z] daemon_test.go:156: [dc74069f74485] daemon is not started [2021-11-11T17:19:54.363Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2021-11-11T17:19:54.363Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2021-11-11T17:19:54.363Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2021-11-11T17:19:54.363Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2021-11-11T17:19:54.363Z] === RUN TestDaemonProxy [2021-11-11T17:19:54.363Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2021-11-11T17:19:54.363Z] --- SKIP: TestDaemonProxy (0.00s) [2021-11-11T17:19:54.363Z] PASS [2021-11-11T17:19:54.363Z] [2021-11-11T17:19:54.363Z] === Skipped [2021-11-11T17:19:54.363Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2021-11-11T17:19:54.363Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2021-11-11T17:19:54.363Z] [2021-11-11T17:19:54.363Z] DONE 12 tests, 1 skipped in 4.169s [2021-11-11T17:19:54.363Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-11-11T17:19:54.590Z] #62 DONE 238.7s [2021-11-11T17:19:54.619Z] INFO: Testing against a local daemon [2021-11-11T17:19:54.619Z] === RUN TestCommitInheritsEnv [2021-11-11T17:19:54.848Z] [2021-11-11T17:19:54.848Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-11T17:19:54.848Z] #63 sha256:f114f2f453a2d07501f310c85b4d0f8aeecf1f32b1c23faf27308d6af0a126df [2021-11-11T17:19:55.819Z] === RUN TestMiddlewares [2021-11-11T17:19:55.819Z] --- PASS: TestMiddlewares (0.00s) [2021-11-11T17:19:55.819Z] PASS [2021-11-11T17:19:55.819Z] coverage: 9.0% of statements [2021-11-11T17:19:55.819Z] ok github.com/docker/docker/api/server 0.038s coverage: 9.0% of statements [2021-11-11T17:19:56.506Z] --- PASS: TestCommitInheritsEnv (1.55s) [2021-11-11T17:19:56.506Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-11T17:19:56.506Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-11-11T17:19:56.506Z] === RUN TestImagesFilterMultiReference [2021-11-11T17:19:56.506Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-11-11T17:19:56.506Z] === RUN TestImagePullPlatformInvalid [2021-11-11T17:19:56.506Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-11T17:19:56.506Z] === RUN TestRemoveImageOrphaning [2021-11-11T17:19:56.747Z] #63 DONE 1.8s [2021-11-11T17:19:56.747Z] [2021-11-11T17:19:56.747Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-11T17:19:56.747Z] #68 sha256:f45972306e80c72dde478803bbb706ebf6a62ef38b55f9969d3b7346ea60c2db [2021-11-11T17:19:56.747Z] #68 DONE 0.4s [2021-11-11T17:19:57.005Z] [2021-11-11T17:19:57.005Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-11T17:19:57.005Z] #73 sha256:7321e74ebe2e5e09a825559559505c0360797f390fce64a9851c4139459b5154 [2021-11-11T17:19:57.065Z] --- PASS: TestCheckoutGit (25.66s) [2021-11-11T17:19:57.065Z] === RUN TestValidGitTransport [2021-11-11T17:19:57.065Z] --- PASS: TestValidGitTransport (0.00s) [2021-11-11T17:19:57.065Z] === RUN TestGitInvalidRef [2021-11-11T17:19:57.065Z] --- PASS: TestGitInvalidRef (0.18s) [2021-11-11T17:19:57.065Z] PASS [2021-11-11T17:19:57.065Z] coverage: 86.3% of statements [2021-11-11T17:19:57.065Z] ok github.com/docker/docker/builder/remotecontext/git 25.917s coverage: 86.3% of statements [2021-11-11T17:19:58.048Z] ? github.com/docker/docker/cli [no test files] [2021-11-11T17:19:58.048Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-11T17:19:58.396Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-11-11T17:19:58.396Z] === RUN TestRemoveImageGarbageCollector [2021-11-11T17:19:58.396Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-11-11T17:19:58.396Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-11-11T17:19:58.396Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-11T17:19:58.396Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-11-11T17:19:58.396Z] === RUN TestTagInvalidReference [2021-11-11T17:19:58.396Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-11T17:19:58.396Z] === RUN TestTagValidPrefixedRepo [2021-11-11T17:19:58.396Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-11-11T17:19:58.396Z] === RUN TestTagExistedNameWithoutForce [2021-11-11T17:19:58.396Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-11T17:19:58.396Z] === RUN TestTagOfficialNames [2021-11-11T17:19:58.396Z] --- PASS: TestTagOfficialNames (0.05s) [2021-11-11T17:19:58.396Z] === RUN TestTagMatchesDigest [2021-11-11T17:19:58.396Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-11-11T17:19:58.396Z] === CONT TestImportExtremelyLargeImageWorks [2021-11-11T17:19:58.902Z] #73 DONE 2.0s [2021-11-11T17:19:58.902Z] [2021-11-11T17:19:58.902Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-11T17:19:58.902Z] #74 sha256:ce93b5e97fea3263ee9c17802805267e9e4ce30caa93ad3063340a39983c7db3 [2021-11-11T17:19:58.902Z] #74 DONE 0.0s [2021-11-11T17:19:58.902Z] [2021-11-11T17:19:58.902Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-11T17:19:58.902Z] #75 sha256:1946df2e9489a96312b89ae6761a9dc65f534d24a4682acba6e6880647eb25d1 [2021-11-11T17:19:59.836Z] #75 DONE 0.8s [2021-11-11T17:19:59.836Z] [2021-11-11T17:19:59.836Z] #76 exporting to image [2021-11-11T17:19:59.836Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-11T17:19:59.836Z] #76 exporting layers [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-11-11T17:20:02.796Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestConfigureDaemonLogs [2021-11-11T17:20:02.796Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestCommonOptionsInstallFlags [2021-11-11T17:20:02.796Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-11-11T17:20:02.796Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-11-11T17:20:02.796Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-11-11T17:20:02.796Z] PASS [2021-11-11T17:20:02.796Z] coverage: 18.6% of statements [2021-11-11T17:20:02.796Z] ok github.com/docker/docker/cmd/dockerd 0.155s coverage: 18.6% of statements [2021-11-11T17:20:02.796Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-11-11T17:20:02.796Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-11T17:20:03.121Z] #76 exporting layers 3.3s done [2021-11-11T17:20:03.121Z] #76 writing image sha256:affa0030d34706db6d0455bc38b34072e37c6ea45b16f0fc38b0ad7eca3f9e47 done [2021-11-11T17:20:03.121Z] #76 naming to docker.io/library/docker:71c6863433e734f5fe9529df00c7732ab9759c34 done [2021-11-11T17:20:03.121Z] #76 DONE 3.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-11-11T17:20:03.456Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-11-11T17:20:03.682Z] --- PASS: TestBuildSquashParent (9.02s) [2021-11-11T17:20:03.682Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-11T17:20:03.682Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:20:03.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:20:03.682Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:20:03.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:20:03.682Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:20:03.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:20:03.682Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:20:03.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:20:03.682Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:20:03.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:20:03.682Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:20:03.682Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:20:03.682Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:20:03.682Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:20:03.737Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=71c6863433e734f5fe9529df00c7732ab9759c34 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:71c6863433e734f5fe9529df00c7732ab9759c34 hack/test/unit [2021-11-11T17:20:03.779Z] === RUN TestContainerStopSignal [2021-11-11T17:20:03.779Z] --- PASS: TestContainerStopSignal (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestContainerStopTimeout [2021-11-11T17:20:03.779Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestContainerSecretReferenceDestTarget [2021-11-11T17:20:03.779Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-11-11T17:20:03.779Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestContainerLogPathSetForRingLogger [2021-11-11T17:20:03.779Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2021-11-11T17:20:03.779Z] === RUN TestReplaceAndAppendEnvVars [2021-11-11T17:20:03.779Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-11-11T17:20:03.779Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestNewMemoryStore [2021-11-11T17:20:03.779Z] --- PASS: TestNewMemoryStore (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestAddContainers [2021-11-11T17:20:03.779Z] --- PASS: TestAddContainers (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestGetContainer [2021-11-11T17:20:03.779Z] --- PASS: TestGetContainer (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestDeleteContainer [2021-11-11T17:20:03.779Z] --- PASS: TestDeleteContainer (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestListContainers [2021-11-11T17:20:03.779Z] --- PASS: TestListContainers (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestFirstContainer [2021-11-11T17:20:03.779Z] --- PASS: TestFirstContainer (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestApplyAllContainer [2021-11-11T17:20:03.779Z] --- PASS: TestApplyAllContainer (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestIsValidHealthString [2021-11-11T17:20:03.779Z] --- PASS: TestIsValidHealthString (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestStateRunStop [2021-11-11T17:20:03.779Z] --- PASS: TestStateRunStop (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestStateTimeoutWait [2021-11-11T17:20:03.779Z] state_test.go:141: Stop callback fired [2021-11-11T17:20:03.779Z] state_test.go:165: Stop callback fired [2021-11-11T17:20:03.779Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-11-11T17:20:03.779Z] === RUN TestIsValidStateString [2021-11-11T17:20:03.779Z] --- PASS: TestIsValidStateString (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestViewSaveDelete [2021-11-11T17:20:03.779Z] --- PASS: TestViewSaveDelete (0.01s) [2021-11-11T17:20:03.779Z] === RUN TestViewAll [2021-11-11T17:20:03.779Z] --- PASS: TestViewAll (0.01s) [2021-11-11T17:20:03.779Z] === RUN TestViewGet [2021-11-11T17:20:03.779Z] --- PASS: TestViewGet (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestNames [2021-11-11T17:20:03.779Z] --- PASS: TestNames (0.00s) [2021-11-11T17:20:03.779Z] === RUN TestViewWithHealthCheck [2021-11-11T17:20:03.779Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-11-11T17:20:03.779Z] PASS [2021-11-11T17:20:03.779Z] coverage: 41.7% of statements [2021-11-11T17:20:04.245Z] ok github.com/docker/docker/container 0.221s coverage: 41.7% of statements [2021-11-11T17:20:04.245Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-11T17:20:04.245Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-11T17:20:04.245Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-11T17:20:04.245Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-11T17:20:05.111Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-11-11T17:20:05.111Z] + TESTFLAGS+=' -test.timeout=5m' [2021-11-11T17:20:05.111Z] + TESTDIRS=./... [2021-11-11T17:20:05.111Z] + exclude_paths='/vendor/|/integration' [2021-11-11T17:20:05.111Z] ++ go list ./... [2021-11-11T17:20:05.111Z] ++ grep -vE '(/vendor/|/integration)' [2021-11-11T17:20:05.229Z] === RUN TestPrepare [2021-11-11T17:20:05.229Z] --- PASS: TestPrepare (0.00s) [2021-11-11T17:20:05.229Z] === RUN TestStart [2021-11-11T17:20:05.229Z] --- PASS: TestStart (0.00s) [2021-11-11T17:20:05.229Z] === RUN TestWaitCancel [2021-11-11T17:20:05.229Z] --- PASS: TestWaitCancel (0.00s) [2021-11-11T17:20:05.229Z] === RUN TestWaitDisabled [2021-11-11T17:20:05.229Z] --- PASS: TestWaitDisabled (0.00s) [2021-11-11T17:20:05.229Z] === RUN TestWaitEnabled [2021-11-11T17:20:05.229Z] --- PASS: TestWaitEnabled (0.00s) [2021-11-11T17:20:05.229Z] === RUN TestRemove [2021-11-11T17:20:05.229Z] --- PASS: TestRemove (0.00s) [2021-11-11T17:20:05.229Z] PASS [2021-11-11T17:20:05.229Z] coverage: 65.3% of statements [2021-11-11T17:20:05.229Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.053s coverage: 65.3% of statements [2021-11-11T17:20:06.047Z] + pkg_list='github.com/docker/docker/api [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/backend [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/container [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/events [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/filters [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/image [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/mount [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/network [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/registry [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/time [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/versions [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:20:06.047Z] github.com/docker/docker/api/types/volume [2021-11-11T17:20:06.047Z] github.com/docker/docker/builder [2021-11-11T17:20:06.047Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:20:06.048Z] github.com/docker/docker/cli [2021-11-11T17:20:06.048Z] github.com/docker/docker/cli/config [2021-11-11T17:20:06.048Z] github.com/docker/docker/cli/debug [2021-11-11T17:20:06.048Z] github.com/docker/docker/client [2021-11-11T17:20:06.048Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:20:06.048Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:20:06.048Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:20:06.048Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:20:06.048Z] github.com/docker/docker/container [2021-11-11T17:20:06.048Z] github.com/docker/docker/container/stream [2021-11-11T17:20:06.048Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:20:06.048Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:20:06.048Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/config [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/events [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/exec [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/images [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/links [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/names [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/network [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/stats [2021-11-11T17:20:06.048Z] github.com/docker/docker/distribution [2021-11-11T17:20:06.048Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:20:06.048Z] github.com/docker/docker/distribution/utils [2021-11-11T17:20:06.048Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:20:06.048Z] github.com/docker/docker/dockerversion [2021-11-11T17:20:06.048Z] github.com/docker/docker/errdefs [2021-11-11T17:20:06.048Z] github.com/docker/docker/image [2021-11-11T17:20:06.048Z] github.com/docker/docker/image/cache [2021-11-11T17:20:06.048Z] github.com/docker/docker/image/tarexport [2021-11-11T17:20:06.048Z] github.com/docker/docker/image/v1 [2021-11-11T17:20:06.048Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:20:06.048Z] github.com/docker/docker/layer [2021-11-11T17:20:06.048Z] github.com/docker/docker/libcontainerd [2021-11-11T17:20:06.048Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:20:06.048Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:20:06.048Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:20:06.048Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/libnetwork/types [2021-11-11T17:20:06.048Z] github.com/docker/docker/oci [2021-11-11T17:20:06.048Z] github.com/docker/docker/oci/caps [2021-11-11T17:20:06.048Z] github.com/docker/docker/opts [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/archive [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/directory [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/locker [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/mount [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/platform [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/pools [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/progress [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/signal [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/stack [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/system [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/term [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:20:06.048Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:20:06.048Z] github.com/docker/docker/plugin [2021-11-11T17:20:06.048Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:20:06.048Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:20:06.048Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:20:06.048Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:20:06.048Z] github.com/docker/docker/quota [2021-11-11T17:20:06.048Z] github.com/docker/docker/reference [2021-11-11T17:20:06.048Z] github.com/docker/docker/registry [2021-11-11T17:20:06.048Z] github.com/docker/docker/registry/resumable [2021-11-11T17:20:06.048Z] github.com/docker/docker/restartmanager [2021-11-11T17:20:06.048Z] github.com/docker/docker/rootless [2021-11-11T17:20:06.048Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:20:06.048Z] github.com/docker/docker/runconfig [2021-11-11T17:20:06.048Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/environment [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/registry [2021-11-11T17:20:06.048Z] github.com/docker/docker/testutil/request [2021-11-11T17:20:06.048Z] github.com/docker/docker/volume [2021-11-11T17:20:06.048Z] github.com/docker/docker/volume/drivers [2021-11-11T17:20:06.048Z] github.com/docker/docker/volume/local [2021-11-11T17:20:06.048Z] github.com/docker/docker/volume/mounts [2021-11-11T17:20:06.048Z] github.com/docker/docker/volume/service [2021-11-11T17:20:06.048Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:20:06.048Z] github.com/docker/docker/volume/testutils' [2021-11-11T17:20:06.048Z] ++ grep --fixed-strings -v /libnetwork [2021-11-11T17:20:06.048Z] ++ echo 'github.com/docker/docker/api [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/backend [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/container [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/events [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/filters [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/image [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/mount [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/network [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/registry [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/time [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/versions [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:20:06.048Z] github.com/docker/docker/api/types/volume [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:20:06.048Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:20:06.048Z] github.com/docker/docker/cli [2021-11-11T17:20:06.048Z] github.com/docker/docker/cli/config [2021-11-11T17:20:06.048Z] github.com/docker/docker/cli/debug [2021-11-11T17:20:06.048Z] github.com/docker/docker/client [2021-11-11T17:20:06.048Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:20:06.048Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:20:06.048Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:20:06.048Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:20:06.048Z] github.com/docker/docker/container [2021-11-11T17:20:06.048Z] github.com/docker/docker/container/stream [2021-11-11T17:20:06.048Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:20:06.048Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:20:06.048Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/config [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/events [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/exec [2021-11-11T17:20:06.048Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/images [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/links [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/names [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/network [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/stats [2021-11-11T17:20:06.049Z] github.com/docker/docker/distribution [2021-11-11T17:20:06.049Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:20:06.049Z] github.com/docker/docker/distribution/utils [2021-11-11T17:20:06.049Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:20:06.049Z] github.com/docker/docker/dockerversion [2021-11-11T17:20:06.049Z] github.com/docker/docker/errdefs [2021-11-11T17:20:06.049Z] github.com/docker/docker/image [2021-11-11T17:20:06.049Z] github.com/docker/docker/image/cache [2021-11-11T17:20:06.049Z] github.com/docker/docker/image/tarexport [2021-11-11T17:20:06.049Z] github.com/docker/docker/image/v1 [2021-11-11T17:20:06.049Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:20:06.049Z] github.com/docker/docker/layer [2021-11-11T17:20:06.049Z] github.com/docker/docker/libcontainerd [2021-11-11T17:20:06.049Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:20:06.049Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:20:06.049Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:20:06.049Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/libnetwork/types [2021-11-11T17:20:06.049Z] github.com/docker/docker/oci [2021-11-11T17:20:06.049Z] github.com/docker/docker/oci/caps [2021-11-11T17:20:06.049Z] github.com/docker/docker/opts [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/archive [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/directory [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/locker [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/mount [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/platform [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/pools [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/progress [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/signal [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/stack [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/system [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/term [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:20:06.049Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:20:06.049Z] github.com/docker/docker/plugin [2021-11-11T17:20:06.049Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:20:06.049Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:20:06.049Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:20:06.049Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:20:06.049Z] github.com/docker/docker/quota [2021-11-11T17:20:06.049Z] github.com/docker/docker/reference [2021-11-11T17:20:06.049Z] github.com/docker/docker/registry [2021-11-11T17:20:06.049Z] github.com/docker/docker/registry/resumable [2021-11-11T17:20:06.049Z] github.com/docker/docker/restartmanager [2021-11-11T17:20:06.049Z] github.com/docker/docker/rootless [2021-11-11T17:20:06.049Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:20:06.049Z] github.com/docker/docker/runconfig [2021-11-11T17:20:06.049Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/environment [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/registry [2021-11-11T17:20:06.049Z] github.com/docker/docker/testutil/request [2021-11-11T17:20:06.049Z] github.com/docker/docker/volume [2021-11-11T17:20:06.049Z] github.com/docker/docker/volume/drivers [2021-11-11T17:20:06.049Z] github.com/docker/docker/volume/local [2021-11-11T17:20:06.049Z] github.com/docker/docker/volume/mounts [2021-11-11T17:20:06.049Z] github.com/docker/docker/volume/service [2021-11-11T17:20:06.049Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:20:06.049Z] github.com/docker/docker/volume/testutils' [2021-11-11T17:20:06.049Z] + base_pkg_list='github.com/docker/docker/api [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/backend [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/container [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/events [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/filters [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/image [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/mount [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/network [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/registry [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/time [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/versions [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:20:06.049Z] github.com/docker/docker/api/types/volume [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:20:06.049Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:20:06.049Z] github.com/docker/docker/cli [2021-11-11T17:20:06.049Z] github.com/docker/docker/cli/config [2021-11-11T17:20:06.049Z] github.com/docker/docker/cli/debug [2021-11-11T17:20:06.049Z] github.com/docker/docker/client [2021-11-11T17:20:06.049Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:20:06.049Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:20:06.049Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:20:06.049Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:20:06.049Z] github.com/docker/docker/container [2021-11-11T17:20:06.049Z] github.com/docker/docker/container/stream [2021-11-11T17:20:06.049Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:20:06.049Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:20:06.049Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/config [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/events [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/exec [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/images [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/links [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/names [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/network [2021-11-11T17:20:06.049Z] github.com/docker/docker/daemon/stats [2021-11-11T17:20:06.049Z] github.com/docker/docker/distribution [2021-11-11T17:20:06.049Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:20:06.049Z] github.com/docker/docker/distribution/utils [2021-11-11T17:20:06.049Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:20:06.049Z] github.com/docker/docker/dockerversion [2021-11-11T17:20:06.049Z] github.com/docker/docker/errdefs [2021-11-11T17:20:06.049Z] github.com/docker/docker/image [2021-11-11T17:20:06.049Z] github.com/docker/docker/image/cache [2021-11-11T17:20:06.049Z] github.com/docker/docker/image/tarexport [2021-11-11T17:20:06.049Z] github.com/docker/docker/image/v1 [2021-11-11T17:20:06.049Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:20:06.049Z] github.com/docker/docker/layer [2021-11-11T17:20:06.049Z] github.com/docker/docker/libcontainerd [2021-11-11T17:20:06.049Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:20:06.050Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:20:06.050Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:20:06.050Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:20:06.050Z] github.com/docker/docker/oci [2021-11-11T17:20:06.050Z] github.com/docker/docker/oci/caps [2021-11-11T17:20:06.050Z] github.com/docker/docker/opts [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/archive [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/directory [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/locker [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/mount [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/platform [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/pools [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/progress [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/signal [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/stack [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/system [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/term [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:20:06.050Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:20:06.050Z] github.com/docker/docker/plugin [2021-11-11T17:20:06.050Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:20:06.050Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:20:06.050Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:20:06.050Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:20:06.050Z] github.com/docker/docker/quota [2021-11-11T17:20:06.050Z] github.com/docker/docker/reference [2021-11-11T17:20:06.050Z] github.com/docker/docker/registry [2021-11-11T17:20:06.050Z] github.com/docker/docker/registry/resumable [2021-11-11T17:20:06.050Z] github.com/docker/docker/restartmanager [2021-11-11T17:20:06.050Z] github.com/docker/docker/rootless [2021-11-11T17:20:06.050Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:20:06.050Z] github.com/docker/docker/runconfig [2021-11-11T17:20:06.050Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/environment [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/registry [2021-11-11T17:20:06.050Z] github.com/docker/docker/testutil/request [2021-11-11T17:20:06.050Z] github.com/docker/docker/volume [2021-11-11T17:20:06.050Z] github.com/docker/docker/volume/drivers [2021-11-11T17:20:06.050Z] github.com/docker/docker/volume/local [2021-11-11T17:20:06.050Z] github.com/docker/docker/volume/mounts [2021-11-11T17:20:06.050Z] github.com/docker/docker/volume/service [2021-11-11T17:20:06.050Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:20:06.050Z] github.com/docker/docker/volume/testutils' [2021-11-11T17:20:06.050Z] ++ grep --fixed-strings /libnetwork [2021-11-11T17:20:06.050Z] ++ echo 'github.com/docker/docker/api [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/backend [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/container [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/events [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/filters [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/image [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/mount [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/network [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/registry [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/time [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/versions [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:20:06.050Z] github.com/docker/docker/api/types/volume [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:20:06.050Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:20:06.050Z] github.com/docker/docker/cli [2021-11-11T17:20:06.050Z] github.com/docker/docker/cli/config [2021-11-11T17:20:06.050Z] github.com/docker/docker/cli/debug [2021-11-11T17:20:06.050Z] github.com/docker/docker/client [2021-11-11T17:20:06.050Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:20:06.050Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:20:06.050Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:20:06.050Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:20:06.050Z] github.com/docker/docker/container [2021-11-11T17:20:06.050Z] github.com/docker/docker/container/stream [2021-11-11T17:20:06.050Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:20:06.050Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:20:06.050Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/config [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/events [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/exec [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/images [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/links [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/names [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/network [2021-11-11T17:20:06.050Z] github.com/docker/docker/daemon/stats [2021-11-11T17:20:06.050Z] github.com/docker/docker/distribution [2021-11-11T17:20:06.050Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:20:06.050Z] github.com/docker/docker/distribution/utils [2021-11-11T17:20:06.050Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:20:06.050Z] github.com/docker/docker/dockerversion [2021-11-11T17:20:06.050Z] github.com/docker/docker/errdefs [2021-11-11T17:20:06.050Z] github.com/docker/docker/image [2021-11-11T17:20:06.050Z] github.com/docker/docker/image/cache [2021-11-11T17:20:06.050Z] github.com/docker/docker/image/tarexport [2021-11-11T17:20:06.050Z] github.com/docker/docker/image/v1 [2021-11-11T17:20:06.050Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:20:06.050Z] github.com/docker/docker/layer [2021-11-11T17:20:06.050Z] github.com/docker/docker/libcontainerd [2021-11-11T17:20:06.050Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:20:06.050Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:20:06.050Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:20:06.050Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:20:06.050Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/types [2021-11-11T17:20:06.051Z] github.com/docker/docker/oci [2021-11-11T17:20:06.051Z] github.com/docker/docker/oci/caps [2021-11-11T17:20:06.051Z] github.com/docker/docker/opts [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/archive [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/directory [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/locker [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/mount [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/platform [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/pools [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/progress [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/signal [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/stack [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/system [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/term [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:20:06.051Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:20:06.051Z] github.com/docker/docker/plugin [2021-11-11T17:20:06.051Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:20:06.051Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:20:06.051Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:20:06.051Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:20:06.051Z] github.com/docker/docker/quota [2021-11-11T17:20:06.051Z] github.com/docker/docker/reference [2021-11-11T17:20:06.051Z] github.com/docker/docker/registry [2021-11-11T17:20:06.051Z] github.com/docker/docker/registry/resumable [2021-11-11T17:20:06.051Z] github.com/docker/docker/restartmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/rootless [2021-11-11T17:20:06.051Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:20:06.051Z] github.com/docker/docker/runconfig [2021-11-11T17:20:06.051Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/environment [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/registry [2021-11-11T17:20:06.051Z] github.com/docker/docker/testutil/request [2021-11-11T17:20:06.051Z] github.com/docker/docker/volume [2021-11-11T17:20:06.051Z] github.com/docker/docker/volume/drivers [2021-11-11T17:20:06.051Z] github.com/docker/docker/volume/local [2021-11-11T17:20:06.051Z] github.com/docker/docker/volume/mounts [2021-11-11T17:20:06.051Z] github.com/docker/docker/volume/service [2021-11-11T17:20:06.051Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:20:06.051Z] github.com/docker/docker/volume/testutils' [2021-11-11T17:20:06.051Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/types' [2021-11-11T17:20:06.051Z] + echo 'github.com/docker/docker/libnetwork [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/types' [2021-11-11T17:20:06.051Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:20:06.051Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:20:06.051Z] + type docker-proxy [2021-11-11T17:20:06.051Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-11-11T17:20:06.051Z] + hack/make.sh binary-proxy install-proxy [2021-11-11T17:20:06.051Z] [2021-11-11T17:20:06.213Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-11-11T17:20:06.213Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-11-11T17:20:06.213Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-11-11T17:20:06.213Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-11-11T17:20:06.213Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-11-11T17:20:06.213Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-11-11T17:20:06.213Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-11-11T17:20:06.213Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-11-11T17:20:06.213Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-11-11T17:20:06.213Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-11-11T17:20:06.394Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:20:06.394Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:20:06.395Z] Removing bundles/ [2021-11-11T17:20:06.395Z] [2021-11-11T17:20:06.395Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-11-11T17:20:06.395Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-11-11T17:20:06.395Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCIsolation [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertFromGRPCIsolation [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-11-11T17:20:06.780Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-11T17:20:06.780Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-11-11T17:20:06.781Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-11-11T17:20:06.781Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertFromGRPCConfigs [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertToGRPCConfigs [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-11-11T17:20:06.781Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-11-11T17:20:06.781Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-11-11T17:20:06.781Z] PASS [2021-11-11T17:20:06.781Z] coverage: 35.9% of statements [2021-11-11T17:20:06.781Z] ok github.com/docker/docker/daemon/cluster/convert 0.423s coverage: 35.9% of statements [2021-11-11T17:20:07.247Z] === RUN TestNewListSecretsFilters [2021-11-11T17:20:07.247Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-11-11T17:20:07.247Z] === RUN TestNewListConfigsFilters [2021-11-11T17:20:07.247Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-11-11T17:20:07.247Z] PASS [2021-11-11T17:20:07.247Z] coverage: 0.5% of statements [2021-11-11T17:20:07.247Z] ok github.com/docker/docker/daemon/cluster 0.546s coverage: 0.5% of statements [2021-11-11T17:20:08.952Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:20:08.952Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:20:09.457Z] === RUN TestBuilderGC [2021-11-11T17:20:09.457Z] --- PASS: TestBuilderGC (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestDaemonConfigurationNotFound [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestDaemonBrokenConfiguration [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestParseClusterAdvertiseSettings [2021-11-11T17:20:09.457Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestFindConfigurationConflicts [2021-11-11T17:20:09.457Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-11-11T17:20:09.457Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestDaemonConfigurationMergeConflicts [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-11-11T17:20:09.457Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-11-11T17:20:09.457Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-11-11T17:20:09.457Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-11-11T17:20:09.457Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-11-11T17:20:09.457Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-11-11T17:20:09.457Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-11-11T17:20:09.457Z] === RUN TestValidateConfiguration [2021-11-11T17:20:09.457Z] === RUN TestValidateConfiguration/with_label [2021-11-11T17:20:09.457Z] === RUN TestValidateConfiguration/with_dns [2021-11-11T17:20:09.457Z] === RUN TestValidateConfiguration/with_dns-search [2021-11-11T17:20:09.457Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-11-11T17:20:09.457Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-11-11T17:20:09.457Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-11-11T17:20:09.457Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-11-11T17:20:09.457Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfiguration (0.02s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-11-11T17:20:09.457Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-11-11T17:20:09.458Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-11-11T17:20:09.458Z] === RUN TestModifiedDiscoverySettings [2021-11-11T17:20:09.458Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-11-11T17:20:09.458Z] === RUN TestReloadSetConfigFileNotExist [2021-11-11T17:20:09.458Z] time="2021-11-11T17:20:09Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-11-11T17:20:09.458Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2021-11-11T17:20:09.458Z] === RUN TestReloadDefaultConfigNotExist [2021-11-11T17:20:09.458Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:09.458Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-11-11T17:20:09.458Z] === RUN TestReloadBadDefaultConfig [2021-11-11T17:20:09.458Z] time="2021-11-11T17:20:09Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1721807613" [2021-11-11T17:20:09.458Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-11-11T17:20:09.458Z] === RUN TestReloadWithConflictingLabels [2021-11-11T17:20:09.458Z] time="2021-11-11T17:20:09Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3308416086" [2021-11-11T17:20:09.458Z] --- PASS: TestReloadWithConflictingLabels (0.02s) [2021-11-11T17:20:09.458Z] === RUN TestReloadWithDuplicateLabels [2021-11-11T17:20:09.458Z] time="2021-11-11T17:20:09Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3179028882" [2021-11-11T17:20:09.458Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-11-11T17:20:09.458Z] === RUN TestMaskURLCredentials [2021-11-11T17:20:09.458Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-11-11T17:20:09.458Z] === RUN TestDaemonConfigurationMerge [2021-11-11T17:20:09.458Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-11-11T17:20:09.458Z] PASS [2021-11-11T17:20:09.458Z] coverage: 80.0% of statements [2021-11-11T17:20:09.458Z] ok github.com/docker/docker/daemon/config 0.304s coverage: 80.0% of statements [2021-11-11T17:20:09.924Z] === RUN TestDiscoveryOptsErrors [2021-11-11T17:20:09.924Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-11-11T17:20:09.924Z] === RUN TestDiscoveryOpts [2021-11-11T17:20:09.924Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-11-11T17:20:09.924Z] PASS [2021-11-11T17:20:09.924Z] coverage: 30.0% of statements [2021-11-11T17:20:09.924Z] ok github.com/docker/docker/daemon/discovery 0.041s coverage: 30.0% of statements [2021-11-11T17:20:10.393Z] === RUN TestWaitNodeAttachment [2021-11-11T17:20:10.861Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-11-11T17:20:10.861Z] === RUN TestIsolationConversion [2021-11-11T17:20:10.861Z] === RUN TestIsolationConversion/default [2021-11-11T17:20:10.861Z] === RUN TestIsolationConversion/process [2021-11-11T17:20:10.861Z] === RUN TestIsolationConversion/hyperv [2021-11-11T17:20:10.861Z] --- PASS: TestIsolationConversion (0.00s) [2021-11-11T17:20:10.861Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-11-11T17:20:10.861Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-11-11T17:20:10.861Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestContainerLabels [2021-11-11T17:20:10.861Z] --- PASS: TestContainerLabels (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestCredentialSpecConversion [2021-11-11T17:20:10.861Z] === RUN TestCredentialSpecConversion/none [2021-11-11T17:20:10.861Z] === RUN TestCredentialSpecConversion/config [2021-11-11T17:20:10.861Z] === RUN TestCredentialSpecConversion/file [2021-11-11T17:20:10.861Z] === RUN TestCredentialSpecConversion/registry [2021-11-11T17:20:10.861Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-11-11T17:20:10.861Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-11-11T17:20:10.861Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-11-11T17:20:10.861Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-11-11T17:20:10.861Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestControllerValidateMountBind [2021-11-11T17:20:10.861Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestControllerValidateMountVolume [2021-11-11T17:20:10.861Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestControllerValidateMountTarget [2021-11-11T17:20:10.861Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestControllerValidateMountTmpfs [2021-11-11T17:20:10.861Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestControllerValidateMountInvalidType [2021-11-11T17:20:10.861Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestControllerValidateMountNamedPipe [2021-11-11T17:20:10.861Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-11-11T17:20:10.861Z] PASS [2021-11-11T17:20:10.861Z] coverage: 11.0% of statements [2021-11-11T17:20:10.861Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.540s coverage: 11.0% of statements [2021-11-11T17:20:10.861Z] === RUN TestEventsLog [2021-11-11T17:20:10.861Z] --- PASS: TestEventsLog (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestEventsLogTimeout [2021-11-11T17:20:10.861Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestLogEvents [2021-11-11T17:20:10.861Z] --- PASS: TestLogEvents (0.05s) [2021-11-11T17:20:10.861Z] === RUN TestLoadBufferedEvents [2021-11-11T17:20:10.861Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-11-11T17:20:10.861Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-11-11T17:20:10.861Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-11-11T17:20:10.861Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-11-11T17:20:10.861Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-11-11T17:20:10.861Z] PASS [2021-11-11T17:20:10.861Z] coverage: 50.0% of statements [2021-11-11T17:20:10.861Z] ok github.com/docker/docker/daemon/events 0.293s coverage: 50.0% of statements [2021-11-11T17:20:11.328Z] === RUN TestIsEmptyDir [2021-11-11T17:20:11.328Z] --- PASS: TestIsEmptyDir (0.01s) [2021-11-11T17:20:11.328Z] PASS [2021-11-11T17:20:11.328Z] coverage: 2.3% of statements [2021-11-11T17:20:11.795Z] ok github.com/docker/docker/daemon/graphdriver 0.056s coverage: 2.3% of statements [2021-11-11T17:20:11.795Z] === RUN TestVerifyNetworkingConfig [2021-11-11T17:20:11.795Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestGetContainer [2021-11-11T17:20:11.795Z] --- PASS: TestGetContainer (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestValidContainerNames [2021-11-11T17:20:11.795Z] --- PASS: TestValidContainerNames (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestContainerInitDNS [2021-11-11T17:20:11.795Z] daemon_test.go:146: root required [2021-11-11T17:20:11.795Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestMerge [2021-11-11T17:20:11.795Z] --- PASS: TestMerge (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestValidateContainerIsolation [2021-11-11T17:20:11.795Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestFindNetworkErrorType [2021-11-11T17:20:11.795Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestEnsureServicesExist [2021-11-11T17:20:11.795Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestEnsureServicesExistErrors [2021-11-11T17:20:11.795Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-11-11T17:20:11.795Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-11-11T17:20:11.795Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-11-11T17:20:11.795Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-11-11T17:20:11.795Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-11-11T17:20:11.795Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-11-11T17:20:11.795Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestContainerDelete [2021-11-11T17:20:11.795Z] --- PASS: TestContainerDelete (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestContainerDoubleDelete [2021-11-11T17:20:11.795Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestLogContainerEventCopyLabels [2021-11-11T17:20:11.795Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestLogContainerEventWithAttributes [2021-11-11T17:20:11.795Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestNoneHealthcheck [2021-11-11T17:20:11.795Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestHealthStates [2021-11-11T17:20:11.795Z] === RUN TestLinkNaming [2021-11-11T17:20:11.795Z] --- PASS: TestLinkNaming (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestLinkNew [2021-11-11T17:20:11.795Z] --- PASS: TestLinkNew (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestLinkEnv [2021-11-11T17:20:11.795Z] --- PASS: TestLinkEnv (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestLinkMultipleEnv [2021-11-11T17:20:11.795Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-11-11T17:20:11.795Z] === RUN TestLinkPortRangeEnv [2021-11-11T17:20:11.795Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-11-11T17:20:11.795Z] PASS [2021-11-11T17:20:11.795Z] coverage: 93.0% of statements [2021-11-11T17:20:11.795Z] ok github.com/docker/docker/daemon/links 0.032s coverage: 93.0% of statements [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] time="2021-11-11T17:20:11Z" 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" [2021-11-11T17:20:11.795Z] --- PASS: TestHealthStates (0.13s) [2021-11-11T17:20:12.224Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-11-11T17:20:12.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.12s) [2021-11-11T17:20:12.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.18s) [2021-11-11T17:20:12.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.01s) [2021-11-11T17:20:12.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.04s) [2021-11-11T17:20:12.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.02s) [2021-11-11T17:20:12.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.05s) [2021-11-11T17:20:12.224Z] === RUN TestBuildMultiStageCopy [2021-11-11T17:20:12.224Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-11T17:20:12.262Z] === RUN TestGetInspectData [2021-11-11T17:20:12.262Z] --- PASS: TestGetInspectData (0.00s) [2021-11-11T17:20:12.262Z] === RUN TestFillLicense [2021-11-11T17:20:12.262Z] --- PASS: TestFillLicense (0.00s) [2021-11-11T17:20:12.262Z] === RUN TestListInvalidFilter [2021-11-11T17:20:12.262Z] --- PASS: TestListInvalidFilter (0.00s) [2021-11-11T17:20:12.262Z] === RUN TestNameFilter [2021-11-11T17:20:12.262Z] --- PASS: TestNameFilter (0.00s) [2021-11-11T17:20:12.262Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-11-11T17:20:12.262Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-11-11T17:20:12.262Z] === 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 [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-11-11T17:20:12.262Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-11-11T17:20:12.262Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-11-11T17:20:12.262Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-11-11T17:20:12.262Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-11-11T17:20:12.262Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-11-11T17:20:12.262Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-11-11T17:20:12.263Z] --- 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) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-11-11T17:20:12.263Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-11-11T17:20:12.263Z] === RUN TestDaemonReloadLabels [2021-11-11T17:20:12.263Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-11-11T17:20:12.263Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-11-11T17:20:12.263Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-11-11T17:20:12.263Z] === RUN TestDaemonReloadMirrors [2021-11-11T17:20:12.263Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-11-11T17:20:12.263Z] === RUN TestDaemonReloadInsecureRegistries [2021-11-11T17:20:12.263Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-11-11T17:20:12.263Z] === RUN TestDaemonReloadNotAffectOthers [2021-11-11T17:20:12.263Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-11-11T17:20:12.263Z] === RUN TestDaemonDiscoveryReload [2021-11-11T17:20:12.954Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-11-11T17:20:12.954Z] [2021-11-11T17:20:12.954Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-11-11T17:20:12.954Z] Installing docker-proxy to /usr/local/bin/ [2021-11-11T17:20:12.954Z] [2021-11-11T17:20:12.954Z] + mkdir -p bundles [2021-11-11T17:20:12.954Z] + '[' -n 'github.com/docker/docker/api [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/backend [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/container [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/events [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/filters [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/image [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/mount [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/network [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/registry [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/time [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/versions [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:20:12.954Z] github.com/docker/docker/api/types/volume [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:20:12.954Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:20:12.954Z] github.com/docker/docker/cli [2021-11-11T17:20:12.954Z] github.com/docker/docker/cli/config [2021-11-11T17:20:12.954Z] github.com/docker/docker/cli/debug [2021-11-11T17:20:12.954Z] github.com/docker/docker/client [2021-11-11T17:20:12.954Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:20:12.954Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:20:12.954Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:20:12.954Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:20:12.954Z] github.com/docker/docker/container [2021-11-11T17:20:12.954Z] github.com/docker/docker/container/stream [2021-11-11T17:20:12.954Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:20:12.954Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:20:12.954Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:20:12.954Z] github.com/docker/docker/daemon [2021-11-11T17:20:12.954Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:20:12.954Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/config [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/events [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/exec [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/images [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/links [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/names [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/network [2021-11-11T17:20:12.955Z] github.com/docker/docker/daemon/stats [2021-11-11T17:20:12.955Z] github.com/docker/docker/distribution [2021-11-11T17:20:12.955Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:20:12.955Z] github.com/docker/docker/distribution/utils [2021-11-11T17:20:12.955Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:20:12.955Z] github.com/docker/docker/dockerversion [2021-11-11T17:20:12.955Z] github.com/docker/docker/errdefs [2021-11-11T17:20:12.955Z] github.com/docker/docker/image [2021-11-11T17:20:12.955Z] github.com/docker/docker/image/cache [2021-11-11T17:20:12.955Z] github.com/docker/docker/image/tarexport [2021-11-11T17:20:12.955Z] github.com/docker/docker/image/v1 [2021-11-11T17:20:12.955Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:20:12.955Z] github.com/docker/docker/layer [2021-11-11T17:20:12.955Z] github.com/docker/docker/libcontainerd [2021-11-11T17:20:12.955Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:20:12.955Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:20:12.955Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:20:12.955Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:20:12.955Z] github.com/docker/docker/oci [2021-11-11T17:20:12.955Z] github.com/docker/docker/oci/caps [2021-11-11T17:20:12.955Z] github.com/docker/docker/opts [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/archive [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/directory [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/locker [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/mount [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/platform [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/pools [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/progress [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/signal [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/stack [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/system [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/term [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:20:12.955Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:20:12.955Z] github.com/docker/docker/plugin [2021-11-11T17:20:12.955Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:20:12.955Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:20:12.955Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:20:12.955Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:20:12.955Z] github.com/docker/docker/quota [2021-11-11T17:20:12.955Z] github.com/docker/docker/reference [2021-11-11T17:20:12.955Z] github.com/docker/docker/registry [2021-11-11T17:20:12.955Z] github.com/docker/docker/registry/resumable [2021-11-11T17:20:12.955Z] github.com/docker/docker/restartmanager [2021-11-11T17:20:12.955Z] github.com/docker/docker/rootless [2021-11-11T17:20:12.955Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:20:12.955Z] github.com/docker/docker/runconfig [2021-11-11T17:20:12.955Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/environment [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/registry [2021-11-11T17:20:12.955Z] github.com/docker/docker/testutil/request [2021-11-11T17:20:12.955Z] github.com/docker/docker/volume [2021-11-11T17:20:12.955Z] github.com/docker/docker/volume/drivers [2021-11-11T17:20:12.955Z] github.com/docker/docker/volume/local [2021-11-11T17:20:12.955Z] github.com/docker/docker/volume/mounts [2021-11-11T17:20:12.955Z] github.com/docker/docker/volume/service [2021-11-11T17:20:12.955Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:20:12.955Z] github.com/docker/docker/volume/testutils' ']' [2021-11-11T17:20:12.955Z] + 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/discovery 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/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-11T17:20:13.214Z] ? github.com/docker/docker/api [no test files] [2021-11-11T17:20:13.250Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-11-11T17:20:13.250Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-11-11T17:20:13.250Z] === RUN TestAdapterReadLogs [2021-11-11T17:20:13.250Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-11-11T17:20:13.250Z] === RUN TestCopier [2021-11-11T17:20:13.250Z] --- PASS: TestCopier (0.00s) [2021-11-11T17:20:13.250Z] === RUN TestCopierLongLines [2021-11-11T17:20:13.250Z] --- PASS: TestCopierLongLines (0.00s) [2021-11-11T17:20:13.250Z] === RUN TestCopierSlow [2021-11-11T17:20:13.717Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-11-11T17:20:13.717Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-11-11T17:20:13.717Z] --- PASS: TestCopierSlow (0.20s) [2021-11-11T17:20:13.717Z] === RUN TestCopierWithSized [2021-11-11T17:20:13.717Z] === RUN TestCopierWithSized/as_is [2021-11-11T17:20:13.717Z] === RUN TestCopierWithSized/With_RingLogger [2021-11-11T17:20:13.717Z] --- PASS: TestCopierWithSized (0.01s) [2021-11-11T17:20:13.717Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-11-11T17:20:13.717Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-11-11T17:20:13.717Z] === RUN TestCopierWithPartial [2021-11-11T17:20:13.717Z] --- PASS: TestCopierWithPartial (0.00s) [2021-11-11T17:20:13.717Z] === RUN TestRingLogger [2021-11-11T17:20:13.717Z] --- PASS: TestRingLogger (0.00s) [2021-11-11T17:20:13.717Z] === RUN TestRingCap [2021-11-11T17:20:13.717Z] --- PASS: TestRingCap (0.00s) [2021-11-11T17:20:13.717Z] === RUN TestRingClose [2021-11-11T17:20:13.717Z] --- PASS: TestRingClose (0.00s) [2021-11-11T17:20:13.717Z] === RUN TestRingDrain [2021-11-11T17:20:13.717Z] --- PASS: TestRingDrain (0.00s) [2021-11-11T17:20:13.717Z] PASS [2021-11-11T17:20:13.717Z] coverage: 43.8% of statements [2021-11-11T17:20:13.717Z] ok github.com/docker/docker/daemon/logger 0.269s coverage: 43.8% of statements [2021-11-11T17:20:14.184Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-11-11T17:20:14.184Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-11-11T17:20:14.184Z] reload_test.go:520: root required [2021-11-11T17:20:14.184Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-11-11T17:20:14.184Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-11-11T17:20:14.184Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-11-11T17:20:14.184Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-11-11T17:20:14.184Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-11-11T17:20:14.184Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-11-11T17:20:14.184Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-11-11T17:20:14.184Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestParseVolumesFrom [2021-11-11T17:20:14.184Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-11-11T17:20:14.184Z] PASS [2021-11-11T17:20:14.184Z] coverage: 9.0% of statements [2021-11-11T17:20:14.184Z] ok github.com/docker/docker/daemon 2.309s coverage: 9.0% of statements [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-11-11T17:20:14.184Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-11-11T17:20:14.184Z] === RUN TestNewStreamConfig [2021-11-11T17:20:14.184Z] === RUN TestNewStreamConfig/defaults [2021-11-11T17:20:14.184Z] === RUN TestNewStreamConfig/invalid_create_group [2021-11-11T17:20:14.184Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-11-11T17:20:14.184Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-11-11T17:20:14.184Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-11-11T17:20:14.184Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-11-11T17:20:14.184Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-11-11T17:20:14.184Z] --- PASS: TestNewStreamConfig (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-11-11T17:20:14.184Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2021-11-11T17:20:14.184Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2021-11-11T17:20:14.184Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2021-11-11T17:20:14.184Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-11-11T17:20:14.184Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestNewAWSLogsClientRegionDetect [2021-11-11T17:20:14.184Z] time="2021-11-11T17:20:13Z" level=info msg="Trying to get region from EC2 Metadata" [2021-11-11T17:20:14.184Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-11-11T17:20:14.184Z] === RUN TestCreateSuccess [2021-11-11T17:20:14.184Z] --- PASS: TestCreateSuccess (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCreateStreamSkipped [2021-11-11T17:20:14.184Z] time="2021-11-11T17:20:13Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-11-11T17:20:14.184Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCreateLogGroupSuccess [2021-11-11T17:20:14.184Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCreateError [2021-11-11T17:20:14.184Z] --- PASS: TestCreateError (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCreateAlreadyExists [2021-11-11T17:20:14.184Z] time="2021-11-11T17:20:13Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-11-11T17:20:14.184Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestLogClosed [2021-11-11T17:20:14.184Z] --- PASS: TestLogClosed (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestLogBlocking [2021-11-11T17:20:14.184Z] --- PASS: TestLogBlocking (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestLogNonBlockingBufferEmpty [2021-11-11T17:20:14.184Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestLogNonBlockingBufferFull [2021-11-11T17:20:14.184Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestPublishBatchSuccess [2021-11-11T17:20:14.184Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestPublishBatchError [2021-11-11T17:20:14.184Z] time="2021-11-11T17:20:13Z" level=error msg=Error [2021-11-11T17:20:14.184Z] --- PASS: TestPublishBatchError (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-11-11T17:20:14.184Z] time="2021-11-11T17:20:13Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-11T17:20:14.184Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestPublishBatchAlreadyAccepted [2021-11-11T17:20:14.184Z] time="2021-11-11T17:20:13Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-11T17:20:14.184Z] time="2021-11-11T17:20:13Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-11-11T17:20:14.184Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchSimple [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchTicker [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchMultilinePattern [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.03s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchClose [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchClose (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestEffectiveLen [2021-11-11T17:20:14.184Z] === RUN TestEffectiveLen/0/Hello [2021-11-11T17:20:14.184Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-11-11T17:20:14.184Z] === RUN TestEffectiveLen/2/🙃 [2021-11-11T17:20:14.184Z] === RUN TestEffectiveLen/3/���� [2021-11-11T17:20:14.184Z] === RUN TestEffectiveLen/4/He��o [2021-11-11T17:20:14.184Z] === RUN TestEffectiveLen/5/ [2021-11-11T17:20:14.184Z] --- PASS: TestEffectiveLen (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestFindValidSplit [2021-11-11T17:20:14.184Z] === RUN TestFindValidSplit/0/ [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1105: [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:20:14.184Z] === RUN TestFindValidSplit/1/Hello [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1105: Hello [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:20:14.184Z] === RUN TestFindValidSplit/2/Hello [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1105: He [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1106: llo [2021-11-11T17:20:14.184Z] === RUN TestFindValidSplit/3/Hello [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1105: [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1106: Hello [2021-11-11T17:20:14.184Z] === RUN TestFindValidSplit/4/🙃 [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1105: [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1106: 🙃 [2021-11-11T17:20:14.184Z] === RUN TestFindValidSplit/5/🙃 [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1105: 🙃 [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:20:14.184Z] === RUN TestFindValidSplit/6/a� [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1105: a [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1106: � [2021-11-11T17:20:14.184Z] === RUN TestFindValidSplit/7/a� [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1105: a� [2021-11-11T17:20:14.184Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:20:14.184Z] --- PASS: TestFindValidSplit (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-11-11T17:20:14.184Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestProcessEventEmoji [2021-11-11T17:20:14.184Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchLineSplit [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchLineSplitWithBinary [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchMaxEvents [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchMaxTotalBytes [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-11-11T17:20:14.184Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-11-11T17:20:14.184Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-11-11T17:20:14.184Z] === RUN TestSearchRegistryForImagesErrors [2021-11-11T17:20:14.184Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestSearchRegistryForImages [2021-11-11T17:20:14.184Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestOnlyPlatformWithFallback [2021-11-11T17:20:14.184Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-11-11T17:20:14.184Z] === RUN TestImageDelete [2021-11-11T17:20:14.184Z] === RUN TestImageDelete/no_lease [2021-11-11T17:20:14.651Z] === RUN TestImageDelete/lease_exists [2021-11-11T17:20:14.651Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-11-11T17:20:14.651Z] === RUN TestParseLogOptionsMultilinePattern [2021-11-11T17:20:14.651Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-11-11T17:20:14.651Z] === RUN TestParseLogOptionsDatetimeFormat [2021-11-11T17:20:14.651Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-11-11T17:20:14.651Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-11-11T17:20:14.651Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-11-11T17:20:14.651Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-11-11T17:20:14.651Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-11-11T17:20:14.651Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-11-11T17:20:14.651Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-11-11T17:20:14.651Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-11-11T17:20:14.651Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-11-11T17:20:14.651Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-11-11T17:20:14.651Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-11-11T17:20:14.651Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-11-11T17:20:14.651Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-11-11T17:20:14.651Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-11-11T17:20:14.651Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-11-11T17:20:14.651Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-11-11T17:20:14.651Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-11-11T17:20:14.651Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-11-11T17:20:14.651Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-11-11T17:20:14.652Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-11-11T17:20:14.652Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-11-11T17:20:14.652Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-11-11T17:20:14.652Z] === RUN TestValidateLogOptionsFormat [2021-11-11T17:20:14.652Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2021-11-11T17:20:14.652Z] === RUN TestValidateLogOptionsFormat/1/random [2021-11-11T17:20:14.652Z] === RUN TestValidateLogOptionsFormat/2/ [2021-11-11T17:20:14.652Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2021-11-11T17:20:14.652Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2021-11-11T17:20:14.652Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2021-11-11T17:20:14.652Z] === RUN TestCreateTagSuccess [2021-11-11T17:20:14.652Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-11-11T17:20:14.652Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-11-11T17:20:14.652Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-11-11T17:20:14.652Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-11-11T17:20:14.652Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-11-11T17:20:14.652Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-11-11T17:20:14.652Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-11-11T17:20:14.652Z] PASS [2021-11-11T17:20:14.652Z] coverage: 78.0% of statements [2021-11-11T17:20:14.652Z] ok github.com/docker/docker/daemon/logger/awslogs 0.353s coverage: 78.0% of statements [2021-11-11T17:20:14.652Z] --- PASS: TestImageDelete (0.07s) [2021-11-11T17:20:14.652Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-11-11T17:20:14.652Z] --- PASS: TestImageDelete/lease_exists (0.04s) [2021-11-11T17:20:14.652Z] === RUN TestContentStoreForPull [2021-11-11T17:20:14.652Z] --- PASS: TestContentStoreForPull (0.15s) [2021-11-11T17:20:14.652Z] PASS [2021-11-11T17:20:14.652Z] coverage: 6.7% of statements [2021-11-11T17:20:14.652Z] ok github.com/docker/docker/daemon/images 0.355s coverage: 6.7% of statements [2021-11-11T17:20:14.652Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-11T17:20:14.652Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-11T17:20:14.652Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-11-11T17:20:14.652Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-11T17:20:14.652Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-11T17:20:14.652Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-11-11T17:20:14.652Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-11-11T17:20:14.740Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-11T17:20:14.741Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-11T17:20:15.118Z] === RUN TestJSONLogsMarshalJSONBuf [2021-11-11T17:20:15.118Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-11-11T17:20:15.118Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-11-11T17:20:15.118Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-11-11T17:20:15.118Z] === RUN TestFastTimeMarshalJSON [2021-11-11T17:20:15.118Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-11-11T17:20:15.118Z] PASS [2021-11-11T17:20:15.118Z] coverage: 87.2% of statements [2021-11-11T17:20:15.118Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.205s coverage: 87.2% of statements [2021-11-11T17:20:15.302Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-11T17:20:15.585Z] === RUN TestJSONFileLogger [2021-11-11T17:20:15.585Z] --- PASS: TestJSONFileLogger (0.00s) [2021-11-11T17:20:15.585Z] === RUN TestJSONFileLoggerWithTags [2021-11-11T17:20:15.585Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-11-11T17:20:15.585Z] === RUN TestJSONFileLoggerWithOpts [2021-11-11T17:20:15.585Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-11-11T17:20:15.585Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-11-11T17:20:15.585Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-11-11T17:20:15.585Z] === RUN TestEncodeDecode [2021-11-11T17:20:15.585Z] === PAUSE TestEncodeDecode [2021-11-11T17:20:15.585Z] === RUN TestUnexpectedEOF [2021-11-11T17:20:15.585Z] time="2021-11-11T17:20:15Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-11T17:20:15.585Z] time="2021-11-11T17:20:15Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-11T17:20:15.585Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-11-11T17:20:15.585Z] === CONT TestEncodeDecode [2021-11-11T17:20:15.585Z] --- PASS: TestEncodeDecode (0.00s) [2021-11-11T17:20:15.585Z] PASS [2021-11-11T17:20:15.585Z] coverage: 69.9% of statements [2021-11-11T17:20:15.585Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.188s coverage: 69.9% of statements [2021-11-11T17:20:15.863Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-11T17:20:16.051Z] === RUN TestWriteLog [2021-11-11T17:20:16.051Z] === PAUSE TestWriteLog [2021-11-11T17:20:16.051Z] === RUN TestReadLog [2021-11-11T17:20:16.051Z] === PAUSE TestReadLog [2021-11-11T17:20:16.051Z] === CONT TestWriteLog [2021-11-11T17:20:16.051Z] --- PASS: TestWriteLog (0.00s) [2021-11-11T17:20:16.051Z] === CONT TestReadLog [2021-11-11T17:20:16.051Z] === RUN TestReadLog/tail_exact [2021-11-11T17:20:16.051Z] === RUN TestOpenFileDelete [2021-11-11T17:20:16.051Z] --- PASS: TestOpenFileDelete (0.00s) [2021-11-11T17:20:16.051Z] === RUN TestOpenFileRename [2021-11-11T17:20:16.051Z] --- PASS: TestOpenFileRename (0.00s) [2021-11-11T17:20:16.051Z] === RUN TestParseLogTagDefaultTag [2021-11-11T17:20:16.051Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-11-11T17:20:16.051Z] === RUN TestParseLogTag [2021-11-11T17:20:16.051Z] --- PASS: TestParseLogTag (0.00s) [2021-11-11T17:20:16.051Z] === RUN TestParseLogTagEmptyTag [2021-11-11T17:20:16.051Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-11-11T17:20:16.051Z] === RUN TestTailFiles [2021-11-11T17:20:16.051Z] --- PASS: TestTailFiles (0.00s) [2021-11-11T17:20:16.051Z] === RUN TestFollowLogsConsumerGone [2021-11-11T17:20:16.051Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-11-11T17:20:16.051Z] === RUN TestFollowLogsProducerGone [2021-11-11T17:20:16.051Z] logfile_test.go:178: logDecode() closed after sending 1113 messages [2021-11-11T17:20:16.051Z] logfile_test.go:231: messages sent: 1113, received: 1113 [2021-11-11T17:20:16.051Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-11-11T17:20:16.051Z] === RUN TestCheckCapacityAndRotate [2021-11-11T17:20:16.051Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-11-11T17:20:16.051Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-11-11T17:20:16.051Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2021-11-11T17:20:16.051Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-11-11T17:20:16.051Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-11-11T17:20:16.051Z] PASS [2021-11-11T17:20:16.051Z] coverage: 53.7% of statements [2021-11-11T17:20:16.051Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.092s coverage: 53.7% of statements [2021-11-11T17:20:16.051Z] === RUN TestReadLog/tail_less_than_available [2021-11-11T17:20:16.051Z] === RUN TestReadLog/tail_more_than_available [2021-11-11T17:20:16.051Z] --- PASS: TestReadLog (0.15s) [2021-11-11T17:20:16.051Z] --- PASS: TestReadLog/tail_exact (0.14s) [2021-11-11T17:20:16.051Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-11-11T17:20:16.051Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-11-11T17:20:16.051Z] PASS [2021-11-11T17:20:16.051Z] coverage: 75.2% of statements [2021-11-11T17:20:16.051Z] ok github.com/docker/docker/daemon/logger/local 0.189s coverage: 75.2% of statements [2021-11-11T17:20:16.051Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-11T17:20:16.424Z] --- PASS: TestBuildMultiStageCopy (4.47s) [2021-11-11T17:20:16.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.43s) [2021-11-11T17:20:16.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2021-11-11T17:20:16.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2021-11-11T17:20:16.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2021-11-11T17:20:16.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.52s) [2021-11-11T17:20:16.425Z] === RUN TestBuildMultiStageParentConfig [2021-11-11T17:20:17.034Z] === RUN TestLog [2021-11-11T17:20:17.034Z] --- PASS: TestLog (0.00s) [2021-11-11T17:20:17.034Z] PASS [2021-11-11T17:20:17.034Z] coverage: 31.5% of statements [2021-11-11T17:20:17.034Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.092s coverage: 31.5% of statements [2021-11-11T17:20:17.034Z] === RUN TestValidateLogOpt [2021-11-11T17:20:17.034Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-11T17:20:17.034Z] === RUN TestNewMissedConfig [2021-11-11T17:20:17.034Z] --- PASS: TestNewMissedConfig (0.00s) [2021-11-11T17:20:17.034Z] === RUN TestNewMissedUrl [2021-11-11T17:20:17.034Z] --- PASS: TestNewMissedUrl (0.00s) [2021-11-11T17:20:17.034Z] === RUN TestNewMissedToken [2021-11-11T17:20:17.034Z] --- PASS: TestNewMissedToken (0.00s) [2021-11-11T17:20:17.034Z] === RUN TestNewWithProxy [2021-11-11T17:20:17.034Z] --- PASS: TestNewWithProxy (0.00s) [2021-11-11T17:20:17.034Z] === RUN TestDefault [2021-11-11T17:20:17.034Z] --- PASS: TestDefault (0.01s) [2021-11-11T17:20:17.034Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-11-11T17:20:17.034Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-11-11T17:20:17.034Z] === RUN TestJsonFormat [2021-11-11T17:20:17.034Z] --- PASS: TestJsonFormat (0.01s) [2021-11-11T17:20:17.034Z] === RUN TestRawFormat [2021-11-11T17:20:17.034Z] --- PASS: TestRawFormat (0.00s) [2021-11-11T17:20:17.034Z] === RUN TestRawFormatWithLabels [2021-11-11T17:20:17.034Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-11-11T17:20:17.034Z] === RUN TestRawFormatWithoutTag [2021-11-11T17:20:17.034Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-11-11T17:20:17.034Z] === RUN TestBatching [2021-11-11T17:20:17.034Z] === RUN TestNewParse [2021-11-11T17:20:17.034Z] --- PASS: TestNewParse (0.00s) [2021-11-11T17:20:17.034Z] PASS [2021-11-11T17:20:17.034Z] coverage: 8.3% of statements [2021-11-11T17:20:17.034Z] ok github.com/docker/docker/daemon/logger/templates 0.034s coverage: 8.3% of statements [2021-11-11T17:20:17.500Z] --- PASS: TestBatching (0.20s) [2021-11-11T17:20:17.500Z] === RUN TestFrequency [2021-11-11T17:20:17.500Z] === RUN TestParseLogFormat [2021-11-11T17:20:17.500Z] --- PASS: TestParseLogFormat (0.00s) [2021-11-11T17:20:17.500Z] === RUN TestValidateLogOptEmpty [2021-11-11T17:20:17.500Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-11-11T17:20:17.500Z] === RUN TestValidateSyslogAddress [2021-11-11T17:20:17.500Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-11-11T17:20:17.500Z] === RUN TestParseAddressDefaultPort [2021-11-11T17:20:17.500Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-11-11T17:20:17.500Z] === RUN TestValidateSyslogFacility [2021-11-11T17:20:17.500Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-11-11T17:20:17.500Z] === RUN TestValidateLogOptSyslogFormat [2021-11-11T17:20:17.500Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-11-11T17:20:17.500Z] === RUN TestValidateLogOpt [2021-11-11T17:20:17.500Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-11T17:20:17.500Z] PASS [2021-11-11T17:20:17.500Z] coverage: 46.8% of statements [2021-11-11T17:20:17.500Z] ok github.com/docker/docker/daemon/logger/syslog 0.051s coverage: 46.8% of statements [2021-11-11T17:20:17.500Z] --- PASS: TestFrequency (0.16s) [2021-11-11T17:20:17.500Z] === RUN TestOneMessagePerRequest [2021-11-11T17:20:17.500Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-11-11T17:20:17.500Z] === RUN TestVerify [2021-11-11T17:20:17.500Z] --- PASS: TestVerify (0.00s) [2021-11-11T17:20:17.500Z] === RUN TestSkipVerify [2021-11-11T17:20:17.500Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.500Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.500Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.791Z] --- PASS: TestBuildMultiStageParentConfig (1.21s) [2021-11-11T17:20:17.791Z] === RUN TestBuildLabelWithTargets [2021-11-11T17:20:17.967Z] --- PASS: TestSkipVerify (0.67s) [2021-11-11T17:20:17.967Z] === RUN TestBufferMaximum [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651217.882233\",\"host\":\"9f34c313693a\"}'" [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651217.882233\",\"host\":\"9f34c313693a\"}'" [2021-11-11T17:20:17.967Z] --- PASS: TestBufferMaximum (0.00s) [2021-11-11T17:20:17.967Z] === RUN TestServerAlwaysDown [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651217.884236\",\"host\":\"9f34c313693a\"}'" [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651217.884236\",\"host\":\"9f34c313693a\"}'" [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651217.884236\",\"host\":\"9f34c313693a\"}'" [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651217.885234\",\"host\":\"9f34c313693a\"}'" [2021-11-11T17:20:17.967Z] time="2021-11-11T17:20:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651217.885234\",\"host\":\"9f34c313693a\"}'" [2021-11-11T17:20:17.967Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-11-11T17:20:17.967Z] === RUN TestCannotSendAfterClose [2021-11-11T17:20:17.967Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-11-11T17:20:17.967Z] === RUN TestDeadlockOnBlockedEndpoint [2021-11-11T17:20:18.434Z] === RUN TestV1IDService [2021-11-11T17:20:18.434Z] --- PASS: TestV1IDService (0.01s) [2021-11-11T17:20:18.434Z] === RUN TestV2MetadataService [2021-11-11T17:20:18.900Z] --- PASS: TestV2MetadataService (0.43s) [2021-11-11T17:20:18.900Z] PASS [2021-11-11T17:20:18.900Z] coverage: 48.2% of statements [2021-11-11T17:20:18.900Z] ok github.com/docker/docker/distribution/metadata 0.522s coverage: 48.2% of statements [2021-11-11T17:20:19.367Z] time="2021-11-11T17:20:18Z" 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 [2021-11-11T17:20:19.367Z] time="2021-11-11T17:20:18Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"9f34c313693a\"}'" [2021-11-11T17:20:19.367Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-11-11T17:20:19.367Z] PASS [2021-11-11T17:20:19.367Z] coverage: 82.5% of statements [2021-11-11T17:20:19.367Z] ok github.com/docker/docker/daemon/logger/splunk 2.160s coverage: 82.5% of statements [2021-11-11T17:20:19.367Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-11T17:20:19.367Z] ? github.com/docker/docker/daemon/network [no test files] [2021-11-11T17:20:19.367Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-11T17:20:19.367Z] === RUN TestSuccessfulDownload [2021-11-11T17:20:19.367Z] download_test.go:267: Needs fixing on Windows [2021-11-11T17:20:19.367Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-11-11T17:20:19.367Z] === RUN TestCancelledDownload [2021-11-11T17:20:19.367Z] --- PASS: TestCancelledDownload (0.00s) [2021-11-11T17:20:19.367Z] === RUN TestMaxDownloadAttempts [2021-11-11T17:20:19.367Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-11T17:20:19.367Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-11T17:20:19.367Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-11T17:20:19.367Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-11T17:20:19.367Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-11T17:20:19.367Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-11T17:20:19.367Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-11T17:20:19.367Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-11T17:20:19.367Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-11T17:20:19.367Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-11T17:20:19.367Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-11T17:20:19.367Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-11T17:20:19.367Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-11-11T17:20:19.367Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-11-11T17:20:19.367Z] === RUN TestContinueOnError_MirrorEndpoint [2021-11-11T17:20:19.367Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-11-11T17:20:19.367Z] === RUN TestContinueOnError_NeverContinue [2021-11-11T17:20:19.367Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-11-11T17:20:19.367Z] === RUN TestManifestStore [2021-11-11T17:20:19.367Z] === RUN TestManifestStore/no_remote_or_local [2021-11-11T17:20:19.367Z] time="2021-11-11T17:20:19Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1893689483\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-11-11T17:20:19.367Z] === RUN TestManifestStore/no_local_cache [2021-11-11T17:20:19.367Z] === RUN TestManifestStore/with_local_cache [2021-11-11T17:20:19.367Z] === RUN TestManifestStore/unknown_media_type [2021-11-11T17:20:19.367Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-11-11T17:20:19.367Z] time="2021-11-11T17:20:19Z" level=warning msg="reference for unknown type: " [2021-11-11T17:20:19.367Z] time="2021-11-11T17:20:19Z" level=warning msg="reference for unknown type: " [2021-11-11T17:20:19.367Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-11-11T17:20:19.367Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-11-11T17:20:19.367Z] time="2021-11-11T17:20:19Z" level=warning msg="reference for unknown type: " [2021-11-11T17:20:19.367Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-11-11T17:20:19.367Z] time="2021-11-11T17:20:19Z" level=warning msg="reference for unknown type: " [2021-11-11T17:20:19.367Z] time="2021-11-11T17:20:19Z" level=warning msg="reference for unknown type: " [2021-11-11T17:20:19.681Z] --- PASS: TestBuildLabelWithTargets (2.03s) [2021-11-11T17:20:19.681Z] === RUN TestBuildWithEmptyLayers [2021-11-11T17:20:19.834Z] === RUN TestManifestStore/error_persisting_manifest [2021-11-11T17:20:19.834Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-11-11T17:20:19.834Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-11-11T17:20:19.834Z] time="2021-11-11T17:20:19Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore (0.23s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/no_remote_or_local (0.16s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.02s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-11-11T17:20:19.834Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-11-11T17:20:19.834Z] === RUN TestDetectManifestBlobMediaType [2021-11-11T17:20:19.834Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-11-11T17:20:19.834Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-11-11T17:20:19.834Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-11-11T17:20:19.834Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-11-11T17:20:19.834Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-11-11T17:20:19.834Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-11-11T17:20:19.834Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-11-11T17:20:19.834Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-11-11T17:20:19.834Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-11-11T17:20:19.834Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-11-11T17:20:19.834Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-11-11T17:20:19.834Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-11-11T17:20:19.834Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-11-11T17:20:19.834Z] === RUN TestFixManifestLayers [2021-11-11T17:20:19.834Z] --- PASS: TestFixManifestLayers (0.00s) [2021-11-11T17:20:19.834Z] === RUN TestFixManifestLayersBaseLayerParent [2021-11-11T17:20:19.834Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-11T17:20:19.834Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-11T17:20:19.834Z] === RUN TestFixManifestLayersBadParent [2021-11-11T17:20:19.834Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-11-11T17:20:19.834Z] === RUN TestValidateManifest [2021-11-11T17:20:19.834Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-11T17:20:19.834Z] --- SKIP: TestValidateManifest (0.00s) [2021-11-11T17:20:19.834Z] === RUN TestFormatPlatform [2021-11-11T17:20:19.834Z] --- PASS: TestFormatPlatform (0.00s) [2021-11-11T17:20:19.834Z] === RUN TestGetRepositoryMountCandidates [2021-11-11T17:20:19.834Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-11-11T17:20:19.834Z] === RUN TestLayerAlreadyExists [2021-11-11T17:20:19.834Z] 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} [2021-11-11T17:20:19.834Z] 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} [2021-11-11T17:20:19.834Z] 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} [2021-11-11T17:20:19.834Z] 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} [2021-11-11T17:20:19.834Z] 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} [2021-11-11T17:20:19.834Z] 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} [2021-11-11T17:20:19.834Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-11-11T17:20:19.834Z] === RUN TestWhenEmptyAuthConfig [2021-11-11T17:20:19.834Z] time="2021-11-11T17:20:19Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:20:19.834Z] time="2021-11-11T17:20:19Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:20:19.834Z] time="2021-11-11T17:20:19Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:20:19.834Z] time="2021-11-11T17:20:19Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:20:19.834Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-11-11T17:20:19.834Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2021-11-11T17:20:19.834Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2021-11-11T17:20:19.834Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2021-11-11T17:20:19.834Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2021-11-11T17:20:19.834Z] === RUN TestTransfer [2021-11-11T17:20:19.834Z] --- PASS: TestTransfer (0.12s) [2021-11-11T17:20:19.834Z] === RUN TestConcurrencyLimit [2021-11-11T17:20:20.301Z] === RUN TestNotFound [2021-11-11T17:20:20.301Z] --- PASS: TestNotFound (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestConflict [2021-11-11T17:20:20.301Z] --- PASS: TestConflict (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestForbidden [2021-11-11T17:20:20.301Z] --- PASS: TestForbidden (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestInvalidParameter [2021-11-11T17:20:20.301Z] --- PASS: TestInvalidParameter (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestNotImplemented [2021-11-11T17:20:20.301Z] --- PASS: TestNotImplemented (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestNotModified [2021-11-11T17:20:20.301Z] --- PASS: TestNotModified (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestUnauthorized [2021-11-11T17:20:20.301Z] --- PASS: TestUnauthorized (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestUnknown [2021-11-11T17:20:20.301Z] --- PASS: TestUnknown (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestCancelled [2021-11-11T17:20:20.301Z] --- PASS: TestCancelled (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestDeadline [2021-11-11T17:20:20.301Z] --- PASS: TestDeadline (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestDataLoss [2021-11-11T17:20:20.301Z] --- PASS: TestDataLoss (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestUnavailable [2021-11-11T17:20:20.301Z] --- PASS: TestUnavailable (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestSystem [2021-11-11T17:20:20.301Z] --- PASS: TestSystem (0.00s) [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Not_Found [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Bad_Request [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Conflict [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Unauthorized [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Service_Unavailable [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Forbidden [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Not_Modified [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Not_Implemented [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-11-11T17:20:20.301Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-11-11T17:20:20.301Z] --- PASS: TestFromStatusCode (0.00s) [2021-11-11T17:20:20.301Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-11-11T17:20:20.301Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-11-11T17:20:20.301Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-11-11T17:20:20.301Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-11-11T17:20:20.301Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-11-11T17:20:20.302Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-11-11T17:20:20.302Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-11-11T17:20:20.302Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-11-11T17:20:20.302Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-11-11T17:20:20.302Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-11-11T17:20:20.302Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-11-11T17:20:20.302Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-11-11T17:20:20.302Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-11-11T17:20:20.302Z] PASS [2021-11-11T17:20:20.302Z] coverage: 53.1% of statements [2021-11-11T17:20:20.302Z] ok github.com/docker/docker/errdefs 0.035s coverage: 53.1% of statements [2021-11-11T17:20:20.302Z] --- PASS: TestConcurrencyLimit (0.36s) [2021-11-11T17:20:20.302Z] === RUN TestInactiveJobs [2021-11-11T17:20:20.302Z] === RUN TestFSGetInvalidData [2021-11-11T17:20:20.302Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-11-11T17:20:20.302Z] === RUN TestFSInvalidSet [2021-11-11T17:20:20.302Z] --- PASS: TestFSInvalidSet (0.01s) [2021-11-11T17:20:20.302Z] === RUN TestFSInvalidRoot [2021-11-11T17:20:20.302Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-11-11T17:20:20.302Z] === RUN TestFSMetadataGetSet [2021-11-11T17:20:20.302Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-11-11T17:20:20.302Z] === RUN TestFSInvalidWalker [2021-11-11T17:20:20.302Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-11-11T17:20:20.302Z] === RUN TestFSGetSet [2021-11-11T17:20:20.302Z] --- PASS: TestFSGetSet (0.01s) [2021-11-11T17:20:20.302Z] === RUN TestFSGetUnsetKey [2021-11-11T17:20:20.302Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-11-11T17:20:20.302Z] === RUN TestFSGetEmptyData [2021-11-11T17:20:20.302Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-11-11T17:20:20.302Z] === RUN TestFSDelete [2021-11-11T17:20:20.302Z] --- PASS: TestFSDelete (0.01s) [2021-11-11T17:20:20.302Z] === RUN TestFSWalker [2021-11-11T17:20:20.302Z] --- PASS: TestFSWalker (0.01s) [2021-11-11T17:20:20.302Z] === RUN TestFSWalkerStopOnError [2021-11-11T17:20:20.302Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-11-11T17:20:20.302Z] === RUN TestNewFromJSON [2021-11-11T17:20:20.302Z] --- PASS: TestNewFromJSON (0.00s) [2021-11-11T17:20:20.302Z] === RUN TestNewFromJSONWithInvalidJSON [2021-11-11T17:20:20.302Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-11-11T17:20:20.302Z] === RUN TestMarshalKeyOrder [2021-11-11T17:20:20.302Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-11-11T17:20:20.302Z] === RUN TestHistoryEqual [2021-11-11T17:20:20.768Z] --- PASS: TestInactiveJobs (0.36s) [2021-11-11T17:20:20.768Z] === RUN TestWatchRelease [2021-11-11T17:20:20.768Z] --- PASS: TestHistoryEqual (0.11s) [2021-11-11T17:20:20.768Z] === RUN TestImage [2021-11-11T17:20:20.768Z] --- PASS: TestImage (0.00s) [2021-11-11T17:20:20.768Z] === RUN TestImageOSNotEmpty [2021-11-11T17:20:20.768Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-11-11T17:20:20.768Z] === RUN TestNewChildImageFromImageWithRootFS [2021-11-11T17:20:20.768Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-11-11T17:20:20.768Z] === RUN TestCreate [2021-11-11T17:20:20.768Z] --- PASS: TestCreate (0.00s) [2021-11-11T17:20:20.768Z] === RUN TestRestore [2021-11-11T17:20:20.768Z] time="2021-11-11T17:20:20Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-11-11T17:20:20.768Z] --- PASS: TestRestore (0.02s) [2021-11-11T17:20:20.768Z] === RUN TestAddDelete [2021-11-11T17:20:20.768Z] --- PASS: TestAddDelete (0.01s) [2021-11-11T17:20:20.768Z] === RUN TestSearchAfterDelete [2021-11-11T17:20:20.768Z] --- PASS: TestWatchRelease (0.04s) [2021-11-11T17:20:20.768Z] === RUN TestWatchFinishedTransfer [2021-11-11T17:20:20.768Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-11-11T17:20:20.768Z] === RUN TestDuplicateTransfer [2021-11-11T17:20:20.768Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-11-11T17:20:20.768Z] === RUN TestParentReset [2021-11-11T17:20:20.768Z] --- PASS: TestParentReset (0.02s) [2021-11-11T17:20:20.768Z] === RUN TestGetAndSetLastUpdated [2021-11-11T17:20:20.768Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-11-11T17:20:20.768Z] === RUN TestStoreLen [2021-11-11T17:20:20.768Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-11-11T17:20:20.768Z] === RUN TestSuccessfulUpload [2021-11-11T17:20:20.768Z] --- PASS: TestStoreLen (0.03s) [2021-11-11T17:20:20.768Z] PASS [2021-11-11T17:20:20.768Z] coverage: 86.6% of statements [2021-11-11T17:20:20.768Z] ok github.com/docker/docker/image 0.357s coverage: 86.6% of statements [2021-11-11T17:20:20.768Z] --- PASS: TestWhenEmptyAuthConfig (1.09s) [2021-11-11T17:20:20.768Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-11-11T17:20:20.768Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-11-11T17:20:20.768Z] === RUN TestTokenPassThru [2021-11-11T17:20:20.768Z] --- PASS: TestTokenPassThru (0.01s) [2021-11-11T17:20:20.768Z] === RUN TestTokenPassThruDifferentHost [2021-11-11T17:20:20.768Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-11-11T17:20:20.768Z] PASS [2021-11-11T17:20:20.768Z] coverage: 24.1% of statements [2021-11-11T17:20:20.768Z] ok github.com/docker/docker/distribution 1.404s coverage: 24.1% of statements [2021-11-11T17:20:20.768Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-11T17:20:20.768Z] time="2021-11-11T17:20:20Z" level=error msg="Upload failed, retrying: simulating retry" [2021-11-11T17:20:20.768Z] === RUN TestCompare [2021-11-11T17:20:20.768Z] --- PASS: TestCompare (0.00s) [2021-11-11T17:20:20.768Z] PASS [2021-11-11T17:20:20.768Z] coverage: 19.2% of statements [2021-11-11T17:20:20.768Z] ok github.com/docker/docker/image/cache 0.046s coverage: 19.2% of statements [2021-11-11T17:20:20.768Z] --- PASS: TestSuccessfulUpload (0.37s) [2021-11-11T17:20:20.768Z] === RUN TestCancelledUpload [2021-11-11T17:20:21.046Z] --- PASS: TestBuildWithEmptyLayers (1.11s) [2021-11-11T17:20:21.046Z] === RUN TestBuildMultiStageOnBuild [2021-11-11T17:20:21.236Z] --- PASS: TestCancelledUpload (0.00s) [2021-11-11T17:20:21.236Z] PASS [2021-11-11T17:20:21.236Z] coverage: 76.8% of statements [2021-11-11T17:20:21.236Z] ok github.com/docker/docker/distribution/xfer 1.750s coverage: 76.8% of statements [2021-11-11T17:20:21.236Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-11T17:20:21.702Z] === RUN TestMakeV1ConfigFromConfig [2021-11-11T17:20:21.702Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-11-11T17:20:21.702Z] PASS [2021-11-11T17:20:21.702Z] coverage: 25.0% of statements [2021-11-11T17:20:21.702Z] ok github.com/docker/docker/image/v1 0.056s coverage: 25.0% of statements [2021-11-11T17:20:22.169Z] === RUN TestValidateManifest [2021-11-11T17:20:22.169Z] === RUN TestValidateManifest/nil [2021-11-11T17:20:22.169Z] === RUN TestValidateManifest/non-nil [2021-11-11T17:20:22.169Z] --- PASS: TestValidateManifest (0.00s) [2021-11-11T17:20:22.169Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-11-11T17:20:22.169Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-11-11T17:20:22.169Z] PASS [2021-11-11T17:20:22.169Z] coverage: 0.7% of statements [2021-11-11T17:20:22.169Z] ok github.com/docker/docker/image/tarexport 0.174s coverage: 0.7% of statements [2021-11-11T17:20:22.169Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-11T17:20:22.635Z] === RUN TestEnvironmentParsing [2021-11-11T17:20:22.635Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-11-11T17:20:22.635Z] PASS [2021-11-11T17:20:22.635Z] coverage: 1.2% of statements [2021-11-11T17:20:22.635Z] ok github.com/docker/docker/libcontainerd/local 0.047s coverage: 1.2% of statements [2021-11-11T17:20:23.101Z] === RUN TestSerialization [2021-11-11T17:20:23.101Z] --- PASS: TestSerialization (0.02s) [2021-11-11T17:20:23.101Z] PASS [2021-11-11T17:20:23.101Z] coverage: 100.0% of statements [2021-11-11T17:20:23.101Z] ok github.com/docker/docker/libcontainerd/queue 0.053s coverage: 100.0% of statements [2021-11-11T17:20:23.101Z] === RUN TestEmptyLayer [2021-11-11T17:20:23.101Z] --- PASS: TestEmptyLayer (0.00s) [2021-11-11T17:20:23.101Z] === RUN TestCommitFailure [2021-11-11T17:20:23.101Z] --- PASS: TestCommitFailure (0.01s) [2021-11-11T17:20:23.101Z] === RUN TestStartTransactionFailure [2021-11-11T17:20:23.101Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-11-11T17:20:23.101Z] === RUN TestGetOrphan [2021-11-11T17:20:23.101Z] --- PASS: TestGetOrphan (0.01s) [2021-11-11T17:20:23.101Z] === RUN TestMountAndRegister [2021-11-11T17:20:23.101Z] layer_test.go:270: Layer size: 14 [2021-11-11T17:20:23.101Z] --- PASS: TestMountAndRegister (0.07s) [2021-11-11T17:20:23.101Z] === RUN TestLayerRelease [2021-11-11T17:20:23.101Z] layer_test.go:303: Failing on Windows [2021-11-11T17:20:23.101Z] --- SKIP: TestLayerRelease (0.00s) [2021-11-11T17:20:23.101Z] === RUN TestStoreRestore [2021-11-11T17:20:23.101Z] layer_test.go:352: Failing on Windows [2021-11-11T17:20:23.101Z] --- SKIP: TestStoreRestore (0.00s) [2021-11-11T17:20:23.101Z] === RUN TestTarStreamStability [2021-11-11T17:20:23.101Z] layer_test.go:467: Failing on Windows [2021-11-11T17:20:23.101Z] --- SKIP: TestTarStreamStability (0.00s) [2021-11-11T17:20:23.101Z] === RUN TestRegisterExistingLayer [2021-11-11T17:20:23.565Z] --- PASS: TestBuildMultiStageOnBuild (2.78s) [2021-11-11T17:20:23.565Z] === RUN TestBuildUncleanTarFilenames [2021-11-11T17:20:23.567Z] --- PASS: TestRegisterExistingLayer (0.14s) [2021-11-11T17:20:23.567Z] === RUN TestTarStreamVerification [2021-11-11T17:20:23.567Z] layer_test.go:696: Failing on Windows [2021-11-11T17:20:23.567Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-11-11T17:20:23.567Z] === RUN TestLayerMigration [2021-11-11T17:20:23.567Z] migration_test.go:45: Failing on Windows [2021-11-11T17:20:23.567Z] --- SKIP: TestLayerMigration (0.00s) [2021-11-11T17:20:23.567Z] === RUN TestLayerMigrationNoTarsplit [2021-11-11T17:20:23.567Z] migration_test.go:181: Failing on Windows [2021-11-11T17:20:23.567Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-11-11T17:20:23.567Z] === RUN TestMountInit [2021-11-11T17:20:23.567Z] mount_test.go:17: Failing on Windows [2021-11-11T17:20:23.567Z] --- SKIP: TestMountInit (0.00s) [2021-11-11T17:20:23.567Z] === RUN TestMountSize [2021-11-11T17:20:23.567Z] mount_test.go:76: Failing on Windows [2021-11-11T17:20:23.567Z] --- SKIP: TestMountSize (0.00s) [2021-11-11T17:20:23.567Z] === RUN TestMountChanges [2021-11-11T17:20:23.567Z] mount_test.go:125: Failing on Windows [2021-11-11T17:20:23.567Z] --- SKIP: TestMountChanges (0.00s) [2021-11-11T17:20:23.567Z] === RUN TestMountApply [2021-11-11T17:20:23.567Z] mount_test.go:212: Failing on Windows [2021-11-11T17:20:23.567Z] --- SKIP: TestMountApply (0.00s) [2021-11-11T17:20:23.567Z] PASS [2021-11-11T17:20:23.567Z] coverage: 30.1% of statements [2021-11-11T17:20:23.567Z] ok github.com/docker/docker/layer 0.299s coverage: 30.1% of statements [2021-11-11T17:20:23.567Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-11T17:20:23.567Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-11T17:20:23.567Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-11T17:20:23.567Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-11T17:20:24.034Z] === RUN TestSequenceGetAvailableBit [2021-11-11T17:20:24.034Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestSequenceEqual [2021-11-11T17:20:24.034Z] --- PASS: TestSequenceEqual (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestSequenceCopy [2021-11-11T17:20:24.034Z] --- PASS: TestSequenceCopy (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestGetFirstAvailable [2021-11-11T17:20:24.034Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestFindSequence [2021-11-11T17:20:24.034Z] --- PASS: TestFindSequence (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestCheckIfAvailable [2021-11-11T17:20:24.034Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestMergeSequences [2021-11-11T17:20:24.034Z] --- PASS: TestMergeSequences (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestPushReservation [2021-11-11T17:20:24.034Z] --- PASS: TestPushReservation (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestSerializeDeserialize [2021-11-11T17:20:24.034Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestSet [2021-11-11T17:20:24.034Z] --- PASS: TestSet (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestSetUnset [2021-11-11T17:20:24.034Z] --- PASS: TestSetUnset (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestOffsetSetUnset [2021-11-11T17:20:24.034Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestSetInRange [2021-11-11T17:20:24.034Z] --- PASS: TestSetInRange (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestSetAnyInRange [2021-11-11T17:20:24.034Z] --- PASS: TestSetAnyInRange (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestMethods [2021-11-11T17:20:24.034Z] --- PASS: TestMethods (0.00s) [2021-11-11T17:20:24.034Z] === RUN TestRandomAllocateDeallocate [2021-11-11T17:20:24.856Z] #62 263.6 # github.com/containerd/containerd/cmd/containerd [2021-11-11T17:20:24.856Z] #62 263.6 /usr/bin/ld: /tmp/go-link-2297825074/000019.o: in function `New': [2021-11-11T17:20:24.856Z] #62 263.6 /tmp/tmp.ZM9O9xL7yF/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 [2021-11-11T17:20:24.856Z] #62 263.6 + bin/containerd-stress [2021-11-11T17:20:24.856Z] #62 264.7 + bin/containerd-shim [2021-11-11T17:20:25.453Z] --- PASS: TestBuildUncleanTarFilenames (1.60s) [2021-11-11T17:20:25.453Z] === RUN TestBuildMultiStageLayerLeak [2021-11-11T17:20:25.465Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2021-11-11T17:20:25.593Z] === RUN TestInvalidConfig [2021-11-11T17:20:25.593Z] --- PASS: TestInvalidConfig (0.00s) [2021-11-11T17:20:25.593Z] === RUN TestConfig [2021-11-11T17:20:25.593Z] --- PASS: TestConfig (0.00s) [2021-11-11T17:20:25.593Z] === RUN TestOptionsLabels [2021-11-11T17:20:25.593Z] --- PASS: TestOptionsLabels (0.00s) [2021-11-11T17:20:25.593Z] === RUN TestValidName [2021-11-11T17:20:25.593Z] --- PASS: TestValidName (0.00s) [2021-11-11T17:20:25.593Z] === RUN TestTLSConfiguration [2021-11-11T17:20:25.593Z] time="2021-11-11T17:20:25Z" level=info msg="Option Initializing KV with TLS" [2021-11-11T17:20:25.593Z] --- PASS: TestTLSConfiguration (0.13s) [2021-11-11T17:20:25.593Z] PASS [2021-11-11T17:20:25.593Z] coverage: 24.0% of statements [2021-11-11T17:20:25.593Z] ok github.com/docker/docker/libnetwork/config 0.182s coverage: 24.0% of statements [2021-11-11T17:20:26.059Z] === RUN TestKey [2021-11-11T17:20:26.059Z] --- PASS: TestKey (0.00s) [2021-11-11T17:20:26.059Z] === RUN TestParseKey [2021-11-11T17:20:26.059Z] --- PASS: TestParseKey (0.00s) [2021-11-11T17:20:26.059Z] === RUN TestInvalidDataStore [2021-11-11T17:20:26.059Z] --- PASS: TestInvalidDataStore (0.00s) [2021-11-11T17:20:26.059Z] === RUN TestKVObjectFlatKey [2021-11-11T17:20:26.059Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-11-11T17:20:26.059Z] === RUN TestAtomicKVObjectFlatKey [2021-11-11T17:20:26.059Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-11-11T17:20:26.059Z] PASS [2021-11-11T17:20:26.059Z] coverage: 21.9% of statements [2021-11-11T17:20:26.059Z] ok github.com/docker/docker/libnetwork/datastore 0.041s coverage: 21.9% of statements [2021-11-11T17:20:26.059Z] === RUN TestErrorInterfaces [2021-11-11T17:20:26.059Z] --- PASS: TestErrorInterfaces (0.00s) [2021-11-11T17:20:26.059Z] === RUN TestNetworkMarshalling [2021-11-11T17:20:26.059Z] === RUN TestIPDataMarshalling [2021-11-11T17:20:26.059Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-11-11T17:20:26.059Z] === RUN TestValidateAndIsV6 [2021-11-11T17:20:26.059Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-11-11T17:20:26.526Z] PASS [2021-11-11T17:20:26.526Z] coverage: 68.9% of statements [2021-11-11T17:20:26.526Z] ok github.com/docker/docker/libnetwork/driverapi 0.033s coverage: 68.9% of statements [2021-11-11T17:20:26.526Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-11-11T17:20:26.526Z] === RUN TestEndpointMarshalling [2021-11-11T17:20:26.526Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestAuxAddresses [2021-11-11T17:20:26.526Z] time="2021-11-11T17:20:26Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-11T17:20:26.526Z] --- PASS: TestAuxAddresses (0.01s) [2021-11-11T17:20:26.526Z] === RUN TestSRVServiceQuery [2021-11-11T17:20:26.526Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestServiceVIPReuse [2021-11-11T17:20:26.526Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-11-11T17:20:26.526Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestDNSIPQuery [2021-11-11T17:20:26.526Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestDNSProxyServFail [2021-11-11T17:20:26.526Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestSandboxAddEmpty [2021-11-11T17:20:26.526Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestSandboxAddMultiPrio [2021-11-11T17:20:26.526Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestSandboxAddSamePrio [2021-11-11T17:20:26.526Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestCleanupServiceDiscovery [2021-11-11T17:20:26.526Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestDNSOptions [2021-11-11T17:20:26.526Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:20:26.526Z] --- SKIP: TestDNSOptions (0.00s) [2021-11-11T17:20:26.526Z] === RUN TestMultipleControllersWithSameStore [2021-11-11T17:20:26.526Z] time="2021-11-11T17:20:26Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-11T17:20:26.526Z] time="2021-11-11T17:20:26Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-11T17:20:26.526Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-11-11T17:20:26.526Z] PASS [2021-11-11T17:20:26.526Z] coverage: 8.6% of statements [2021-11-11T17:20:26.526Z] ok github.com/docker/docker/libnetwork 0.251s coverage: 8.6% of statements [2021-11-11T17:20:26.992Z] === RUN TestDriver [2021-11-11T17:20:26.992Z] --- PASS: TestDriver (0.00s) [2021-11-11T17:20:26.992Z] PASS [2021-11-11T17:20:26.992Z] coverage: 34.8% of statements [2021-11-11T17:20:26.992Z] ok github.com/docker/docker/libnetwork/drivers/host 0.034s coverage: 34.8% of statements [2021-11-11T17:20:26.992Z] === RUN TestDriver [2021-11-11T17:20:26.992Z] --- PASS: TestDriver (0.00s) [2021-11-11T17:20:26.992Z] PASS [2021-11-11T17:20:26.992Z] coverage: 34.8% of statements [2021-11-11T17:20:26.992Z] ok github.com/docker/docker/libnetwork/drivers/null 0.055s coverage: 34.8% of statements [2021-11-11T17:20:27.459Z] --- PASS: TestRandomAllocateDeallocate (3.50s) [2021-11-11T17:20:27.459Z] === RUN TestAllocateRandomDeallocate [2021-11-11T17:20:27.459Z] === RUN TestNetworkAllocateFree [2021-11-11T17:20:27.459Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-11-11T17:20:27.459Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-11-11T17:20:27.459Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-11-11T17:20:27.459Z] PASS [2021-11-11T17:20:27.459Z] coverage: 63.6% of statements [2021-11-11T17:20:27.459Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.035s coverage: 63.6% of statements [2021-11-11T17:20:27.925Z] === RUN TestGetEmptyCapabilities [2021-11-11T17:20:27.925Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-11-11T17:20:27.925Z] === RUN TestGetExtraCapabilities [2021-11-11T17:20:27.925Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-11-11T17:20:27.925Z] === RUN TestGetInvalidCapabilities [2021-11-11T17:20:27.926Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-11-11T17:20:27.926Z] === RUN TestRemoteDriver [2021-11-11T17:20:27.926Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-11T17:20:27.926Z] === RUN TestDriverError [2021-11-11T17:20:27.926Z] --- PASS: TestDriverError (0.00s) [2021-11-11T17:20:27.926Z] === RUN TestMissingValues [2021-11-11T17:20:27.926Z] --- PASS: TestMissingValues (0.00s) [2021-11-11T17:20:27.926Z] === RUN TestRollback [2021-11-11T17:20:27.926Z] --- PASS: TestRollback (0.00s) [2021-11-11T17:20:27.926Z] PASS [2021-11-11T17:20:27.926Z] coverage: 57.4% of statements [2021-11-11T17:20:27.926Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.073s coverage: 57.4% of statements [2021-11-11T17:20:27.926Z] --- PASS: TestAllocateRandomDeallocate (0.74s) [2021-11-11T17:20:27.926Z] === RUN TestAllocateRandomDeallocateSerialize [2021-11-11T17:20:28.392Z] === RUN TestNAT [2021-11-11T17:20:28.392Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-11T17:20:28.392Z] --- SKIP: TestNAT (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestTransparent [2021-11-11T17:20:28.392Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-11T17:20:28.392Z] --- SKIP: TestTransparent (0.00s) [2021-11-11T17:20:28.392Z] PASS [2021-11-11T17:20:28.392Z] coverage: 0.0% of statements [2021-11-11T17:20:28.392Z] === RUN TestNew [2021-11-11T17:20:28.392Z] --- PASS: TestNew (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestAddDriver [2021-11-11T17:20:28.392Z] --- PASS: TestAddDriver (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestAddDuplicateDriver [2021-11-11T17:20:28.392Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestIPAMDefaultAddressSpaces [2021-11-11T17:20:28.392Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestDriver [2021-11-11T17:20:28.392Z] --- PASS: TestDriver (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestIPAM [2021-11-11T17:20:28.392Z] --- PASS: TestIPAM (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestWalkIPAMs [2021-11-11T17:20:28.392Z] --- PASS: TestWalkIPAMs (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestWalkDrivers [2021-11-11T17:20:28.392Z] --- PASS: TestWalkDrivers (0.00s) [2021-11-11T17:20:28.392Z] PASS [2021-11-11T17:20:28.392Z] coverage: 82.4% of statements [2021-11-11T17:20:28.392Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.040s coverage: 0.0% of statements [2021-11-11T17:20:28.392Z] ok github.com/docker/docker/libnetwork/drvregistry 0.060s coverage: 82.4% of statements [2021-11-11T17:20:28.392Z] === RUN TestBuildDefault [2021-11-11T17:20:28.392Z] --- PASS: TestBuildDefault (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestBuildHostnameDomainname [2021-11-11T17:20:28.392Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestBuildHostname [2021-11-11T17:20:28.392Z] --- PASS: TestBuildHostname (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestBuildHostnameFQDN [2021-11-11T17:20:28.392Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestBuildNoIP [2021-11-11T17:20:28.392Z] --- PASS: TestBuildNoIP (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestUpdate [2021-11-11T17:20:28.392Z] --- PASS: TestUpdate (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-11-11T17:20:28.392Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-11-11T17:20:28.392Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestAddEmpty [2021-11-11T17:20:28.392Z] --- PASS: TestAddEmpty (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestAdd [2021-11-11T17:20:28.392Z] --- PASS: TestAdd (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestDeleteEmpty [2021-11-11T17:20:28.392Z] --- PASS: TestDeleteEmpty (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestDeleteNewline [2021-11-11T17:20:28.392Z] --- PASS: TestDeleteNewline (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestDelete [2021-11-11T17:20:28.392Z] --- PASS: TestDelete (0.00s) [2021-11-11T17:20:28.392Z] === RUN TestConcurrentWrites [2021-11-11T17:20:28.722Z] --- PASS: TestBuildMultiStageLayerLeak (3.02s) [2021-11-11T17:20:28.722Z] === RUN TestBuildWithHugeFile [2021-11-11T17:20:28.859Z] --- PASS: TestConcurrentWrites (0.16s) [2021-11-11T17:20:28.859Z] PASS [2021-11-11T17:20:28.859Z] coverage: 81.2% of statements [2021-11-11T17:20:28.859Z] ok github.com/docker/docker/libnetwork/etchosts 0.204s coverage: 81.2% of statements [2021-11-11T17:20:28.859Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.80s) [2021-11-11T17:20:28.859Z] === RUN TestRetrieveFromStore [2021-11-11T17:20:28.859Z] === RUN TestNew [2021-11-11T17:20:28.859Z] --- PASS: TestNew (0.00s) [2021-11-11T17:20:28.859Z] === RUN TestAllocate [2021-11-11T17:20:28.859Z] --- PASS: TestAllocate (0.00s) [2021-11-11T17:20:28.859Z] === RUN TestUninitialized [2021-11-11T17:20:28.859Z] --- PASS: TestUninitialized (0.00s) [2021-11-11T17:20:28.859Z] === RUN TestAllocateInRange [2021-11-11T17:20:28.859Z] --- PASS: TestAllocateInRange (0.00s) [2021-11-11T17:20:28.859Z] === RUN TestAllocateSerial [2021-11-11T17:20:28.859Z] --- PASS: TestAllocateSerial (0.00s) [2021-11-11T17:20:28.859Z] PASS [2021-11-11T17:20:28.859Z] coverage: 87.5% of statements [2021-11-11T17:20:29.326Z] ok github.com/docker/docker/libnetwork/idm 0.034s coverage: 87.5% of statements [2021-11-11T17:20:29.326Z] === RUN TestDiff [2021-11-11T17:20:29.326Z] --- PASS: TestDiff (0.00s) [2021-11-11T17:20:29.326Z] === RUN TestAddedCallback [2021-11-11T17:20:29.326Z] --- PASS: TestAddedCallback (0.00s) [2021-11-11T17:20:29.326Z] === RUN TestRemovedCallback [2021-11-11T17:20:29.326Z] --- PASS: TestRemovedCallback (0.00s) [2021-11-11T17:20:29.326Z] === RUN TestNoCallback [2021-11-11T17:20:29.326Z] --- PASS: TestNoCallback (0.00s) [2021-11-11T17:20:29.326Z] PASS [2021-11-11T17:20:29.326Z] coverage: 48.1% of statements [2021-11-11T17:20:29.326Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.035s coverage: 48.1% of statements [2021-11-11T17:20:29.326Z] --- PASS: TestRetrieveFromStore (0.37s) [2021-11-11T17:20:29.326Z] === RUN TestIsCorrupted [2021-11-11T17:20:29.326Z] --- PASS: TestIsCorrupted (0.04s) [2021-11-11T17:20:29.326Z] === RUN TestSetRollover [2021-11-11T17:20:29.326Z] === RUN TestCaller [2021-11-11T17:20:29.326Z] --- PASS: TestCaller (0.00s) [2021-11-11T17:20:29.326Z] PASS [2021-11-11T17:20:29.326Z] coverage: 100.0% of statements [2021-11-11T17:20:29.326Z] ok github.com/docker/docker/libnetwork/internal/caller 0.032s coverage: 100.0% of statements [2021-11-11T17:20:29.794Z] === RUN TestSetSerialInsertDelete [2021-11-11T17:20:29.794Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-11-11T17:20:29.794Z] === RUN TestSetParallelInsertDelete [2021-11-11T17:20:30.125Z] #62 271.9 + bin/containerd-shim-runc-v1 [2021-11-11T17:20:30.779Z] --- PASS: TestSetRollover (1.33s) [2021-11-11T17:20:30.779Z] === RUN TestSetRolloverSerial [2021-11-11T17:20:30.779Z] === RUN TestPoolRequest [2021-11-11T17:20:30.779Z] --- PASS: TestPoolRequest (0.00s) [2021-11-11T17:20:30.779Z] === RUN TestOtherRequests [2021-11-11T17:20:30.779Z] --- PASS: TestOtherRequests (0.00s) [2021-11-11T17:20:30.779Z] PASS [2021-11-11T17:20:30.779Z] coverage: 57.1% of statements [2021-11-11T17:20:30.779Z] ok github.com/docker/docker/libnetwork/ipams/null 0.066s coverage: 57.1% of statements [2021-11-11T17:20:30.779Z] === RUN TestInt2IP2IntConversion [2021-11-11T17:20:31.246Z] --- PASS: TestInt2IP2IntConversion (0.38s) [2021-11-11T17:20:31.246Z] === RUN TestGetAddressVersion [2021-11-11T17:20:31.246Z] --- PASS: TestGetAddressVersion (0.00s) [2021-11-11T17:20:31.246Z] === RUN TestKeyString [2021-11-11T17:20:31.246Z] --- PASS: TestKeyString (0.00s) [2021-11-11T17:20:31.246Z] === RUN TestPoolDataMarshal [2021-11-11T17:20:31.246Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-11-11T17:20:31.246Z] === RUN TestSubnetsMarshal [2021-11-11T17:20:31.246Z] --- PASS: TestSubnetsMarshal (0.03s) [2021-11-11T17:20:31.246Z] === RUN TestAddSubnets [2021-11-11T17:20:31.246Z] --- PASS: TestAddSubnets (0.03s) [2021-11-11T17:20:31.246Z] === RUN TestDoublePoolRelease [2021-11-11T17:20:31.246Z] --- PASS: TestDoublePoolRelease (0.01s) [2021-11-11T17:20:31.246Z] === RUN TestAddReleasePoolID [2021-11-11T17:20:31.246Z] --- PASS: TestAddReleasePoolID (0.04s) [2021-11-11T17:20:31.246Z] === RUN TestPredefinedPool [2021-11-11T17:20:31.246Z] --- PASS: TestPredefinedPool (0.01s) [2021-11-11T17:20:31.246Z] === RUN TestRemoveSubnet [2021-11-11T17:20:31.713Z] --- PASS: TestSetRolloverSerial (0.90s) [2021-11-11T17:20:31.713Z] === RUN TestGetFirstAvailableFromCurrent [2021-11-11T17:20:31.713Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-11-11T17:20:31.713Z] PASS [2021-11-11T17:20:31.713Z] coverage: 84.4% of statements [2021-11-11T17:20:31.713Z] ok github.com/docker/docker/libnetwork/bitseq 7.712s coverage: 84.4% of statements [2021-11-11T17:20:31.713Z] --- PASS: TestRemoveSubnet (0.08s) [2021-11-11T17:20:31.713Z] === RUN TestGetSameAddress [2021-11-11T17:20:31.713Z] === RUN TestGetCapabilities [2021-11-11T17:20:31.713Z] --- PASS: TestGetSameAddress (0.01s) [2021-11-11T17:20:31.713Z] === RUN TestPoolAllocationReuse [2021-11-11T17:20:31.713Z] --- PASS: TestGetCapabilities (0.01s) [2021-11-11T17:20:31.713Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-11-11T17:20:31.713Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-11-11T17:20:31.713Z] === RUN TestGetDefaultAddressSpaces [2021-11-11T17:20:31.713Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2021-11-11T17:20:31.713Z] === RUN TestRemoteDriver [2021-11-11T17:20:31.713Z] --- PASS: TestRemoteDriver (0.00s) [2021-11-11T17:20:31.713Z] PASS [2021-11-11T17:20:31.713Z] coverage: 47.4% of statements [2021-11-11T17:20:31.713Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.064s coverage: 47.4% of statements [2021-11-11T17:20:32.179Z] === RUN TestWindowsIPAM [2021-11-11T17:20:32.179Z] --- PASS: TestWindowsIPAM (0.00s) [2021-11-11T17:20:32.179Z] PASS [2021-11-11T17:20:32.179Z] coverage: 71.4% of statements [2021-11-11T17:20:32.179Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.035s coverage: 71.4% of statements [2021-11-11T17:20:32.646Z] --- PASS: TestPoolAllocationReuse (1.06s) [2021-11-11T17:20:32.646Z] === RUN TestGetAddressSubPoolEqualPool [2021-11-11T17:20:32.646Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-11-11T17:20:32.646Z] === RUN TestRequestReleaseAddressFromSubPool [2021-11-11T17:20:33.114Z] === RUN TestDefaultNetwork [2021-11-11T17:20:33.114Z] --- PASS: TestDefaultNetwork (0.23s) [2021-11-11T17:20:33.114Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-11-11T17:20:33.114Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.22s) [2021-11-11T17:20:33.581Z] === RUN TestInitAddressPools [2021-11-11T17:20:33.581Z] --- PASS: TestInitAddressPools (0.00s) [2021-11-11T17:20:33.581Z] PASS [2021-11-11T17:20:33.581Z] coverage: 74.0% of statements [2021-11-11T17:20:33.581Z] ok github.com/docker/docker/libnetwork/ipamutils 0.503s coverage: 74.0% of statements [2021-11-11T17:20:33.581Z] === RUN TestKeyValue [2021-11-11T17:20:33.581Z] --- PASS: TestKeyValue (0.00s) [2021-11-11T17:20:33.581Z] PASS [2021-11-11T17:20:33.581Z] coverage: 60.0% of statements [2021-11-11T17:20:34.048Z] ok github.com/docker/docker/libnetwork/netlabel 0.032s coverage: 60.0% of statements [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-11T17:20:34.048Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-11T17:20:34.515Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.75s) [2021-11-11T17:20:34.515Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-11-11T17:20:34.515Z] === RUN TestGenerate [2021-11-11T17:20:34.515Z] --- PASS: TestGenerate (0.00s) [2021-11-11T17:20:34.515Z] === RUN TestGeneratePtr [2021-11-11T17:20:34.515Z] --- PASS: TestGeneratePtr (0.00s) [2021-11-11T17:20:34.515Z] === RUN TestGenerateMissingField [2021-11-11T17:20:34.515Z] --- PASS: TestGenerateMissingField (0.00s) [2021-11-11T17:20:34.515Z] === RUN TestFieldCannotBeSet [2021-11-11T17:20:34.515Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-11-11T17:20:34.515Z] === RUN TestTypeMismatchError [2021-11-11T17:20:34.515Z] --- PASS: TestTypeMismatchError (0.00s) [2021-11-11T17:20:34.515Z] PASS [2021-11-11T17:20:34.515Z] coverage: 100.0% of statements [2021-11-11T17:20:34.515Z] ok github.com/docker/docker/libnetwork/options 0.033s coverage: 100.0% of statements [2021-11-11T17:20:35.395Z] #62 277.1 + bin/containerd-shim-runc-v2 [2021-11-11T17:20:35.395Z] #62 277.7 + binaries [2021-11-11T17:20:35.395Z] #62 277.7 + install -D bin/containerd /build/containerd [2021-11-11T17:20:35.395Z] #62 277.7 + install -D bin/containerd-shim /build/containerd-shim [2021-11-11T17:20:35.395Z] #62 277.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-11T17:20:35.395Z] #62 277.7 + install -D bin/ctr /build/ctr [2021-11-11T17:20:36.074Z] testing: warning: no tests to run [2021-11-11T17:20:36.074Z] PASS [2021-11-11T17:20:36.074Z] coverage: 0.0% of statements [2021-11-11T17:20:36.074Z] ok github.com/docker/docker/libnetwork/osl 0.034s coverage: 0.0% of statements [no tests to run] [2021-11-11T17:20:36.074Z] === RUN TestNetworkDBSimple [2021-11-11T17:20:36.541Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.00s) [2021-11-11T17:20:36.541Z] === RUN TestGetAddress [2021-11-11T17:20:36.541Z] === RUN TestRequestNewPort [2021-11-11T17:20:36.541Z] --- PASS: TestRequestNewPort (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestRequestSpecificPort [2021-11-11T17:20:36.541Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestReleasePort [2021-11-11T17:20:36.541Z] --- PASS: TestReleasePort (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestReuseReleasedPort [2021-11-11T17:20:36.541Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestReleaseUnreadledPort [2021-11-11T17:20:36.541Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestUnknowProtocol [2021-11-11T17:20:36.541Z] --- PASS: TestUnknowProtocol (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestAllocateAllPorts [2021-11-11T17:20:36.541Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestPortAllocation [2021-11-11T17:20:36.541Z] --- PASS: TestPortAllocation (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestPortAllocationWithCustomRange [2021-11-11T17:20:36.541Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestNoDuplicateBPR [2021-11-11T17:20:36.541Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-11-11T17:20:36.541Z] === RUN TestChangePortRange [2021-11-11T17:20:36.541Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-11-11T17:20:36.541Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-11-11T17:20:36.541Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-11-11T17:20:36.541Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-11-11T17:20:36.541Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-11-11T17:20:36.541Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-11-11T17:20:36.541Z] --- PASS: TestChangePortRange (0.00s) [2021-11-11T17:20:36.541Z] PASS [2021-11-11T17:20:36.541Z] coverage: 88.6% of statements [2021-11-11T17:20:36.541Z] ok github.com/docker/docker/libnetwork/portallocator 0.035s coverage: 88.6% of statements [2021-11-11T17:20:37.008Z] 2021/11/11 17:20:36 Closing DB instances... [2021-11-11T17:20:37.008Z] testing: warning: no tests to run [2021-11-11T17:20:37.008Z] PASS [2021-11-11T17:20:37.008Z] coverage: 0.0% of statements [2021-11-11T17:20:37.008Z] ok github.com/docker/docker/libnetwork/portmapper 0.034s coverage: 0.0% of statements [no tests to run] [2021-11-11T17:20:37.293Z] #62 DONE 279.7s [2021-11-11T17:20:37.990Z] === RUN TestHashData [2021-11-11T17:20:37.990Z] --- PASS: TestHashData (0.00s) [2021-11-11T17:20:37.990Z] PASS [2021-11-11T17:20:37.990Z] coverage: 2.8% of statements [2021-11-11T17:20:37.990Z] ok github.com/docker/docker/libnetwork/resolvconf 0.033s coverage: 2.8% of statements [2021-11-11T17:20:37.990Z] --- PASS: TestNetworkDBSimple (2.05s) [2021-11-11T17:20:37.990Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-11-11T17:20:38.458Z] === RUN TestErrorConstructors [2021-11-11T17:20:38.458Z] --- PASS: TestErrorConstructors (0.00s) [2021-11-11T17:20:38.458Z] === RUN TestCompareIPMask [2021-11-11T17:20:38.458Z] --- PASS: TestCompareIPMask (0.00s) [2021-11-11T17:20:38.458Z] === RUN TestUtilGetHostPartIP [2021-11-11T17:20:38.458Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-11-11T17:20:38.458Z] === RUN TestUtilGetBroadcastIP [2021-11-11T17:20:38.458Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-11-11T17:20:38.458Z] === RUN TestParseCIDR [2021-11-11T17:20:38.458Z] --- PASS: TestParseCIDR (0.00s) [2021-11-11T17:20:38.458Z] PASS [2021-11-11T17:20:38.458Z] coverage: 37.3% of statements [2021-11-11T17:20:38.458Z] ok github.com/docker/docker/libnetwork/types 0.035s coverage: 37.3% of statements [2021-11-11T17:20:38.671Z] [2021-11-11T17:20:38.671Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-11T17:20:38.671Z] #63 sha256:d4b2905ab5a56487834bc4b18264eaae8f8370402e609ac8be8453a19728db2e [2021-11-11T17:20:39.237Z] #63 DONE 0.8s [2021-11-11T17:20:39.237Z] [2021-11-11T17:20:39.237Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-11T17:20:39.237Z] #68 sha256:4f9e6e6fd1ed16bcd65e94ed9c508e9dc509550c6f14d49b5fb0f17d1a6bc7d7 [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-11-11T17:20:39.441Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-11-11T17:20:39.441Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-11-11T17:20:39.441Z] PASS [2021-11-11T17:20:39.441Z] coverage: 50.0% of statements [2021-11-11T17:20:39.441Z] ok github.com/docker/docker/oci 0.039s coverage: 50.0% of statements [2021-11-11T17:20:39.441Z] 2021/11/11 17:20:39 Closing DB instances... [2021-11-11T17:20:39.494Z] #68 DONE 0.2s [2021-11-11T17:20:39.494Z] [2021-11-11T17:20:39.494Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-11T17:20:39.494Z] #73 sha256:2cabbd8384789cd7ee4bdcc51c58f60b9552e03846bfaaf8b4306d2b54516ab8 [2021-11-11T17:20:39.908Z] --- PASS: TestSetParallelInsertDelete (10.02s) [2021-11-11T17:20:39.908Z] PASS [2021-11-11T17:20:39.908Z] coverage: 100.0% of statements [2021-11-11T17:20:39.908Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.056s coverage: 100.0% of statements [2021-11-11T17:20:40.374Z] === RUN TestParseVersion [2021-11-11T17:20:40.374Z] --- PASS: TestParseVersion (0.00s) [2021-11-11T17:20:40.374Z] PASS [2021-11-11T17:20:40.374Z] coverage: 52.9% of statements [2021-11-11T17:20:40.374Z] ok github.com/docker/docker/pkg/aaparser 0.032s coverage: 52.9% of statements [2021-11-11T17:20:40.374Z] === RUN TestAddressPoolOpt [2021-11-11T17:20:40.375Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/a [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/something [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/_=a [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/env1=value1 [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/_env1=value1 [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/env2=value2=value3 [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/env3=abc!qwe [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/env_4=value_4 [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/PATH [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/=a [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/PATH= [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/PATH=something [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/asd!qwe [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/1asd [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/123 [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/some_space [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/__some_space_before [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/some_space_after__ [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/= [2021-11-11T17:20:40.375Z] === RUN TestValidateEnv/PaTh [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/a (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/something (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/= (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestParseHost [2021-11-11T17:20:40.375Z] --- PASS: TestParseHost (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestParseDockerDaemonHost [2021-11-11T17:20:40.375Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestParseTCP [2021-11-11T17:20:40.375Z] --- PASS: TestParseTCP (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestParseInvalidUnixAddrInvalid [2021-11-11T17:20:40.375Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestValidateExtraHosts [2021-11-11T17:20:40.375Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestIpOptString [2021-11-11T17:20:40.375Z] --- PASS: TestIpOptString (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestNewIpOptInvalidDefaultVal [2021-11-11T17:20:40.375Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestNewIpOptValidDefaultVal [2021-11-11T17:20:40.375Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestIpOptSetInvalidVal [2021-11-11T17:20:40.375Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestValidateIPAddress [2021-11-11T17:20:40.375Z] --- PASS: TestValidateIPAddress (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestMapOpts [2021-11-11T17:20:40.375Z] --- PASS: TestMapOpts (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestListOptsWithoutValidator [2021-11-11T17:20:40.375Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestListOptsWithValidator [2021-11-11T17:20:40.375Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestValidateDNSSearch [2021-11-11T17:20:40.375Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_general_format [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_one_more [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-11-11T17:20:40.375Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-11-11T17:20:40.375Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestNamedListOpts [2021-11-11T17:20:40.375Z] --- PASS: TestNamedListOpts (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestNamedMapOpts [2021-11-11T17:20:40.375Z] --- PASS: TestNamedMapOpts (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestParseLink [2021-11-11T17:20:40.375Z] --- PASS: TestParseLink (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestQuotedStringSetWithQuotes [2021-11-11T17:20:40.375Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-11-11T17:20:40.375Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestQuotedStringSetWithNoQuotes [2021-11-11T17:20:40.375Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-11-11T17:20:40.375Z] === RUN TestUlimitOpt [2021-11-11T17:20:40.375Z] --- PASS: TestUlimitOpt (0.00s) [2021-11-11T17:20:40.375Z] PASS [2021-11-11T17:20:40.375Z] coverage: 67.1% of statements [2021-11-11T17:20:40.375Z] ok github.com/docker/docker/opts 0.057s coverage: 67.1% of statements [2021-11-11T17:20:40.428Z] #73 DONE 0.9s [2021-11-11T17:20:40.428Z] [2021-11-11T17:20:40.428Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-11T17:20:40.428Z] #74 sha256:4d80a2ecbdc0fd4c3c0095f9e3cce0610b502d1f0c3798e6cd8da72749f52d95 [2021-11-11T17:20:40.428Z] #74 DONE 0.0s [2021-11-11T17:20:40.428Z] [2021-11-11T17:20:40.428Z] #75 [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 [2021-11-11T17:20:40.428Z] #75 sha256:4a4e7915df383cde064b1719c1f04adfc912bf0a0b6f32e62152ad9bc37fe668 [2021-11-11T17:20:40.842Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.85s) [2021-11-11T17:20:40.842Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-11-11T17:20:41.308Z] === RUN TestPeerCertificateMarshalJSON [2021-11-11T17:20:41.775Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-11-11T17:20:41.775Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-11-11T17:20:41.775Z] --- PASS: TestPeerCertificateMarshalJSON (0.29s) [2021-11-11T17:20:41.775Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-11-11T17:20:41.775Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-11-11T17:20:41.775Z] === RUN TestMiddleware [2021-11-11T17:20:41.775Z] --- PASS: TestMiddleware (0.00s) [2021-11-11T17:20:41.775Z] === RUN TestNewResponseModifier [2021-11-11T17:20:41.775Z] --- PASS: TestNewResponseModifier (0.00s) [2021-11-11T17:20:41.775Z] PASS [2021-11-11T17:20:41.775Z] coverage: 26.8% of statements [2021-11-11T17:20:41.775Z] ok github.com/docker/docker/pkg/authorization 0.327s coverage: 26.8% of statements [2021-11-11T17:20:41.805Z] #75 1.078 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-11T17:20:41.805Z] #75 1.079 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-11T17:20:41.805Z] #75 1.232 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-11-11T17:20:42.242Z] === RUN TestIsArchivePathDir [2021-11-11T17:20:42.242Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-11-11T17:20:42.242Z] === RUN TestIsArchivePathInvalidFile [2021-11-11T17:20:42.242Z] 2021/11/11 17:20:41 Closing DB instances... [2021-11-11T17:20:42.242Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2021-11-11T17:20:42.242Z] === RUN TestIsArchivePathTar [2021-11-11T17:20:42.242Z] --- PASS: TestIsArchivePathTar (0.13s) [2021-11-11T17:20:42.242Z] === RUN TestDecompressStreamGzip [2021-11-11T17:20:42.242Z] --- PASS: TestDecompressStreamGzip (0.11s) [2021-11-11T17:20:42.242Z] === RUN TestDecompressStreamBzip2 [2021-11-11T17:20:42.373Z] #75 1.417 Reading package lists... [2021-11-11T17:20:42.709Z] === RUN TestUnbuffered [2021-11-11T17:20:42.709Z] --- PASS: TestUnbuffered (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestRaceUnbuffered [2021-11-11T17:20:42.709Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-11-11T17:20:42.709Z] PASS [2021-11-11T17:20:42.709Z] coverage: 100.0% of statements [2021-11-11T17:20:42.709Z] ok github.com/docker/docker/pkg/broadcaster 0.032s coverage: 100.0% of statements [2021-11-11T17:20:42.709Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-11-11T17:20:42.709Z] === RUN TestDecompressStreamXz [2021-11-11T17:20:42.709Z] archive_test.go:133: Xz not present in msys2 [2021-11-11T17:20:42.709Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestDecompressStreamZstd [2021-11-11T17:20:42.709Z] archive_test.go:140: zstd not installed [2021-11-11T17:20:42.709Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2021-11-11T17:20:42.709Z] === RUN TestCompressStreamXzUnsupported [2021-11-11T17:20:42.709Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestCompressStreamBzip2Unsupported [2021-11-11T17:20:42.709Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestCompressStreamInvalid [2021-11-11T17:20:42.709Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestExtensionInvalid [2021-11-11T17:20:42.709Z] --- PASS: TestExtensionInvalid (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestExtensionUncompressed [2021-11-11T17:20:42.709Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestExtensionBzip2 [2021-11-11T17:20:42.709Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestExtensionGzip [2021-11-11T17:20:42.709Z] --- PASS: TestExtensionGzip (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestExtensionXz [2021-11-11T17:20:42.709Z] --- PASS: TestExtensionXz (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestExtensionZstd [2021-11-11T17:20:42.709Z] --- PASS: TestExtensionZstd (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestCmdStreamLargeStderr [2021-11-11T17:20:42.709Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-11-11T17:20:42.709Z] === RUN TestCmdStreamBad [2021-11-11T17:20:42.709Z] archive_test.go:252: Failing on Windows CI machines [2021-11-11T17:20:42.709Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestCmdStreamGood [2021-11-11T17:20:42.709Z] --- PASS: TestCmdStreamGood (0.03s) [2021-11-11T17:20:42.709Z] === RUN TestUntarPathWithInvalidDest [2021-11-11T17:20:42.709Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-11-11T17:20:42.709Z] === RUN TestUntarPathWithInvalidSrc [2021-11-11T17:20:42.709Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-11-11T17:20:42.709Z] === RUN TestUntarPath [2021-11-11T17:20:42.709Z] --- PASS: TestUntarPath (0.06s) [2021-11-11T17:20:42.710Z] === RUN TestUntarPathWithDestinationFile [2021-11-11T17:20:42.710Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-11-11T17:20:42.710Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-11-11T17:20:42.710Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-11-11T17:20:42.710Z] === RUN TestCopyWithTarInvalidSrc [2021-11-11T17:20:42.710Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-11-11T17:20:42.710Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-11-11T17:20:42.710Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-11-11T17:20:42.710Z] === RUN TestCopyWithTarSrcFile [2021-11-11T17:20:42.710Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-11-11T17:20:42.710Z] === RUN TestCopyWithTarSrcFolder [2021-11-11T17:20:42.710Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2021-11-11T17:20:42.710Z] === RUN TestCopyFileWithTarInvalidSrc [2021-11-11T17:20:42.710Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-11-11T17:20:42.710Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-11-11T17:20:42.710Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-11-11T17:20:42.710Z] === RUN TestCopyFileWithTarSrcFolder [2021-11-11T17:20:42.710Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-11-11T17:20:42.710Z] === RUN TestCopyFileWithTarSrcFile [2021-11-11T17:20:42.710Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-11-11T17:20:42.710Z] === RUN TestTarFiles [2021-11-11T17:20:42.941Z] #75 1.922 Reading package lists... [2021-11-11T17:20:42.941Z] #75 2.424 Building dependency tree... [2021-11-11T17:20:42.941Z] #75 2.527 Reading state information... [2021-11-11T17:20:42.941Z] #75 2.641 The following additional packages will be installed: [2021-11-11T17:20:43.176Z] === RUN TestMatch [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[]] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[foo]] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[bar]_[foo]] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[foo_bar]] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[qux]_[foo]] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[]#01 [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[qux]] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[foo_bar_qux]] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[qux]_[baz]] [2021-11-11T17:20:43.176Z] === RUN TestMatch/[[foo_baz]] [2021-11-11T17:20:43.176Z] --- PASS: TestMatch (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[]] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-11-11T17:20:43.176Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-11-11T17:20:43.176Z] PASS [2021-11-11T17:20:43.176Z] coverage: 87.5% of statements [2021-11-11T17:20:43.176Z] ok github.com/docker/docker/pkg/capabilities 0.048s coverage: 87.5% of statements [2021-11-11T17:20:43.200Z] #75 2.641 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2021-11-11T17:20:43.200Z] #75 2.642 systemd-timesyncd [2021-11-11T17:20:43.200Z] #75 2.642 Suggested packages: [2021-11-11T17:20:43.200Z] #75 2.642 systemd-container policykit-1 [2021-11-11T17:20:43.200Z] #75 2.642 Recommended packages: [2021-11-11T17:20:43.200Z] #75 2.642 libnss-systemd [2021-11-11T17:20:43.200Z] #75 2.730 The following NEW packages will be installed: [2021-11-11T17:20:43.200Z] #75 2.730 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2021-11-11T17:20:43.200Z] #75 2.731 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2021-11-11T17:20:43.458Z] #75 2.998 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded. [2021-11-11T17:20:43.458Z] #75 2.998 Need to get 5937 kB of archives. [2021-11-11T17:20:43.458Z] #75 2.998 After this operation, 19.5 MB of additional disk space will be used. [2021-11-11T17:20:43.458Z] #75 2.998 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-11-11T17:20:43.458Z] #75 3.000 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2021-11-11T17:20:43.458Z] #75 3.001 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB] [2021-11-11T17:20:43.458Z] #75 3.004 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2021-11-11T17:20:43.458Z] #75 3.005 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2021-11-11T17:20:43.458Z] #75 3.006 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2021-11-11T17:20:43.458Z] #75 3.088 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2021-11-11T17:20:43.642Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2021-11-11T17:20:43.642Z] === RUN TestNetworkDBCRUDTableEntry [2021-11-11T17:20:43.716Z] #75 3.095 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2021-11-11T17:20:43.716Z] #75 3.097 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2021-11-11T17:20:43.716Z] #75 3.098 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2021-11-11T17:20:43.716Z] #75 3.106 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2021-11-11T17:20:43.716Z] #75 3.267 debconf: delaying package configuration, since apt-utils is not installed [2021-11-11T17:20:43.716Z] #75 3.297 Fetched 5937 kB in 0s (16.0 MB/s) [2021-11-11T17:20:43.716Z] #75 3.326 Selecting previously unselected package libargon2-1:amd64. [2021-11-11T17:20:43.716Z] #75 3.326 (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 ... 28626 files and directories currently installed.) [2021-11-11T17:20:43.716Z] #75 3.336 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-11-11T17:20:43.716Z] #75 3.344 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-11-11T17:20:43.974Z] #75 3.379 Selecting previously unselected package libjson-c5:amd64. [2021-11-11T17:20:43.974Z] #75 3.381 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2021-11-11T17:20:43.974Z] #75 3.386 Unpacking libjson-c5:amd64 (0.15-2) ... [2021-11-11T17:20:43.974Z] #75 3.426 Selecting previously unselected package libcryptsetup12:amd64. [2021-11-11T17:20:43.974Z] #75 3.429 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ... [2021-11-11T17:20:43.974Z] #75 3.433 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-11-11T17:20:43.974Z] #75 3.484 Selecting previously unselected package libkmod2:amd64. [2021-11-11T17:20:43.974Z] #75 3.487 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2021-11-11T17:20:43.974Z] #75 3.492 Unpacking libkmod2:amd64 (28-1) ... [2021-11-11T17:20:43.975Z] #75 3.532 Selecting previously unselected package systemd-timesyncd. [2021-11-11T17:20:43.975Z] #75 3.535 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2021-11-11T17:20:43.975Z] #75 3.539 Unpacking systemd-timesyncd (247.3-6) ... [2021-11-11T17:20:43.975Z] #75 3.591 Selecting previously unselected package systemd. [2021-11-11T17:20:44.109Z] === RUN TestChrootTarUntar [2021-11-11T17:20:44.110Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:44.110Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-11-11T17:20:44.110Z] === RUN TestChrootUntarWithHugeExcludesList [2021-11-11T17:20:44.110Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:44.110Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-11T17:20:44.110Z] === RUN TestChrootUntarEmptyArchive [2021-11-11T17:20:44.110Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-11-11T17:20:44.110Z] === RUN TestChrootTarUntarWithSymlink [2021-11-11T17:20:44.110Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:20:44.110Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-11-11T17:20:44.110Z] === RUN TestChrootCopyWithTar [2021-11-11T17:20:44.110Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:20:44.110Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-11-11T17:20:44.110Z] === RUN TestChrootCopyFileWithTar [2021-11-11T17:20:44.110Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:44.110Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-11-11T17:20:44.110Z] === RUN TestChrootUntarPath [2021-11-11T17:20:44.110Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:20:44.110Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-11-11T17:20:44.110Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-11-11T17:20:44.110Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:44.110Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:20:44.110Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-11-11T17:20:44.110Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:44.110Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:20:44.110Z] === RUN TestChrootApplyDotDotFile [2021-11-11T17:20:44.110Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:44.110Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-11-11T17:20:44.110Z] PASS [2021-11-11T17:20:44.110Z] coverage: 15.1% of statements [2021-11-11T17:20:44.110Z] ok github.com/docker/docker/pkg/chrootarchive 0.077s coverage: 15.1% of statements [2021-11-11T17:20:44.234Z] #75 3.594 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2021-11-11T17:20:44.234Z] #75 3.628 Unpacking systemd (247.3-6) ... [2021-11-11T17:20:44.492Z] #75 4.178 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-11-11T17:20:44.576Z] === RUN TestSizeEmpty [2021-11-11T17:20:44.576Z] --- PASS: TestSizeEmpty (0.00s) [2021-11-11T17:20:44.576Z] === RUN TestSizeEmptyFile [2021-11-11T17:20:44.576Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-11-11T17:20:44.576Z] === RUN TestSizeNonemptyFile [2021-11-11T17:20:44.576Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-11-11T17:20:44.576Z] === RUN TestSizeNestedDirectoryEmpty [2021-11-11T17:20:44.576Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-11-11T17:20:44.576Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-11-11T17:20:44.576Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-11-11T17:20:44.576Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-11-11T17:20:44.576Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-11-11T17:20:44.576Z] === RUN TestMoveToSubdir [2021-11-11T17:20:44.576Z] --- PASS: TestMoveToSubdir (0.00s) [2021-11-11T17:20:44.576Z] === RUN TestSizeNonExistingDirectory [2021-11-11T17:20:44.576Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-11-11T17:20:44.576Z] PASS [2021-11-11T17:20:44.576Z] coverage: 80.0% of statements [2021-11-11T17:20:44.576Z] ok github.com/docker/docker/pkg/directory 0.044s coverage: 80.0% of statements [2021-11-11T17:20:44.751Z] #75 4.190 Setting up libjson-c5:amd64 (0.15-2) ... [2021-11-11T17:20:44.751Z] #75 4.202 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-11-11T17:20:44.751Z] #75 4.214 Setting up libkmod2:amd64 (28-1) ... [2021-11-11T17:20:44.751Z] #75 4.229 Setting up systemd (247.3-6) ... [2021-11-11T17:20:44.751Z] #75 4.272 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-11-11T17:20:44.751Z] #75 4.274 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-11-11T17:20:44.751Z] #75 4.276 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2021-11-11T17:20:45.012Z] #75 4.622 Setting up systemd-timesyncd (247.3-6) ... [2021-11-11T17:20:45.273Z] #75 4.835 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-11-11T17:20:45.273Z] #75 4.835 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-11-11T17:20:45.273Z] #75 4.891 Selecting previously unselected package systemd-sysv. [2021-11-11T17:20:45.273Z] #75 4.891 (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 ... 29454 files and directories currently installed.) [2021-11-11T17:20:45.273Z] #75 4.905 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2021-11-11T17:20:45.273Z] #75 4.909 Unpacking systemd-sysv (247.3-6) ... [2021-11-11T17:20:45.273Z] #75 4.957 Selecting previously unselected package libdbus-1-3:amd64. [2021-11-11T17:20:45.273Z] #75 4.960 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2021-11-11T17:20:45.273Z] #75 4.963 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2021-11-11T17:20:45.273Z] #75 5.023 Selecting previously unselected package dbus. [2021-11-11T17:20:45.533Z] #75 5.026 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2021-11-11T17:20:45.533Z] #75 5.040 Unpacking dbus (1.12.20-2) ... [2021-11-11T17:20:45.533Z] #75 5.098 Selecting previously unselected package libpam-systemd:amd64. [2021-11-11T17:20:45.533Z] #75 5.101 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2021-11-11T17:20:45.533Z] #75 5.105 Unpacking libpam-systemd:amd64 (247.3-6) ... [2021-11-11T17:20:45.533Z] #75 5.157 Selecting previously unselected package dbus-user-session. [2021-11-11T17:20:45.559Z] === RUN Test [2021-11-11T17:20:45.559Z] === RUN Test/TestContainsEntry [2021-11-11T17:20:45.559Z] === RUN Test/TestCreateEntries [2021-11-11T17:20:45.559Z] === RUN Test/TestEntriesDiff [2021-11-11T17:20:45.559Z] === RUN Test/TestEntriesEquality [2021-11-11T17:20:45.559Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-11-11T17:20:45.559Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-11-11T17:20:45.559Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-11-11T17:20:45.559Z] === RUN Test/TestGeneratorNotGenerate [2021-11-11T17:20:45.559Z] === RUN Test/TestGeneratorWithPort [2021-11-11T17:20:45.559Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-11-11T17:20:45.559Z] === RUN Test/TestNewEntry [2021-11-11T17:20:45.559Z] === RUN Test/TestParse [2021-11-11T17:20:45.559Z] --- PASS: Test (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestNewEntry (0.00s) [2021-11-11T17:20:45.559Z] --- PASS: Test/TestParse (0.00s) [2021-11-11T17:20:45.559Z] PASS [2021-11-11T17:20:45.559Z] coverage: 58.3% of statements [2021-11-11T17:20:45.559Z] ok github.com/docker/docker/pkg/discovery 0.040s coverage: 58.3% of statements [2021-11-11T17:20:45.791Z] #75 5.160 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2021-11-11T17:20:45.791Z] #75 5.164 Unpacking dbus-user-session (1.12.20-2) ... [2021-11-11T17:20:45.791Z] #75 5.231 Setting up systemd-sysv (247.3-6) ... [2021-11-11T17:20:45.791Z] #75 5.244 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2021-11-11T17:20:45.791Z] #75 5.257 Setting up dbus (1.12.20-2) ... [2021-11-11T17:20:45.791Z] #75 5.375 invoke-rc.d: could not determine current runlevel [2021-11-11T17:20:45.791Z] #75 5.377 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-11T17:20:45.791Z] #75 5.382 Setting up libpam-systemd:amd64 (247.3-6) ... [2021-11-11T17:20:46.026Z] 2021/11/11 17:20:45 Closing DB instances... [2021-11-11T17:20:46.026Z] === RUN Test [2021-11-11T17:20:46.026Z] === RUN Test/TestContent [2021-11-11T17:20:46.026Z] === RUN Test/TestInitialize [2021-11-11T17:20:46.026Z] === RUN Test/TestNew [2021-11-11T17:20:46.026Z] === RUN Test/TestParsingContentsWithComments [2021-11-11T17:20:46.026Z] === RUN Test/TestRegister [2021-11-11T17:20:46.026Z] === RUN Test/TestWatch [2021-11-11T17:20:46.026Z] --- PASS: Test (0.00s) [2021-11-11T17:20:46.026Z] --- PASS: Test/TestContent (0.00s) [2021-11-11T17:20:46.026Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-11T17:20:46.026Z] --- PASS: Test/TestNew (0.00s) [2021-11-11T17:20:46.026Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-11-11T17:20:46.026Z] --- PASS: Test/TestRegister (0.00s) [2021-11-11T17:20:46.026Z] --- PASS: Test/TestWatch (0.00s) [2021-11-11T17:20:46.026Z] PASS [2021-11-11T17:20:46.026Z] coverage: 97.6% of statements [2021-11-11T17:20:46.026Z] ok github.com/docker/docker/pkg/discovery/file 0.035s coverage: 97.6% of statements [2021-11-11T17:20:46.051Z] #75 5.514 Setting up dbus-user-session (1.12.20-2) ... [2021-11-11T17:20:46.051Z] #75 5.531 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-11T17:20:46.051Z] #75 DONE 5.7s [2021-11-11T17:20:46.051Z] [2021-11-11T17:20:46.051Z] #76 [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 [2021-11-11T17:20:46.051Z] #76 sha256:5d348e81eaa000e9eb04b81d9c8cd5abd43f1e6253cd94351709a19e1682225d [2021-11-11T17:20:46.492Z] --- PASS: TestTarFiles (3.34s) [2021-11-11T17:20:46.492Z] === RUN TestDetectCompressionZstd [2021-11-11T17:20:46.492Z] --- PASS: TestDetectCompressionZstd (0.00s) [2021-11-11T17:20:46.492Z] === RUN TestTarUntar [2021-11-11T17:20:46.492Z] --- PASS: TestTarUntar (0.03s) [2021-11-11T17:20:46.492Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-11-11T17:20:46.492Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-11-11T17:20:46.492Z] === RUN TestTarWithOptions [2021-11-11T17:20:46.492Z] --- PASS: TestTarWithOptions (0.03s) [2021-11-11T17:20:46.492Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-11-11T17:20:46.492Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-11-11T17:20:46.492Z] === RUN TestUntarUstarGnuConflict [2021-11-11T17:20:46.492Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-11-11T17:20:46.492Z] === RUN TestUntarInvalidFilenames [2021-11-11T17:20:46.492Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1637671281\\dest" [2021-11-11T17:20:46.492Z] --- PASS: TestUntarInvalidFilenames (0.11s) [2021-11-11T17:20:46.492Z] === RUN TestUntarHardlinkToSymlink [2021-11-11T17:20:46.492Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-11-11T17:20:46.492Z] === RUN TestUntarInvalidHardlink [2021-11-11T17:20:46.492Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1991958949\\victim\\hello" -> "../victim/hello" [2021-11-11T17:20:46.492Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink935056824\\victim\\hello" -> "/../victim/hello" [2021-11-11T17:20:46.492Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1456228224\\victim" -> "../victim" [2021-11-11T17:20:46.492Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1571135623\\victim" -> "../victim" [2021-11-11T17:20:46.492Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3057143007\\victim" -> "../victim" [2021-11-11T17:20:46.492Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink580557951\\victim" -> "../victim" [2021-11-11T17:20:46.492Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-11-11T17:20:46.492Z] === RUN TestUntarInvalidSymlink [2021-11-11T17:20:46.492Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3655665782\\dest\\dotdot" -> "../victim/hello" [2021-11-11T17:20:46.492Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1050089807\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-11T17:20:46.492Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3520596136\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:20:46.492Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink491120586\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:20:46.492Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2513988680\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:20:46.492Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1144511299\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:20:46.492Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink717529005\\dest\\dir\\loophole" -> "../../victim" [2021-11-11T17:20:46.492Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-11-11T17:20:46.492Z] === RUN TestTempArchiveCloseMultipleTimes [2021-11-11T17:20:46.492Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-11-11T17:20:46.492Z] === RUN TestXGlobalNoParent [2021-11-11T17:20:46.492Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-11-11T17:20:46.492Z] === RUN TestReplaceFileTarWrapper [2021-11-11T17:20:46.492Z] --- PASS: TestReplaceFileTarWrapper (0.09s) [2021-11-11T17:20:46.492Z] === RUN TestPrefixHeaderReadable [2021-11-11T17:20:46.492Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-11-11T17:20:46.492Z] === RUN TestDisablePigz [2021-11-11T17:20:46.492Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2021-11-11T17:20:46.492Z] --- PASS: TestDisablePigz (0.09s) [2021-11-11T17:20:46.492Z] === RUN TestPigz [2021-11-11T17:20:46.870Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-11T17:20:46.870Z] === RUN TestBoolValue [2021-11-11T17:20:46.870Z] --- PASS: TestBoolValue (0.00s) [2021-11-11T17:20:46.870Z] === RUN TestBoolValueOrDefault [2021-11-11T17:20:46.870Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-11-11T17:20:46.870Z] === RUN TestInt64ValueOrZero [2021-11-11T17:20:46.870Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-11-11T17:20:46.870Z] === RUN TestInt64ValueOrDefault [2021-11-11T17:20:46.870Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-11-11T17:20:46.870Z] === RUN TestInt64ValueOrDefaultWithError [2021-11-11T17:20:46.870Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-11-11T17:20:46.870Z] === RUN TestJsonContentType [2021-11-11T17:20:46.870Z] --- PASS: TestJsonContentType (0.00s) [2021-11-11T17:20:46.870Z] PASS [2021-11-11T17:20:46.870Z] coverage: 14.7% of statements [2021-11-11T17:20:46.870Z] ok github.com/docker/docker/api/server/httputils 0.095s coverage: 14.7% of statements [2021-11-11T17:20:46.959Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2021-11-11T17:20:46.959Z] --- PASS: TestPigz (0.14s) [2021-11-11T17:20:46.959Z] === RUN TestCopyFileWithInvalidDest [2021-11-11T17:20:46.959Z] archive_windows_test.go:16: Currently fails [2021-11-11T17:20:46.959Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestCanonicalTarNameForPath [2021-11-11T17:20:46.959Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestCanonicalTarName [2021-11-11T17:20:46.959Z] --- PASS: TestCanonicalTarName (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestChmodTarEntry [2021-11-11T17:20:46.959Z] --- PASS: TestChmodTarEntry (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestHardLinkOrder [2021-11-11T17:20:46.959Z] --- PASS: TestHardLinkOrder (0.05s) [2021-11-11T17:20:46.959Z] === RUN TestChangeString [2021-11-11T17:20:46.959Z] --- PASS: TestChangeString (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestChangesWithNoChanges [2021-11-11T17:20:46.959Z] --- PASS: TestChangesWithNoChanges (0.01s) [2021-11-11T17:20:46.959Z] === RUN TestChangesWithChanges [2021-11-11T17:20:46.959Z] --- PASS: TestChangesWithChanges (0.02s) [2021-11-11T17:20:46.959Z] === RUN TestChangesWithChangesGH13590 [2021-11-11T17:20:46.959Z] changes_test.go:195: needs more investigation [2021-11-11T17:20:46.959Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestChangesDirsEmpty [2021-11-11T17:20:46.959Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-11T17:20:46.959Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestChangesDirsMutated [2021-11-11T17:20:46.959Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-11T17:20:46.959Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestApplyLayer [2021-11-11T17:20:46.959Z] changes_test.go:432: needs further investigation [2021-11-11T17:20:46.959Z] --- SKIP: TestApplyLayer (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestChangesSizeWithHardlinks [2021-11-11T17:20:46.959Z] changes_test.go:468: needs further investigation [2021-11-11T17:20:46.959Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestChangesSizeWithNoChanges [2021-11-11T17:20:46.959Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-11-11T17:20:46.959Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestChangesSize [2021-11-11T17:20:46.959Z] --- PASS: TestChangesSize (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestApplyLayerInvalidFilenames [2021-11-11T17:20:46.959Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1782156517\\dest" [2021-11-11T17:20:46.959Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-11-11T17:20:46.959Z] === RUN TestApplyLayerInvalidHardlink [2021-11-11T17:20:46.959Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3335499404\\victim\\hello" -> "../victim/hello" [2021-11-11T17:20:46.959Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3791807717\\victim\\hello" -> "/../victim/hello" [2021-11-11T17:20:46.959Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1003702109\\victim" -> "../victim" [2021-11-11T17:20:46.959Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink876380819\\victim" -> "../victim" [2021-11-11T17:20:46.959Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink627999686\\victim" -> "../victim" [2021-11-11T17:20:46.959Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3081375552\\victim" -> "../victim" [2021-11-11T17:20:46.959Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-11-11T17:20:46.959Z] === RUN TestApplyLayerInvalidSymlink [2021-11-11T17:20:46.959Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2425364835\\dest\\dotdot" -> "../victim/hello" [2021-11-11T17:20:46.959Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1849255122\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-11T17:20:46.959Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2552696568\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:20:46.959Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4125907904\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:20:46.959Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2587568588\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:20:46.959Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3466187230\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:20:46.959Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-11-11T17:20:46.959Z] === RUN TestApplyLayerWhiteouts [2021-11-11T17:20:46.959Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-11-11T17:20:46.959Z] === RUN TestGenerateEmptyFile [2021-11-11T17:20:46.959Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-11-11T17:20:46.959Z] === RUN TestGenerateWithContent [2021-11-11T17:20:46.959Z] --- PASS: TestGenerateWithContent (0.00s) [2021-11-11T17:20:46.959Z] PASS [2021-11-11T17:20:46.959Z] coverage: 62.0% of statements [2021-11-11T17:20:46.959Z] ok github.com/docker/docker/pkg/archive 5.008s coverage: 62.0% of statements [2021-11-11T17:20:46.959Z] === RUN Test [2021-11-11T17:20:46.959Z] === RUN Test/TestInitialize [2021-11-11T17:20:46.959Z] time="2021-11-11T17:20:46Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:20:46.959Z] time="2021-11-11T17:20:46Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:20:46.959Z] time="2021-11-11T17:20:46Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:20:46.959Z] === RUN Test/TestInitializeWithCerts [2021-11-11T17:20:46.959Z] time="2021-11-11T17:20:46Z" level=info msg="Initializing discovery with TLS" [2021-11-11T17:20:46.959Z] === RUN Test/TestWatch [2021-11-11T17:20:46.959Z] time="2021-11-11T17:20:46Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:20:46.986Z] #76 0.785 % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-11T17:20:46.986Z] #76 0.785 Dload Upload Total Spent Left Speed [2021-11-11T17:20:46.986Z] #76 0.785 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 13210 0 --:--:-- --:--:-- --:--:-- 13210 [2021-11-11T17:20:46.986Z] #76 DONE 1.0s [2021-11-11T17:20:47.245Z] [2021-11-11T17:20:47.245Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-11T17:20:47.245Z] #77 sha256:80acdbd268e08399796cad2ce01efc202a790254ce3d4438e79161fc5a5dbae5 [2021-11-11T17:20:47.942Z] --- PASS: TestNetworkDBCRUDTableEntry (4.04s) [2021-11-11T17:20:47.942Z] === RUN TestNetworkDBCRUDTableEntries [2021-11-11T17:20:48.618Z] #77 DONE 1.4s [2021-11-11T17:20:48.618Z] [2021-11-11T17:20:48.618Z] #78 exporting to image [2021-11-11T17:20:48.618Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-11T17:20:48.618Z] #78 exporting layers [2021-11-11T17:20:49.501Z] 2021/11/11 17:20:49 Closing DB instances... [2021-11-11T17:20:49.959Z] === RUN TestMaskSecretKeys [2021-11-11T17:20:49.959Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-11-11T17:20:49.959Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-11-11T17:20:49.959Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-11-11T17:20:49.959Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-11-11T17:20:49.959Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-11-11T17:20:49.959Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-11-11T17:20:49.959Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-11-11T17:20:49.959Z] === RUN TestVersionMiddlewareVersion [2021-11-11T17:20:49.959Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-11-11T17:20:49.959Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-11-11T17:20:49.959Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-11-11T17:20:49.959Z] PASS [2021-11-11T17:20:49.959Z] coverage: 37.7% of statements [2021-11-11T17:20:49.959Z] ok github.com/docker/docker/api/server/middleware 0.110s coverage: 37.7% of statements [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-11T17:20:49.959Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-11T17:20:49.967Z] --- PASS: Test (3.13s) [2021-11-11T17:20:49.967Z] --- PASS: Test/TestInitialize (0.12s) [2021-11-11T17:20:49.967Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-11-11T17:20:49.967Z] --- PASS: Test/TestWatch (3.01s) [2021-11-11T17:20:49.967Z] PASS [2021-11-11T17:20:49.967Z] coverage: 84.1% of statements [2021-11-11T17:20:49.967Z] ok github.com/docker/docker/pkg/discovery/kv 3.169s coverage: 84.1% of statements [2021-11-11T17:20:50.960Z] === RUN TestAdjustForAPIVersion [2021-11-11T17:20:50.960Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-11-11T17:20:50.960Z] PASS [2021-11-11T17:20:50.960Z] coverage: 5.7% of statements [2021-11-11T17:20:50.960Z] === RUN TestToJSON [2021-11-11T17:20:50.960Z] --- PASS: TestToJSON (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestToParamWithVersion [2021-11-11T17:20:50.960Z] --- PASS: TestToParamWithVersion (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestFromJSON [2021-11-11T17:20:50.960Z] --- PASS: TestFromJSON (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestEmpty [2021-11-11T17:20:50.960Z] --- PASS: TestEmpty (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestArgsMatchKVListEmptySources [2021-11-11T17:20:50.960Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestArgsMatchKVList [2021-11-11T17:20:50.960Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestArgsMatch [2021-11-11T17:20:50.960Z] --- PASS: TestArgsMatch (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestAdd [2021-11-11T17:20:50.960Z] --- PASS: TestAdd (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestDel [2021-11-11T17:20:50.960Z] --- PASS: TestDel (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestLen [2021-11-11T17:20:50.960Z] --- PASS: TestLen (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestExactMatch [2021-11-11T17:20:50.960Z] --- PASS: TestExactMatch (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestOnlyOneExactMatch [2021-11-11T17:20:50.960Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestContains [2021-11-11T17:20:50.960Z] --- PASS: TestContains (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestValidate [2021-11-11T17:20:50.960Z] --- PASS: TestValidate (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestWalkValues [2021-11-11T17:20:50.960Z] --- PASS: TestWalkValues (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestFuzzyMatch [2021-11-11T17:20:50.960Z] --- PASS: TestFuzzyMatch (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestClone [2021-11-11T17:20:50.960Z] --- PASS: TestClone (0.00s) [2021-11-11T17:20:50.960Z] PASS [2021-11-11T17:20:50.960Z] coverage: 92.2% of statements [2021-11-11T17:20:50.960Z] ok github.com/docker/docker/api/server/router/swarm 0.093s coverage: 5.7% of statements [2021-11-11T17:20:50.960Z] ok github.com/docker/docker/api/types/filters 0.061s coverage: 92.2% of statements [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-11T17:20:50.960Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-11T17:20:50.960Z] === RUN TestStrSliceMarshalJSON [2021-11-11T17:20:50.960Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestStrSliceUnmarshalJSON [2021-11-11T17:20:50.960Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-11-11T17:20:50.960Z] === RUN TestStrSliceUnmarshalString [2021-11-11T17:20:50.960Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-11-11T17:20:50.961Z] === RUN TestStrSliceUnmarshalSlice [2021-11-11T17:20:50.961Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-11-11T17:20:50.961Z] PASS [2021-11-11T17:20:50.961Z] coverage: 90.0% of statements [2021-11-11T17:20:50.961Z] ok github.com/docker/docker/api/types/strslice 0.043s coverage: 90.0% of statements [2021-11-11T17:20:50.961Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-11T17:20:50.961Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-11T17:20:50.962Z] === RUN Test [2021-11-11T17:20:50.962Z] === RUN Test/TestWatch [2021-11-11T17:20:50.962Z] --- PASS: Test (0.00s) [2021-11-11T17:20:50.962Z] --- PASS: Test/TestWatch (0.00s) [2021-11-11T17:20:50.962Z] PASS [2021-11-11T17:20:50.962Z] coverage: 92.3% of statements [2021-11-11T17:20:50.962Z] ok github.com/docker/docker/pkg/discovery/memory 0.032s coverage: 92.3% of statements [2021-11-11T17:20:50.962Z] --- PASS: TestNetworkDBCRUDTableEntries (3.23s) [2021-11-11T17:20:50.962Z] === RUN TestNetworkDBNodeLeave [2021-11-11T17:20:51.428Z] === RUN Test [2021-11-11T17:20:51.428Z] === RUN Test/TestInitialize [2021-11-11T17:20:51.428Z] === RUN Test/TestInitializeWithPattern [2021-11-11T17:20:51.428Z] === RUN Test/TestRegister [2021-11-11T17:20:51.428Z] === RUN Test/TestWatch [2021-11-11T17:20:51.428Z] --- PASS: Test (0.00s) [2021-11-11T17:20:51.428Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-11T17:20:51.428Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-11-11T17:20:51.428Z] --- PASS: Test/TestRegister (0.00s) [2021-11-11T17:20:51.428Z] --- PASS: Test/TestWatch (0.00s) [2021-11-11T17:20:51.428Z] PASS [2021-11-11T17:20:51.428Z] coverage: 93.8% of statements [2021-11-11T17:20:51.428Z] ok github.com/docker/docker/pkg/discovery/nodes 0.040s coverage: 93.8% of statements [2021-11-11T17:20:51.433Z] === RUN TestDurationToSecondsString [2021-11-11T17:20:51.433Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-11-11T17:20:51.433Z] === RUN TestGetTimestamp [2021-11-11T17:20:51.433Z] === RUN TestCompareVersion [2021-11-11T17:20:51.433Z] --- PASS: TestCompareVersion (0.00s) [2021-11-11T17:20:51.433Z] PASS [2021-11-11T17:20:51.433Z] coverage: 77.3% of statements [2021-11-11T17:20:51.433Z] ok github.com/docker/docker/api/types/versions 0.049s coverage: 77.3% of statements [2021-11-11T17:20:51.433Z] --- PASS: TestGetTimestamp (0.14s) [2021-11-11T17:20:51.433Z] === RUN TestParseTimestamps [2021-11-11T17:20:51.433Z] --- PASS: TestParseTimestamps (0.00s) [2021-11-11T17:20:51.433Z] PASS [2021-11-11T17:20:51.434Z] coverage: 100.0% of statements [2021-11-11T17:20:51.894Z] === RUN TestPollerAddRemove [2021-11-11T17:20:51.894Z] --- PASS: TestPollerAddRemove (0.00s) [2021-11-11T17:20:51.894Z] === RUN TestPollerEvent [2021-11-11T17:20:51.894Z] poller_test.go:40: No chmod on Windows [2021-11-11T17:20:51.894Z] --- SKIP: TestPollerEvent (0.00s) [2021-11-11T17:20:51.894Z] === RUN TestPollerClose [2021-11-11T17:20:51.894Z] --- PASS: TestPollerClose (0.00s) [2021-11-11T17:20:51.894Z] PASS [2021-11-11T17:20:51.894Z] coverage: 36.2% of statements [2021-11-11T17:20:51.894Z] ok github.com/docker/docker/pkg/filenotify 0.036s coverage: 36.2% of statements [2021-11-11T17:20:51.908Z] ok github.com/docker/docker/api/types/time 0.259s coverage: 100.0% of statements [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/builder [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-11T17:20:51.908Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-11T17:20:52.876Z] === RUN TestCopyFileWithInvalidSrc [2021-11-11T17:20:52.876Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCopyFileWithInvalidDest [2021-11-11T17:20:52.876Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCopyFileWithSameSrcAndDest [2021-11-11T17:20:52.876Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-11-11T17:20:52.876Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCopyFile [2021-11-11T17:20:52.876Z] --- PASS: TestCopyFile (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-11-11T17:20:52.876Z] fileutils_test.go:133: Needs porting to Windows [2021-11-11T17:20:52.876Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-11-11T17:20:52.876Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestReadSymlinkedDirectoryToFile [2021-11-11T17:20:52.876Z] fileutils_test.go:179: Needs porting to Windows [2021-11-11T17:20:52.876Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestWildcardMatches [2021-11-11T17:20:52.876Z] --- PASS: TestWildcardMatches (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestPatternMatches [2021-11-11T17:20:52.876Z] --- PASS: TestPatternMatches (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-11-11T17:20:52.876Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestPatternMatchesFolderExclusions [2021-11-11T17:20:52.876Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-11-11T17:20:52.876Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-11-11T17:20:52.876Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-11-11T17:20:52.876Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-11-11T17:20:52.876Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestSingleExclamationError [2021-11-11T17:20:52.876Z] --- PASS: TestSingleExclamationError (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestMatchesWithNoPatterns [2021-11-11T17:20:52.876Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestMatchesWithMalformedPatterns [2021-11-11T17:20:52.876Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestMatches [2021-11-11T17:20:52.876Z] === RUN TestMatches/MatchesOrParentMatches [2021-11-11T17:20:52.876Z] === RUN TestMatches/MatchesUsingParentResult [2021-11-11T17:20:52.876Z] --- PASS: TestMatches (0.00s) [2021-11-11T17:20:52.876Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-11-11T17:20:52.876Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCleanPatterns [2021-11-11T17:20:52.876Z] --- PASS: TestCleanPatterns (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-11-11T17:20:52.876Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCleanPatternsExceptionFlag [2021-11-11T17:20:52.876Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-11-11T17:20:52.876Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-11-11T17:20:52.876Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCleanPatternsErrorSingleException [2021-11-11T17:20:52.876Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCreateIfNotExistsDir [2021-11-11T17:20:52.876Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestCreateIfNotExistsFile [2021-11-11T17:20:52.876Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-11-11T17:20:52.876Z] === RUN TestMatch [2021-11-11T17:20:52.876Z] --- PASS: TestMatch (0.00s) [2021-11-11T17:20:52.876Z] PASS [2021-11-11T17:20:52.876Z] coverage: 82.5% of statements [2021-11-11T17:20:52.876Z] ok github.com/docker/docker/pkg/fileutils 0.055s coverage: 82.5% of statements [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-11-11T17:20:52.904Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-11-11T17:20:52.904Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-11-11T17:20:52.904Z] === RUN TestCloneArgsSmartHttp [2021-11-11T17:20:52.904Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2021-11-11T17:20:52.904Z] === RUN TestCloneArgsDumbHttp [2021-11-11T17:20:52.904Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-11-11T17:20:52.904Z] === RUN TestCloneArgsGit [2021-11-11T17:20:52.904Z] --- PASS: TestCloneArgsGit (0.00s) [2021-11-11T17:20:52.904Z] === RUN TestCheckoutGit [2021-11-11T17:20:53.343Z] --- PASS: TestGetAddress (16.84s) [2021-11-11T17:20:53.343Z] === RUN TestRequestSyntaxCheck [2021-11-11T17:20:53.343Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-11-11T17:20:53.343Z] === RUN TestRequest [2021-11-11T17:20:53.343Z] === RUN TestGet [2021-11-11T17:20:53.343Z] --- PASS: TestGet (0.00s) [2021-11-11T17:20:53.343Z] === RUN TestGetShortcutString [2021-11-11T17:20:53.343Z] --- PASS: TestGetShortcutString (0.00s) [2021-11-11T17:20:53.343Z] PASS [2021-11-11T17:20:53.343Z] coverage: 42.9% of statements [2021-11-11T17:20:53.343Z] ok github.com/docker/docker/pkg/homedir 0.029s coverage: 42.9% of statements [2021-11-11T17:20:53.810Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-11-11T17:20:53.810Z] === RUN TestNetworkDBWatch [2021-11-11T17:20:53.810Z] === RUN TestCreateIDMapOrder [2021-11-11T17:20:53.810Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-11-11T17:20:53.810Z] PASS [2021-11-11T17:20:53.810Z] coverage: 7.2% of statements [2021-11-11T17:20:53.810Z] ok github.com/docker/docker/pkg/idtools 0.031s coverage: 7.2% of statements [2021-11-11T17:20:54.794Z] === RUN TestFixedBufferCap [2021-11-11T17:20:54.794Z] --- PASS: TestFixedBufferCap (0.00s) [2021-11-11T17:20:54.794Z] === RUN TestFixedBufferLen [2021-11-11T17:20:54.794Z] --- PASS: TestFixedBufferLen (0.00s) [2021-11-11T17:20:54.794Z] === RUN TestFixedBufferString [2021-11-11T17:20:54.794Z] --- PASS: TestFixedBufferString (0.00s) [2021-11-11T17:20:54.794Z] === RUN TestFixedBufferWrite [2021-11-11T17:20:54.794Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-11-11T17:20:54.794Z] === RUN TestFixedBufferRead [2021-11-11T17:20:54.794Z] --- PASS: TestFixedBufferRead (0.00s) [2021-11-11T17:20:54.794Z] === RUN TestBytesPipeRead [2021-11-11T17:20:54.794Z] --- PASS: TestBytesPipeRead (0.00s) [2021-11-11T17:20:54.794Z] === RUN TestBytesPipeWrite [2021-11-11T17:20:54.794Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-11-11T17:20:54.794Z] === RUN TestBytesPipeWriteRandomChunks [2021-11-11T17:20:55.261Z] --- PASS: TestBytesPipeWriteRandomChunks (0.36s) [2021-11-11T17:20:55.261Z] === RUN TestAtomicWriteToFile [2021-11-11T17:20:55.261Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-11-11T17:20:55.261Z] === RUN TestAtomicWriteSetCommit [2021-11-11T17:20:55.261Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-11-11T17:20:55.261Z] === RUN TestAtomicWriteSetCancel [2021-11-11T17:20:55.261Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-11-11T17:20:55.261Z] === RUN TestReadCloserWrapperClose [2021-11-11T17:20:55.261Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-11-11T17:20:55.261Z] === RUN TestReaderErrWrapperReadOnError [2021-11-11T17:20:55.261Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-11-11T17:20:55.261Z] === RUN TestReaderErrWrapperRead [2021-11-11T17:20:55.261Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-11-11T17:20:55.261Z] === RUN TestCancelReadCloser [2021-11-11T17:20:55.261Z] --- PASS: TestCancelReadCloser (0.10s) [2021-11-11T17:20:55.261Z] === RUN TestWriteCloserWrapperClose [2021-11-11T17:20:55.261Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-11-11T17:20:55.261Z] === RUN TestNopWriteCloser [2021-11-11T17:20:55.261Z] --- PASS: TestNopWriteCloser (0.00s) [2021-11-11T17:20:55.261Z] === RUN TestNopWriter [2021-11-11T17:20:55.261Z] --- PASS: TestNopWriter (0.00s) [2021-11-11T17:20:55.261Z] === RUN TestWriteCounter [2021-11-11T17:20:55.261Z] --- PASS: TestWriteCounter (0.00s) [2021-11-11T17:20:55.261Z] PASS [2021-11-11T17:20:55.261Z] coverage: 70.1% of statements [2021-11-11T17:20:55.261Z] ok github.com/docker/docker/pkg/ioutils 0.512s coverage: 70.1% of statements [2021-11-11T17:20:55.261Z] 2021/11/11 17:20:55 Closing DB instances... [2021-11-11T17:20:55.727Z] === RUN TestError [2021-11-11T17:20:55.727Z] --- PASS: TestError (0.00s) [2021-11-11T17:20:55.727Z] === RUN TestProgressString [2021-11-11T17:20:55.727Z] === RUN TestProgressString/no_progress [2021-11-11T17:20:55.727Z] === RUN TestProgressString/progress_1 [2021-11-11T17:20:55.727Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-11-11T17:20:55.727Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-11-11T17:20:55.727Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-11-11T17:20:55.727Z] === RUN TestProgressString/with_units [2021-11-11T17:20:55.727Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-11-11T17:20:55.727Z] === RUN TestProgressString/hide_counts [2021-11-11T17:20:55.727Z] --- PASS: TestProgressString (0.00s) [2021-11-11T17:20:55.727Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-11-11T17:20:55.727Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-11-11T17:20:55.727Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-11-11T17:20:55.727Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-11-11T17:20:55.727Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-11-11T17:20:55.727Z] --- PASS: TestProgressString/with_units (0.00s) [2021-11-11T17:20:55.727Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-11-11T17:20:55.727Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-11-11T17:20:55.727Z] === RUN TestJSONMessageDisplay [2021-11-11T17:20:55.896Z] === RUN TestEnable [2021-11-11T17:20:55.896Z] --- PASS: TestEnable (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestDisable [2021-11-11T17:20:55.896Z] --- PASS: TestDisable (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestEnabled [2021-11-11T17:20:55.896Z] --- PASS: TestEnabled (0.00s) [2021-11-11T17:20:55.896Z] PASS [2021-11-11T17:20:55.896Z] coverage: 100.0% of statements [2021-11-11T17:20:55.896Z] ok github.com/docker/docker/cli/debug 0.071s coverage: 100.0% of statements [2021-11-11T17:20:55.896Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-11-11T17:20:55.896Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-11-11T17:20:55.896Z] === RUN TestProcessNoDockerignore [2021-11-11T17:20:55.896Z] --- PASS: TestProcessNoDockerignore (0.01s) [2021-11-11T17:20:55.896Z] === RUN TestProcessShouldLeaveAllFiles [2021-11-11T17:20:55.896Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2021-11-11T17:20:55.896Z] === RUN TestDetectContentType [2021-11-11T17:20:55.896Z] --- PASS: TestDetectContentType (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestSelectAcceptableMIME [2021-11-11T17:20:55.896Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestInspectEmptyResponse [2021-11-11T17:20:55.896Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestInspectResponseBinary [2021-11-11T17:20:55.896Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestResponseUnsupportedContentType [2021-11-11T17:20:55.896Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestInspectResponseTextSimple [2021-11-11T17:20:55.896Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestInspectResponseEmptyContentType [2021-11-11T17:20:55.896Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestUnknownContentLength [2021-11-11T17:20:55.896Z] --- PASS: TestUnknownContentLength (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestDownloadRemote [2021-11-11T17:20:55.896Z] --- PASS: TestDownloadRemote (0.13s) [2021-11-11T17:20:55.896Z] === RUN TestGetWithStatusError [2021-11-11T17:20:55.896Z] --- PASS: TestGetWithStatusError (0.00s) [2021-11-11T17:20:55.896Z] === RUN TestCloseRootDirectory [2021-11-11T17:20:55.896Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:55.896Z] --- SKIP: TestCloseRootDirectory (0.01s) [2021-11-11T17:20:55.896Z] === RUN TestHashFile [2021-11-11T17:20:55.897Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:55.897Z] --- SKIP: TestHashFile (0.01s) [2021-11-11T17:20:55.897Z] === RUN TestHashSubdir [2021-11-11T17:20:55.897Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:55.897Z] --- SKIP: TestHashSubdir (0.02s) [2021-11-11T17:20:55.897Z] === RUN TestRemoveDirectory [2021-11-11T17:20:55.897Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:20:55.897Z] --- SKIP: TestRemoveDirectory (0.01s) [2021-11-11T17:20:55.897Z] PASS [2021-11-11T17:20:55.897Z] coverage: 9.3% of statements [2021-11-11T17:20:55.897Z] ok github.com/docker/docker/builder/remotecontext 0.398s coverage: 9.3% of statements [2021-11-11T17:20:56.194Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-11-11T17:20:56.194Z] === RUN TestJSONMessageDisplayWithJSONError [2021-11-11T17:20:56.194Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-11-11T17:20:56.194Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-11-11T17:20:56.194Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-11-11T17:20:56.194Z] === RUN TestDisplayJSONMessagesStream [2021-11-11T17:20:56.194Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-11-11T17:20:56.194Z] PASS [2021-11-11T17:20:56.194Z] coverage: 91.7% of statements [2021-11-11T17:20:56.194Z] ok github.com/docker/docker/pkg/jsonmessage 0.148s coverage: 91.7% of statements [2021-11-11T17:20:56.367Z] === RUN TestGetAllAllowed [2021-11-11T17:20:56.367Z] --- PASS: TestGetAllAllowed (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestGetAllMeta [2021-11-11T17:20:56.367Z] --- PASS: TestGetAllMeta (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestWarnOnUnusedBuildArgs [2021-11-11T17:20:56.367Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestIsUnreferencedBuiltin [2021-11-11T17:20:56.367Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestIsExistingDirectory [2021-11-11T17:20:56.367Z] --- PASS: TestIsExistingDirectory (0.01s) [2021-11-11T17:20:56.367Z] === RUN TestGetFilenameForDownload [2021-11-11T17:20:56.367Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestEnv2Variables [2021-11-11T17:20:56.367Z] --- PASS: TestEnv2Variables (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-11-11T17:20:56.367Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestMaintainer [2021-11-11T17:20:56.367Z] --- PASS: TestMaintainer (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestLabel [2021-11-11T17:20:56.367Z] --- PASS: TestLabel (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestFromScratch [2021-11-11T17:20:56.367Z] --- PASS: TestFromScratch (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestFromWithArg [2021-11-11T17:20:56.367Z] --- PASS: TestFromWithArg (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-11-11T17:20:56.367Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestFromWithUndefinedArg [2021-11-11T17:20:56.367Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestFromMultiStageWithNamedStage [2021-11-11T17:20:56.367Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestOnbuild [2021-11-11T17:20:56.367Z] --- PASS: TestOnbuild (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestWorkdir [2021-11-11T17:20:56.367Z] --- PASS: TestWorkdir (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestCmd [2021-11-11T17:20:56.367Z] --- PASS: TestCmd (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestHealthcheckNone [2021-11-11T17:20:56.367Z] --- PASS: TestHealthcheckNone (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestHealthcheckCmd [2021-11-11T17:20:56.367Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestEntrypoint [2021-11-11T17:20:56.367Z] --- PASS: TestEntrypoint (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestExpose [2021-11-11T17:20:56.367Z] --- PASS: TestExpose (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestUser [2021-11-11T17:20:56.367Z] --- PASS: TestUser (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestVolume [2021-11-11T17:20:56.367Z] --- PASS: TestVolume (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestStopSignal [2021-11-11T17:20:56.367Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-11T17:20:56.367Z] --- SKIP: TestStopSignal (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestArg [2021-11-11T17:20:56.367Z] --- PASS: TestArg (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestShell [2021-11-11T17:20:56.367Z] --- PASS: TestShell (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestPrependEnvOnCmd [2021-11-11T17:20:56.367Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestRunWithBuildArgs [2021-11-11T17:20:56.367Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestRunIgnoresHealthcheck [2021-11-11T17:20:56.367Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestDispatchUnsupportedOptions [2021-11-11T17:20:56.367Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-11-11T17:20:56.367Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-11-11T17:20:56.367Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-11-11T17:20:56.367Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestNormalizeWorkdir [2021-11-11T17:20:56.367Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestDispatch [2021-11-11T17:20:56.367Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-11-11T17:20:56.367Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-11-11T17:20:56.367Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-11-11T17:20:56.367Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-11-11T17:20:56.367Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-11-11T17:20:56.367Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-11-11T17:20:56.367Z] === RUN TestDispatch/COPY_url [2021-11-11T17:20:56.367Z] --- PASS: TestDispatch (0.09s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.03s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-11-11T17:20:56.367Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestAddScratchImageAddsToMounts [2021-11-11T17:20:56.367Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestAddFromScratchPopulatesPlatform [2021-11-11T17:20:56.367Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-11-11T17:20:56.367Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-11-11T17:20:56.367Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestImageSourceGetAddsToMounts [2021-11-11T17:20:56.367Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestEmptyDockerfile [2021-11-11T17:20:56.367Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-11-11T17:20:56.367Z] === RUN TestSymlinkDockerfile [2021-11-11T17:20:56.367Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-11-11T17:20:56.367Z] === RUN TestDockerfileOutsideTheBuildContext [2021-11-11T17:20:56.367Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestNonExistingDockerfile [2021-11-11T17:20:56.367Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestCopyRunConfig [2021-11-11T17:20:56.367Z] --- PASS: TestCopyRunConfig (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestDeepCopyRunConfig [2021-11-11T17:20:56.367Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestExportImage [2021-11-11T17:20:56.367Z] --- PASS: TestExportImage (0.00s) [2021-11-11T17:20:56.367Z] === RUN TestNormalizeDest [2021-11-11T17:20:56.367Z] --- PASS: TestNormalizeDest (0.00s) [2021-11-11T17:20:56.367Z] PASS [2021-11-11T17:20:56.367Z] coverage: 46.8% of statements [2021-11-11T17:20:56.367Z] ok github.com/docker/docker/builder/dockerfile 0.199s coverage: 46.8% of statements [2021-11-11T17:20:56.367Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-11T17:20:56.661Z] === RUN TestStandardLongPath [2021-11-11T17:20:56.661Z] --- PASS: TestStandardLongPath (0.00s) [2021-11-11T17:20:56.661Z] === RUN TestUNCLongPath [2021-11-11T17:20:56.661Z] --- PASS: TestUNCLongPath (0.00s) [2021-11-11T17:20:56.661Z] PASS [2021-11-11T17:20:56.661Z] coverage: 100.0% of statements [2021-11-11T17:20:56.661Z] ok github.com/docker/docker/pkg/longpath 0.028s coverage: 100.0% of statements [2021-11-11T17:20:56.661Z] --- PASS: TestNetworkDBWatch (3.03s) [2021-11-11T17:20:56.661Z] === RUN TestNetworkDBBulkSync [2021-11-11T17:20:56.837Z] === RUN TestTCP4Proxy [2021-11-11T17:20:56.837Z] --- PASS: TestTCP4Proxy (0.00s) [2021-11-11T17:20:56.837Z] === RUN TestTCP4ProxyHalfClose [2021-11-11T17:20:56.837Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-11-11T17:20:56.837Z] === RUN TestTCP6Proxy [2021-11-11T17:20:56.837Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-11T17:20:56.837Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-11-11T17:20:56.837Z] === RUN TestTCPDualStackProxy [2021-11-11T17:20:56.837Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-11T17:20:56.837Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-11-11T17:20:56.837Z] === RUN TestUDP4Proxy [2021-11-11T17:20:56.837Z] --- PASS: TestUDP4Proxy (0.00s) [2021-11-11T17:20:56.837Z] === RUN TestUDP6Proxy [2021-11-11T17:20:56.837Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-11T17:20:56.837Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-11-11T17:20:56.837Z] === RUN TestUDPWriteError [2021-11-11T17:20:56.837Z] --- PASS: TestUDPWriteError (0.00s) [2021-11-11T17:20:56.837Z] === RUN TestSCTP4Proxy [2021-11-11T17:20:56.837Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-11T17:20:56.837Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-11-11T17:20:56.837Z] === RUN TestSCTP6Proxy [2021-11-11T17:20:56.837Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-11T17:20:56.837Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-11-11T17:20:56.837Z] PASS [2021-11-11T17:20:56.837Z] coverage: 49.4% of statements [2021-11-11T17:20:56.837Z] ok github.com/docker/docker/cmd/docker-proxy 0.050s coverage: 49.4% of statements [2021-11-11T17:20:56.852Z] #78 exporting layers 7.7s done [2021-11-11T17:20:56.852Z] #78 writing image sha256:e08dd9b7a105e9cf3e8a9bfe189497caccb070f94401157ddd3051a7705df47b done [2021-11-11T17:20:56.852Z] #78 naming to docker.io/library/docker:4a8d18ade56ed7c66800a56cf757acecfae1db1e done [2021-11-11T17:20:56.852Z] #78 DONE 7.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-11T17:20:57.128Z] === RUN TestNameFormat [2021-11-11T17:20:57.129Z] --- PASS: TestNameFormat (0.00s) [2021-11-11T17:20:57.129Z] === RUN TestNameRetries [2021-11-11T17:20:57.129Z] --- PASS: TestNameRetries (0.00s) [2021-11-11T17:20:57.129Z] PASS [2021-11-11T17:20:57.129Z] coverage: 85.7% of statements [2021-11-11T17:20:57.129Z] ok github.com/docker/docker/pkg/namesgenerator 0.028s coverage: 85.7% of statements [2021-11-11T17:20:57.204Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_GITCOMMIT=4a8d18ade56ed7c66800a56cf757acecfae1db1e -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:4a8d18ade56ed7c66800a56cf757acecfae1db1e hack/make.sh dynbinary test-integration [2021-11-11T17:20:57.595Z] === RUN TestParseKeyValueOpt [2021-11-11T17:20:57.595Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-11-11T17:20:57.595Z] === RUN TestParseUintList [2021-11-11T17:20:57.595Z] --- PASS: TestParseUintList (0.00s) [2021-11-11T17:20:57.595Z] === RUN TestParseUintListMaximumLimits [2021-11-11T17:20:57.595Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-11-11T17:20:57.595Z] PASS [2021-11-11T17:20:57.595Z] coverage: 97.0% of statements [2021-11-11T17:20:57.595Z] ok github.com/docker/docker/pkg/parsers 0.029s coverage: 97.0% of statements [2021-11-11T17:20:58.062Z] === RUN TestNewAndRemove [2021-11-11T17:20:58.062Z] --- PASS: TestNewAndRemove (0.00s) [2021-11-11T17:20:58.062Z] === RUN TestRemoveInvalidPath [2021-11-11T17:20:58.062Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-11-11T17:20:58.062Z] PASS [2021-11-11T17:20:58.062Z] coverage: 82.6% of statements [2021-11-11T17:20:58.062Z] ok github.com/docker/docker/pkg/pidfile 0.029s coverage: 82.6% of statements [2021-11-11T17:20:58.062Z] 2021/11/11 17:20:57 Closing DB instances... [2021-11-11T17:20:59.045Z] --- PASS: TestRequest (5.89s) [2021-11-11T17:20:59.045Z] === RUN TestOverlappingRequests [2021-11-11T17:20:59.045Z] === RUN TestFailedConnection [2021-11-11T17:20:59.104Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-11-11T17:20:59.104Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-11-11T17:20:59.104Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-11-11T17:20:59.104Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-11-11T17:20:59.104Z] 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) [2021-11-11T17:20:59.104Z] Detected virtualization docker. [2021-11-11T17:20:59.104Z] Detected architecture x86-64. [2021-11-11T17:20:59.104Z] Set hostname to . [2021-11-11T17:20:59.104Z] modprobe@configfs.service: Succeeded. [2021-11-11T17:20:59.104Z] modprobe@drm.service: Succeeded. [2021-11-11T17:20:59.104Z] modprobe@fuse.service: Succeeded. [2021-11-11T17:20:59.104Z] + source /etc/docker-entrypoint-cmd [2021-11-11T17:20:59.104Z] ++ hack/make.sh dynbinary test-integration [2021-11-11T17:20:59.104Z] [2021-11-11T17:20:59.362Z] Removing bundles/ [2021-11-11T17:20:59.362Z] [2021-11-11T17:20:59.362Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-11T17:20:59.362Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:20:59.362Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:20:59.511Z] --- PASS: TestOverlappingRequests (0.27s) [2021-11-11T17:20:59.511Z] === RUN TestRelease [2021-11-11T17:20:59.511Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-11-11T17:20:59.511Z] === RUN TestNetworkDBCRUDMediumCluster [2021-11-11T17:21:00.495Z] --- PASS: TestRelease (1.00s) [2021-11-11T17:21:00.495Z] === RUN TestAllocateRandomDeallocate [2021-11-11T17:21:00.495Z] === RUN TestParseEmptyInterface [2021-11-11T17:21:00.495Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-11-11T17:21:00.495Z] === RUN TestParseNonInterfaceType [2021-11-11T17:21:00.495Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-11-11T17:21:00.495Z] === RUN TestParseWithOneFunction [2021-11-11T17:21:00.495Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-11-11T17:21:00.495Z] === RUN TestParseWithMultipleFuncs [2021-11-11T17:21:00.495Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-11-11T17:21:00.495Z] === RUN TestParseWithUnnamedReturn [2021-11-11T17:21:00.495Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-11-11T17:21:00.495Z] === RUN TestEmbeddedInterface [2021-11-11T17:21:00.495Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-11-11T17:21:00.495Z] === RUN TestParsedImports [2021-11-11T17:21:00.495Z] --- PASS: TestParsedImports (0.00s) [2021-11-11T17:21:00.495Z] === RUN TestAliasedImports [2021-11-11T17:21:00.495Z] --- PASS: TestAliasedImports (0.00s) [2021-11-11T17:21:00.495Z] PASS [2021-11-11T17:21:00.495Z] coverage: 56.8% of statements [2021-11-11T17:21:00.495Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.042s coverage: 56.8% of statements [2021-11-11T17:21:01.479Z] === RUN TestHTTPTransport [2021-11-11T17:21:01.479Z] --- PASS: TestHTTPTransport (0.00s) [2021-11-11T17:21:01.479Z] PASS [2021-11-11T17:21:01.479Z] coverage: 85.7% of statements [2021-11-11T17:21:01.479Z] --- PASS: TestFailedConnection (2.01s) [2021-11-11T17:21:01.479Z] === RUN TestFailOnce [2021-11-11T17:21:01.479Z] ok github.com/docker/docker/pkg/plugins/transport 0.030s coverage: 85.7% of statements [2021-11-11T17:21:01.479Z] 2021/11/11 17:21:01 http: panic serving 127.0.0.1:49282: Plugin not ready [2021-11-11T17:21:01.479Z] goroutine 13 [running]: [2021-11-11T17:21:01.479Z] net/http.(*conn).serve.func1() [2021-11-11T17:21:01.479Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-11-11T17:21:01.479Z] panic({0xaa9c60, 0xbb59b0}) [2021-11-11T17:21:01.479Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-11-11T17:21:01.479Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x6b3b768cefc242c8}, 0xc000165a98) [2021-11-11T17:21:01.479Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-11-11T17:21:01.479Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xbc2730, 0xc0000b0000}, 0x9fe666) [2021-11-11T17:21:01.479Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-11-11T17:21:01.479Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xbc2730, 0xc0000b0000}, 0xc000216000) [2021-11-11T17:21:01.479Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-11-11T17:21:01.479Z] net/http.serverHandler.ServeHTTP({0xbc0d30}, {0xbc2730, 0xc0000b0000}, 0xc000216000) [2021-11-11T17:21:01.479Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-11-11T17:21:01.479Z] net/http.(*conn).serve(0xc000060b40, {0xbc4600, 0xc00008a0c0}) [2021-11-11T17:21:01.479Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-11-11T17:21:01.479Z] created by net/http.(*Server).Serve [2021-11-11T17:21:01.479Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-11-11T17:21:01.479Z] time="2021-11-11T17:21:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49281/Test.FailOnce: Post \"http://127.0.0.1:49281/Test.FailOnce\": EOF, retrying in 1s" [2021-11-11T17:21:01.945Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-11-11T17:21:01.945Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-11T17:21:01.945Z] === RUN TestBufioReaderPoolPutAndGet [2021-11-11T17:21:01.945Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-11-11T17:21:01.945Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-11-11T17:21:01.945Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-11-11T17:21:01.945Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-11-11T17:21:01.945Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-11T17:21:01.945Z] === RUN TestBufioWriterPoolPutAndGet [2021-11-11T17:21:01.945Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-11-11T17:21:01.945Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-11-11T17:21:01.945Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-11-11T17:21:01.945Z] === RUN TestBufferPoolPutAndGet [2021-11-11T17:21:01.945Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-11-11T17:21:01.945Z] PASS [2021-11-11T17:21:01.945Z] coverage: 88.2% of statements [2021-11-11T17:21:01.945Z] ok github.com/docker/docker/pkg/pools 0.028s coverage: 88.2% of statements [2021-11-11T17:21:01.945Z] === RUN TestOutputOnPrematureClose [2021-11-11T17:21:01.945Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-11-11T17:21:01.945Z] === RUN TestCompleteSilently [2021-11-11T17:21:01.945Z] --- PASS: TestCompleteSilently (0.00s) [2021-11-11T17:21:01.945Z] PASS [2021-11-11T17:21:01.945Z] coverage: 75.9% of statements [2021-11-11T17:21:01.945Z] ok github.com/docker/docker/pkg/progress 0.026s coverage: 75.9% of statements [2021-11-11T17:21:02.412Z] --- PASS: TestFailOnce (1.12s) [2021-11-11T17:21:02.412Z] === RUN TestEchoInputOutput [2021-11-11T17:21:02.412Z] --- PASS: TestEchoInputOutput (0.00s) [2021-11-11T17:21:02.412Z] === RUN TestBackoff [2021-11-11T17:21:02.412Z] --- PASS: TestBackoff (0.00s) [2021-11-11T17:21:02.412Z] === RUN TestAbortRetry [2021-11-11T17:21:02.412Z] --- PASS: TestAbortRetry (0.00s) [2021-11-11T17:21:02.412Z] === RUN TestClientScheme [2021-11-11T17:21:02.412Z] --- PASS: TestClientScheme (0.00s) [2021-11-11T17:21:02.412Z] === RUN TestNewClientWithTimeout [2021-11-11T17:21:02.412Z] === RUN TestSendToOneSub [2021-11-11T17:21:02.412Z] --- PASS: TestSendToOneSub (0.00s) [2021-11-11T17:21:02.412Z] === RUN TestSendToMultipleSubs [2021-11-11T17:21:02.412Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-11-11T17:21:02.412Z] === RUN TestEvictOneSub [2021-11-11T17:21:02.412Z] --- PASS: TestEvictOneSub (0.00s) [2021-11-11T17:21:02.412Z] === RUN TestClosePublisher [2021-11-11T17:21:02.412Z] --- PASS: TestClosePublisher (0.00s) [2021-11-11T17:21:02.412Z] === RUN TestPubSubRace [2021-11-11T17:21:02.412Z] 2021/11/11 17:21:02 Closing DB instances... [2021-11-11T17:21:02.877Z] time="2021-11-11T17:21:02Z" level=error msg="node: 4eaf94937e8a is unknown to memberlist" [2021-11-11T17:21:02.877Z] time="2021-11-11T17:21:02Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-11-11T17:21:03.344Z] --- PASS: TestAllocateRandomDeallocate (2.93s) [2021-11-11T17:21:03.344Z] === RUN TestRetrieveFromStore [2021-11-11T17:21:03.344Z] --- PASS: TestPubSubRace (1.05s) [2021-11-11T17:21:03.344Z] PASS [2021-11-11T17:21:03.344Z] coverage: 75.0% of statements [2021-11-11T17:21:03.344Z] ok github.com/docker/docker/pkg/pubsub 1.075s coverage: 75.0% of statements [2021-11-11T17:21:03.810Z] === RUN TestRegister [2021-11-11T17:21:03.810Z] --- PASS: TestRegister (0.00s) [2021-11-11T17:21:03.810Z] === RUN TestCommand [2021-11-11T17:21:03.810Z] --- PASS: TestCommand (0.02s) [2021-11-11T17:21:03.810Z] === RUN TestNaiveSelf [2021-11-11T17:21:03.810Z] --- PASS: TestNaiveSelf (0.02s) [2021-11-11T17:21:03.810Z] PASS [2021-11-11T17:21:03.810Z] coverage: 82.4% of statements [2021-11-11T17:21:03.810Z] ok github.com/docker/docker/pkg/reexec 0.069s coverage: 82.4% of statements [2021-11-11T17:21:04.277Z] --- PASS: TestRetrieveFromStore (0.96s) [2021-11-11T17:21:04.277Z] === RUN TestRequestReleaseAddressDuplicate [2021-11-11T17:21:04.277Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-11-11T17:21:04.277Z] === RUN TestParallelPredefinedRequest1 [2021-11-11T17:21:04.277Z] === PAUSE TestParallelPredefinedRequest1 [2021-11-11T17:21:04.277Z] === RUN TestParallelPredefinedRequest2 [2021-11-11T17:21:04.277Z] === PAUSE TestParallelPredefinedRequest2 [2021-11-11T17:21:04.277Z] === RUN TestParallelPredefinedRequest3 [2021-11-11T17:21:04.277Z] === PAUSE TestParallelPredefinedRequest3 [2021-11-11T17:21:04.277Z] === RUN TestParallelPredefinedRequest4 [2021-11-11T17:21:04.277Z] === PAUSE TestParallelPredefinedRequest4 [2021-11-11T17:21:04.277Z] === RUN TestParallelPredefinedRequest5 [2021-11-11T17:21:04.277Z] === PAUSE TestParallelPredefinedRequest5 [2021-11-11T17:21:04.277Z] === RUN TestDebug [2021-11-11T17:21:04.277Z] --- PASS: TestDebug (0.00s) [2021-11-11T17:21:04.277Z] === RUN TestRequestPoolParallel [2021-11-11T17:21:04.277Z] time="2021-11-11T17:21:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-11-11T17:21:04.277Z] === RUN TestDump [2021-11-11T17:21:04.277Z] goroutine 6 [running]: [2021-11-11T17:21:04.277Z] github.com/docker/docker/pkg/stack.dump(0x8fb477) [2021-11-11T17:21:04.277Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-11T17:21:04.277Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-11-11T17:21:04.743Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-11-11T17:21:04.743Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-11-11T17:21:04.743Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-11-11T17:21:04.743Z] testing.tRunner(0xc00009c1a0, 0xa68e38) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:21:04.743Z] created by testing.(*T).Run [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-11T17:21:04.743Z] [2021-11-11T17:21:04.743Z] goroutine 1 [chan receive]: [2021-11-11T17:21:04.743Z] testing.(*T).Run(0xc00009c000, {0xa5a4fd, 0x8da1d3}, 0xa68e38) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-11T17:21:04.743Z] testing.runTests.func1(0xc000068750) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-11T17:21:04.743Z] testing.tRunner(0xc00009c000, 0xc000071ce0) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:21:04.743Z] testing.runTests(0xc000076080, {0xbccba0, 0x3, 0x3}, {0x8fa6cd, 0xa5c1f7, 0xbd1640}) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-11T17:21:04.743Z] testing.(*M).Run(0xc000076080) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-11T17:21:04.743Z] main.main() [2021-11-11T17:21:04.743Z] _testmain.go:95 +0x1f5 [2021-11-11T17:21:04.743Z] --- PASS: TestDump (0.00s) [2021-11-11T17:21:04.743Z] === RUN TestDumpToFile [2021-11-11T17:21:04.743Z] --- PASS: TestDumpToFile (0.10s) [2021-11-11T17:21:04.743Z] === RUN TestDumpToFileWithEmptyInput [2021-11-11T17:21:04.743Z] goroutine 8 [running]: [2021-11-11T17:21:04.743Z] github.com/docker/docker/pkg/stack.dump(0x968434) [2021-11-11T17:21:04.743Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-11T17:21:04.743Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x9687e0}) [2021-11-11T17:21:04.743Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-11-11T17:21:04.743Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00009c1a0) [2021-11-11T17:21:04.743Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-11-11T17:21:04.743Z] testing.tRunner(0xc00009c680, 0xa68e28) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:21:04.743Z] created by testing.(*T).Run [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-11T17:21:04.743Z] [2021-11-11T17:21:04.743Z] goroutine 1 [chan receive]: [2021-11-11T17:21:04.743Z] testing.(*T).Run(0xc00009c000, {0xa61289, 0x8da1d3}, 0xa68e28) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-11T17:21:04.743Z] testing.runTests.func1(0xc000068750) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-11T17:21:04.743Z] testing.tRunner(0xc00009c000, 0xc000071ce0) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:21:04.743Z] testing.runTests(0xc000076080, {0xbccba0, 0x3, 0x3}, {0x8fa6cd, 0xa5c1f7, 0xbd1640}) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-11T17:21:04.743Z] testing.(*M).Run(0xc000076080) [2021-11-11T17:21:04.743Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-11T17:21:04.743Z] main.main() [2021-11-11T17:21:04.743Z] _testmain.go:95 +0x1f5 [2021-11-11T17:21:04.743Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-11-11T17:21:04.743Z] PASS [2021-11-11T17:21:04.743Z] coverage: 90.9% of statements [2021-11-11T17:21:04.743Z] ok github.com/docker/docker/pkg/stack 0.134s coverage: 90.9% of statements [2021-11-11T17:21:04.743Z] --- PASS: TestRequestPoolParallel (0.39s) [2021-11-11T17:21:04.743Z] === RUN TestFullAllocateRelease [2021-11-11T17:21:05.210Z] --- PASS: TestFullAllocateRelease (0.35s) [2021-11-11T17:21:05.210Z] === RUN TestOddAllocateRelease [2021-11-11T17:21:05.210Z] === RUN TestNewStdWriter [2021-11-11T17:21:05.210Z] --- PASS: TestNewStdWriter (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestWriteWithUninitializedStdWriter [2021-11-11T17:21:05.210Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestWriteWithNilBytes [2021-11-11T17:21:05.210Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestWrite [2021-11-11T17:21:05.210Z] --- PASS: TestWrite (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestWriteWithWriterError [2021-11-11T17:21:05.210Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-11-11T17:21:05.210Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestStdCopyWriteAndRead [2021-11-11T17:21:05.210Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-11-11T17:21:05.210Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-11-11T17:21:05.210Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-11-11T17:21:05.210Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestStdCopyWithInvalidInputHeader [2021-11-11T17:21:05.210Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestStdCopyWithCorruptedPrefix [2021-11-11T17:21:05.210Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestStdCopyReturnsWriteErrors [2021-11-11T17:21:05.210Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-11-11T17:21:05.210Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-11-11T17:21:05.210Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-11-11T17:21:05.210Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-11-11T17:21:05.210Z] PASS [2021-11-11T17:21:05.210Z] coverage: 100.0% of statements [2021-11-11T17:21:05.210Z] ok github.com/docker/docker/pkg/stdcopy 0.034s coverage: 100.0% of statements [2021-11-11T17:21:05.210Z] --- PASS: TestOddAllocateRelease (0.20s) [2021-11-11T17:21:05.210Z] === RUN TestFullAllocateSerialReleaseParallel [2021-11-11T17:21:05.210Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2021-11-11T17:21:05.210Z] === RUN TestOddAllocateSerialReleaseParallel [2021-11-11T17:21:05.210Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-11-11T17:21:05.210Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-11-11T17:21:05.210Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-11-11T17:21:05.210Z] === CONT TestParallelPredefinedRequest1 [2021-11-11T17:21:05.210Z] === CONT TestParallelPredefinedRequest4 [2021-11-11T17:21:05.210Z] === CONT TestParallelPredefinedRequest3 [2021-11-11T17:21:05.210Z] === CONT TestParallelPredefinedRequest1 [2021-11-11T17:21:05.210Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:21:05.210Z] === CONT TestParallelPredefinedRequest3 [2021-11-11T17:21:05.210Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:21:05.210Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-11-11T17:21:05.210Z] === CONT TestParallelPredefinedRequest4 [2021-11-11T17:21:05.210Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:21:05.210Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-11-11T17:21:05.210Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-11-11T17:21:05.210Z] === CONT TestParallelPredefinedRequest5 [2021-11-11T17:21:05.210Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:21:05.210Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-11-11T17:21:05.210Z] === CONT TestParallelPredefinedRequest2 [2021-11-11T17:21:05.210Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:21:05.210Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-11-11T17:21:05.210Z] PASS [2021-11-11T17:21:05.210Z] coverage: 85.3% of statements [2021-11-11T17:21:05.210Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.66s) [2021-11-11T17:21:05.210Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-11-11T17:21:05.210Z] ok github.com/docker/docker/libnetwork/ipam 34.463s coverage: 85.3% of statements [2021-11-11T17:21:05.524Z] === RUN TestCheckpointCreateError [2021-11-11T17:21:05.524Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCheckpointCreate [2021-11-11T17:21:05.524Z] --- PASS: TestCheckpointCreate (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCheckpointDeleteError [2021-11-11T17:21:05.524Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCheckpointDelete [2021-11-11T17:21:05.524Z] --- PASS: TestCheckpointDelete (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCheckpointListError [2021-11-11T17:21:05.524Z] --- PASS: TestCheckpointListError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCheckpointList [2021-11-11T17:21:05.524Z] --- PASS: TestCheckpointList (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCheckpointListContainerNotFound [2021-11-11T17:21:05.524Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestNewClientWithOpsFromEnv [2021-11-11T17:21:05.524Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-11T17:21:05.524Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestGetAPIPath [2021-11-11T17:21:05.524Z] --- PASS: TestGetAPIPath (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestParseHostURL [2021-11-11T17:21:05.524Z] --- PASS: TestParseHostURL (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-11-11T17:21:05.524Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestNegotiateAPIVersionEmpty [2021-11-11T17:21:05.524Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestNegotiateAPIVersion [2021-11-11T17:21:05.524Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestNegotiateAPVersionOverride [2021-11-11T17:21:05.524Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestNegotiateAPIVersionAutomatic [2021-11-11T17:21:05.524Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-11-11T17:21:05.524Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-11-11T17:21:05.524Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestClientRedirect [2021-11-11T17:21:05.524Z] --- PASS: TestClientRedirect (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigCreateUnsupported [2021-11-11T17:21:05.524Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigCreateError [2021-11-11T17:21:05.524Z] --- PASS: TestConfigCreateError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigCreate [2021-11-11T17:21:05.524Z] --- PASS: TestConfigCreate (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigInspectNotFound [2021-11-11T17:21:05.524Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigInspectWithEmptyID [2021-11-11T17:21:05.524Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigInspectUnsupported [2021-11-11T17:21:05.524Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigInspectError [2021-11-11T17:21:05.524Z] --- PASS: TestConfigInspectError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigInspectConfigNotFound [2021-11-11T17:21:05.524Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigInspect [2021-11-11T17:21:05.524Z] --- PASS: TestConfigInspect (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigListUnsupported [2021-11-11T17:21:05.524Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigListError [2021-11-11T17:21:05.524Z] --- PASS: TestConfigListError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigList [2021-11-11T17:21:05.524Z] --- PASS: TestConfigList (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigRemoveUnsupported [2021-11-11T17:21:05.524Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigRemoveError [2021-11-11T17:21:05.524Z] --- PASS: TestConfigRemoveError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigRemove [2021-11-11T17:21:05.524Z] --- PASS: TestConfigRemove (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigUpdateUnsupported [2021-11-11T17:21:05.524Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigUpdateError [2021-11-11T17:21:05.524Z] --- PASS: TestConfigUpdateError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestConfigUpdate [2021-11-11T17:21:05.524Z] --- PASS: TestConfigUpdate (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerCommitError [2021-11-11T17:21:05.524Z] --- PASS: TestContainerCommitError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerCommit [2021-11-11T17:21:05.524Z] --- PASS: TestContainerCommit (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerStatPathError [2021-11-11T17:21:05.524Z] --- PASS: TestContainerStatPathError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerStatPathNotFoundError [2021-11-11T17:21:05.524Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerStatPathNoHeaderError [2021-11-11T17:21:05.524Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerStatPath [2021-11-11T17:21:05.524Z] --- PASS: TestContainerStatPath (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCopyToContainerError [2021-11-11T17:21:05.524Z] --- PASS: TestCopyToContainerError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCopyToContainerNotFoundError [2021-11-11T17:21:05.524Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCopyToContainerNotStatusOKError [2021-11-11T17:21:05.524Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCopyToContainer [2021-11-11T17:21:05.524Z] --- PASS: TestCopyToContainer (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCopyFromContainerError [2021-11-11T17:21:05.524Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCopyFromContainerNotFoundError [2021-11-11T17:21:05.524Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCopyFromContainerNotStatusOKError [2021-11-11T17:21:05.524Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCopyFromContainerNoHeaderError [2021-11-11T17:21:05.524Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestCopyFromContainer [2021-11-11T17:21:05.524Z] --- PASS: TestCopyFromContainer (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerCreateError [2021-11-11T17:21:05.524Z] --- PASS: TestContainerCreateError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerCreateImageNotFound [2021-11-11T17:21:05.524Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerCreateWithName [2021-11-11T17:21:05.524Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerCreateAutoRemove [2021-11-11T17:21:05.524Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerDiffError [2021-11-11T17:21:05.524Z] --- PASS: TestContainerDiffError (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerDiff [2021-11-11T17:21:05.524Z] --- PASS: TestContainerDiff (0.00s) [2021-11-11T17:21:05.524Z] === RUN TestContainerExecCreateError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerExecCreate [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExecCreate (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerExecStartError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExecStartError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerExecStart [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExecStart (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerExecInspectError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerExecInspect [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExecInspect (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerExportError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExportError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerExport [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExport (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerInspectError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerInspectError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerInspectContainerNotFound [2021-11-11T17:21:05.525Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerInspectWithEmptyID [2021-11-11T17:21:05.525Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerInspect [2021-11-11T17:21:05.525Z] --- PASS: TestContainerInspect (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerInspectNode [2021-11-11T17:21:05.525Z] --- PASS: TestContainerInspectNode (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerKillError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerKillError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerKill [2021-11-11T17:21:05.525Z] --- PASS: TestContainerKill (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerListError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerListError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerList [2021-11-11T17:21:05.525Z] --- PASS: TestContainerList (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerLogsNotFoundError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerLogsError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerLogsError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerLogs [2021-11-11T17:21:05.525Z] --- PASS: TestContainerLogs (0.13s) [2021-11-11T17:21:05.525Z] === RUN TestContainerPauseError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerPauseError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerPause [2021-11-11T17:21:05.525Z] --- PASS: TestContainerPause (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainersPruneError [2021-11-11T17:21:05.525Z] --- PASS: TestContainersPruneError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainersPrune [2021-11-11T17:21:05.525Z] --- PASS: TestContainersPrune (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerRemoveError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerRemoveError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerRemoveNotFoundError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerRemove [2021-11-11T17:21:05.525Z] --- PASS: TestContainerRemove (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerRenameError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerRenameError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerRename [2021-11-11T17:21:05.525Z] --- PASS: TestContainerRename (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerResizeError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerResizeError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerExecResizeError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerResize [2021-11-11T17:21:05.525Z] --- PASS: TestContainerResize (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerExecResize [2021-11-11T17:21:05.525Z] --- PASS: TestContainerExecResize (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerRestartError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerRestartError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerRestart [2021-11-11T17:21:05.525Z] --- PASS: TestContainerRestart (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerStartError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerStartError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerStart [2021-11-11T17:21:05.525Z] --- PASS: TestContainerStart (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerStatsError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerStatsError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerStats [2021-11-11T17:21:05.525Z] --- PASS: TestContainerStats (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerStopError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerStopError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerStop [2021-11-11T17:21:05.525Z] --- PASS: TestContainerStop (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerTopError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerTopError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerTop [2021-11-11T17:21:05.525Z] --- PASS: TestContainerTop (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerUnpauseError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerUnpause [2021-11-11T17:21:05.525Z] --- PASS: TestContainerUnpause (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerUpdateError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerUpdateError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerUpdate [2021-11-11T17:21:05.525Z] --- PASS: TestContainerUpdate (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerWaitError [2021-11-11T17:21:05.525Z] --- PASS: TestContainerWaitError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestContainerWait [2021-11-11T17:21:05.525Z] --- PASS: TestContainerWait (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestDiskUsageError [2021-11-11T17:21:05.525Z] --- PASS: TestDiskUsageError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestDiskUsage [2021-11-11T17:21:05.525Z] --- PASS: TestDiskUsage (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestDistributionInspectUnsupported [2021-11-11T17:21:05.525Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestDistributionInspectWithEmptyID [2021-11-11T17:21:05.525Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestEventsErrorInOptions [2021-11-11T17:21:05.525Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestEventsErrorFromServer [2021-11-11T17:21:05.525Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestEvents [2021-11-11T17:21:05.525Z] --- PASS: TestEvents (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestTLSCloseWriter [2021-11-11T17:21:05.525Z] === PAUSE TestTLSCloseWriter [2021-11-11T17:21:05.525Z] === RUN TestImageBuildError [2021-11-11T17:21:05.525Z] --- PASS: TestImageBuildError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageBuild [2021-11-11T17:21:05.525Z] --- PASS: TestImageBuild (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestGetDockerOS [2021-11-11T17:21:05.525Z] --- PASS: TestGetDockerOS (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageCreateError [2021-11-11T17:21:05.525Z] --- PASS: TestImageCreateError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageCreate [2021-11-11T17:21:05.525Z] --- PASS: TestImageCreate (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageHistoryError [2021-11-11T17:21:05.525Z] --- PASS: TestImageHistoryError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageHistory [2021-11-11T17:21:05.525Z] --- PASS: TestImageHistory (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageImportError [2021-11-11T17:21:05.525Z] --- PASS: TestImageImportError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageImport [2021-11-11T17:21:05.525Z] --- PASS: TestImageImport (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageInspectError [2021-11-11T17:21:05.525Z] --- PASS: TestImageInspectError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageInspectImageNotFound [2021-11-11T17:21:05.525Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageInspectWithEmptyID [2021-11-11T17:21:05.525Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageInspect [2021-11-11T17:21:05.525Z] --- PASS: TestImageInspect (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageListError [2021-11-11T17:21:05.525Z] --- PASS: TestImageListError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageList [2021-11-11T17:21:05.525Z] --- PASS: TestImageList (0.01s) [2021-11-11T17:21:05.525Z] === RUN TestImageListApiBefore125 [2021-11-11T17:21:05.525Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageLoadError [2021-11-11T17:21:05.525Z] --- PASS: TestImageLoadError (0.00s) [2021-11-11T17:21:05.525Z] === RUN TestImageLoad [2021-11-11T17:21:05.676Z] === RUN TestRawProgressFormatterFormatStatus [2021-11-11T17:21:05.676Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestRawProgressFormatterFormatProgress [2021-11-11T17:21:05.676Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestFormatStatus [2021-11-11T17:21:05.676Z] --- PASS: TestFormatStatus (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestFormatError [2021-11-11T17:21:05.676Z] --- PASS: TestFormatError (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestFormatJSONError [2021-11-11T17:21:05.676Z] --- PASS: TestFormatJSONError (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestJsonProgressFormatterFormatProgress [2021-11-11T17:21:05.676Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestJsonProgressFormatterFormatStatus [2021-11-11T17:21:05.676Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestNewJSONProgressOutput [2021-11-11T17:21:05.676Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestAuxFormatterEmit [2021-11-11T17:21:05.676Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestStreamWriterStdout [2021-11-11T17:21:05.676Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-11-11T17:21:05.676Z] === RUN TestStreamWriterStderr [2021-11-11T17:21:05.676Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-11-11T17:21:05.676Z] PASS [2021-11-11T17:21:05.676Z] coverage: 66.2% of statements [2021-11-11T17:21:05.676Z] ok github.com/docker/docker/pkg/streamformatter 0.037s coverage: 66.2% of statements [2021-11-11T17:21:05.996Z] --- PASS: TestImageLoad (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagesPruneError [2021-11-11T17:21:05.996Z] --- PASS: TestImagesPruneError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagesPrune [2021-11-11T17:21:05.996Z] --- PASS: TestImagesPrune (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePullReferenceParseError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePullAnyError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePullAnyError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePullStatusUnauthorizedError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePullWithoutErrors [2021-11-11T17:21:05.996Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePushReferenceError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePushAnyError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushAnyError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePushStatusUnauthorizedError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImagePushWithoutErrors [2021-11-11T17:21:05.996Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-11-11T17:21:05.996Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-11-11T17:21:05.996Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-11-11T17:21:05.996Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageRemoveError [2021-11-11T17:21:05.996Z] --- PASS: TestImageRemoveError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageRemoveImageNotFound [2021-11-11T17:21:05.996Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageRemove [2021-11-11T17:21:05.996Z] --- PASS: TestImageRemove (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageSaveError [2021-11-11T17:21:05.996Z] --- PASS: TestImageSaveError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageSave [2021-11-11T17:21:05.996Z] --- PASS: TestImageSave (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageSearchAnyError [2021-11-11T17:21:05.996Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageSearchStatusUnauthorizedError [2021-11-11T17:21:05.996Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-11T17:21:05.996Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-11T17:21:05.996Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-11-11T17:21:05.996Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageSearchWithoutErrors [2021-11-11T17:21:05.996Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageTagError [2021-11-11T17:21:05.996Z] --- PASS: TestImageTagError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageTagInvalidReference [2021-11-11T17:21:05.996Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageTagInvalidSourceImageName [2021-11-11T17:21:05.996Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageTagHexSource [2021-11-11T17:21:05.996Z] --- PASS: TestImageTagHexSource (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestImageTag [2021-11-11T17:21:05.996Z] --- PASS: TestImageTag (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestInfoServerError [2021-11-11T17:21:05.996Z] --- PASS: TestInfoServerError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestInfoInvalidResponseJSONError [2021-11-11T17:21:05.996Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestInfo [2021-11-11T17:21:05.996Z] --- PASS: TestInfo (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkConnectError [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkConnectError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkConnect [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkConnect (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkCreateError [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkCreateError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkCreate [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkCreate (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkDisconnectError [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkDisconnect [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkInspect [2021-11-11T17:21:05.996Z] === RUN TestNetworkInspect/empty_ID [2021-11-11T17:21:05.996Z] === RUN TestNetworkInspect/no_options [2021-11-11T17:21:05.996Z] === RUN TestNetworkInspect/verbose [2021-11-11T17:21:05.996Z] === RUN TestNetworkInspect/global_scope [2021-11-11T17:21:05.996Z] === RUN TestNetworkInspect/unknown_network [2021-11-11T17:21:05.996Z] === RUN TestNetworkInspect/server_error [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkInspect (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkListError [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkListError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkList [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkList (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworksPruneError [2021-11-11T17:21:05.996Z] --- PASS: TestNetworksPruneError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworksPrune [2021-11-11T17:21:05.996Z] --- PASS: TestNetworksPrune (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkRemoveError [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNetworkRemove [2021-11-11T17:21:05.996Z] --- PASS: TestNetworkRemove (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeInspectError [2021-11-11T17:21:05.996Z] --- PASS: TestNodeInspectError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeInspectNodeNotFound [2021-11-11T17:21:05.996Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeInspectWithEmptyID [2021-11-11T17:21:05.996Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeInspect [2021-11-11T17:21:05.996Z] --- PASS: TestNodeInspect (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeListError [2021-11-11T17:21:05.996Z] --- PASS: TestNodeListError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeList [2021-11-11T17:21:05.996Z] --- PASS: TestNodeList (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeRemoveError [2021-11-11T17:21:05.996Z] --- PASS: TestNodeRemoveError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeRemove [2021-11-11T17:21:05.996Z] --- PASS: TestNodeRemove (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeUpdateError [2021-11-11T17:21:05.996Z] --- PASS: TestNodeUpdateError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestNodeUpdate [2021-11-11T17:21:05.996Z] --- PASS: TestNodeUpdate (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestOptionWithTimeout [2021-11-11T17:21:05.996Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPingFail [2021-11-11T17:21:05.996Z] --- PASS: TestPingFail (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPingWithError [2021-11-11T17:21:05.996Z] 2021/11/11 17:21:05 RoundTripper returned a response & error; ignoring response [2021-11-11T17:21:05.996Z] 2021/11/11 17:21:05 RoundTripper returned a response & error; ignoring response [2021-11-11T17:21:05.996Z] --- PASS: TestPingWithError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPingSuccess [2021-11-11T17:21:05.996Z] --- PASS: TestPingSuccess (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPingHeadFallback [2021-11-11T17:21:05.996Z] === RUN TestPingHeadFallback/OK [2021-11-11T17:21:05.996Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-11-11T17:21:05.996Z] === RUN TestPingHeadFallback/Not_Found [2021-11-11T17:21:05.996Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-11-11T17:21:05.996Z] --- PASS: TestPingHeadFallback (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-11-11T17:21:05.996Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginDisableError [2021-11-11T17:21:05.996Z] --- PASS: TestPluginDisableError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginDisable [2021-11-11T17:21:05.996Z] --- PASS: TestPluginDisable (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginEnableError [2021-11-11T17:21:05.996Z] --- PASS: TestPluginEnableError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginEnable [2021-11-11T17:21:05.996Z] --- PASS: TestPluginEnable (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginInspectError [2021-11-11T17:21:05.996Z] --- PASS: TestPluginInspectError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginInspectWithEmptyID [2021-11-11T17:21:05.996Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginInspect [2021-11-11T17:21:05.996Z] --- PASS: TestPluginInspect (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginListError [2021-11-11T17:21:05.996Z] --- PASS: TestPluginListError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginList [2021-11-11T17:21:05.996Z] --- PASS: TestPluginList (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginPushError [2021-11-11T17:21:05.996Z] --- PASS: TestPluginPushError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginPush [2021-11-11T17:21:05.996Z] --- PASS: TestPluginPush (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginRemoveError [2021-11-11T17:21:05.996Z] --- PASS: TestPluginRemoveError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginRemove [2021-11-11T17:21:05.996Z] --- PASS: TestPluginRemove (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginSetError [2021-11-11T17:21:05.996Z] --- PASS: TestPluginSetError (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestPluginSet [2021-11-11T17:21:05.996Z] --- PASS: TestPluginSet (0.00s) [2021-11-11T17:21:05.996Z] === RUN TestSetHostHeader [2021-11-11T17:21:05.996Z] --- PASS: TestSetHostHeader (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestPlainTextError [2021-11-11T17:21:05.997Z] --- PASS: TestPlainTextError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestInfiniteError [2021-11-11T17:21:05.997Z] --- PASS: TestInfiniteError (0.02s) [2021-11-11T17:21:05.997Z] === RUN TestCanceledContext [2021-11-11T17:21:05.997Z] 2021/11/11 17:21:05 RoundTripper returned a response & error; ignoring response [2021-11-11T17:21:05.997Z] --- PASS: TestCanceledContext (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestDeadlineExceededContext [2021-11-11T17:21:05.997Z] 2021/11/11 17:21:05 RoundTripper returned a response & error; ignoring response [2021-11-11T17:21:05.997Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretCreateUnsupported [2021-11-11T17:21:05.997Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretCreateError [2021-11-11T17:21:05.997Z] --- PASS: TestSecretCreateError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretCreate [2021-11-11T17:21:05.997Z] --- PASS: TestSecretCreate (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretInspectUnsupported [2021-11-11T17:21:05.997Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretInspectError [2021-11-11T17:21:05.997Z] --- PASS: TestSecretInspectError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretInspectSecretNotFound [2021-11-11T17:21:05.997Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretInspectWithEmptyID [2021-11-11T17:21:05.997Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretInspect [2021-11-11T17:21:05.997Z] --- PASS: TestSecretInspect (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretListUnsupported [2021-11-11T17:21:05.997Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretListError [2021-11-11T17:21:05.997Z] --- PASS: TestSecretListError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretList [2021-11-11T17:21:05.997Z] --- PASS: TestSecretList (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretRemoveUnsupported [2021-11-11T17:21:05.997Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretRemoveError [2021-11-11T17:21:05.997Z] --- PASS: TestSecretRemoveError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretRemove [2021-11-11T17:21:05.997Z] --- PASS: TestSecretRemove (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretUpdateUnsupported [2021-11-11T17:21:05.997Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretUpdateError [2021-11-11T17:21:05.997Z] --- PASS: TestSecretUpdateError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSecretUpdate [2021-11-11T17:21:05.997Z] --- PASS: TestSecretUpdate (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceCreateError [2021-11-11T17:21:05.997Z] --- PASS: TestServiceCreateError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceCreate [2021-11-11T17:21:05.997Z] --- PASS: TestServiceCreate (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceCreateCompatiblePlatforms [2021-11-11T17:21:05.997Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceCreateDigestPinning [2021-11-11T17:21:05.997Z] --- PASS: TestServiceCreateDigestPinning (0.01s) [2021-11-11T17:21:05.997Z] === RUN TestServiceInspectError [2021-11-11T17:21:05.997Z] --- PASS: TestServiceInspectError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceInspectServiceNotFound [2021-11-11T17:21:05.997Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceInspectWithEmptyID [2021-11-11T17:21:05.997Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceInspect [2021-11-11T17:21:05.997Z] --- PASS: TestServiceInspect (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceListError [2021-11-11T17:21:05.997Z] --- PASS: TestServiceListError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceList [2021-11-11T17:21:05.997Z] --- PASS: TestServiceList (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceLogsError [2021-11-11T17:21:05.997Z] --- PASS: TestServiceLogsError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceLogs [2021-11-11T17:21:05.997Z] --- PASS: TestServiceLogs (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceRemoveError [2021-11-11T17:21:05.997Z] --- PASS: TestServiceRemoveError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceRemoveNotFoundError [2021-11-11T17:21:05.997Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceRemove [2021-11-11T17:21:05.997Z] --- PASS: TestServiceRemove (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceUpdateError [2021-11-11T17:21:05.997Z] --- PASS: TestServiceUpdateError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestServiceUpdate [2021-11-11T17:21:05.997Z] --- PASS: TestServiceUpdate (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmGetUnlockKeyError [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmGetUnlockKey [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmInitError [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmInitError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmInit [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmInit (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmInspectError [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmInspectError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmInspect [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmInspect (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmJoinError [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmJoinError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmJoin [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmJoin (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmLeaveError [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmLeave [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmLeave (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmUnlockError [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmUnlock [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmUnlock (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmUpdateError [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestSwarmUpdate [2021-11-11T17:21:05.997Z] --- PASS: TestSwarmUpdate (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestTaskInspectError [2021-11-11T17:21:05.997Z] --- PASS: TestTaskInspectError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestTaskInspectWithEmptyID [2021-11-11T17:21:05.997Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestTaskInspect [2021-11-11T17:21:05.997Z] --- PASS: TestTaskInspect (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestTaskListError [2021-11-11T17:21:05.997Z] --- PASS: TestTaskListError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestTaskList [2021-11-11T17:21:05.997Z] --- PASS: TestTaskList (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeCreateError [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeCreateError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeCreate [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeCreate (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeInspectError [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeInspectError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeInspectNotFound [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeInspectWithEmptyID [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeInspect [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeInspect (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeListError [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeListError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeList [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeList (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeRemoveError [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-11-11T17:21:05.997Z] === RUN TestVolumeRemove [2021-11-11T17:21:05.997Z] --- PASS: TestVolumeRemove (0.00s) [2021-11-11T17:21:05.997Z] === CONT TestTLSCloseWriter [2021-11-11T17:21:05.997Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-11-11T17:21:05.997Z] PASS [2021-11-11T17:21:05.997Z] coverage: 75.1% of statements [2021-11-11T17:21:05.997Z] ok github.com/docker/docker/client 0.296s coverage: 75.1% of statements [2021-11-11T17:21:06.143Z] === RUN TestGenerateRandomID [2021-11-11T17:21:06.143Z] --- PASS: TestGenerateRandomID (0.00s) [2021-11-11T17:21:06.143Z] === RUN TestShortenId [2021-11-11T17:21:06.143Z] --- PASS: TestShortenId (0.00s) [2021-11-11T17:21:06.143Z] === RUN TestShortenSha256Id [2021-11-11T17:21:06.143Z] --- PASS: TestShortenSha256Id (0.00s) [2021-11-11T17:21:06.143Z] === RUN TestShortenIdEmpty [2021-11-11T17:21:06.143Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-11-11T17:21:06.143Z] === RUN TestShortenIdInvalid [2021-11-11T17:21:06.143Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-11-11T17:21:06.143Z] === RUN TestIsShortIDNonHex [2021-11-11T17:21:06.143Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-11-11T17:21:06.143Z] === RUN TestIsShortIDNotCorrectSize [2021-11-11T17:21:06.143Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-11-11T17:21:06.143Z] PASS [2021-11-11T17:21:06.143Z] coverage: 70.6% of statements [2021-11-11T17:21:06.143Z] ok github.com/docker/docker/pkg/stringid 0.027s coverage: 70.6% of statements [2021-11-11T17:21:06.609Z] 2021/11/11 17:21:06 Closing DB instances... [2021-11-11T17:21:06.609Z] === RUN TestIsCpusetListAvailable [2021-11-11T17:21:06.609Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-11-11T17:21:06.609Z] PASS [2021-11-11T17:21:06.609Z] coverage: 39.4% of statements [2021-11-11T17:21:06.609Z] ok github.com/docker/docker/pkg/sysinfo 0.027s coverage: 39.4% of statements [2021-11-11T17:21:07.076Z] time="2021-11-11T17:21:06Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-11-11T17:21:07.543Z] === RUN TestChtimes [2021-11-11T17:21:07.543Z] --- PASS: TestChtimes (0.00s) [2021-11-11T17:21:07.543Z] === RUN TestChtimesWindows [2021-11-11T17:21:07.543Z] --- PASS: TestChtimesWindows (0.00s) [2021-11-11T17:21:07.543Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-11-11T17:21:07.543Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-11-11T17:21:07.543Z] === RUN TestEnsureRemoveAllNotExist [2021-11-11T17:21:07.543Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-11-11T17:21:07.543Z] === RUN TestEnsureRemoveAllWithDir [2021-11-11T17:21:07.543Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-11-11T17:21:07.543Z] === RUN TestEnsureRemoveAllWithFile [2021-11-11T17:21:07.543Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-11-11T17:21:07.543Z] === RUN TestHasWin32KSupport [2021-11-11T17:21:07.543Z] syscall_windows_test.go:8: win32k: true [2021-11-11T17:21:07.543Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-11-11T17:21:07.543Z] PASS [2021-11-11T17:21:07.543Z] coverage: 13.0% of statements [2021-11-11T17:21:07.543Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 13.0% of statements [2021-11-11T17:21:08.012Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.82s) [2021-11-11T17:21:08.012Z] === RUN TestNetworkDBGarbageCollection [2021-11-11T17:21:08.012Z] === RUN TestTailFile [2021-11-11T17:21:08.012Z] --- PASS: TestTailFile (0.00s) [2021-11-11T17:21:08.012Z] === RUN TestTailFileManyLines [2021-11-11T17:21:08.012Z] --- PASS: TestTailFileManyLines (0.00s) [2021-11-11T17:21:08.012Z] === RUN TestTailEmptyFile [2021-11-11T17:21:08.012Z] --- PASS: TestTailEmptyFile (0.00s) [2021-11-11T17:21:08.012Z] === RUN TestTailNegativeN [2021-11-11T17:21:08.012Z] --- PASS: TestTailNegativeN (0.00s) [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader [2021-11-11T17:21:08.012Z] === CONT TestNewTailReader [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/single_byte_delimiter [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/2_byte_delimiter [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/4_byte_delimiter [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/8_byte_delimiter [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/12_byte_delimiter [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/truncated_last_line [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-11-11T17:21:08.012Z] === CONT TestNewTailReader/no_delimiter [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.012Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.012Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.012Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.012Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.012Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.013Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.013Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.013Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-11-11T17:21:08.013Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.481Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.481Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.481Z] === CONT TestNewTailReader/2_byte_delimiter [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.481Z] === CONT TestNewTailReader/12_byte_delimiter [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.481Z] === CONT TestNewTailReader/4_byte_delimiter [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.481Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.481Z] === CONT TestNewTailReader/8_byte_delimiter [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-11T17:21:08.481Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-11T17:21:08.481Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/single_byte_delimiter [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.482Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.482Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.482Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.483Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.483Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.484Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.484Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.484Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.485Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.485Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:21:08.486Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:21:08.487Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:21:08.487Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.953Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.953Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-11-11T17:21:08.953Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:21:08.953Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.01s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.04s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:21:08.954Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.05s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.955Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:21:08.956Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:21:08.956Z] PASS [2021-11-11T17:21:08.956Z] coverage: 88.6% of statements [2021-11-11T17:21:08.956Z] ok github.com/docker/docker/pkg/tailfile 0.197s coverage: 88.6% of statements [2021-11-11T17:21:09.422Z] === RUN TestTarSumRemoveNonExistent [2021-11-11T17:21:09.422Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-11-11T17:21:09.422Z] === RUN TestTarSumRemove [2021-11-11T17:21:09.422Z] --- PASS: TestTarSumRemove (0.00s) [2021-11-11T17:21:09.422Z] === RUN TestSortFileInfoSums [2021-11-11T17:21:09.422Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-11-11T17:21:09.422Z] === RUN TestNewTarSumForLabelInvalid [2021-11-11T17:21:09.422Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-11-11T17:21:09.422Z] === RUN TestNewTarSumForLabel [2021-11-11T17:21:09.422Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-11-11T17:21:09.422Z] === RUN TestEmptyTar [2021-11-11T17:21:09.422Z] --- PASS: TestEmptyTar (0.00s) [2021-11-11T17:21:09.422Z] === RUN TestTarSumsReadSize [2021-11-11T17:21:09.422Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-11-11T17:21:09.422Z] === RUN TestTarSums [2021-11-11T17:21:09.422Z] --- PASS: TestTarSums (0.05s) [2021-11-11T17:21:09.422Z] === RUN TestIteration [2021-11-11T17:21:09.422Z] --- PASS: TestIteration (0.00s) [2021-11-11T17:21:09.422Z] === RUN TestVersionLabelForChecksum [2021-11-11T17:21:09.423Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-11-11T17:21:09.423Z] === RUN TestVersion [2021-11-11T17:21:09.423Z] --- PASS: TestVersion (0.00s) [2021-11-11T17:21:09.423Z] === RUN TestGetVersion [2021-11-11T17:21:09.423Z] --- PASS: TestGetVersion (0.00s) [2021-11-11T17:21:09.423Z] === RUN TestGetVersions [2021-11-11T17:21:09.423Z] --- PASS: TestGetVersions (0.00s) [2021-11-11T17:21:09.423Z] PASS [2021-11-11T17:21:09.423Z] coverage: 89.3% of statements [2021-11-11T17:21:09.423Z] ok github.com/docker/docker/pkg/tarsum 0.089s coverage: 89.3% of statements [2021-11-11T17:21:09.893Z] testing: warning: no tests to run [2021-11-11T17:21:09.893Z] PASS [2021-11-11T17:21:09.893Z] coverage: [no statements] [2021-11-11T17:21:09.893Z] ok github.com/docker/docker/pkg/term/windows 0.024s coverage: [no statements] [no tests to run] [2021-11-11T17:21:09.893Z] === RUN TestTruncIndex [2021-11-11T17:21:10.359Z] --- PASS: TestTruncIndex (0.10s) [2021-11-11T17:21:10.359Z] PASS [2021-11-11T17:21:10.359Z] coverage: 91.5% of statements [2021-11-11T17:21:10.359Z] ok github.com/docker/docker/pkg/truncindex 0.126s coverage: 91.5% of statements [2021-11-11T17:21:10.359Z] === RUN TestIsGIT [2021-11-11T17:21:10.359Z] --- PASS: TestIsGIT (0.00s) [2021-11-11T17:21:10.359Z] === RUN TestIsTransport [2021-11-11T17:21:10.359Z] --- PASS: TestIsTransport (0.00s) [2021-11-11T17:21:10.359Z] PASS [2021-11-11T17:21:10.359Z] coverage: 100.0% of statements [2021-11-11T17:21:10.359Z] ok github.com/docker/docker/pkg/urlutil 0.027s coverage: 100.0% of statements [2021-11-11T17:21:10.825Z] === RUN TestVersionInfo [2021-11-11T17:21:10.825Z] --- PASS: TestVersionInfo (0.00s) [2021-11-11T17:21:10.825Z] === RUN TestAppendVersions [2021-11-11T17:21:10.825Z] --- PASS: TestAppendVersions (0.00s) [2021-11-11T17:21:10.825Z] PASS [2021-11-11T17:21:10.825Z] coverage: 88.9% of statements [2021-11-11T17:21:10.825Z] ok github.com/docker/docker/pkg/useragent 0.024s coverage: 88.9% of statements [2021-11-11T17:21:11.292Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-11T17:21:11.292Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-11T17:21:11.292Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-11T17:21:11.292Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-11-11T17:21:11.292Z] time="2021-11-11T17:21:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-11-11T17:21:11.758Z] === RUN TestValidatePrivileges [2021-11-11T17:21:11.758Z] --- PASS: TestValidatePrivileges (0.00s) [2021-11-11T17:21:11.758Z] === RUN TestFilterByCapNeg [2021-11-11T17:21:11.758Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-11-11T17:21:11.758Z] === RUN TestFilterByCapPos [2021-11-11T17:21:11.758Z] --- PASS: TestFilterByCapPos (0.00s) [2021-11-11T17:21:11.758Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-11-11T17:21:11.758Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-11-11T17:21:11.758Z] PASS [2021-11-11T17:21:11.758Z] coverage: 12.0% of statements [2021-11-11T17:21:11.758Z] ok github.com/docker/docker/plugin 0.037s coverage: 12.0% of statements [2021-11-11T17:21:11.896Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|compiled_files|deps|exports_file|name) took 2m23.526668171s [2021-11-11T17:21:11.896Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 505.109968ms [2021-11-11T17:21:12.225Z] === RUN TestNewSettable [2021-11-11T17:21:12.225Z] --- PASS: TestNewSettable (0.00s) [2021-11-11T17:21:12.225Z] === RUN TestIsSettable [2021-11-11T17:21:12.225Z] --- PASS: TestIsSettable (0.00s) [2021-11-11T17:21:12.225Z] === RUN TestUpdateSettingsEnv [2021-11-11T17:21:12.225Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-11-11T17:21:12.225Z] PASS [2021-11-11T17:21:12.225Z] coverage: 20.0% of statements [2021-11-11T17:21:12.225Z] ok github.com/docker/docker/plugin/v2 0.028s coverage: 20.0% of statements [2021-11-11T17:21:12.692Z] === RUN TestLoad [2021-11-11T17:21:12.692Z] --- PASS: TestLoad (0.00s) [2021-11-11T17:21:12.692Z] === RUN TestSave [2021-11-11T17:21:12.692Z] --- PASS: TestSave (0.02s) [2021-11-11T17:21:12.692Z] === RUN TestAddDeleteGet [2021-11-11T17:21:12.692Z] --- PASS: TestAddDeleteGet (0.02s) [2021-11-11T17:21:12.692Z] === RUN TestInvalidTags [2021-11-11T17:21:12.692Z] --- PASS: TestInvalidTags (0.00s) [2021-11-11T17:21:12.692Z] PASS [2021-11-11T17:21:12.692Z] coverage: 84.4% of statements [2021-11-11T17:21:12.692Z] ok github.com/docker/docker/reference 0.073s coverage: 84.4% of statements [2021-11-11T17:21:13.675Z] === RUN TestResolveAuthConfigIndexServer [2021-11-11T17:21:13.675Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-11-11T17:21:13.675Z] === RUN TestResolveAuthConfigFullURL [2021-11-11T17:21:13.675Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-11-11T17:21:13.675Z] === RUN TestLoadAllowNondistributableArtifacts [2021-11-11T17:21:13.675Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-11-11T17:21:13.675Z] === RUN TestValidateMirror [2021-11-11T17:21:13.675Z] --- PASS: TestValidateMirror (0.00s) [2021-11-11T17:21:13.675Z] === RUN TestLoadInsecureRegistries [2021-11-11T17:21:13.675Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-11-11T17:21:13.675Z] time="2021-11-11T17:21:13Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-11T17:21:13.675Z] time="2021-11-11T17:21:13Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-11-11T17:21:13.675Z] time="2021-11-11T17:21:13Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-11T17:21:13.675Z] --- PASS: TestLoadInsecureRegistries (0.09s) [2021-11-11T17:21:13.675Z] === RUN TestNewServiceConfig [2021-11-11T17:21:13.675Z] --- PASS: TestNewServiceConfig (0.00s) [2021-11-11T17:21:13.675Z] === RUN TestValidateIndexName [2021-11-11T17:21:13.675Z] --- PASS: TestValidateIndexName (0.00s) [2021-11-11T17:21:13.675Z] === RUN TestValidateIndexNameWithError [2021-11-11T17:21:13.675Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-11-11T17:21:13.675Z] === RUN TestEndpointParse [2021-11-11T17:21:13.675Z] --- PASS: TestEndpointParse (0.00s) [2021-11-11T17:21:13.675Z] === RUN TestEndpointParseInvalid [2021-11-11T17:21:13.675Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-11-11T17:21:13.675Z] === RUN TestValidateEndpoint [2021-11-11T17:21:13.676Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-11-11T17:21:13.676Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-11-11T17:21:13.676Z] --- PASS: TestValidateEndpoint (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestPing [2021-11-11T17:21:13.676Z] --- PASS: TestPing (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestPingRegistryEndpoint [2021-11-11T17:21:13.676Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:21:13.676Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestEndpoint [2021-11-11T17:21:13.676Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:21:13.676Z] --- SKIP: TestEndpoint (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestParseRepositoryInfo [2021-11-11T17:21:13.676Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestNewIndexInfo [2021-11-11T17:21:13.676Z] --- PASS: TestNewIndexInfo (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestMirrorEndpointLookup [2021-11-11T17:21:13.676Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:21:13.676Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestSearchRepositories [2021-11-11T17:21:13.676Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-11-11T17:21:13.676Z] Host: 127.0.0.1:49301 [2021-11-11T17:21:13.676Z] User-Agent: docker test client [2021-11-11T17:21:13.676Z] Authorization: Token fake-token [2021-11-11T17:21:13.676Z] X-Docker-Token: true [2021-11-11T17:21:13.676Z] Accept-Encoding: gzip [2021-11-11T17:21:13.676Z] [2021-11-11T17:21:13.676Z] [2021-11-11T17:21:13.676Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-11-11T17:21:13.676Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-11-11T17:21:13.676Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestResumableRequestReaderWithReadError [2021-11-11T17:21:13.676Z] registry_test.go:730: HTTP/1.1 200 OK [2021-11-11T17:21:13.676Z] Connection: close [2021-11-11T17:21:13.676Z] Content-Length: 144 [2021-11-11T17:21:13.676Z] Cache-Control: no-cache [2021-11-11T17:21:13.676Z] Content-Type: application/json [2021-11-11T17:21:13.676Z] Date: Thu, 11 Nov 2021 17:21:13 GMT [2021-11-11T17:21:13.676Z] Expires: -1 [2021-11-11T17:21:13.676Z] Pragma: no-cache [2021-11-11T17:21:13.676Z] Server: docker-tests/mock [2021-11-11T17:21:13.676Z] X-Docker-Registry-Config: mock [2021-11-11T17:21:13.676Z] X-Docker-Registry-Version: 0.0.0 [2021-11-11T17:21:13.676Z] [2021-11-11T17:21:13.676Z] [2021-11-11T17:21:13.676Z] --- PASS: TestSearchRepositories (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestTrustedLocation [2021-11-11T17:21:13.676Z] --- PASS: TestTrustedLocation (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-11-11T17:21:13.676Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestAllowNondistributableArtifacts [2021-11-11T17:21:13.676Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestIsSecureIndex [2021-11-11T17:21:13.676Z] --- PASS: TestIsSecureIndex (0.00s) [2021-11-11T17:21:13.676Z] PASS [2021-11-11T17:21:13.676Z] coverage: 51.2% of statements [2021-11-11T17:21:13.676Z] ok github.com/docker/docker/registry 0.149s coverage: 51.2% of statements [2021-11-11T17:21:13.676Z] time="2021-11-11T17:21:13Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-11-11T17:21:13.676Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2021-11-11T17:21:13.676Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-11-11T17:21:13.676Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-11-11T17:21:13.676Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-11-11T17:21:13.676Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestResumableRequestReader [2021-11-11T17:21:13.676Z] --- PASS: TestResumableRequestReader (0.00s) [2021-11-11T17:21:13.676Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-11-11T17:21:13.676Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-11-11T17:21:13.676Z] PASS [2021-11-11T17:21:13.676Z] coverage: 100.0% of statements [2021-11-11T17:21:13.676Z] ok github.com/docker/docker/registry/resumable 0.166s coverage: 100.0% of statements [2021-11-11T17:21:14.142Z] === RUN TestRestartManagerTimeout [2021-11-11T17:21:14.143Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-11-11T17:21:14.143Z] === RUN TestRestartManagerTimeoutReset [2021-11-11T17:21:14.143Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-11-11T17:21:14.143Z] PASS [2021-11-11T17:21:14.143Z] coverage: 50.9% of statements [2021-11-11T17:21:14.143Z] ok github.com/docker/docker/restartmanager 0.026s coverage: 50.9% of statements [2021-11-11T17:21:14.143Z] === RUN TestDecodeContainerConfig [2021-11-11T17:21:14.143Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-11-11T17:21:14.143Z] === RUN TestDecodeContainerConfigIsolation [2021-11-11T17:21:14.143Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-11-11T17:21:14.143Z] === RUN TestValidatePrivileged [2021-11-11T17:21:14.143Z] --- PASS: TestValidatePrivileged (0.00s) [2021-11-11T17:21:14.143Z] PASS [2021-11-11T17:21:14.143Z] coverage: 52.6% of statements [2021-11-11T17:21:14.143Z] ok github.com/docker/docker/runconfig 0.030s coverage: 52.6% of statements [2021-11-11T17:21:14.609Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-11-11T17:21:14.609Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-11-11T17:21:14.609Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-11-11T17:21:14.609Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-11-11T17:21:14.609Z] PASS [2021-11-11T17:21:14.609Z] coverage: 62.5% of statements [2021-11-11T17:21:14.609Z] ok github.com/docker/docker/testutil 0.065s coverage: 62.5% of statements [2021-11-11T17:21:16.818Z] === RUN TestGetDriver [2021-11-11T17:21:16.818Z] --- PASS: TestGetDriver (0.00s) [2021-11-11T17:21:16.818Z] === RUN TestVolumeRequestError [2021-11-11T17:21:16.818Z] --- PASS: TestVolumeRequestError (0.01s) [2021-11-11T17:21:16.818Z] PASS [2021-11-11T17:21:16.818Z] coverage: 36.1% of statements [2021-11-11T17:21:16.818Z] ok github.com/docker/docker/volume/drivers 0.034s coverage: 36.1% of statements [2021-11-11T17:21:16.818Z] === RUN TestGetAddress [2021-11-11T17:21:16.818Z] --- PASS: TestGetAddress (0.00s) [2021-11-11T17:21:16.818Z] === RUN TestRemove [2021-11-11T17:21:16.818Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-11T17:21:16.818Z] --- SKIP: TestRemove (0.00s) [2021-11-11T17:21:16.818Z] === RUN TestInitializeWithVolumes [2021-11-11T17:21:16.818Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-11-11T17:21:16.818Z] === RUN TestCreate [2021-11-11T17:21:16.818Z] --- PASS: TestCreate (0.01s) [2021-11-11T17:21:16.818Z] === RUN TestValidateName [2021-11-11T17:21:16.818Z] --- PASS: TestValidateName (0.00s) [2021-11-11T17:21:16.818Z] === RUN TestCreateWithOpts [2021-11-11T17:21:16.818Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-11T17:21:16.818Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-11-11T17:21:16.818Z] === RUN TestRelaodNoOpts [2021-11-11T17:21:16.818Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-11-11T17:21:16.818Z] PASS [2021-11-11T17:21:16.818Z] coverage: 41.5% of statements [2021-11-11T17:21:16.818Z] ok github.com/docker/docker/volume/local 0.049s coverage: 41.5% of statements [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRaw [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-11-11T17:21:17.289Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRaw [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-11-11T17:21:17.289Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestConvertTmpfsOptions [2021-11-11T17:21:17.289Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-11-11T17:21:17.289Z] linux_parser_test.go:209: data="ro" [2021-11-11T17:21:17.289Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestParseMountSpec [2021-11-11T17:21:17.289Z] parser_test.go:62: case 0 [2021-11-11T17:21:17.289Z] parser_test.go:62: case 1 [2021-11-11T17:21:17.289Z] parser_test.go:62: case 2 [2021-11-11T17:21:17.289Z] parser_test.go:62: case 3 [2021-11-11T17:21:17.289Z] parser_test.go:62: case 4 [2021-11-11T17:21:17.289Z] parser_test.go:62: case 5 [2021-11-11T17:21:17.289Z] --- PASS: TestParseMountSpec (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestValidateMount [2021-11-11T17:21:17.289Z] --- PASS: TestValidateMount (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRaw [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-11T17:21:17.289Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-11-11T17:21:17.289Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-11-11T17:21:17.289Z] PASS [2021-11-11T17:21:17.289Z] coverage: 67.6% of statements [2021-11-11T17:21:17.289Z] ok github.com/docker/docker/volume/mounts 0.038s coverage: 67.6% of statements [2021-11-11T17:21:17.757Z] === RUN TestSetGetMeta [2021-11-11T17:21:17.757Z] === PAUSE TestSetGetMeta [2021-11-11T17:21:17.757Z] === RUN TestRestore [2021-11-11T17:21:17.757Z] === PAUSE TestRestore [2021-11-11T17:21:17.757Z] === RUN TestServiceCreate [2021-11-11T17:21:17.757Z] === PAUSE TestServiceCreate [2021-11-11T17:21:17.757Z] === RUN TestServiceList [2021-11-11T17:21:17.757Z] === PAUSE TestServiceList [2021-11-11T17:21:17.757Z] === RUN TestServiceRemove [2021-11-11T17:21:17.757Z] === PAUSE TestServiceRemove [2021-11-11T17:21:17.757Z] === RUN TestServiceGet [2021-11-11T17:21:17.757Z] === PAUSE TestServiceGet [2021-11-11T17:21:17.757Z] === RUN TestServicePrune [2021-11-11T17:21:17.757Z] === PAUSE TestServicePrune [2021-11-11T17:21:17.757Z] === RUN TestCreate [2021-11-11T17:21:17.757Z] === PAUSE TestCreate [2021-11-11T17:21:17.757Z] === RUN TestRemove [2021-11-11T17:21:17.757Z] === PAUSE TestRemove [2021-11-11T17:21:17.757Z] === RUN TestList [2021-11-11T17:21:17.757Z] === PAUSE TestList [2021-11-11T17:21:17.757Z] === RUN TestFindByDriver [2021-11-11T17:21:18.224Z] === PAUSE TestFindByDriver [2021-11-11T17:21:18.224Z] === RUN TestFindByReferenced [2021-11-11T17:21:18.224Z] === PAUSE TestFindByReferenced [2021-11-11T17:21:18.224Z] === RUN TestDerefMultipleOfSameRef [2021-11-11T17:21:18.224Z] === PAUSE TestDerefMultipleOfSameRef [2021-11-11T17:21:18.224Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-11T17:21:18.224Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-11T17:21:18.224Z] === RUN TestDefererencePluginOnCreateError [2021-11-11T17:21:18.224Z] === PAUSE TestDefererencePluginOnCreateError [2021-11-11T17:21:18.224Z] === RUN TestRefDerefRemove [2021-11-11T17:21:18.224Z] === PAUSE TestRefDerefRemove [2021-11-11T17:21:18.224Z] === RUN TestGet [2021-11-11T17:21:18.224Z] === PAUSE TestGet [2021-11-11T17:21:18.224Z] === RUN TestGetWithReference [2021-11-11T17:21:18.224Z] === PAUSE TestGetWithReference [2021-11-11T17:21:18.224Z] === RUN TestFilterFunc [2021-11-11T17:21:18.224Z] === RUN TestFilterFunc/test_nil_list [2021-11-11T17:21:18.224Z] === PAUSE TestFilterFunc/test_nil_list [2021-11-11T17:21:18.224Z] === RUN TestFilterFunc/test_empty_list [2021-11-11T17:21:18.224Z] === PAUSE TestFilterFunc/test_empty_list [2021-11-11T17:21:18.224Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-11-11T17:21:18.224Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-11-11T17:21:18.224Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-11T17:21:18.224Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-11T17:21:18.224Z] === RUN TestFilterFunc/test_filter_some [2021-11-11T17:21:18.224Z] === PAUSE TestFilterFunc/test_filter_some [2021-11-11T17:21:18.224Z] === RUN TestFilterFunc/test_filter_middle [2021-11-11T17:21:18.224Z] === PAUSE TestFilterFunc/test_filter_middle [2021-11-11T17:21:18.224Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-11-11T17:21:18.224Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-11-11T17:21:18.224Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-11-11T17:21:18.224Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-11-11T17:21:18.224Z] === CONT TestFilterFunc/test_nil_list [2021-11-11T17:21:18.224Z] === CONT TestFilterFunc/test_filter_some [2021-11-11T17:21:18.224Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-11T17:21:18.224Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-11-11T17:21:18.224Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-11-11T17:21:18.224Z] === CONT TestFilterFunc/test_empty_list [2021-11-11T17:21:18.224Z] === CONT TestFilterFunc/test_filter_middle [2021-11-11T17:21:18.224Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-11-11T17:21:18.224Z] --- PASS: TestFilterFunc (0.00s) [2021-11-11T17:21:18.224Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-11-11T17:21:18.224Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-11-11T17:21:18.224Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-11-11T17:21:18.224Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-11-11T17:21:18.224Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-11-11T17:21:18.224Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-11-11T17:21:18.224Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-11-11T17:21:18.224Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-11-11T17:21:18.224Z] === CONT TestSetGetMeta [2021-11-11T17:21:18.224Z] === CONT TestList [2021-11-11T17:21:18.224Z] === CONT TestDefererencePluginOnCreateError [2021-11-11T17:21:18.224Z] === CONT TestServiceGet [2021-11-11T17:21:18.224Z] --- PASS: TestSetGetMeta (0.01s) [2021-11-11T17:21:18.224Z] === CONT TestServiceRemove [2021-11-11T17:21:18.224Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-11-11T17:21:18.224Z] === CONT TestServiceList [2021-11-11T17:21:18.224Z] --- PASS: TestList (0.03s) [2021-11-11T17:21:18.224Z] === CONT TestServiceCreate [2021-11-11T17:21:18.224Z] --- PASS: TestServiceGet (0.11s) [2021-11-11T17:21:18.224Z] === CONT TestRestore [2021-11-11T17:21:18.224Z] --- PASS: TestServiceRemove (0.10s) [2021-11-11T17:21:18.224Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-11T17:21:18.224Z] --- PASS: TestServiceCreate (0.09s) [2021-11-11T17:21:18.224Z] === CONT TestDerefMultipleOfSameRef [2021-11-11T17:21:18.224Z] --- PASS: TestServiceList (0.09s) [2021-11-11T17:21:18.224Z] === CONT TestFindByReferenced [2021-11-11T17:21:18.224Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-11-11T17:21:18.224Z] === CONT TestFindByDriver [2021-11-11T17:21:18.224Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-11-11T17:21:18.224Z] === CONT TestGetWithReference [2021-11-11T17:21:18.224Z] --- PASS: TestRestore (0.02s) [2021-11-11T17:21:18.224Z] === CONT TestGet [2021-11-11T17:21:18.224Z] --- PASS: TestFindByReferenced (0.01s) [2021-11-11T17:21:18.224Z] === CONT TestRefDerefRemove [2021-11-11T17:21:18.224Z] --- PASS: TestFindByDriver (0.01s) [2021-11-11T17:21:18.224Z] === CONT TestCreate [2021-11-11T17:21:18.224Z] --- PASS: TestGet (0.01s) [2021-11-11T17:21:18.224Z] === CONT TestRemove [2021-11-11T17:21:18.224Z] --- PASS: TestRefDerefRemove (0.01s) [2021-11-11T17:21:18.224Z] === CONT TestServicePrune [2021-11-11T17:21:18.224Z] --- PASS: TestGetWithReference (0.02s) [2021-11-11T17:21:18.224Z] --- PASS: TestCreate (0.01s) [2021-11-11T17:21:18.224Z] time="2021-11-11T17:21:17Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:21:18.224Z] --- PASS: TestRemove (0.01s) [2021-11-11T17:21:18.224Z] time="2021-11-11T17:21:17Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:21:18.224Z] time="2021-11-11T17:21:17Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:21:18.224Z] time="2021-11-11T17:21:17Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-11-11T17:21:18.224Z] time="2021-11-11T17:21:17Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:21:18.224Z] --- PASS: TestServicePrune (0.03s) [2021-11-11T17:21:18.224Z] PASS [2021-11-11T17:21:18.224Z] coverage: 69.0% of statements [2021-11-11T17:21:18.224Z] ok github.com/docker/docker/volume/service 0.202s coverage: 69.0% of statements [2021-11-11T17:21:19.786Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-11-11T17:21:19.786Z] === RUN TestClientStream [2021-11-11T17:21:19.786Z] --- PASS: TestClientStream (0.00s) [2021-11-11T17:21:19.786Z] === RUN TestClientSendFile [2021-11-11T17:21:19.786Z] --- PASS: TestClientSendFile (0.00s) [2021-11-11T17:21:19.786Z] === RUN TestClientWithRequestTimeout [2021-11-11T17:21:20.252Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-11-11T17:21:20.252Z] === RUN TestFileSpecPlugin [2021-11-11T17:21:20.252Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-11-11T17:21:20.252Z] === RUN TestFileJSONSpecPlugin [2021-11-11T17:21:20.252Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-11-11T17:21:20.252Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-11-11T17:21:20.252Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-11-11T17:21:20.252Z] === RUN TestPluginAddHandler [2021-11-11T17:21:20.252Z] --- PASS: TestPluginAddHandler (0.00s) [2021-11-11T17:21:20.252Z] === RUN TestPluginWaitBadPlugin [2021-11-11T17:21:20.252Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-11-11T17:21:20.252Z] === RUN TestGet [2021-11-11T17:21:20.252Z] time="2021-11-11T17:21:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-11-11T17:21:21.233Z] time="2021-11-11T17:21:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-11-11T17:21:23.441Z] time="2021-11-11T17:21:22Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-11-11T17:21:23.853Z] --- PASS: TestCheckoutGit (29.09s) [2021-11-11T17:21:23.853Z] === RUN TestValidGitTransport [2021-11-11T17:21:23.853Z] --- PASS: TestValidGitTransport (0.00s) [2021-11-11T17:21:23.853Z] === RUN TestGitInvalidRef [2021-11-11T17:21:23.853Z] --- PASS: TestGitInvalidRef (0.19s) [2021-11-11T17:21:23.853Z] PASS [2021-11-11T17:21:23.853Z] coverage: 86.3% of statements [2021-11-11T17:21:23.853Z] ok github.com/docker/docker/builder/remotecontext/git 29.400s coverage: 86.3% of statements [2021-11-11T17:21:23.853Z] ? github.com/docker/docker/cli [no test files] [2021-11-11T17:21:23.853Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-11T17:21:27.220Z] time="2021-11-11T17:21:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-11-11T17:21:27.661Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestConfigureDaemonLogs [2021-11-11T17:21:27.661Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestCommonOptionsInstallFlags [2021-11-11T17:21:27.661Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-11-11T17:21:27.661Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-11-11T17:21:27.661Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-11-11T17:21:27.661Z] PASS [2021-11-11T17:21:27.661Z] coverage: 18.6% of statements [2021-11-11T17:21:27.661Z] ok github.com/docker/docker/cmd/dockerd 0.175s coverage: 18.6% of statements [2021-11-11T17:21:27.661Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-11-11T17:21:27.661Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-11T17:21:29.233Z] === RUN TestContainerStopSignal [2021-11-11T17:21:29.233Z] --- PASS: TestContainerStopSignal (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestContainerStopTimeout [2021-11-11T17:21:29.233Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestContainerSecretReferenceDestTarget [2021-11-11T17:21:29.233Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-11-11T17:21:29.233Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestContainerLogPathSetForRingLogger [2021-11-11T17:21:29.233Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestReplaceAndAppendEnvVars [2021-11-11T17:21:29.233Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-11-11T17:21:29.233Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestNewMemoryStore [2021-11-11T17:21:29.233Z] --- PASS: TestNewMemoryStore (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestAddContainers [2021-11-11T17:21:29.233Z] --- PASS: TestAddContainers (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestGetContainer [2021-11-11T17:21:29.233Z] --- PASS: TestGetContainer (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestDeleteContainer [2021-11-11T17:21:29.233Z] --- PASS: TestDeleteContainer (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestListContainers [2021-11-11T17:21:29.233Z] --- PASS: TestListContainers (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestFirstContainer [2021-11-11T17:21:29.233Z] --- PASS: TestFirstContainer (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestApplyAllContainer [2021-11-11T17:21:29.233Z] --- PASS: TestApplyAllContainer (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestIsValidHealthString [2021-11-11T17:21:29.233Z] --- PASS: TestIsValidHealthString (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestStateRunStop [2021-11-11T17:21:29.233Z] --- PASS: TestStateRunStop (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestStateTimeoutWait [2021-11-11T17:21:29.233Z] state_test.go:141: Stop callback fired [2021-11-11T17:21:29.233Z] state_test.go:165: Stop callback fired [2021-11-11T17:21:29.233Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-11-11T17:21:29.233Z] === RUN TestIsValidStateString [2021-11-11T17:21:29.233Z] --- PASS: TestIsValidStateString (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestViewSaveDelete [2021-11-11T17:21:29.233Z] --- PASS: TestViewSaveDelete (0.01s) [2021-11-11T17:21:29.233Z] === RUN TestViewAll [2021-11-11T17:21:29.233Z] --- PASS: TestViewAll (0.01s) [2021-11-11T17:21:29.233Z] === RUN TestViewGet [2021-11-11T17:21:29.233Z] --- PASS: TestViewGet (0.01s) [2021-11-11T17:21:29.233Z] === RUN TestNames [2021-11-11T17:21:29.233Z] --- PASS: TestNames (0.00s) [2021-11-11T17:21:29.233Z] === RUN TestViewWithHealthCheck [2021-11-11T17:21:29.233Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-11-11T17:21:29.233Z] PASS [2021-11-11T17:21:29.233Z] coverage: 41.7% of statements [2021-11-11T17:21:29.233Z] ok github.com/docker/docker/container 0.218s coverage: 41.7% of statements [2021-11-11T17:21:29.233Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-11T17:21:29.233Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-11T17:21:29.233Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-11T17:21:29.233Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-11T17:21:30.225Z] === RUN TestPrepare [2021-11-11T17:21:30.225Z] --- PASS: TestPrepare (0.00s) [2021-11-11T17:21:30.225Z] === RUN TestStart [2021-11-11T17:21:30.225Z] --- PASS: TestStart (0.00s) [2021-11-11T17:21:30.225Z] === RUN TestWaitCancel [2021-11-11T17:21:30.225Z] --- PASS: TestWaitCancel (0.00s) [2021-11-11T17:21:30.225Z] === RUN TestWaitDisabled [2021-11-11T17:21:30.225Z] --- PASS: TestWaitDisabled (0.00s) [2021-11-11T17:21:30.225Z] === RUN TestWaitEnabled [2021-11-11T17:21:30.225Z] --- PASS: TestWaitEnabled (0.00s) [2021-11-11T17:21:30.225Z] === RUN TestRemove [2021-11-11T17:21:30.225Z] --- PASS: TestRemove (0.00s) [2021-11-11T17:21:30.225Z] PASS [2021-11-11T17:21:30.225Z] coverage: 65.3% of statements [2021-11-11T17:21:30.225Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.047s coverage: 65.3% of statements [2021-11-11T17:21:31.798Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-11-11T17:21:31.798Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-11-11T17:21:31.798Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-11-11T17:21:31.798Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-11-11T17:21:31.798Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-11-11T17:21:31.798Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-11-11T17:21:31.798Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-11-11T17:21:31.798Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCIsolation [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCIsolation [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-11-11T17:21:32.269Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCConfigs [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCConfigs [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-11-11T17:21:32.269Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-11-11T17:21:32.269Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-11-11T17:21:32.269Z] PASS [2021-11-11T17:21:32.269Z] coverage: 35.9% of statements [2021-11-11T17:21:32.269Z] ok github.com/docker/docker/daemon/cluster/convert 0.398s coverage: 35.9% of statements [2021-11-11T17:21:32.269Z] === RUN TestNewListSecretsFilters [2021-11-11T17:21:32.269Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-11-11T17:21:32.269Z] === RUN TestNewListConfigsFilters [2021-11-11T17:21:32.269Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-11-11T17:21:32.269Z] PASS [2021-11-11T17:21:32.269Z] coverage: 0.5% of statements [2021-11-11T17:21:32.269Z] ok github.com/docker/docker/daemon/cluster 0.866s coverage: 0.5% of statements [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-11T17:21:33.150Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2021-11-11T17:21:33.150Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-11T17:21:33.150Z] ok github.com/docker/docker/api/server/router/swarm 0.013s coverage: 5.7% of statements [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-11T17:21:33.150Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2021-11-11T17:21:33.150Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-11T17:21:33.150Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2021-11-11T17:21:33.150Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 77.3% of statements [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/builder [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-11T17:21:33.150Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-11T17:21:34.083Z] ok github.com/docker/docker/builder/remotecontext 0.072s coverage: 13.7% of statements [2021-11-11T17:21:34.083Z] ok github.com/docker/docker/builder/dockerfile 0.130s coverage: 49.0% of statements [2021-11-11T17:21:34.084Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-11T17:21:34.795Z] --- PASS: TestImportExtremelyLargeImageWorks (89.31s) [2021-11-11T17:21:34.795Z] PASS [2021-11-11T17:21:34.795Z] [2021-11-11T17:21:34.795Z] === Skipped [2021-11-11T17:21:34.795Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-11-11T17:21:34.795Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-11-11T17:21:34.795Z] [2021-11-11T17:21:34.795Z] DONE 12 tests, 1 skipped in 93.159s [2021-11-11T17:21:34.795Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-11-11T17:21:34.795Z] INFO: Testing against a local daemon [2021-11-11T17:21:34.795Z] === RUN TestNetworkCreateDelete [2021-11-11T17:21:34.795Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-11-11T17:21:34.795Z] === RUN TestDockerNetworkDeletePreferID [2021-11-11T17:21:34.795Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-11-11T17:21:34.795Z] === RUN TestDaemonDNSFallback [2021-11-11T17:21:34.795Z] --- PASS: TestDaemonDNSFallback (6.31s) [2021-11-11T17:21:34.795Z] === RUN TestInspectNetwork [2021-11-11T17:21:34.795Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:34.795Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-11T17:21:34.795Z] === RUN TestRunContainerWithBridgeNone [2021-11-11T17:21:34.795Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-11T17:21:34.795Z] === RUN TestNetworkInvalidJSON [2021-11-11T17:21:34.795Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-11T17:21:34.795Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-11T17:21:34.795Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:21:34.795Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:21:34.795Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:21:34.795Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:21:34.795Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-11T17:21:34.795Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:21:34.795Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:21:34.795Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-11-11T17:21:34.795Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-11T17:21:34.795Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-11T17:21:34.795Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-11T17:21:34.795Z] === RUN TestNetworkList [2021-11-11T17:21:34.795Z] === RUN TestNetworkList//networks [2021-11-11T17:21:34.795Z] === PAUSE TestNetworkList//networks [2021-11-11T17:21:34.795Z] === RUN TestNetworkList//networks/ [2021-11-11T17:21:34.795Z] === PAUSE TestNetworkList//networks/ [2021-11-11T17:21:34.795Z] === CONT TestNetworkList//networks [2021-11-11T17:21:34.795Z] === CONT TestNetworkList//networks/ [2021-11-11T17:21:34.795Z] --- PASS: TestNetworkList (0.02s) [2021-11-11T17:21:34.795Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-11T17:21:34.795Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-11T17:21:34.795Z] === RUN TestHostIPv4BridgeLabel [2021-11-11T17:21:34.795Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-11T17:21:34.795Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-11T17:21:34.795Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.05s) [2021-11-11T17:21:34.795Z] === RUN TestDaemonDefaultNetworkPools [2021-11-11T17:21:34.795Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] --- SKIP: TestDaemonDefaultNetworkPools (0.03s) [2021-11-11T17:21:34.795Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-11T17:21:34.795Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-11-11T17:21:34.795Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-11T17:21:34.795Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.03s) [2021-11-11T17:21:34.795Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-11T17:21:34.795Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.04s) [2021-11-11T17:21:34.795Z] === RUN TestServiceWithPredefinedNetwork [2021-11-11T17:21:34.795Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:34.795Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-11T17:21:34.795Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-11T17:21:34.795Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:21:34.795Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:21:34.795Z] === RUN TestServiceWithDataPathPortInit [2021-11-11T17:21:34.795Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:34.795Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-11-11T17:21:34.795Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-11T17:21:34.795Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:34.795Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-11T17:21:34.795Z] PASS [2021-11-11T17:21:34.795Z] [2021-11-11T17:21:34.795Z] === Skipped [2021-11-11T17:21:34.795Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-11-11T17:21:34.795Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:34.795Z] [2021-11-11T17:21:34.795Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-11-11T17:21:34.795Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] [2021-11-11T17:21:34.795Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-11-11T17:21:34.795Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] [2021-11-11T17:21:34.795Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.05s) [2021-11-11T17:21:34.795Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] [2021-11-11T17:21:34.795Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.03s) [2021-11-11T17:21:34.795Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] [2021-11-11T17:21:34.795Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-11-11T17:21:34.795Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.795Z] [2021-11-11T17:21:34.796Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.03s) [2021-11-11T17:21:34.796Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.796Z] [2021-11-11T17:21:34.796Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.04s) [2021-11-11T17:21:34.796Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:34.796Z] [2021-11-11T17:21:34.796Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-11-11T17:21:34.796Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:34.796Z] [2021-11-11T17:21:34.796Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:21:34.796Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:21:34.796Z] [2021-11-11T17:21:34.796Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-11-11T17:21:34.796Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:34.796Z] [2021-11-11T17:21:34.796Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-11T17:21:34.796Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:34.796Z] [2021-11-11T17:21:34.796Z] DONE 22 tests, 12 skipped in 7.142s [2021-11-11T17:21:34.796Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-11T17:21:34.796Z] INFO: Testing against a local daemon [2021-11-11T17:21:34.796Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-11T17:21:34.796Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:21:34.796Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-11T17:21:34.796Z] === RUN TestDockerNetworkIpvlan [2021-11-11T17:21:34.796Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:21:34.796Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-11T17:21:34.796Z] PASS [2021-11-11T17:21:34.796Z] [2021-11-11T17:21:34.796Z] === Skipped [2021-11-11T17:21:34.796Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-11T17:21:34.796Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:21:34.796Z] [2021-11-11T17:21:34.796Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-11T17:21:34.796Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:21:34.796Z] [2021-11-11T17:21:34.796Z] DONE 2 tests, 2 skipped in 0.098s [2021-11-11T17:21:35.021Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-11-11T17:21:35.051Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-11T17:21:35.051Z] INFO: Testing against a local daemon [2021-11-11T17:21:35.051Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-11T17:21:35.051Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:35.051Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-11-11T17:21:35.051Z] === RUN TestDockerNetworkMacvlan [2021-11-11T17:21:35.051Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:35.051Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-11-11T17:21:35.051Z] PASS [2021-11-11T17:21:35.051Z] [2021-11-11T17:21:35.051Z] === Skipped [2021-11-11T17:21:35.051Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-11-11T17:21:35.051Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:35.051Z] [2021-11-11T17:21:35.051Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-11-11T17:21:35.051Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:35.051Z] [2021-11-11T17:21:35.051Z] DONE 2 tests, 2 skipped in 0.083s [2021-11-11T17:21:35.051Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-11T17:21:35.051Z] testing: warning: no tests to run [2021-11-11T17:21:35.051Z] PASS [2021-11-11T17:21:35.051Z] [2021-11-11T17:21:35.051Z] DONE 0 tests in 0.020s [2021-11-11T17:21:35.051Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-11T17:21:35.051Z] INFO: Testing against a local daemon [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginAllowRequest [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginTLS [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginDenyRequest [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginDenyResponse [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginAllowEventStream [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginErrorResponse [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginErrorRequest [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginHeader [2021-11-11T17:21:35.052Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.052Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-11-11T17:21:35.052Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-11T17:21:35.231Z] === RUN TestDiscoveryOptsErrors [2021-11-11T17:21:35.231Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestDiscoveryOpts [2021-11-11T17:21:35.231Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-11-11T17:21:35.231Z] PASS [2021-11-11T17:21:35.231Z] coverage: 30.0% of statements [2021-11-11T17:21:35.231Z] ok github.com/docker/docker/daemon/discovery 0.114s coverage: 30.0% of statements [2021-11-11T17:21:35.231Z] === RUN TestBuilderGC [2021-11-11T17:21:35.231Z] --- PASS: TestBuilderGC (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestDaemonConfigurationNotFound [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestDaemonBrokenConfiguration [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestParseClusterAdvertiseSettings [2021-11-11T17:21:35.231Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestFindConfigurationConflicts [2021-11-11T17:21:35.231Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-11-11T17:21:35.231Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestDaemonConfigurationMergeConflicts [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-11-11T17:21:35.231Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-11-11T17:21:35.231Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-11-11T17:21:35.231Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-11-11T17:21:35.231Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-11-11T17:21:35.231Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-11-11T17:21:35.231Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestValidateConfiguration [2021-11-11T17:21:35.231Z] === RUN TestValidateConfiguration/with_label [2021-11-11T17:21:35.231Z] === RUN TestValidateConfiguration/with_dns [2021-11-11T17:21:35.231Z] === RUN TestValidateConfiguration/with_dns-search [2021-11-11T17:21:35.231Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-11-11T17:21:35.231Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-11-11T17:21:35.231Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-11-11T17:21:35.231Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-11-11T17:21:35.231Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfiguration (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-11-11T17:21:35.231Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestModifiedDiscoverySettings [2021-11-11T17:21:35.231Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-11-11T17:21:35.231Z] === RUN TestReloadSetConfigFileNotExist [2021-11-11T17:21:35.231Z] time="2021-11-11T17:21:35Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-11-11T17:21:35.231Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-11-11T17:21:35.231Z] === RUN TestReloadDefaultConfigNotExist [2021-11-11T17:21:35.231Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:21:35.307Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.307Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.14s) [2021-11-11T17:21:35.307Z] === RUN TestAuthZPluginV2Disable [2021-11-11T17:21:35.307Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.307Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-11-11T17:21:35.307Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-11T17:21:35.307Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.307Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.01s) [2021-11-11T17:21:35.307Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-11T17:21:35.307Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.307Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-11-11T17:21:35.307Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-11T17:21:35.307Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.307Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-11-11T17:21:35.307Z] PASS [2021-11-11T17:21:35.307Z] [2021-11-11T17:21:35.307Z] === Skipped [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.14s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.01s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-11-11T17:21:35.308Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.308Z] [2021-11-11T17:21:35.308Z] DONE 17 tests, 17 skipped in 0.312s [2021-11-11T17:21:35.308Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-11T17:21:35.564Z] INFO: Testing against a local daemon [2021-11-11T17:21:35.564Z] === RUN TestPluginInvalidJSON [2021-11-11T17:21:35.564Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:21:35.564Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:21:35.564Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:21:35.564Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-11-11T17:21:35.564Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-11T17:21:35.564Z] === RUN TestPluginInstall [2021-11-11T17:21:35.564Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.564Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-11T17:21:35.564Z] === RUN TestPluginsWithRuntimes [2021-11-11T17:21:35.564Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-11-11T17:21:35.564Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-11T17:21:35.564Z] === RUN TestPluginBackCompatMediaTypes [2021-11-11T17:21:35.564Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-11-11T17:21:35.564Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-11T17:21:35.564Z] PASS [2021-11-11T17:21:35.564Z] [2021-11-11T17:21:35.564Z] === Skipped [2021-11-11T17:21:35.564Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-11-11T17:21:35.564Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-11T17:21:35.564Z] [2021-11-11T17:21:35.564Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-11-11T17:21:35.564Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-11-11T17:21:35.564Z] [2021-11-11T17:21:35.564Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-11-11T17:21:35.564Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-11-11T17:21:35.564Z] [2021-11-11T17:21:35.564Z] DONE 5 tests, 3 skipped in 0.113s [2021-11-11T17:21:35.564Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-11T17:21:35.564Z] INFO: Testing against a local daemon [2021-11-11T17:21:35.564Z] === RUN TestExternalGraphDriver [2021-11-11T17:21:35.564Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-11-11T17:21:35.564Z] --- SKIP: TestExternalGraphDriver (0.03s) [2021-11-11T17:21:35.564Z] === RUN TestGraphdriverPluginV2 [2021-11-11T17:21:35.588Z] ok github.com/docker/docker/builder/remotecontext/git 0.879s coverage: 86.3% of statements [2021-11-11T17:21:35.588Z] ? github.com/docker/docker/cli [no test files] [2021-11-11T17:21:35.588Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-11T17:21:35.702Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-11-11T17:21:35.702Z] === RUN TestReloadBadDefaultConfig [2021-11-11T17:21:35.702Z] time="2021-11-11T17:21:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1390358349" [2021-11-11T17:21:35.702Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-11-11T17:21:35.702Z] === RUN TestReloadWithConflictingLabels [2021-11-11T17:21:35.702Z] time="2021-11-11T17:21:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1567942486" [2021-11-11T17:21:35.702Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-11-11T17:21:35.702Z] === RUN TestReloadWithDuplicateLabels [2021-11-11T17:21:35.702Z] time="2021-11-11T17:21:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1376542047" [2021-11-11T17:21:35.702Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-11-11T17:21:35.702Z] === RUN TestMaskURLCredentials [2021-11-11T17:21:35.702Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-11-11T17:21:35.702Z] === RUN TestDaemonConfigurationMerge [2021-11-11T17:21:35.702Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-11-11T17:21:35.702Z] PASS [2021-11-11T17:21:35.702Z] coverage: 80.0% of statements [2021-11-11T17:21:35.702Z] ok github.com/docker/docker/daemon/config 0.230s coverage: 80.0% of statements [2021-11-11T17:21:35.702Z] === RUN TestWaitNodeAttachment [2021-11-11T17:21:35.864Z] --- PASS: TestGet (15.01s) [2021-11-11T17:21:35.864Z] === RUN TestPluginWithNoManifest [2021-11-11T17:21:35.864Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-11-11T17:21:35.864Z] === RUN TestGetAll [2021-11-11T17:21:35.864Z] --- PASS: TestGetAll (0.00s) [2021-11-11T17:21:35.864Z] PASS [2021-11-11T17:21:35.864Z] coverage: 73.2% of statements [2021-11-11T17:21:35.864Z] ok github.com/docker/docker/pkg/plugins 35.810s coverage: 73.2% of statements [2021-11-11T17:21:36.155Z] ok github.com/docker/docker/cmd/docker-proxy 0.267s coverage: 67.6% of statements [2021-11-11T17:21:36.173Z] --- PASS: TestWaitNodeAttachment (0.46s) [2021-11-11T17:21:36.173Z] === RUN TestIsolationConversion [2021-11-11T17:21:36.173Z] === RUN TestIsolationConversion/default [2021-11-11T17:21:36.173Z] === RUN TestIsolationConversion/process [2021-11-11T17:21:36.173Z] === RUN TestIsolationConversion/hyperv [2021-11-11T17:21:36.173Z] --- PASS: TestIsolationConversion (0.00s) [2021-11-11T17:21:36.173Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-11-11T17:21:36.173Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-11-11T17:21:36.173Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestContainerLabels [2021-11-11T17:21:36.173Z] --- PASS: TestContainerLabels (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestCredentialSpecConversion [2021-11-11T17:21:36.173Z] === RUN TestCredentialSpecConversion/none [2021-11-11T17:21:36.173Z] === RUN TestCredentialSpecConversion/config [2021-11-11T17:21:36.173Z] === RUN TestCredentialSpecConversion/file [2021-11-11T17:21:36.173Z] === RUN TestCredentialSpecConversion/registry [2021-11-11T17:21:36.173Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-11-11T17:21:36.173Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-11-11T17:21:36.173Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-11-11T17:21:36.173Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-11-11T17:21:36.173Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestControllerValidateMountBind [2021-11-11T17:21:36.173Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestControllerValidateMountVolume [2021-11-11T17:21:36.173Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestControllerValidateMountTarget [2021-11-11T17:21:36.173Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestControllerValidateMountTmpfs [2021-11-11T17:21:36.173Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestControllerValidateMountInvalidType [2021-11-11T17:21:36.173Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestControllerValidateMountNamedPipe [2021-11-11T17:21:36.173Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-11-11T17:21:36.173Z] PASS [2021-11-11T17:21:36.173Z] coverage: 11.0% of statements [2021-11-11T17:21:36.173Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.614s coverage: 11.0% of statements [2021-11-11T17:21:36.173Z] === RUN TestEventsLog [2021-11-11T17:21:36.173Z] --- PASS: TestEventsLog (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestEventsLogTimeout [2021-11-11T17:21:36.173Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-11-11T17:21:36.173Z] === RUN TestLogEvents [2021-11-11T17:21:36.643Z] --- PASS: TestLogEvents (0.05s) [2021-11-11T17:21:36.643Z] === RUN TestLoadBufferedEvents [2021-11-11T17:21:36.643Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-11-11T17:21:36.643Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-11-11T17:21:36.643Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-11-11T17:21:36.643Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-11-11T17:21:36.643Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-11-11T17:21:36.643Z] PASS [2021-11-11T17:21:36.643Z] coverage: 50.0% of statements [2021-11-11T17:21:36.643Z] ok github.com/docker/docker/daemon/events 0.222s coverage: 50.0% of statements [2021-11-11T17:21:37.113Z] === RUN TestIsEmptyDir [2021-11-11T17:21:37.113Z] --- PASS: TestIsEmptyDir (0.01s) [2021-11-11T17:21:37.113Z] PASS [2021-11-11T17:21:37.113Z] coverage: 2.3% of statements [2021-11-11T17:21:37.113Z] ok github.com/docker/docker/daemon/graphdriver 0.058s coverage: 2.3% of statements [2021-11-11T17:21:37.113Z] === RUN TestVerifyNetworkingConfig [2021-11-11T17:21:37.113Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestGetContainer [2021-11-11T17:21:37.113Z] --- PASS: TestGetContainer (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestValidContainerNames [2021-11-11T17:21:37.113Z] --- PASS: TestValidContainerNames (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestContainerInitDNS [2021-11-11T17:21:37.113Z] daemon_test.go:146: root required [2021-11-11T17:21:37.113Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestMerge [2021-11-11T17:21:37.113Z] --- PASS: TestMerge (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestValidateContainerIsolation [2021-11-11T17:21:37.113Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestFindNetworkErrorType [2021-11-11T17:21:37.113Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestEnsureServicesExist [2021-11-11T17:21:37.113Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestEnsureServicesExistErrors [2021-11-11T17:21:37.113Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-11-11T17:21:37.113Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-11-11T17:21:37.113Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-11-11T17:21:37.113Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestContainerDelete [2021-11-11T17:21:37.113Z] --- PASS: TestContainerDelete (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestContainerDoubleDelete [2021-11-11T17:21:37.113Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestLogContainerEventCopyLabels [2021-11-11T17:21:37.113Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestLogContainerEventWithAttributes [2021-11-11T17:21:37.113Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestNoneHealthcheck [2021-11-11T17:21:37.113Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestHealthStates [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] time="2021-11-11T17:21:36Z" 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" [2021-11-11T17:21:37.113Z] --- PASS: TestHealthStates (0.14s) [2021-11-11T17:21:37.113Z] === RUN TestGetInspectData [2021-11-11T17:21:37.113Z] --- PASS: TestGetInspectData (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestFillLicense [2021-11-11T17:21:37.113Z] --- PASS: TestFillLicense (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestListInvalidFilter [2021-11-11T17:21:37.113Z] --- PASS: TestListInvalidFilter (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestNameFilter [2021-11-11T17:21:37.113Z] --- PASS: TestNameFilter (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-11-11T17:21:37.113Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-11-11T17:21:37.113Z] === 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 [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-11-11T17:21:37.113Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-11-11T17:21:37.113Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-11-11T17:21:37.113Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-11-11T17:21:37.113Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-11-11T17:21:37.114Z] --- 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) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-11-11T17:21:37.114Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-11-11T17:21:37.114Z] === RUN TestDaemonReloadLabels [2021-11-11T17:21:37.114Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-11-11T17:21:37.114Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-11-11T17:21:37.114Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-11-11T17:21:37.114Z] === RUN TestDaemonReloadMirrors [2021-11-11T17:21:37.114Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-11-11T17:21:37.114Z] === RUN TestDaemonReloadInsecureRegistries [2021-11-11T17:21:37.114Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-11-11T17:21:37.114Z] === RUN TestDaemonReloadNotAffectOthers [2021-11-11T17:21:37.114Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-11-11T17:21:37.114Z] === RUN TestDaemonDiscoveryReload [2021-11-11T17:21:37.584Z] === RUN TestLinkNaming [2021-11-11T17:21:37.585Z] --- PASS: TestLinkNaming (0.00s) [2021-11-11T17:21:37.585Z] === RUN TestLinkNew [2021-11-11T17:21:37.585Z] --- PASS: TestLinkNew (0.00s) [2021-11-11T17:21:37.585Z] === RUN TestLinkEnv [2021-11-11T17:21:37.585Z] --- PASS: TestLinkEnv (0.00s) [2021-11-11T17:21:37.585Z] === RUN TestLinkMultipleEnv [2021-11-11T17:21:37.585Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-11-11T17:21:37.585Z] === RUN TestLinkPortRangeEnv [2021-11-11T17:21:37.585Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-11-11T17:21:37.585Z] PASS [2021-11-11T17:21:37.585Z] coverage: 93.0% of statements [2021-11-11T17:21:37.585Z] ok github.com/docker/docker/daemon/links 0.031s coverage: 93.0% of statements [2021-11-11T17:21:38.576Z] --- PASS: TestDaemonDiscoveryReload (1.03s) [2021-11-11T17:21:38.576Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-11-11T17:21:38.576Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.52s) [2021-11-11T17:21:38.576Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-11-11T17:21:38.684Z] ok github.com/docker/docker/client 0.102s coverage: 75.6% of statements [2021-11-11T17:21:38.833Z] --- PASS: TestGraphdriverPluginV2 (3.32s) [2021-11-11T17:21:38.833Z] PASS [2021-11-11T17:21:38.833Z] [2021-11-11T17:21:38.833Z] === Skipped [2021-11-11T17:21:38.833Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2021-11-11T17:21:38.833Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-11-11T17:21:38.833Z] [2021-11-11T17:21:38.833Z] DONE 2 tests, 1 skipped in 3.445s [2021-11-11T17:21:39.047Z] === RUN TestAdapterReadLogs [2021-11-11T17:21:39.047Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-11-11T17:21:39.047Z] === RUN TestCopier [2021-11-11T17:21:39.047Z] --- PASS: TestCopier (0.00s) [2021-11-11T17:21:39.047Z] === RUN TestCopierLongLines [2021-11-11T17:21:39.047Z] --- PASS: TestCopierLongLines (0.00s) [2021-11-11T17:21:39.047Z] === RUN TestCopierSlow [2021-11-11T17:21:39.047Z] --- PASS: TestCopierSlow (0.20s) [2021-11-11T17:21:39.047Z] === RUN TestCopierWithSized [2021-11-11T17:21:39.047Z] === RUN TestCopierWithSized/as_is [2021-11-11T17:21:39.047Z] === RUN TestCopierWithSized/With_RingLogger [2021-11-11T17:21:39.047Z] --- PASS: TestCopierWithSized (0.01s) [2021-11-11T17:21:39.047Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-11-11T17:21:39.047Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-11-11T17:21:39.047Z] === RUN TestCopierWithPartial [2021-11-11T17:21:39.047Z] --- PASS: TestCopierWithPartial (0.00s) [2021-11-11T17:21:39.047Z] === RUN TestRingLogger [2021-11-11T17:21:39.047Z] --- PASS: TestRingLogger (0.00s) [2021-11-11T17:21:39.047Z] === RUN TestRingCap [2021-11-11T17:21:39.047Z] --- PASS: TestRingCap (0.00s) [2021-11-11T17:21:39.047Z] === RUN TestRingClose [2021-11-11T17:21:39.047Z] --- PASS: TestRingClose (0.00s) [2021-11-11T17:21:39.047Z] === RUN TestRingDrain [2021-11-11T17:21:39.047Z] --- PASS: TestRingDrain (0.00s) [2021-11-11T17:21:39.047Z] PASS [2021-11-11T17:21:39.047Z] coverage: 43.8% of statements [2021-11-11T17:21:39.047Z] ok github.com/docker/docker/daemon/logger 0.260s coverage: 43.8% of statements [2021-11-11T17:21:39.089Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-11T17:21:39.089Z] INFO: Testing against a local daemon [2021-11-11T17:21:39.089Z] === RUN TestContinueAfterPluginCrash [2021-11-11T17:21:39.089Z] === PAUSE TestContinueAfterPluginCrash [2021-11-11T17:21:39.089Z] === RUN TestReadPluginNoRead [2021-11-11T17:21:39.089Z] === PAUSE TestReadPluginNoRead [2021-11-11T17:21:39.089Z] === RUN TestDaemonStartWithLogOpt [2021-11-11T17:21:39.089Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-11T17:21:39.089Z] === CONT TestContinueAfterPluginCrash [2021-11-11T17:21:39.089Z] === CONT TestDaemonStartWithLogOpt [2021-11-11T17:21:39.517Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-11-11T17:21:39.517Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-11-11T17:21:39.517Z] reload_test.go:520: root required [2021-11-11T17:21:39.517Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-11T17:21:39.517Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-11-11T17:21:39.517Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-11-11T17:21:39.517Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-11-11T17:21:39.517Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-11-11T17:21:39.517Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-11-11T17:21:39.517Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.06s) [2021-11-11T17:21:39.517Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-11-11T17:21:39.517Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-11-11T17:21:39.517Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-11-11T17:21:39.517Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-11-11T17:21:39.517Z] === RUN TestParseVolumesFrom [2021-11-11T17:21:39.517Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-11-11T17:21:39.517Z] PASS [2021-11-11T17:21:39.517Z] coverage: 9.0% of statements [2021-11-11T17:21:39.517Z] ok github.com/docker/docker/daemon 2.465s coverage: 9.0% of statements [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-11-11T17:21:39.517Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-11-11T17:21:39.517Z] === RUN TestNewStreamConfig [2021-11-11T17:21:39.517Z] === RUN TestNewStreamConfig/defaults [2021-11-11T17:21:39.517Z] === RUN TestNewStreamConfig/invalid_create_group [2021-11-11T17:21:39.517Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-11-11T17:21:39.517Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-11-11T17:21:39.517Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-11-11T17:21:39.517Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-11-11T17:21:39.517Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-11-11T17:21:39.517Z] --- PASS: TestNewStreamConfig (0.00s) [2021-11-11T17:21:39.517Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-11-11T17:21:39.517Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-11-11T17:21:39.517Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-11-11T17:21:39.518Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-11-11T17:21:39.518Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-11-11T17:21:39.518Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-11-11T17:21:39.518Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-11-11T17:21:39.518Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-11-11T17:21:39.518Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-11-11T17:21:39.518Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2021-11-11T17:21:39.518Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2021-11-11T17:21:39.518Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2021-11-11T17:21:39.518Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2021-11-11T17:21:39.518Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2021-11-11T17:21:39.518Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2021-11-11T17:21:39.518Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-11-11T17:21:39.518Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-11-11T17:21:39.518Z] === RUN TestNewAWSLogsClientRegionDetect [2021-11-11T17:21:39.988Z] time="2021-11-11T17:21:39Z" level=info msg="Trying to get region from EC2 Metadata" [2021-11-11T17:21:39.988Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-11-11T17:21:39.988Z] === RUN TestCreateSuccess [2021-11-11T17:21:39.988Z] --- PASS: TestCreateSuccess (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCreateStreamSkipped [2021-11-11T17:21:39.988Z] time="2021-11-11T17:21:39Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-11-11T17:21:39.988Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCreateLogGroupSuccess [2021-11-11T17:21:39.988Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCreateError [2021-11-11T17:21:39.988Z] --- PASS: TestCreateError (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCreateAlreadyExists [2021-11-11T17:21:39.988Z] time="2021-11-11T17:21:39Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-11-11T17:21:39.988Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestLogClosed [2021-11-11T17:21:39.988Z] --- PASS: TestLogClosed (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestLogBlocking [2021-11-11T17:21:39.988Z] --- PASS: TestLogBlocking (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestLogNonBlockingBufferEmpty [2021-11-11T17:21:39.988Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestLogNonBlockingBufferFull [2021-11-11T17:21:39.988Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestPublishBatchSuccess [2021-11-11T17:21:39.988Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestPublishBatchError [2021-11-11T17:21:39.988Z] time="2021-11-11T17:21:39Z" level=error msg=Error [2021-11-11T17:21:39.988Z] --- PASS: TestPublishBatchError (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-11-11T17:21:39.988Z] time="2021-11-11T17:21:39Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-11T17:21:39.988Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestPublishBatchAlreadyAccepted [2021-11-11T17:21:39.988Z] time="2021-11-11T17:21:39Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-11T17:21:39.988Z] time="2021-11-11T17:21:39Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-11-11T17:21:39.988Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCollectBatchSimple [2021-11-11T17:21:39.988Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCollectBatchTicker [2021-11-11T17:21:39.988Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCollectBatchMultilinePattern [2021-11-11T17:21:39.988Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-11-11T17:21:39.988Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-11-11T17:21:39.988Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-11-11T17:21:39.988Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-11-11T17:21:39.989Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-11-11T17:21:39.989Z] === RUN TestCollectBatchClose [2021-11-11T17:21:39.989Z] --- PASS: TestCollectBatchClose (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestEffectiveLen [2021-11-11T17:21:39.989Z] === RUN TestEffectiveLen/0/Hello [2021-11-11T17:21:39.989Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-11-11T17:21:39.989Z] === RUN TestEffectiveLen/2/🙃 [2021-11-11T17:21:39.989Z] === RUN TestEffectiveLen/3/���� [2021-11-11T17:21:39.989Z] === RUN TestEffectiveLen/4/He��o [2021-11-11T17:21:39.989Z] === RUN TestEffectiveLen/5/ [2021-11-11T17:21:39.989Z] --- PASS: TestEffectiveLen (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestFindValidSplit [2021-11-11T17:21:39.989Z] === RUN TestFindValidSplit/0/ [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1105: [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:21:39.989Z] === RUN TestFindValidSplit/1/Hello [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1105: Hello [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:21:39.989Z] === RUN TestFindValidSplit/2/Hello [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1105: He [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1106: llo [2021-11-11T17:21:39.989Z] === RUN TestFindValidSplit/3/Hello [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1105: [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1106: Hello [2021-11-11T17:21:39.989Z] === RUN TestFindValidSplit/4/🙃 [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1105: [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1106: 🙃 [2021-11-11T17:21:39.989Z] === RUN TestFindValidSplit/5/🙃 [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1105: 🙃 [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:21:39.989Z] === RUN TestFindValidSplit/6/a� [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1105: a [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1106: � [2021-11-11T17:21:39.989Z] === RUN TestFindValidSplit/7/a� [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1105: a� [2021-11-11T17:21:39.989Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:21:39.989Z] --- PASS: TestFindValidSplit (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestProcessEventEmoji [2021-11-11T17:21:39.989Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestCollectBatchLineSplit [2021-11-11T17:21:39.989Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestCollectBatchLineSplitWithBinary [2021-11-11T17:21:39.989Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2021-11-11T17:21:39.989Z] === RUN TestCollectBatchMaxEvents [2021-11-11T17:21:39.989Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-11-11T17:21:39.989Z] === RUN TestCollectBatchMaxTotalBytes [2021-11-11T17:21:39.989Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-11-11T17:21:39.989Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-11-11T17:21:39.989Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-11-11T17:21:39.989Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-11-11T17:21:39.989Z] === RUN TestSearchRegistryForImagesErrors [2021-11-11T17:21:39.989Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestSearchRegistryForImages [2021-11-11T17:21:39.989Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestOnlyPlatformWithFallback [2021-11-11T17:21:39.989Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestImageDelete [2021-11-11T17:21:39.989Z] === RUN TestImageDelete/no_lease [2021-11-11T17:21:39.989Z] === RUN TestImageDelete/lease_exists [2021-11-11T17:21:39.989Z] --- PASS: TestImageDelete (0.05s) [2021-11-11T17:21:39.989Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-11-11T17:21:39.989Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-11-11T17:21:39.989Z] === RUN TestContentStoreForPull [2021-11-11T17:21:39.989Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-11-11T17:21:39.989Z] === RUN TestParseLogOptionsMultilinePattern [2021-11-11T17:21:39.989Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestParseLogOptionsDatetimeFormat [2021-11-11T17:21:39.989Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-11-11T17:21:39.989Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-11-11T17:21:39.989Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-11-11T17:21:39.989Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-11-11T17:21:39.989Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-11-11T17:21:39.989Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-11-11T17:21:39.989Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-11-11T17:21:39.989Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsFormat [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsFormat/1/random [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsFormat/2/ [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2021-11-11T17:21:39.989Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2021-11-11T17:21:39.989Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestCreateTagSuccess [2021-11-11T17:21:39.989Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-11-11T17:21:39.989Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-11-11T17:21:39.989Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-11-11T17:21:39.989Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-11-11T17:21:39.989Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-11-11T17:21:39.989Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-11-11T17:21:39.989Z] PASS [2021-11-11T17:21:39.989Z] coverage: 77.6% of statements [2021-11-11T17:21:39.989Z] ok github.com/docker/docker/daemon/logger/awslogs 0.353s coverage: 77.6% of statements [2021-11-11T17:21:39.989Z] --- PASS: TestContentStoreForPull (0.15s) [2021-11-11T17:21:39.989Z] PASS [2021-11-11T17:21:39.989Z] coverage: 6.7% of statements [2021-11-11T17:21:39.989Z] ok github.com/docker/docker/daemon/images 0.289s coverage: 6.7% of statements [2021-11-11T17:21:39.989Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-11T17:21:39.989Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-11T17:21:39.989Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-11-11T17:21:39.989Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-11T17:21:39.989Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-11T17:21:39.989Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-11-11T17:21:39.989Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-11-11T17:21:40.460Z] === RUN TestJSONLogsMarshalJSONBuf [2021-11-11T17:21:40.460Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-11-11T17:21:40.460Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-11-11T17:21:40.460Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-11-11T17:21:40.460Z] === RUN TestFastTimeMarshalJSON [2021-11-11T17:21:40.460Z] --- PASS: TestFastTimeMarshalJSON (0.04s) [2021-11-11T17:21:40.460Z] PASS [2021-11-11T17:21:40.460Z] coverage: 87.2% of statements [2021-11-11T17:21:40.460Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.215s coverage: 87.2% of statements [2021-11-11T17:21:40.931Z] === RUN TestJSONFileLogger [2021-11-11T17:21:40.931Z] --- PASS: TestJSONFileLogger (0.00s) [2021-11-11T17:21:40.931Z] === RUN TestJSONFileLoggerWithTags [2021-11-11T17:21:40.931Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-11-11T17:21:40.931Z] === RUN TestJSONFileLoggerWithOpts [2021-11-11T17:21:40.931Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-11-11T17:21:40.931Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-11-11T17:21:40.931Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-11-11T17:21:40.931Z] === RUN TestEncodeDecode [2021-11-11T17:21:40.931Z] === PAUSE TestEncodeDecode [2021-11-11T17:21:40.931Z] === RUN TestUnexpectedEOF [2021-11-11T17:21:40.931Z] time="2021-11-11T17:21:40Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-11T17:21:40.931Z] time="2021-11-11T17:21:40Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-11T17:21:40.931Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-11-11T17:21:40.931Z] === CONT TestEncodeDecode [2021-11-11T17:21:40.931Z] --- PASS: TestEncodeDecode (0.00s) [2021-11-11T17:21:40.931Z] PASS [2021-11-11T17:21:40.931Z] coverage: 69.9% of statements [2021-11-11T17:21:40.931Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.180s coverage: 69.9% of statements [2021-11-11T17:21:41.401Z] === RUN TestWriteLog [2021-11-11T17:21:41.401Z] === PAUSE TestWriteLog [2021-11-11T17:21:41.401Z] === RUN TestReadLog [2021-11-11T17:21:41.401Z] === PAUSE TestReadLog [2021-11-11T17:21:41.401Z] === CONT TestWriteLog [2021-11-11T17:21:41.401Z] === CONT TestReadLog [2021-11-11T17:21:41.401Z] === RUN TestReadLog/tail_exact [2021-11-11T17:21:41.401Z] --- PASS: TestWriteLog (0.00s) [2021-11-11T17:21:41.401Z] === RUN TestOpenFileDelete [2021-11-11T17:21:41.401Z] --- PASS: TestOpenFileDelete (0.00s) [2021-11-11T17:21:41.401Z] === RUN TestOpenFileRename [2021-11-11T17:21:41.401Z] --- PASS: TestOpenFileRename (0.00s) [2021-11-11T17:21:41.401Z] === RUN TestParseLogTagDefaultTag [2021-11-11T17:21:41.401Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-11-11T17:21:41.401Z] === RUN TestParseLogTag [2021-11-11T17:21:41.401Z] --- PASS: TestParseLogTag (0.00s) [2021-11-11T17:21:41.401Z] === RUN TestParseLogTagEmptyTag [2021-11-11T17:21:41.401Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-11-11T17:21:41.401Z] === RUN TestTailFiles [2021-11-11T17:21:41.401Z] --- PASS: TestTailFiles (0.00s) [2021-11-11T17:21:41.401Z] === RUN TestFollowLogsConsumerGone [2021-11-11T17:21:41.401Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-11-11T17:21:41.401Z] === RUN TestFollowLogsProducerGone [2021-11-11T17:21:41.401Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-11-11T17:21:41.401Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-11-11T17:21:41.401Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-11-11T17:21:41.401Z] === RUN TestCheckCapacityAndRotate [2021-11-11T17:21:41.401Z] === RUN TestReadLog/tail_less_than_available [2021-11-11T17:21:41.401Z] === RUN TestReadLog/tail_more_than_available [2021-11-11T17:21:41.401Z] --- PASS: TestReadLog (0.14s) [2021-11-11T17:21:41.401Z] --- PASS: TestReadLog/tail_exact (0.14s) [2021-11-11T17:21:41.401Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-11-11T17:21:41.401Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-11-11T17:21:41.401Z] PASS [2021-11-11T17:21:41.401Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-11-11T17:21:41.401Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-11-11T17:21:41.401Z] coverage: 75.2% of statements [2021-11-11T17:21:41.401Z] ok github.com/docker/docker/daemon/logger/local 0.208s coverage: 75.2% of statements [2021-11-11T17:21:41.401Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-11T17:21:41.872Z] --- PASS: TestCheckCapacityAndRotate (0.14s) [2021-11-11T17:21:41.872Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-11-11T17:21:41.872Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2021-11-11T17:21:41.872Z] PASS [2021-11-11T17:21:41.872Z] coverage: 55.3% of statements [2021-11-11T17:21:41.872Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.197s coverage: 55.3% of statements [2021-11-11T17:21:42.357Z] === RUN TestLog [2021-11-11T17:21:42.357Z] --- PASS: TestLog (0.00s) [2021-11-11T17:21:42.357Z] PASS [2021-11-11T17:21:42.357Z] coverage: 31.5% of statements [2021-11-11T17:21:42.357Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.082s coverage: 31.5% of statements [2021-11-11T17:21:42.357Z] === RUN TestNewParse [2021-11-11T17:21:42.357Z] --- PASS: TestNewParse (0.00s) [2021-11-11T17:21:42.357Z] PASS [2021-11-11T17:21:42.357Z] coverage: 8.3% of statements [2021-11-11T17:21:42.828Z] === RUN TestValidateLogOpt [2021-11-11T17:21:42.828Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestNewMissedConfig [2021-11-11T17:21:42.828Z] --- PASS: TestNewMissedConfig (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestNewMissedUrl [2021-11-11T17:21:42.828Z] --- PASS: TestNewMissedUrl (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestNewMissedToken [2021-11-11T17:21:42.828Z] --- PASS: TestNewMissedToken (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestNewWithProxy [2021-11-11T17:21:42.828Z] ok github.com/docker/docker/daemon/logger/templates 0.068s coverage: 8.3% of statements [2021-11-11T17:21:42.828Z] --- PASS: TestNewWithProxy (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestDefault [2021-11-11T17:21:42.828Z] --- PASS: TestDefault (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-11-11T17:21:42.828Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestJsonFormat [2021-11-11T17:21:42.828Z] --- PASS: TestJsonFormat (0.01s) [2021-11-11T17:21:42.828Z] === RUN TestRawFormat [2021-11-11T17:21:42.828Z] --- PASS: TestRawFormat (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestRawFormatWithLabels [2021-11-11T17:21:42.828Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestRawFormatWithoutTag [2021-11-11T17:21:42.828Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestBatching [2021-11-11T17:21:42.828Z] --- PASS: TestBatching (0.21s) [2021-11-11T17:21:42.828Z] === RUN TestFrequency [2021-11-11T17:21:42.828Z] === RUN TestParseLogFormat [2021-11-11T17:21:42.828Z] --- PASS: TestParseLogFormat (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestValidateLogOptEmpty [2021-11-11T17:21:42.828Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestValidateSyslogAddress [2021-11-11T17:21:42.828Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestParseAddressDefaultPort [2021-11-11T17:21:42.828Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestValidateSyslogFacility [2021-11-11T17:21:42.828Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestValidateLogOptSyslogFormat [2021-11-11T17:21:42.828Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestValidateLogOpt [2021-11-11T17:21:42.828Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-11T17:21:42.828Z] PASS [2021-11-11T17:21:42.828Z] coverage: 46.8% of statements [2021-11-11T17:21:42.828Z] ok github.com/docker/docker/daemon/logger/syslog 0.040s coverage: 46.8% of statements [2021-11-11T17:21:42.828Z] --- PASS: TestFrequency (0.17s) [2021-11-11T17:21:42.828Z] === RUN TestOneMessagePerRequest [2021-11-11T17:21:42.828Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestVerify [2021-11-11T17:21:42.828Z] --- PASS: TestVerify (0.00s) [2021-11-11T17:21:42.828Z] === RUN TestSkipVerify [2021-11-11T17:21:43.256Z] --- PASS: TestDaemonStartWithLogOpt (4.01s) [2021-11-11T17:21:43.256Z] === CONT TestReadPluginNoRead [2021-11-11T17:21:43.299Z] time="2021-11-11T17:21:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.299Z] time="2021-11-11T17:21:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.299Z] time="2021-11-11T17:21:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.299Z] time="2021-11-11T17:21:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.770Z] --- PASS: TestSkipVerify (0.45s) [2021-11-11T17:21:43.770Z] === RUN TestBufferMaximum [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651303.182456\",\"host\":\"aa82aff00a61\"}'" [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651303.182456\",\"host\":\"aa82aff00a61\"}'" [2021-11-11T17:21:43.770Z] --- PASS: TestBufferMaximum (0.00s) [2021-11-11T17:21:43.770Z] === RUN TestServerAlwaysDown [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651303.185459\",\"host\":\"aa82aff00a61\"}'" [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651303.185459\",\"host\":\"aa82aff00a61\"}'" [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651303.185459\",\"host\":\"aa82aff00a61\"}'" [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651303.186448\",\"host\":\"aa82aff00a61\"}'" [2021-11-11T17:21:43.770Z] time="2021-11-11T17:21:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636651303.186448\",\"host\":\"aa82aff00a61\"}'" [2021-11-11T17:21:43.770Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-11-11T17:21:43.770Z] === RUN TestCannotSendAfterClose [2021-11-11T17:21:43.770Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-11-11T17:21:43.770Z] === RUN TestDeadlockOnBlockedEndpoint [2021-11-11T17:21:43.770Z] === RUN TestV1IDService [2021-11-11T17:21:43.770Z] --- PASS: TestV1IDService (0.02s) [2021-11-11T17:21:43.770Z] === RUN TestV2MetadataService [2021-11-11T17:21:44.240Z] time="2021-11-11T17:21:44Z" 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 [2021-11-11T17:21:44.240Z] time="2021-11-11T17:21:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"aa82aff00a61\"}'" [2021-11-11T17:21:44.240Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-11-11T17:21:44.240Z] PASS [2021-11-11T17:21:44.240Z] coverage: 82.5% of statements [2021-11-11T17:21:44.712Z] ok github.com/docker/docker/daemon/logger/splunk 1.944s coverage: 82.5% of statements [2021-11-11T17:21:44.712Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-11T17:21:44.712Z] ? github.com/docker/docker/daemon/network [no test files] [2021-11-11T17:21:44.712Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-11T17:21:44.712Z] === RUN TestSuccessfulDownload [2021-11-11T17:21:44.712Z] download_test.go:267: Needs fixing on Windows [2021-11-11T17:21:44.712Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-11-11T17:21:44.712Z] === RUN TestCancelledDownload [2021-11-11T17:21:44.712Z] --- PASS: TestCancelledDownload (0.00s) [2021-11-11T17:21:44.712Z] === RUN TestMaxDownloadAttempts [2021-11-11T17:21:44.712Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-11T17:21:44.712Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-11T17:21:44.712Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-11T17:21:44.712Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-11T17:21:44.712Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-11T17:21:44.712Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-11T17:21:44.712Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-11T17:21:44.712Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-11T17:21:44.712Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-11T17:21:44.712Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-11T17:21:44.712Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-11T17:21:44.712Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-11T17:21:44.712Z] --- PASS: TestV2MetadataService (0.90s) [2021-11-11T17:21:44.712Z] PASS [2021-11-11T17:21:44.712Z] coverage: 48.2% of statements [2021-11-11T17:21:44.712Z] ok github.com/docker/docker/distribution/metadata 0.982s coverage: 48.2% of statements [2021-11-11T17:21:44.712Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-11-11T17:21:44.712Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-11-11T17:21:44.712Z] === RUN TestContinueOnError_MirrorEndpoint [2021-11-11T17:21:44.712Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-11-11T17:21:44.712Z] === RUN TestContinueOnError_NeverContinue [2021-11-11T17:21:44.712Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-11-11T17:21:44.712Z] === RUN TestManifestStore [2021-11-11T17:21:44.712Z] === RUN TestManifestStore/no_remote_or_local [2021-11-11T17:21:45.146Z] === RUN TestReadPluginNoRead/default [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2823263717\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/no_local_cache [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/with_local_cache [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/unknown_media_type [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=warning msg="reference for unknown type: " [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=warning msg="reference for unknown type: " [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=warning msg="reference for unknown type: " [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:21:45.183Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-11-11T17:21:45.183Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.42s) [2021-11-11T17:21:45.183Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.42s) [2021-11-11T17:21:45.183Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.42s) [2021-11-11T17:21:45.183Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.42s) [2021-11-11T17:21:45.183Z] === RUN TestTransfer [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=warning msg="reference for unknown type: " [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=warning msg="reference for unknown type: " [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/error_persisting_manifest [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-11-11T17:21:45.183Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-11-11T17:21:45.183Z] time="2021-11-11T17:21:44Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore (0.30s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/no_remote_or_local (0.19s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-11-11T17:21:45.183Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-11-11T17:21:45.183Z] === RUN TestDetectManifestBlobMediaType [2021-11-11T17:21:45.183Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-11-11T17:21:45.183Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-11-11T17:21:45.183Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-11-11T17:21:45.183Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-11-11T17:21:45.183Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-11-11T17:21:45.183Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-11-11T17:21:45.183Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-11-11T17:21:45.183Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-11-11T17:21:45.183Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-11-11T17:21:45.183Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-11-11T17:21:45.183Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-11-11T17:21:45.183Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-11-11T17:21:45.183Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-11-11T17:21:45.183Z] === RUN TestFixManifestLayers [2021-11-11T17:21:45.183Z] --- PASS: TestFixManifestLayers (0.00s) [2021-11-11T17:21:45.183Z] === RUN TestFixManifestLayersBaseLayerParent [2021-11-11T17:21:45.183Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-11T17:21:45.183Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-11T17:21:45.183Z] === RUN TestFixManifestLayersBadParent [2021-11-11T17:21:45.183Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-11-11T17:21:45.183Z] === RUN TestValidateManifest [2021-11-11T17:21:45.183Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-11T17:21:45.183Z] --- SKIP: TestValidateManifest (0.00s) [2021-11-11T17:21:45.183Z] === RUN TestFormatPlatform [2021-11-11T17:21:45.183Z] --- PASS: TestFormatPlatform (0.00s) [2021-11-11T17:21:45.183Z] === RUN TestGetRepositoryMountCandidates [2021-11-11T17:21:45.183Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-11-11T17:21:45.183Z] === RUN TestLayerAlreadyExists [2021-11-11T17:21:45.183Z] 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} [2021-11-11T17:21:45.183Z] 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} [2021-11-11T17:21:45.183Z] 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} [2021-11-11T17:21:45.183Z] 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} [2021-11-11T17:21:45.184Z] 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} [2021-11-11T17:21:45.184Z] 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} [2021-11-11T17:21:45.184Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-11-11T17:21:45.184Z] === RUN TestWhenEmptyAuthConfig [2021-11-11T17:21:45.184Z] --- PASS: TestTransfer (0.12s) [2021-11-11T17:21:45.184Z] === RUN TestConcurrencyLimit [2021-11-11T17:21:45.654Z] --- PASS: TestConcurrencyLimit (0.41s) [2021-11-11T17:21:45.654Z] === RUN TestInactiveJobs [2021-11-11T17:21:45.654Z] === RUN TestNotFound [2021-11-11T17:21:45.654Z] --- PASS: TestNotFound (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestConflict [2021-11-11T17:21:45.654Z] --- PASS: TestConflict (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestForbidden [2021-11-11T17:21:45.654Z] --- PASS: TestForbidden (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestInvalidParameter [2021-11-11T17:21:45.654Z] --- PASS: TestInvalidParameter (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestNotImplemented [2021-11-11T17:21:45.654Z] --- PASS: TestNotImplemented (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestNotModified [2021-11-11T17:21:45.654Z] --- PASS: TestNotModified (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestUnauthorized [2021-11-11T17:21:45.654Z] --- PASS: TestUnauthorized (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestUnknown [2021-11-11T17:21:45.654Z] --- PASS: TestUnknown (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestCancelled [2021-11-11T17:21:45.654Z] --- PASS: TestCancelled (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestDeadline [2021-11-11T17:21:45.654Z] --- PASS: TestDeadline (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestDataLoss [2021-11-11T17:21:45.654Z] --- PASS: TestDataLoss (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestUnavailable [2021-11-11T17:21:45.654Z] --- PASS: TestUnavailable (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestSystem [2021-11-11T17:21:45.654Z] --- PASS: TestSystem (0.00s) [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Not_Found [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Bad_Request [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Conflict [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Unauthorized [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Service_Unavailable [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Forbidden [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Not_Modified [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Not_Implemented [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-11-11T17:21:45.654Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-11-11T17:21:45.654Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-11-11T17:21:45.654Z] PASS [2021-11-11T17:21:45.654Z] coverage: 53.1% of statements [2021-11-11T17:21:45.654Z] ok github.com/docker/docker/errdefs 0.033s coverage: 53.1% of statements [2021-11-11T17:21:46.125Z] --- PASS: TestInactiveJobs (0.35s) [2021-11-11T17:21:46.125Z] === RUN TestWatchRelease [2021-11-11T17:21:46.125Z] --- PASS: TestWatchRelease (0.04s) [2021-11-11T17:21:46.125Z] === RUN TestWatchFinishedTransfer [2021-11-11T17:21:46.125Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-11-11T17:21:46.125Z] === RUN TestDuplicateTransfer [2021-11-11T17:21:46.125Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-11-11T17:21:46.125Z] === RUN TestSuccessfulUpload [2021-11-11T17:21:46.125Z] === RUN TestFSGetInvalidData [2021-11-11T17:21:46.125Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-11-11T17:21:46.125Z] === RUN TestFSInvalidSet [2021-11-11T17:21:46.125Z] --- PASS: TestFSInvalidSet (0.01s) [2021-11-11T17:21:46.125Z] === RUN TestFSInvalidRoot [2021-11-11T17:21:46.125Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-11-11T17:21:46.125Z] === RUN TestFSMetadataGetSet [2021-11-11T17:21:46.125Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-11-11T17:21:46.125Z] === RUN TestFSInvalidWalker [2021-11-11T17:21:46.125Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-11-11T17:21:46.125Z] === RUN TestFSGetSet [2021-11-11T17:21:46.125Z] --- PASS: TestFSGetSet (0.01s) [2021-11-11T17:21:46.125Z] === RUN TestFSGetUnsetKey [2021-11-11T17:21:46.125Z] --- PASS: TestWhenEmptyAuthConfig (1.06s) [2021-11-11T17:21:46.125Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-11-11T17:21:46.125Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-11-11T17:21:46.125Z] === RUN TestTokenPassThru [2021-11-11T17:21:46.125Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-11-11T17:21:46.125Z] === RUN TestFSGetEmptyData [2021-11-11T17:21:46.125Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-11-11T17:21:46.125Z] === RUN TestFSDelete [2021-11-11T17:21:46.125Z] --- PASS: TestTokenPassThru (0.01s) [2021-11-11T17:21:46.125Z] === RUN TestTokenPassThruDifferentHost [2021-11-11T17:21:46.125Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-11-11T17:21:46.125Z] PASS [2021-11-11T17:21:46.125Z] coverage: 24.1% of statements [2021-11-11T17:21:46.125Z] --- PASS: TestFSDelete (0.02s) [2021-11-11T17:21:46.125Z] === RUN TestFSWalker [2021-11-11T17:21:46.125Z] ok github.com/docker/docker/distribution 1.439s coverage: 24.1% of statements [2021-11-11T17:21:46.125Z] --- PASS: TestFSWalker (0.02s) [2021-11-11T17:21:46.125Z] === RUN TestFSWalkerStopOnError [2021-11-11T17:21:46.125Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-11-11T17:21:46.125Z] === RUN TestNewFromJSON [2021-11-11T17:21:46.125Z] --- PASS: TestNewFromJSON (0.00s) [2021-11-11T17:21:46.125Z] === RUN TestNewFromJSONWithInvalidJSON [2021-11-11T17:21:46.125Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-11-11T17:21:46.125Z] === RUN TestMarshalKeyOrder [2021-11-11T17:21:46.125Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-11-11T17:21:46.125Z] === RUN TestHistoryEqual [2021-11-11T17:21:46.125Z] time="2021-11-11T17:21:46Z" level=error msg="Upload failed, retrying: simulating retry" [2021-11-11T17:21:46.511Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-11T17:21:46.596Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-11T17:21:46.596Z] --- PASS: TestHistoryEqual (0.10s) [2021-11-11T17:21:46.596Z] === RUN TestImage [2021-11-11T17:21:46.596Z] --- PASS: TestImage (0.00s) [2021-11-11T17:21:46.596Z] === RUN TestImageOSNotEmpty [2021-11-11T17:21:46.596Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-11-11T17:21:46.596Z] === RUN TestNewChildImageFromImageWithRootFS [2021-11-11T17:21:46.596Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-11-11T17:21:46.596Z] === RUN TestCreate [2021-11-11T17:21:46.596Z] --- PASS: TestCreate (0.00s) [2021-11-11T17:21:46.596Z] === RUN TestRestore [2021-11-11T17:21:46.596Z] time="2021-11-11T17:21:46Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-11-11T17:21:46.596Z] --- PASS: TestRestore (0.02s) [2021-11-11T17:21:46.596Z] === RUN TestAddDelete [2021-11-11T17:21:46.596Z] --- PASS: TestAddDelete (0.02s) [2021-11-11T17:21:46.596Z] === RUN TestSearchAfterDelete [2021-11-11T17:21:46.596Z] --- PASS: TestSearchAfterDelete (0.02s) [2021-11-11T17:21:46.596Z] === RUN TestParentReset [2021-11-11T17:21:46.596Z] --- PASS: TestSuccessfulUpload (0.36s) [2021-11-11T17:21:46.596Z] === RUN TestCancelledUpload [2021-11-11T17:21:46.596Z] --- PASS: TestCancelledUpload (0.00s) [2021-11-11T17:21:46.596Z] PASS [2021-11-11T17:21:46.596Z] coverage: 76.8% of statements [2021-11-11T17:21:46.596Z] ok github.com/docker/docker/distribution/xfer 1.844s coverage: 76.8% of statements [2021-11-11T17:21:46.596Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-11T17:21:46.596Z] --- PASS: TestParentReset (0.04s) [2021-11-11T17:21:46.596Z] === RUN TestGetAndSetLastUpdated [2021-11-11T17:21:46.596Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-11-11T17:21:46.596Z] === RUN TestStoreLen [2021-11-11T17:21:46.596Z] --- PASS: TestStoreLen (0.05s) [2021-11-11T17:21:46.596Z] PASS [2021-11-11T17:21:46.596Z] coverage: 86.6% of statements [2021-11-11T17:21:46.596Z] ok github.com/docker/docker/image 0.449s coverage: 86.6% of statements [2021-11-11T17:21:46.596Z] === RUN TestCompare [2021-11-11T17:21:46.596Z] --- PASS: TestCompare (0.00s) [2021-11-11T17:21:46.596Z] PASS [2021-11-11T17:21:46.596Z] coverage: 19.2% of statements [2021-11-11T17:21:46.596Z] ok github.com/docker/docker/image/cache 0.069s coverage: 19.2% of statements [2021-11-11T17:21:47.588Z] === RUN TestMakeV1ConfigFromConfig [2021-11-11T17:21:47.588Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-11-11T17:21:47.588Z] PASS [2021-11-11T17:21:47.588Z] coverage: 25.0% of statements [2021-11-11T17:21:47.588Z] ok github.com/docker/docker/image/v1 0.061s coverage: 25.0% of statements [2021-11-11T17:21:47.588Z] === RUN TestValidateManifest [2021-11-11T17:21:47.588Z] === RUN TestValidateManifest/nil [2021-11-11T17:21:47.588Z] === RUN TestValidateManifest/non-nil [2021-11-11T17:21:47.588Z] --- PASS: TestValidateManifest (0.00s) [2021-11-11T17:21:47.588Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-11-11T17:21:47.588Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-11-11T17:21:47.588Z] PASS [2021-11-11T17:21:47.588Z] coverage: 0.7% of statements [2021-11-11T17:21:47.588Z] ok github.com/docker/docker/image/tarexport 0.063s coverage: 0.7% of statements [2021-11-11T17:21:47.588Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-11T17:21:47.883Z] --- PASS: TestContinueAfterPluginCrash (8.59s) [2021-11-11T17:21:47.883Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-11T17:21:48.578Z] === RUN TestSerialization [2021-11-11T17:21:48.578Z] --- PASS: TestSerialization (0.02s) [2021-11-11T17:21:48.578Z] PASS [2021-11-11T17:21:48.578Z] coverage: 100.0% of statements [2021-11-11T17:21:48.578Z] ok github.com/docker/docker/libcontainerd/queue 0.057s coverage: 100.0% of statements [2021-11-11T17:21:48.578Z] === RUN TestEnvironmentParsing [2021-11-11T17:21:48.578Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-11-11T17:21:48.578Z] PASS [2021-11-11T17:21:48.578Z] coverage: 1.2% of statements [2021-11-11T17:21:48.578Z] ok github.com/docker/docker/libcontainerd/local 0.047s coverage: 1.2% of statements [2021-11-11T17:21:49.052Z] === RUN TestEmptyLayer [2021-11-11T17:21:49.052Z] --- PASS: TestEmptyLayer (0.00s) [2021-11-11T17:21:49.052Z] === RUN TestCommitFailure [2021-11-11T17:21:49.052Z] --- PASS: TestCommitFailure (0.01s) [2021-11-11T17:21:49.052Z] === RUN TestStartTransactionFailure [2021-11-11T17:21:49.052Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-11-11T17:21:49.052Z] === RUN TestGetOrphan [2021-11-11T17:21:49.052Z] --- PASS: TestGetOrphan (0.01s) [2021-11-11T17:21:49.052Z] === RUN TestMountAndRegister [2021-11-11T17:21:49.052Z] layer_test.go:270: Layer size: 14 [2021-11-11T17:21:49.052Z] --- PASS: TestMountAndRegister (0.04s) [2021-11-11T17:21:49.052Z] === RUN TestLayerRelease [2021-11-11T17:21:49.052Z] layer_test.go:303: Failing on Windows [2021-11-11T17:21:49.052Z] --- SKIP: TestLayerRelease (0.00s) [2021-11-11T17:21:49.052Z] === RUN TestStoreRestore [2021-11-11T17:21:49.052Z] layer_test.go:352: Failing on Windows [2021-11-11T17:21:49.052Z] --- SKIP: TestStoreRestore (0.00s) [2021-11-11T17:21:49.052Z] === RUN TestTarStreamStability [2021-11-11T17:21:49.052Z] layer_test.go:467: Failing on Windows [2021-11-11T17:21:49.052Z] --- SKIP: TestTarStreamStability (0.00s) [2021-11-11T17:21:49.052Z] === RUN TestRegisterExistingLayer [2021-11-11T17:21:49.052Z] --- PASS: TestRegisterExistingLayer (0.12s) [2021-11-11T17:21:49.052Z] === RUN TestTarStreamVerification [2021-11-11T17:21:49.052Z] layer_test.go:696: Failing on Windows [2021-11-11T17:21:49.052Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-11-11T17:21:49.052Z] === RUN TestLayerMigration [2021-11-11T17:21:49.052Z] migration_test.go:45: Failing on Windows [2021-11-11T17:21:49.052Z] --- SKIP: TestLayerMigration (0.00s) [2021-11-11T17:21:49.052Z] === RUN TestLayerMigrationNoTarsplit [2021-11-11T17:21:49.052Z] migration_test.go:181: Failing on Windows [2021-11-11T17:21:49.052Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-11-11T17:21:49.052Z] === RUN TestMountInit [2021-11-11T17:21:49.052Z] mount_test.go:17: Failing on Windows [2021-11-11T17:21:49.052Z] --- SKIP: TestMountInit (0.00s) [2021-11-11T17:21:49.052Z] === RUN TestMountSize [2021-11-11T17:21:49.052Z] mount_test.go:76: Failing on Windows [2021-11-11T17:21:49.052Z] --- SKIP: TestMountSize (0.00s) [2021-11-11T17:21:49.256Z] === CONT TestReadPluginNoRead [2021-11-11T17:21:49.256Z] read_test.go:92: [d1d1b6ac90a9c] daemon is not started [2021-11-11T17:21:49.256Z] --- PASS: TestReadPluginNoRead (5.91s) [2021-11-11T17:21:49.256Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2021-11-11T17:21:49.256Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.26s) [2021-11-11T17:21:49.256Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2021-11-11T17:21:49.256Z] PASS [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] DONE 6 tests in 10.021s [2021-11-11T17:21:49.256Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-11T17:21:49.256Z] testing: warning: no tests to run [2021-11-11T17:21:49.256Z] PASS [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] DONE 0 tests in 0.028s [2021-11-11T17:21:49.256Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-11T17:21:49.256Z] INFO: Testing against a local daemon [2021-11-11T17:21:49.256Z] === RUN TestPluginWithDevMounts [2021-11-11T17:21:49.256Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-11-11T17:21:49.256Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-11T17:21:49.256Z] PASS [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] === Skipped [2021-11-11T17:21:49.256Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-11-11T17:21:49.256Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] DONE 1 tests, 1 skipped in 0.101s [2021-11-11T17:21:49.256Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-11T17:21:49.256Z] INFO: Testing against a local daemon [2021-11-11T17:21:49.256Z] === RUN TestSecretInspect [2021-11-11T17:21:49.256Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] --- SKIP: TestSecretInspect (0.01s) [2021-11-11T17:21:49.256Z] === RUN TestSecretList [2021-11-11T17:21:49.256Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] --- SKIP: TestSecretList (0.01s) [2021-11-11T17:21:49.256Z] === RUN TestSecretsCreateAndDelete [2021-11-11T17:21:49.256Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-11-11T17:21:49.256Z] === RUN TestSecretsUpdate [2021-11-11T17:21:49.256Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-11-11T17:21:49.256Z] === RUN TestTemplatedSecret [2021-11-11T17:21:49.256Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-11T17:21:49.256Z] === RUN TestSecretCreateResolve [2021-11-11T17:21:49.256Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-11-11T17:21:49.256Z] PASS [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] === Skipped [2021-11-11T17:21:49.256Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-11-11T17:21:49.256Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-11-11T17:21:49.256Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-11-11T17:21:49.256Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-11-11T17:21:49.256Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-11-11T17:21:49.256Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-11-11T17:21:49.256Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.256Z] [2021-11-11T17:21:49.256Z] DONE 6 tests, 6 skipped in 0.144s [2021-11-11T17:21:49.256Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-11-11T17:21:49.512Z] INFO: Testing against a local daemon [2021-11-11T17:21:49.512Z] === RUN TestServiceCreateInit [2021-11-11T17:21:49.512Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-11T17:21:49.512Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-11T17:21:49.512Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- PASS: TestServiceCreateInit (0.01s) [2021-11-11T17:21:49.512Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:21:49.512Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:21:49.512Z] === RUN TestCreateServiceMultipleTimes [2021-11-11T17:21:49.512Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-11-11T17:21:49.512Z] === RUN TestCreateServiceConflict [2021-11-11T17:21:49.512Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestCreateServiceConflict (0.02s) [2021-11-11T17:21:49.512Z] === RUN TestCreateServiceMaxReplicas [2021-11-11T17:21:49.512Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-11-11T17:21:49.512Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-11T17:21:49.512Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-11-11T17:21:49.512Z] === RUN TestCreateServiceSecretFileMode [2021-11-11T17:21:49.512Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-11-11T17:21:49.512Z] === RUN TestCreateServiceConfigFileMode [2021-11-11T17:21:49.512Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-11-11T17:21:49.512Z] === RUN TestCreateServiceSysctls [2021-11-11T17:21:49.512Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-11-11T17:21:49.512Z] === RUN TestCreateServiceCapabilities [2021-11-11T17:21:49.512Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-11-11T17:21:49.512Z] === RUN TestInspect [2021-11-11T17:21:49.512Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestInspect (0.01s) [2021-11-11T17:21:49.512Z] === RUN TestCreateJob [2021-11-11T17:21:49.512Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestCreateJob (0.01s) [2021-11-11T17:21:49.512Z] === RUN TestReplicatedJob [2021-11-11T17:21:49.512Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestReplicatedJob (0.01s) [2021-11-11T17:21:49.512Z] === RUN TestUpdateReplicatedJob [2021-11-11T17:21:49.512Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.512Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-11-11T17:21:49.512Z] === RUN TestServiceListWithStatuses [2021-11-11T17:21:49.512Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-11T17:21:49.512Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-11T17:21:49.512Z] === RUN TestDockerNetworkConnectAlias [2021-11-11T17:21:49.512Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.513Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-11-11T17:21:49.513Z] === RUN TestDockerNetworkReConnect [2021-11-11T17:21:49.513Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:49.513Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-11-11T17:21:49.513Z] === RUN TestServicePlugin [2021-11-11T17:21:49.523Z] === RUN TestMountChanges [2021-11-11T17:21:49.523Z] mount_test.go:125: Failing on Windows [2021-11-11T17:21:49.523Z] --- SKIP: TestMountChanges (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestMountApply [2021-11-11T17:21:49.523Z] mount_test.go:212: Failing on Windows [2021-11-11T17:21:49.523Z] --- SKIP: TestMountApply (0.00s) [2021-11-11T17:21:49.523Z] PASS [2021-11-11T17:21:49.523Z] coverage: 30.1% of statements [2021-11-11T17:21:49.523Z] ok github.com/docker/docker/layer 0.245s coverage: 30.1% of statements [2021-11-11T17:21:49.523Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-11T17:21:49.523Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-11T17:21:49.523Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-11T17:21:49.523Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-11T17:21:49.523Z] === RUN TestSequenceGetAvailableBit [2021-11-11T17:21:49.523Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestSequenceEqual [2021-11-11T17:21:49.523Z] --- PASS: TestSequenceEqual (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestSequenceCopy [2021-11-11T17:21:49.523Z] --- PASS: TestSequenceCopy (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestGetFirstAvailable [2021-11-11T17:21:49.523Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestFindSequence [2021-11-11T17:21:49.523Z] --- PASS: TestFindSequence (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestCheckIfAvailable [2021-11-11T17:21:49.523Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestMergeSequences [2021-11-11T17:21:49.523Z] --- PASS: TestMergeSequences (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestPushReservation [2021-11-11T17:21:49.523Z] --- PASS: TestPushReservation (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestSerializeDeserialize [2021-11-11T17:21:49.523Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestSet [2021-11-11T17:21:49.523Z] --- PASS: TestSet (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestSetUnset [2021-11-11T17:21:49.523Z] --- PASS: TestSetUnset (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestOffsetSetUnset [2021-11-11T17:21:49.523Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestSetInRange [2021-11-11T17:21:49.523Z] --- PASS: TestSetInRange (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestSetAnyInRange [2021-11-11T17:21:49.523Z] --- PASS: TestSetAnyInRange (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestMethods [2021-11-11T17:21:49.523Z] --- PASS: TestMethods (0.00s) [2021-11-11T17:21:49.523Z] === RUN TestRandomAllocateDeallocate [2021-11-11T17:21:50.168Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-11T17:21:50.168Z] Using test binary docker [2021-11-11T17:21:50.168Z] +++ /etc/init.d/apparmor start [2021-11-11T17:21:50.168Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-11T17:21:50.168Z] INFO: Waiting for daemon to start... [2021-11-11T17:21:50.168Z] Starting dockerd [2021-11-11T17:21:50.168Z] +++ 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 [2021-11-11T17:21:50.168Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-11T17:21:50.168Z] Using test binary docker [2021-11-11T17:21:50.168Z] +++ /etc/init.d/apparmor start [2021-11-11T17:21:50.168Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-11T17:21:50.168Z] Starting dockerd [2021-11-11T17:21:50.168Z] INFO: Waiting for daemon to start... [2021-11-11T17:21:50.168Z] +++ 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 [2021-11-11T17:21:50.168Z] . [2021-11-11T17:21:50.168Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-11T17:21:50.168Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-11T17:21:50.168Z] Error: No such image: emptyfs [2021-11-11T17:21:50.168Z] ++++ docker load [2021-11-11T17:21:50.168Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-11T17:21:50.168Z] Running integration-test (iteration 1) [2021-11-11T17:21:50.168Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-11-11T17:21:50.168Z] ++ 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)/' [2021-11-11T17:21:50.168Z] ++ set -e [2021-11-11T17:21:50.168Z] ++ '[' -n 0 ']' [2021-11-11T17:21:50.168Z] ++ set -x [2021-11-11T17:21:50.168Z] ++ 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)/' [2021-11-11T17:21:50.168Z] Loaded image: busybox:latest [2021-11-11T17:21:50.168Z] Loaded image: busybox:glibc [2021-11-11T17:21:50.168Z] [2021-11-11T17:21:50.168Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-11T17:21:50.168Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-11T17:21:50.168Z] Error: No such image: emptyfs [2021-11-11T17:21:50.168Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-11T17:21:50.168Z] ++++ docker load [2021-11-11T17:21:50.168Z] Running integration-test (iteration 1) [2021-11-11T17:21:50.168Z] 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)/ [2021-11-11T17:21:50.168Z] ++ 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)/' [2021-11-11T17:21:50.168Z] ++ set -e [2021-11-11T17:21:50.168Z] ++ '[' -n 0 ']' [2021-11-11T17:21:50.168Z] ++ set -x [2021-11-11T17:21:50.168Z] ++ 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)/' [2021-11-11T17:21:50.424Z] Loaded image: busybox:latest [2021-11-11T17:21:50.986Z] Loaded image: busybox:glibc [2021-11-11T17:21:51.099Z] === RUN TestInvalidConfig [2021-11-11T17:21:51.099Z] --- PASS: TestInvalidConfig (0.00s) [2021-11-11T17:21:51.099Z] === RUN TestConfig [2021-11-11T17:21:51.099Z] --- PASS: TestConfig (0.00s) [2021-11-11T17:21:51.099Z] === RUN TestOptionsLabels [2021-11-11T17:21:51.099Z] --- PASS: TestOptionsLabels (0.00s) [2021-11-11T17:21:51.099Z] === RUN TestValidName [2021-11-11T17:21:51.099Z] --- PASS: TestValidName (0.00s) [2021-11-11T17:21:51.099Z] === RUN TestTLSConfiguration [2021-11-11T17:21:51.403Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.403Z] --- SKIP: TestServicePlugin (1.89s) [2021-11-11T17:21:51.403Z] === RUN TestServiceUpdateLabel [2021-11-11T17:21:51.403Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.403Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-11-11T17:21:51.403Z] === RUN TestServiceUpdateSecrets [2021-11-11T17:21:51.403Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.403Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-11-11T17:21:51.403Z] === RUN TestServiceUpdateConfigs [2021-11-11T17:21:51.403Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.403Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2021-11-11T17:21:51.403Z] === RUN TestServiceUpdateNetwork [2021-11-11T17:21:51.403Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.572Z] time="2021-11-11T17:21:51Z" level=info msg="Option Initializing KV with TLS" [2021-11-11T17:21:51.572Z] --- PASS: TestTLSConfiguration (0.12s) [2021-11-11T17:21:51.572Z] PASS [2021-11-11T17:21:51.572Z] coverage: 24.0% of statements [2021-11-11T17:21:51.572Z] ok github.com/docker/docker/libnetwork/config 0.198s coverage: 24.0% of statements [2021-11-11T17:21:51.659Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-11-11T17:21:51.659Z] === RUN TestServiceUpdatePidsLimit [2021-11-11T17:21:51.659Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.659Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-11-11T17:21:51.659Z] PASS [2021-11-11T17:21:51.659Z] [2021-11-11T17:21:51.659Z] === Skipped [2021-11-11T17:21:51.659Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:21:51.659Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.659Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:21:51.659Z] [2021-11-11T17:21:51.659Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:21:51.659Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.659Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:21:51.659Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-11-11T17:21:51.660Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2021-11-11T17:21:51.660Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-11-11T17:21:51.660Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-11-11T17:21:51.660Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-11-11T17:21:51.660Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-11-11T17:21:51.660Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-11-11T17:21:51.660Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-11-11T17:21:51.660Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-11-11T17:21:51.660Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-11-11T17:21:51.660Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-11-11T17:21:51.660Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-11-11T17:21:51.660Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-11T17:21:51.660Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-11-11T17:21:51.660Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-11-11T17:21:51.660Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestServicePlugin (1.89s) [2021-11-11T17:21:51.660Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-11-11T17:21:51.660Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-11-11T17:21:51.660Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2021-11-11T17:21:51.660Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-11-11T17:21:51.660Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-11-11T17:21:51.660Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] DONE 24 tests, 23 skipped in 2.240s [2021-11-11T17:21:51.660Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-11-11T17:21:51.660Z] INFO: Testing against a local daemon [2021-11-11T17:21:51.660Z] === RUN TestSessionCreate [2021-11-11T17:21:51.660Z] --- PASS: TestSessionCreate (0.02s) [2021-11-11T17:21:51.660Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-11T17:21:51.660Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-11T17:21:51.660Z] PASS [2021-11-11T17:21:51.660Z] [2021-11-11T17:21:51.660Z] DONE 2 tests in 0.129s [2021-11-11T17:21:51.660Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-11-11T17:21:51.915Z] INFO: Testing against a local daemon [2021-11-11T17:21:51.915Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-11T17:21:51.915Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-11T17:21:51.915Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:21:51.915Z] === RUN TestDiskUsage [2021-11-11T17:21:51.915Z] === PAUSE TestDiskUsage [2021-11-11T17:21:51.915Z] === RUN TestEventsExecDie [2021-11-11T17:21:52.042Z] === RUN TestKey [2021-11-11T17:21:52.042Z] --- PASS: TestKey (0.00s) [2021-11-11T17:21:52.042Z] === RUN TestParseKey [2021-11-11T17:21:52.042Z] --- PASS: TestParseKey (0.00s) [2021-11-11T17:21:52.042Z] === RUN TestInvalidDataStore [2021-11-11T17:21:52.042Z] --- PASS: TestInvalidDataStore (0.00s) [2021-11-11T17:21:52.042Z] === RUN TestKVObjectFlatKey [2021-11-11T17:21:52.042Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-11-11T17:21:52.042Z] === RUN TestAtomicKVObjectFlatKey [2021-11-11T17:21:52.042Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-11-11T17:21:52.042Z] PASS [2021-11-11T17:21:52.042Z] coverage: 21.9% of statements [2021-11-11T17:21:52.042Z] ok github.com/docker/docker/libnetwork/datastore 0.035s coverage: 21.9% of statements [2021-11-11T17:21:52.171Z] --- PASS: TestEventsExecDie (0.48s) [2021-11-11T17:21:52.171Z] === RUN TestEventsBackwardsCompatible [2021-11-11T17:21:52.352Z] Loaded image: debian:bullseye-slim [2021-11-11T17:21:52.352Z] Loaded image: hello-world:latest [2021-11-11T17:21:52.427Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-11-11T17:21:52.427Z] === RUN TestEventsVolumeCreate [2021-11-11T17:21:52.427Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-11-11T17:21:52.427Z] === RUN TestInfoBinaryCommits [2021-11-11T17:21:52.427Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-11T17:21:52.427Z] === RUN TestInfoAPIVersioned [2021-11-11T17:21:52.427Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-11T17:21:52.427Z] === RUN TestInfoDiscoveryBackend [2021-11-11T17:21:52.513Z] === RUN TestErrorInterfaces [2021-11-11T17:21:52.513Z] --- PASS: TestErrorInterfaces (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestNetworkMarshalling [2021-11-11T17:21:52.513Z] === RUN TestIPDataMarshalling [2021-11-11T17:21:52.513Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestValidateAndIsV6 [2021-11-11T17:21:52.513Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-11-11T17:21:52.513Z] PASS [2021-11-11T17:21:52.513Z] coverage: 68.9% of statements [2021-11-11T17:21:52.513Z] ok github.com/docker/docker/libnetwork/driverapi 0.043s coverage: 68.9% of statements [2021-11-11T17:21:52.513Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-11-11T17:21:52.513Z] === RUN TestEndpointMarshalling [2021-11-11T17:21:52.513Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestAuxAddresses [2021-11-11T17:21:52.513Z] time="2021-11-11T17:21:52Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-11T17:21:52.513Z] --- PASS: TestAuxAddresses (0.02s) [2021-11-11T17:21:52.513Z] === RUN TestSRVServiceQuery [2021-11-11T17:21:52.513Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestServiceVIPReuse [2021-11-11T17:21:52.513Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-11-11T17:21:52.513Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestDNSIPQuery [2021-11-11T17:21:52.513Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestDNSProxyServFail [2021-11-11T17:21:52.513Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestSandboxAddEmpty [2021-11-11T17:21:52.513Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestSandboxAddMultiPrio [2021-11-11T17:21:52.513Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestSandboxAddSamePrio [2021-11-11T17:21:52.513Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestCleanupServiceDiscovery [2021-11-11T17:21:52.513Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestDNSOptions [2021-11-11T17:21:52.513Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:21:52.513Z] --- SKIP: TestDNSOptions (0.00s) [2021-11-11T17:21:52.513Z] === RUN TestMultipleControllersWithSameStore [2021-11-11T17:21:52.513Z] time="2021-11-11T17:21:52Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-11T17:21:52.513Z] time="2021-11-11T17:21:52Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-11T17:21:52.513Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-11-11T17:21:52.513Z] PASS [2021-11-11T17:21:52.513Z] coverage: 8.6% of statements [2021-11-11T17:21:52.513Z] ok github.com/docker/docker/libnetwork 0.267s coverage: 8.6% of statements [2021-11-11T17:21:52.609Z] Loaded image: arm32v7/hello-world:latest [2021-11-11T17:21:52.609Z] INFO: Testing against a local daemon [2021-11-11T17:21:52.609Z] === RUN TestDockerDaemonSuite [2021-11-11T17:21:52.609Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-11-11T17:21:52.989Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2021-11-11T17:21:52.989Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-11T17:21:52.996Z] === RUN TestDriver [2021-11-11T17:21:52.996Z] --- PASS: TestDriver (0.00s) [2021-11-11T17:21:52.996Z] PASS [2021-11-11T17:21:52.996Z] coverage: 34.8% of statements [2021-11-11T17:21:52.996Z] ok github.com/docker/docker/libnetwork/drivers/host 0.058s coverage: 34.8% of statements [2021-11-11T17:21:53.467Z] === RUN TestDriver [2021-11-11T17:21:53.467Z] --- PASS: TestDriver (0.00s) [2021-11-11T17:21:53.467Z] PASS [2021-11-11T17:21:53.467Z] coverage: 34.8% of statements [2021-11-11T17:21:53.467Z] ok github.com/docker/docker/libnetwork/drivers/null 0.038s coverage: 34.8% of statements [2021-11-11T17:21:53.938Z] === RUN TestNetworkAllocateFree [2021-11-11T17:21:53.938Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-11-11T17:21:53.938Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-11-11T17:21:53.938Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-11-11T17:21:53.938Z] PASS [2021-11-11T17:21:53.938Z] coverage: 63.6% of statements [2021-11-11T17:21:53.938Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.038s coverage: 63.6% of statements [2021-11-11T17:21:53.938Z] === RUN TestGetEmptyCapabilities [2021-11-11T17:21:53.938Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-11-11T17:21:53.938Z] === RUN TestGetExtraCapabilities [2021-11-11T17:21:53.938Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-11-11T17:21:53.938Z] === RUN TestGetInvalidCapabilities [2021-11-11T17:21:53.938Z] --- PASS: TestGetInvalidCapabilities (0.02s) [2021-11-11T17:21:53.938Z] === RUN TestRemoteDriver [2021-11-11T17:21:53.938Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-11T17:21:53.938Z] === RUN TestDriverError [2021-11-11T17:21:53.938Z] --- PASS: TestDriverError (0.00s) [2021-11-11T17:21:53.938Z] === RUN TestMissingValues [2021-11-11T17:21:53.938Z] --- PASS: TestMissingValues (0.00s) [2021-11-11T17:21:53.938Z] === RUN TestRollback [2021-11-11T17:21:53.938Z] --- PASS: TestRollback (0.01s) [2021-11-11T17:21:53.938Z] PASS [2021-11-11T17:21:53.938Z] coverage: 57.4% of statements [2021-11-11T17:21:54.408Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.112s coverage: 57.4% of statements [2021-11-11T17:21:54.879Z] === RUN TestNAT [2021-11-11T17:21:54.879Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-11T17:21:54.879Z] --- SKIP: TestNAT (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestTransparent [2021-11-11T17:21:54.879Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-11T17:21:54.879Z] --- SKIP: TestTransparent (0.00s) [2021-11-11T17:21:54.879Z] PASS [2021-11-11T17:21:54.879Z] coverage: 0.0% of statements [2021-11-11T17:21:54.879Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.041s coverage: 0.0% of statements [2021-11-11T17:21:54.879Z] === RUN TestNew [2021-11-11T17:21:54.879Z] --- PASS: TestNew (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestAddDriver [2021-11-11T17:21:54.879Z] --- PASS: TestAddDriver (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestAddDuplicateDriver [2021-11-11T17:21:54.879Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestIPAMDefaultAddressSpaces [2021-11-11T17:21:54.879Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestDriver [2021-11-11T17:21:54.879Z] --- PASS: TestDriver (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestIPAM [2021-11-11T17:21:54.879Z] --- PASS: TestIPAM (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestWalkIPAMs [2021-11-11T17:21:54.879Z] --- PASS: TestWalkIPAMs (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestWalkDrivers [2021-11-11T17:21:54.879Z] --- PASS: TestWalkDrivers (0.00s) [2021-11-11T17:21:54.879Z] PASS [2021-11-11T17:21:54.879Z] coverage: 82.4% of statements [2021-11-11T17:21:54.879Z] ok github.com/docker/docker/libnetwork/drvregistry 0.059s coverage: 82.4% of statements [2021-11-11T17:21:54.879Z] === RUN TestBuildDefault [2021-11-11T17:21:54.879Z] --- PASS: TestBuildDefault (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestBuildHostnameDomainname [2021-11-11T17:21:54.879Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestBuildHostname [2021-11-11T17:21:54.879Z] --- PASS: TestBuildHostname (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestBuildHostnameFQDN [2021-11-11T17:21:54.879Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestBuildNoIP [2021-11-11T17:21:54.879Z] --- PASS: TestBuildNoIP (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestUpdate [2021-11-11T17:21:54.879Z] --- PASS: TestUpdate (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-11-11T17:21:54.879Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-11-11T17:21:54.879Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestAddEmpty [2021-11-11T17:21:54.879Z] --- PASS: TestAddEmpty (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestAdd [2021-11-11T17:21:54.879Z] --- PASS: TestAdd (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestDeleteEmpty [2021-11-11T17:21:54.879Z] --- PASS: TestDeleteEmpty (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestDeleteNewline [2021-11-11T17:21:54.879Z] --- PASS: TestDeleteNewline (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestDelete [2021-11-11T17:21:54.879Z] --- PASS: TestDelete (0.00s) [2021-11-11T17:21:54.879Z] === RUN TestConcurrentWrites [2021-11-11T17:21:55.209Z] Loaded image: debian:bullseye-slim [2021-11-11T17:21:55.209Z] Loaded image: hello-world:latest [2021-11-11T17:21:55.209Z] Loaded image: arm32v7/hello-world:latest [2021-11-11T17:21:55.209Z] INFO: Testing against a local daemon [2021-11-11T17:21:55.209Z] === RUN TestDockerSuite [2021-11-11T17:21:55.209Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-11T17:21:55.209Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-11T17:21:55.209Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-11T17:21:55.209Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-11T17:21:55.209Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-11T17:21:55.209Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-11T17:21:55.209Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-11T17:21:55.209Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-11T17:21:55.350Z] --- PASS: TestConcurrentWrites (0.17s) [2021-11-11T17:21:55.350Z] PASS [2021-11-11T17:21:55.350Z] coverage: 81.2% of statements [2021-11-11T17:21:55.350Z] ok github.com/docker/docker/libnetwork/etchosts 0.245s coverage: 81.2% of statements [2021-11-11T17:21:55.771Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-11T17:21:55.819Z] --- PASS: TestRandomAllocateDeallocate (6.08s) [2021-11-11T17:21:55.819Z] === RUN TestAllocateRandomDeallocate [2021-11-11T17:21:55.819Z] === RUN TestNew [2021-11-11T17:21:55.819Z] --- PASS: TestNew (0.00s) [2021-11-11T17:21:55.819Z] === RUN TestAllocate [2021-11-11T17:21:55.819Z] --- PASS: TestAllocate (0.00s) [2021-11-11T17:21:55.819Z] === RUN TestUninitialized [2021-11-11T17:21:55.819Z] --- PASS: TestUninitialized (0.00s) [2021-11-11T17:21:55.819Z] === RUN TestAllocateInRange [2021-11-11T17:21:55.819Z] --- PASS: TestAllocateInRange (0.00s) [2021-11-11T17:21:55.819Z] === RUN TestAllocateSerial [2021-11-11T17:21:55.819Z] --- PASS: TestAllocateSerial (0.00s) [2021-11-11T17:21:55.819Z] PASS [2021-11-11T17:21:55.819Z] coverage: 87.5% of statements [2021-11-11T17:21:55.819Z] ok github.com/docker/docker/libnetwork/idm 0.071s coverage: 87.5% of statements [2021-11-11T17:21:55.819Z] === RUN TestDiff [2021-11-11T17:21:55.819Z] --- PASS: TestDiff (0.00s) [2021-11-11T17:21:55.819Z] === RUN TestAddedCallback [2021-11-11T17:21:55.819Z] --- PASS: TestAddedCallback (0.00s) [2021-11-11T17:21:55.819Z] === RUN TestRemovedCallback [2021-11-11T17:21:55.819Z] --- PASS: TestRemovedCallback (0.00s) [2021-11-11T17:21:55.819Z] === RUN TestNoCallback [2021-11-11T17:21:55.819Z] --- PASS: TestNoCallback (0.00s) [2021-11-11T17:21:55.819Z] PASS [2021-11-11T17:21:55.819Z] coverage: 48.1% of statements [2021-11-11T17:21:55.819Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.039s coverage: 48.1% of statements [2021-11-11T17:21:56.028Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-11T17:21:56.254Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.42s) [2021-11-11T17:21:56.254Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-11T17:21:56.254Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:21:56.254Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-11-11T17:21:56.254Z] === RUN TestInfoAPI [2021-11-11T17:21:56.290Z] === RUN TestCaller [2021-11-11T17:21:56.290Z] --- PASS: TestCaller (0.00s) [2021-11-11T17:21:56.290Z] PASS [2021-11-11T17:21:56.290Z] coverage: 100.0% of statements [2021-11-11T17:21:56.290Z] ok github.com/docker/docker/libnetwork/internal/caller 0.040s coverage: 100.0% of statements [2021-11-11T17:21:56.290Z] === RUN TestSetSerialInsertDelete [2021-11-11T17:21:56.290Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-11-11T17:21:56.290Z] === RUN TestSetParallelInsertDelete [2021-11-11T17:21:56.510Z] --- PASS: TestInfoAPI (0.02s) [2021-11-11T17:21:56.510Z] === RUN TestInfoAPIWarnings [2021-11-11T17:21:56.590Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-11T17:21:56.590Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-11T17:21:57.153Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-11T17:21:57.153Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-11T17:21:57.153Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-11T17:21:57.283Z] --- PASS: TestAllocateRandomDeallocate (1.36s) [2021-11-11T17:21:57.283Z] === RUN TestAllocateRandomDeallocateSerialize [2021-11-11T17:21:57.283Z] === RUN TestPoolRequest [2021-11-11T17:21:57.283Z] --- PASS: TestPoolRequest (0.00s) [2021-11-11T17:21:57.283Z] === RUN TestOtherRequests [2021-11-11T17:21:57.283Z] --- PASS: TestOtherRequests (0.00s) [2021-11-11T17:21:57.283Z] PASS [2021-11-11T17:21:57.283Z] coverage: 57.1% of statements [2021-11-11T17:21:57.283Z] ok github.com/docker/docker/libnetwork/ipams/null 0.036s coverage: 57.1% of statements [2021-11-11T17:21:57.283Z] === RUN TestInt2IP2IntConversion [2021-11-11T17:21:57.753Z] --- PASS: TestInt2IP2IntConversion (0.40s) [2021-11-11T17:21:57.753Z] === RUN TestGetAddressVersion [2021-11-11T17:21:57.753Z] --- PASS: TestGetAddressVersion (0.00s) [2021-11-11T17:21:57.753Z] === RUN TestKeyString [2021-11-11T17:21:57.753Z] --- PASS: TestKeyString (0.00s) [2021-11-11T17:21:57.753Z] === RUN TestPoolDataMarshal [2021-11-11T17:21:57.753Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-11-11T17:21:57.753Z] === RUN TestSubnetsMarshal [2021-11-11T17:21:57.753Z] --- PASS: TestSubnetsMarshal (0.05s) [2021-11-11T17:21:57.753Z] === RUN TestAddSubnets [2021-11-11T17:21:57.753Z] --- PASS: TestAddSubnets (0.05s) [2021-11-11T17:21:57.753Z] === RUN TestDoublePoolRelease [2021-11-11T17:21:58.225Z] --- PASS: TestDoublePoolRelease (0.05s) [2021-11-11T17:21:58.225Z] === RUN TestAddReleasePoolID [2021-11-11T17:21:58.225Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.02s) [2021-11-11T17:21:58.225Z] === RUN TestRetrieveFromStore [2021-11-11T17:21:58.225Z] --- PASS: TestAddReleasePoolID (0.07s) [2021-11-11T17:21:58.225Z] === RUN TestPredefinedPool [2021-11-11T17:21:58.225Z] --- PASS: TestPredefinedPool (0.03s) [2021-11-11T17:21:58.225Z] === RUN TestRemoveSubnet [2021-11-11T17:21:58.225Z] === RUN TestGetCapabilities [2021-11-11T17:21:58.225Z] --- PASS: TestGetCapabilities (0.01s) [2021-11-11T17:21:58.225Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-11-11T17:21:58.225Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-11-11T17:21:58.225Z] === RUN TestGetDefaultAddressSpaces [2021-11-11T17:21:58.225Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-11-11T17:21:58.225Z] === RUN TestRemoteDriver [2021-11-11T17:21:58.225Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-11T17:21:58.225Z] PASS [2021-11-11T17:21:58.225Z] coverage: 47.4% of statements [2021-11-11T17:21:58.225Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.056s coverage: 47.4% of statements [2021-11-11T17:21:58.225Z] --- PASS: TestRemoveSubnet (0.18s) [2021-11-11T17:21:58.225Z] === RUN TestGetSameAddress [2021-11-11T17:21:58.225Z] --- PASS: TestGetSameAddress (0.02s) [2021-11-11T17:21:58.225Z] === RUN TestPoolAllocationReuse [2021-11-11T17:21:58.519Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-11T17:21:58.699Z] --- PASS: TestRetrieveFromStore (0.63s) [2021-11-11T17:21:58.699Z] === RUN TestIsCorrupted [2021-11-11T17:21:58.699Z] --- PASS: TestIsCorrupted (0.02s) [2021-11-11T17:21:58.699Z] === RUN TestSetRollover [2021-11-11T17:21:58.776Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-11T17:21:58.776Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-11T17:21:58.776Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-11T17:21:59.172Z] === RUN TestWindowsIPAM [2021-11-11T17:21:59.172Z] --- PASS: TestWindowsIPAM (0.00s) [2021-11-11T17:21:59.172Z] PASS [2021-11-11T17:21:59.172Z] coverage: 71.4% of statements [2021-11-11T17:21:59.172Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.061s coverage: 71.4% of statements [2021-11-11T17:21:59.338Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-11-11T17:21:59.647Z] === RUN TestDefaultNetwork [2021-11-11T17:21:59.900Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-11T17:22:00.121Z] --- PASS: TestDefaultNetwork (0.27s) [2021-11-11T17:22:00.121Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-11-11T17:22:00.596Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2021-11-11T17:22:00.596Z] === RUN TestInitAddressPools [2021-11-11T17:22:00.596Z] --- PASS: TestInitAddressPools (0.00s) [2021-11-11T17:22:00.596Z] PASS [2021-11-11T17:22:00.596Z] coverage: 74.0% of statements [2021-11-11T17:22:00.596Z] ok github.com/docker/docker/libnetwork/ipamutils 0.617s coverage: 74.0% of statements [2021-11-11T17:22:00.869Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-11T17:22:00.869Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-11T17:22:01.069Z] --- PASS: TestPoolAllocationReuse (2.59s) [2021-11-11T17:22:01.069Z] === RUN TestGetAddressSubPoolEqualPool [2021-11-11T17:22:01.069Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2021-11-11T17:22:01.069Z] === RUN TestRequestReleaseAddressFromSubPool [2021-11-11T17:22:01.069Z] === RUN TestKeyValue [2021-11-11T17:22:01.069Z] --- PASS: TestKeyValue (0.00s) [2021-11-11T17:22:01.069Z] PASS [2021-11-11T17:22:01.069Z] coverage: 60.0% of statements [2021-11-11T17:22:01.069Z] ok github.com/docker/docker/libnetwork/netlabel 0.071s coverage: 60.0% of statements [2021-11-11T17:22:01.069Z] --- PASS: TestSetRollover (2.54s) [2021-11-11T17:22:01.069Z] === RUN TestSetRolloverSerial [2021-11-11T17:22:01.126Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-11T17:22:01.126Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-11-11T17:22:01.126Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-11T17:22:01.130Z] 2021/11/11 17:22:00 Closing DB instances... [2021-11-11T17:22:02.688Z] --- PASS: TestNetworkDBGarbageCollection (54.28s) [2021-11-11T17:22:02.688Z] === RUN TestFindNode [2021-11-11T17:22:02.688Z] 2021/11/11 17:22:02 Closing DB instances... [2021-11-11T17:22:02.688Z] --- PASS: TestFindNode (0.01s) [2021-11-11T17:22:02.688Z] === RUN TestChangeNodeState [2021-11-11T17:22:02.688Z] 2021/11/11 17:22:02 Closing DB instances... [2021-11-11T17:22:02.688Z] --- PASS: TestChangeNodeState (0.01s) [2021-11-11T17:22:02.688Z] === RUN TestNodeReincarnation [2021-11-11T17:22:02.688Z] 2021/11/11 17:22:02 Closing DB instances... [2021-11-11T17:22:04.046Z] === RUN TestNetworkDBSimple [2021-11-11T17:22:04.046Z] --- PASS: TestSetRolloverSerial (2.66s) [2021-11-11T17:22:04.046Z] === RUN TestGetFirstAvailableFromCurrent [2021-11-11T17:22:04.046Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-11-11T17:22:04.046Z] PASS [2021-11-11T17:22:04.046Z] coverage: 84.4% of statements [2021-11-11T17:22:04.046Z] ok github.com/docker/docker/libnetwork/bitseq 14.401s coverage: 84.4% of statements [2021-11-11T17:22:04.519Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.38s) [2021-11-11T17:22:04.519Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-11-11T17:22:04.992Z] 2021/11/11 17:22:04 Closing DB instances... [2021-11-11T17:22:05.988Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-11-11T17:22:05.988Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-11-11T17:22:06.463Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-11-11T17:22:06.463Z] PASS [2021-11-11T17:22:06.463Z] coverage: 100.0% of statements [2021-11-11T17:22:06.463Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.051s coverage: 100.0% of statements [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-11T17:22:06.936Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-11T17:22:06.936Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.75s) [2021-11-11T17:22:06.936Z] === RUN TestGetAddress [2021-11-11T17:22:06.936Z] 2021/11/11 17:22:06 Closing DB instances... [2021-11-11T17:22:07.407Z] === RUN TestGenerate [2021-11-11T17:22:07.407Z] --- PASS: TestGenerate (0.00s) [2021-11-11T17:22:07.407Z] === RUN TestGeneratePtr [2021-11-11T17:22:07.407Z] --- PASS: TestGeneratePtr (0.00s) [2021-11-11T17:22:07.407Z] === RUN TestGenerateMissingField [2021-11-11T17:22:07.407Z] --- PASS: TestGenerateMissingField (0.00s) [2021-11-11T17:22:07.407Z] === RUN TestFieldCannotBeSet [2021-11-11T17:22:07.407Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-11-11T17:22:07.407Z] === RUN TestTypeMismatchError [2021-11-11T17:22:07.407Z] --- PASS: TestTypeMismatchError (0.00s) [2021-11-11T17:22:07.407Z] PASS [2021-11-11T17:22:07.407Z] coverage: 100.0% of statements [2021-11-11T17:22:07.407Z] ok github.com/docker/docker/libnetwork/options 0.032s coverage: 100.0% of statements [2021-11-11T17:22:07.407Z] testing: warning: no tests to run [2021-11-11T17:22:07.407Z] PASS [2021-11-11T17:22:07.407Z] coverage: 0.0% of statements [2021-11-11T17:22:07.407Z] ok github.com/docker/docker/libnetwork/osl 0.032s coverage: 0.0% of statements [no tests to run] [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-11-11T17:22:07.430Z] --- PASS: TestNodeReincarnation (5.01s) [2021-11-11T17:22:07.430Z] === RUN TestParallelCreate [2021-11-11T17:22:07.430Z] 2021/11/11 17:22:07 Closing DB instances... [2021-11-11T17:22:07.430Z] --- PASS: TestParallelCreate (0.01s) [2021-11-11T17:22:07.430Z] === RUN TestParallelDelete [2021-11-11T17:22:07.430Z] 2021/11/11 17:22:07 Closing DB instances... [2021-11-11T17:22:07.430Z] --- PASS: TestParallelDelete (0.01s) [2021-11-11T17:22:07.430Z] === RUN TestNetworkDBIslands [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:1c80b28b4700 with config:&{NodeID:1c80b28b4700 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}" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="Node 1c80b28b4700/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="Node 1c80b28b4700/172.30.231.191, added to nodes list" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:b8f95eff125c with config:&{NodeID:b8f95eff125c 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}" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="Node b8f95eff125c/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="Node b8f95eff125c/172.30.231.191, added to nodes list" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=debug msg="memberlist: Stream connection from=[::1]:49346" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="Node b8f95eff125c/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="Node b8f95eff125c/172.30.231.191, added to nodes list" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="Node 1c80b28b4700/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=info msg="Node 1c80b28b4700/172.30.231.191, added to nodes list" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-11-11T17:22:07.430Z] time="2021-11-11T17:22:07Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347" [2021-11-11T17:22:07.663Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-11T17:22:07.879Z] === RUN TestRequestNewPort [2021-11-11T17:22:07.879Z] --- PASS: TestRequestNewPort (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestRequestSpecificPort [2021-11-11T17:22:07.879Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestReleasePort [2021-11-11T17:22:07.879Z] --- PASS: TestReleasePort (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestReuseReleasedPort [2021-11-11T17:22:07.879Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestReleaseUnreadledPort [2021-11-11T17:22:07.879Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestUnknowProtocol [2021-11-11T17:22:07.879Z] --- PASS: TestUnknowProtocol (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestAllocateAllPorts [2021-11-11T17:22:07.879Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestPortAllocation [2021-11-11T17:22:07.879Z] --- PASS: TestPortAllocation (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestPortAllocationWithCustomRange [2021-11-11T17:22:07.879Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestNoDuplicateBPR [2021-11-11T17:22:07.879Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-11-11T17:22:07.879Z] === RUN TestChangePortRange [2021-11-11T17:22:07.879Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-11-11T17:22:07.879Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-11-11T17:22:07.879Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-11-11T17:22:07.879Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-11-11T17:22:07.879Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-11-11T17:22:07.879Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-11-11T17:22:07.879Z] --- PASS: TestChangePortRange (0.00s) [2021-11-11T17:22:07.879Z] PASS [2021-11-11T17:22:07.879Z] coverage: 88.6% of statements [2021-11-11T17:22:07.879Z] ok github.com/docker/docker/libnetwork/portallocator 0.047s coverage: 88.6% of statements [2021-11-11T17:22:08.349Z] testing: warning: no tests to run [2021-11-11T17:22:08.349Z] PASS [2021-11-11T17:22:08.349Z] coverage: 0.0% of statements [2021-11-11T17:22:08.349Z] ok github.com/docker/docker/libnetwork/portmapper 0.038s coverage: 0.0% of statements [no tests to run] [2021-11-11T17:22:08.349Z] === RUN TestHashData [2021-11-11T17:22:08.349Z] --- PASS: TestHashData (0.00s) [2021-11-11T17:22:08.349Z] PASS [2021-11-11T17:22:08.349Z] coverage: 2.8% of statements [2021-11-11T17:22:08.349Z] ok github.com/docker/docker/libnetwork/resolvconf 0.048s coverage: 2.8% of statements [2021-11-11T17:22:08.412Z] time="2021-11-11T17:22:08Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ae7122c95888 with config:&{NodeID:ae7122c95888 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}" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node 1c80b28b4700/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node 1c80b28b4700/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node b8f95eff125c/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node b8f95eff125c/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.413Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.819Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-11-11T17:22:08.819Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-11-11T17:22:08.819Z] === RUN TestErrorConstructors [2021-11-11T17:22:08.819Z] --- PASS: TestErrorConstructors (0.00s) [2021-11-11T17:22:08.819Z] === RUN TestCompareIPMask [2021-11-11T17:22:08.819Z] --- PASS: TestCompareIPMask (0.00s) [2021-11-11T17:22:08.819Z] === RUN TestUtilGetHostPartIP [2021-11-11T17:22:08.819Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-11-11T17:22:08.819Z] === RUN TestUtilGetBroadcastIP [2021-11-11T17:22:08.819Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-11-11T17:22:08.819Z] === RUN TestParseCIDR [2021-11-11T17:22:08.819Z] --- PASS: TestParseCIDR (0.00s) [2021-11-11T17:22:08.819Z] PASS [2021-11-11T17:22:08.819Z] coverage: 37.3% of statements [2021-11-11T17:22:08.819Z] ok github.com/docker/docker/libnetwork/types 0.031s coverage: 37.3% of statements [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:9b16b6aeefbd with config:&{NodeID:9b16b6aeefbd 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}" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 1c80b28b4700/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 1c80b28b4700/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node b8f95eff125c/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node b8f95eff125c/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, added to nodes list" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:08.881Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.289Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-11-11T17:22:09.289Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-11-11T17:22:09.289Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-11-11T17:22:09.289Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-11-11T17:22:09.289Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-11-11T17:22:09.289Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-11-11T17:22:09.289Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-11-11T17:22:09.290Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-11-11T17:22:09.290Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-11-11T17:22:09.290Z] PASS [2021-11-11T17:22:09.290Z] coverage: 50.0% of statements [2021-11-11T17:22:09.290Z] ok github.com/docker/docker/oci 0.099s coverage: 50.0% of statements [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:b36519bd04a5 with config:&{NodeID:b36519bd04a5 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}" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node b36519bd04a5/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node b36519bd04a5/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node b36519bd04a5/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node b36519bd04a5/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node 1c80b28b4700/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node 1c80b28b4700/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node ae7122c95888/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node b8f95eff125c/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=info msg="Node b8f95eff125c/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:09Z" level=info msg="Node b36519bd04a5/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:09Z" level=info msg="Node b36519bd04a5/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:09Z" level=info msg="Node b36519bd04a5/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:09Z" level=info msg="Node b36519bd04a5/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:09Z" level=info msg="Node b36519bd04a5/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.347Z] time="2021-11-11T17:22:09Z" level=info msg="Node b36519bd04a5/172.30.231.191, added to nodes list" [2021-11-11T17:22:09.760Z] 2021/11/11 17:22:09 Closing DB instances... [2021-11-11T17:22:09.813Z] networkdb_test.go:835: Re-joining: 3 [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=info msg="The new bootstrap node list is:[172.30.231.191:10033 172.30.231.191:10034 172.30.231.191:10035]" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10033" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49354" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10034" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49355" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10035" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49356" [2021-11-11T17:22:09.813Z] networkdb_test.go:835: Re-joining: 4 [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=info msg="The new bootstrap node list is:[172.30.231.191:10033 172.30.231.191:10034 172.30.231.191:10035]" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10033" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49357" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10034" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49358" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10035" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49359" [2021-11-11T17:22:09.813Z] time="2021-11-11T17:22:09Z" level=info msg="node 0 leaving" [2021-11-11T17:22:10.227Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-11T17:22:10.363Z] === RUN TestAddressPoolOpt [2021-11-11T17:22:10.363Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/a [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/something [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/_=a [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/env1=value1 [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/_env1=value1 [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/env2=value2=value3 [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/env3=abc!qwe [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/env_4=value_4 [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/PATH [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/=a [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/PATH= [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/PATH=something [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/asd!qwe [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/1asd [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/123 [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/some_space [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/__some_space_before [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/some_space_after__ [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/= [2021-11-11T17:22:10.363Z] === RUN TestValidateEnv/PaTh [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/a (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/something (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/= (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestParseHost [2021-11-11T17:22:10.363Z] --- PASS: TestParseHost (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestParseDockerDaemonHost [2021-11-11T17:22:10.363Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestParseTCP [2021-11-11T17:22:10.363Z] --- PASS: TestParseTCP (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestParseInvalidUnixAddrInvalid [2021-11-11T17:22:10.363Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestValidateExtraHosts [2021-11-11T17:22:10.363Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestIpOptString [2021-11-11T17:22:10.363Z] --- PASS: TestIpOptString (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestNewIpOptInvalidDefaultVal [2021-11-11T17:22:10.363Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestNewIpOptValidDefaultVal [2021-11-11T17:22:10.363Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestIpOptSetInvalidVal [2021-11-11T17:22:10.363Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestValidateIPAddress [2021-11-11T17:22:10.363Z] --- PASS: TestValidateIPAddress (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestMapOpts [2021-11-11T17:22:10.363Z] --- PASS: TestMapOpts (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestListOptsWithoutValidator [2021-11-11T17:22:10.363Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestListOptsWithValidator [2021-11-11T17:22:10.363Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestValidateDNSSearch [2021-11-11T17:22:10.363Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_general_format [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_one_more [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-11-11T17:22:10.363Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-11-11T17:22:10.363Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestNamedListOpts [2021-11-11T17:22:10.363Z] --- PASS: TestNamedListOpts (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestNamedMapOpts [2021-11-11T17:22:10.363Z] --- PASS: TestNamedMapOpts (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestParseLink [2021-11-11T17:22:10.363Z] --- PASS: TestParseLink (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestQuotedStringSetWithQuotes [2021-11-11T17:22:10.363Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-11-11T17:22:10.363Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestQuotedStringSetWithNoQuotes [2021-11-11T17:22:10.363Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-11-11T17:22:10.363Z] === RUN TestUlimitOpt [2021-11-11T17:22:10.363Z] --- PASS: TestUlimitOpt (0.00s) [2021-11-11T17:22:10.363Z] PASS [2021-11-11T17:22:10.363Z] coverage: 67.1% of statements [2021-11-11T17:22:10.363Z] ok github.com/docker/docker/opts 0.064s coverage: 67.1% of statements [2021-11-11T17:22:10.363Z] === RUN TestParseVersion [2021-11-11T17:22:10.363Z] --- PASS: TestParseVersion (0.00s) [2021-11-11T17:22:10.363Z] PASS [2021-11-11T17:22:10.363Z] coverage: 52.9% of statements [2021-11-11T17:22:10.363Z] ok github.com/docker/docker/pkg/aaparser 0.035s coverage: 52.9% of statements [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="Node 1c80b28b4700 change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="node3(ae7122c95888): Node leave event for 1c80b28b4700/172.30.231.191" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="Node 1c80b28b4700 change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="node4(9b16b6aeefbd): Node leave event for 1c80b28b4700/172.30.231.191" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="Node 1c80b28b4700 change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="node2(b8f95eff125c): Node leave event for 1c80b28b4700/172.30.231.191" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="Node 1c80b28b4700 change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="node1(1c80b28b4700): Node leave event for 1c80b28b4700/172.30.231.191" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="Node 1c80b28b4700 change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:09Z" level=info msg="node5(b36519bd04a5): Node leave event for 1c80b28b4700/172.30.231.191" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node 1c80b28b4700/172.30.231.191, left gossip cluster" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node 1c80b28b4700/172.30.231.191, left gossip cluster" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node 1c80b28b4700/172.30.231.191, left gossip cluster" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node 1c80b28b4700/172.30.231.191, left gossip cluster" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node 1c80b28b4700/172.30.231.191, left gossip cluster" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="node 1 leaving" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node b8f95eff125c change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="node5(b36519bd04a5): Node leave event for b8f95eff125c/172.30.231.191" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node b8f95eff125c/172.30.231.191, left gossip cluster" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node b8f95eff125c change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node b8f95eff125c change state NodeActive --> NodeFailed" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="node3(ae7122c95888): Node leave event for b8f95eff125c/172.30.231.191" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node b8f95eff125c/172.30.231.191, added to failed nodes list" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="Node b8f95eff125c change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=info msg="node4(9b16b6aeefbd): Node leave event for b8f95eff125c/172.30.231.191" [2021-11-11T17:22:10.365Z] time="2021-11-11T17:22:10Z" level=error msg="node: b8f95eff125c is unknown to memberlist" [2021-11-11T17:22:10.750Z] ok github.com/docker/docker/cmd/dockerd 0.042s coverage: 29.0% of statements [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="Node b8f95eff125c/172.30.231.191, left gossip cluster" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="Node b8f95eff125c/172.30.231.191, left gossip cluster" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="Node b8f95eff125c/172.30.231.191, left gossip cluster" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="node 2 leaving" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="Node ae7122c95888 change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="node5(b36519bd04a5): Node leave event for ae7122c95888/172.30.231.191" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="Node ae7122c95888 change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="node4(9b16b6aeefbd): Node leave event for ae7122c95888/172.30.231.191" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="Node ae7122c95888 change state NodeActive --> NodeLeft" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=info msg="node3(ae7122c95888): Node leave event for ae7122c95888/172.30.231.191" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=debug msg="memberlist: Failed ping: 9b16b6aeefbd (timeout reached)" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.231.191:10037: use of closed network connection" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.231.191:10035: use of closed network connection" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.30.231.191:10034: use of closed network connection" [2021-11-11T17:22:10.831Z] time="2021-11-11T17:22:10Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49360" [2021-11-11T17:22:11.297Z] time="2021-11-11T17:22:10Z" level=info msg="Node ae7122c95888/172.30.231.191, left gossip cluster" [2021-11-11T17:22:11.297Z] time="2021-11-11T17:22:11Z" level=info msg="Node ae7122c95888/172.30.231.191, left gossip cluster" [2021-11-11T17:22:11.297Z] time="2021-11-11T17:22:11Z" level=info msg="Node ae7122c95888/172.30.231.191, left gossip cluster" [2021-11-11T17:22:11.315Z] ok github.com/docker/docker/container 0.113s coverage: 34.8% of statements [2021-11-11T17:22:11.357Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-11-11T17:22:11.357Z] === RUN TestNetworkDBCRUDTableEntry [2021-11-11T17:22:11.357Z] === RUN TestPeerCertificateMarshalJSON [2021-11-11T17:22:11.573Z] ok github.com/docker/docker/cmd/dockerd/trap 2.396s coverage: 0.0% of statements [2021-11-11T17:22:11.573Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-11T17:22:11.573Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-11T17:22:11.573Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-11T17:22:11.573Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-11T17:22:11.573Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=warning msg="memberlist: Was able to connect to 9b16b6aeefbd but other probes failed, network may be misconfigured" [2021-11-11T17:22:11.763Z] networkdb_test.go:867: node4: OK [2021-11-11T17:22:11.763Z] networkdb_test.go:867: node5: OK [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="node 0 coming back" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:c1332e5579ac with config:&{NodeID:c1332e5579ac 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}" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="Node c1332e5579ac/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="Node c1332e5579ac/172.30.231.191, added to nodes list" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="node 1 coming back" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:0d165840d02e with config:&{NodeID:0d165840d02e 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}" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="Node 0d165840d02e/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="Node 0d165840d02e/172.30.231.191, added to nodes list" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="node 2 coming back" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e51ee20f9cfd with config:&{NodeID:e51ee20f9cfd 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}" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:11.763Z] time="2021-11-11T17:22:11Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, added to nodes list" [2021-11-11T17:22:11.828Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-11-11T17:22:11.828Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-11-11T17:22:11.828Z] --- PASS: TestPeerCertificateMarshalJSON (0.21s) [2021-11-11T17:22:11.828Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-11-11T17:22:11.828Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-11-11T17:22:11.828Z] === RUN TestMiddleware [2021-11-11T17:22:11.828Z] --- PASS: TestMiddleware (0.00s) [2021-11-11T17:22:11.828Z] === RUN TestNewResponseModifier [2021-11-11T17:22:11.828Z] --- PASS: TestNewResponseModifier (0.00s) [2021-11-11T17:22:11.828Z] PASS [2021-11-11T17:22:11.828Z] coverage: 26.8% of statements [2021-11-11T17:22:11.828Z] ok github.com/docker/docker/pkg/authorization 0.248s coverage: 26.8% of statements [2021-11-11T17:22:11.828Z] === RUN TestIsArchivePathDir [2021-11-11T17:22:11.828Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-11-11T17:22:11.828Z] === RUN TestIsArchivePathInvalidFile [2021-11-11T17:22:11.828Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2021-11-11T17:22:11.828Z] === RUN TestIsArchivePathTar [2021-11-11T17:22:12.299Z] --- PASS: TestIsArchivePathTar (0.13s) [2021-11-11T17:22:12.299Z] === RUN TestDecompressStreamGzip [2021-11-11T17:22:12.299Z] --- PASS: TestDecompressStreamGzip (0.10s) [2021-11-11T17:22:12.299Z] === RUN TestDecompressStreamBzip2 [2021-11-11T17:22:12.299Z] === RUN TestUnbuffered [2021-11-11T17:22:12.299Z] --- PASS: TestUnbuffered (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestRaceUnbuffered [2021-11-11T17:22:12.299Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-11-11T17:22:12.299Z] PASS [2021-11-11T17:22:12.299Z] coverage: 100.0% of statements [2021-11-11T17:22:12.299Z] ok github.com/docker/docker/pkg/broadcaster 0.030s coverage: 100.0% of statements [2021-11-11T17:22:12.299Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-11-11T17:22:12.299Z] === RUN TestDecompressStreamXz [2021-11-11T17:22:12.299Z] archive_test.go:133: Xz not present in msys2 [2021-11-11T17:22:12.299Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestDecompressStreamZstd [2021-11-11T17:22:12.299Z] archive_test.go:140: zstd not installed [2021-11-11T17:22:12.299Z] --- SKIP: TestDecompressStreamZstd (0.01s) [2021-11-11T17:22:12.299Z] === RUN TestCompressStreamXzUnsupported [2021-11-11T17:22:12.299Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestCompressStreamBzip2Unsupported [2021-11-11T17:22:12.299Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestCompressStreamInvalid [2021-11-11T17:22:12.299Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestExtensionInvalid [2021-11-11T17:22:12.299Z] --- PASS: TestExtensionInvalid (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestExtensionUncompressed [2021-11-11T17:22:12.299Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestExtensionBzip2 [2021-11-11T17:22:12.299Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestExtensionGzip [2021-11-11T17:22:12.299Z] --- PASS: TestExtensionGzip (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestExtensionXz [2021-11-11T17:22:12.299Z] --- PASS: TestExtensionXz (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestExtensionZstd [2021-11-11T17:22:12.299Z] --- PASS: TestExtensionZstd (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestCmdStreamLargeStderr [2021-11-11T17:22:12.299Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-11-11T17:22:12.299Z] === RUN TestCmdStreamBad [2021-11-11T17:22:12.299Z] archive_test.go:252: Failing on Windows CI machines [2021-11-11T17:22:12.299Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestCmdStreamGood [2021-11-11T17:22:12.299Z] --- PASS: TestCmdStreamGood (0.04s) [2021-11-11T17:22:12.299Z] === RUN TestUntarPathWithInvalidDest [2021-11-11T17:22:12.299Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-11-11T17:22:12.299Z] === RUN TestUntarPathWithInvalidSrc [2021-11-11T17:22:12.299Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-11-11T17:22:12.299Z] === RUN TestUntarPath [2021-11-11T17:22:12.744Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-11T17:22:12.776Z] --- PASS: TestUntarPath (0.06s) [2021-11-11T17:22:12.776Z] === RUN TestUntarPathWithDestinationFile [2021-11-11T17:22:12.776Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-11-11T17:22:12.776Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-11-11T17:22:12.776Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-11-11T17:22:12.776Z] === RUN TestCopyWithTarInvalidSrc [2021-11-11T17:22:12.776Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-11-11T17:22:12.776Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-11-11T17:22:12.776Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-11-11T17:22:12.776Z] === RUN TestCopyWithTarSrcFile [2021-11-11T17:22:12.776Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-11-11T17:22:12.776Z] === RUN TestCopyWithTarSrcFolder [2021-11-11T17:22:12.776Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-11-11T17:22:12.776Z] === RUN TestCopyFileWithTarInvalidSrc [2021-11-11T17:22:12.776Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-11-11T17:22:12.776Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-11-11T17:22:12.776Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-11-11T17:22:12.776Z] === RUN TestCopyFileWithTarSrcFolder [2021-11-11T17:22:12.776Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-11-11T17:22:12.776Z] === RUN TestCopyFileWithTarSrcFile [2021-11-11T17:22:12.776Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-11-11T17:22:12.776Z] === RUN TestTarFiles [2021-11-11T17:22:12.776Z] === RUN TestMatch [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[]] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[foo]] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[bar]_[foo]] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[foo_bar]] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[qux]_[foo]] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[]#01 [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[qux]] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[foo_bar_qux]] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[qux]_[baz]] [2021-11-11T17:22:12.776Z] === RUN TestMatch/[[foo_baz]] [2021-11-11T17:22:12.776Z] --- PASS: TestMatch (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[]] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-11-11T17:22:12.776Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-11-11T17:22:12.776Z] PASS [2021-11-11T17:22:12.776Z] coverage: 87.5% of statements [2021-11-11T17:22:12.776Z] ok github.com/docker/docker/pkg/capabilities 0.031s coverage: 87.5% of statements [2021-11-11T17:22:13.767Z] 2021/11/11 17:22:13 Closing DB instances... [2021-11-11T17:22:13.767Z] === RUN TestChrootTarUntar [2021-11-11T17:22:13.767Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:13.767Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-11-11T17:22:13.767Z] === RUN TestChrootUntarWithHugeExcludesList [2021-11-11T17:22:13.767Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:13.767Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-11T17:22:13.767Z] === RUN TestChrootUntarEmptyArchive [2021-11-11T17:22:13.767Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-11-11T17:22:13.767Z] === RUN TestChrootTarUntarWithSymlink [2021-11-11T17:22:13.767Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:22:13.767Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-11-11T17:22:13.767Z] === RUN TestChrootCopyWithTar [2021-11-11T17:22:13.767Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:22:13.767Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-11-11T17:22:13.767Z] === RUN TestChrootCopyFileWithTar [2021-11-11T17:22:13.767Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:13.767Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-11-11T17:22:13.767Z] === RUN TestChrootUntarPath [2021-11-11T17:22:13.767Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:22:13.767Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-11-11T17:22:13.767Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-11-11T17:22:13.767Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:13.767Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:22:13.767Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-11-11T17:22:13.767Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:13.767Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:22:13.767Z] === RUN TestChrootApplyDotDotFile [2021-11-11T17:22:13.767Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:13.767Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-11-11T17:22:13.767Z] PASS [2021-11-11T17:22:13.767Z] coverage: 15.1% of statements [2021-11-11T17:22:13.767Z] ok github.com/docker/docker/pkg/chrootarchive 0.082s coverage: 15.1% of statements [2021-11-11T17:22:14.237Z] === RUN TestSizeEmpty [2021-11-11T17:22:14.237Z] --- PASS: TestSizeEmpty (0.00s) [2021-11-11T17:22:14.237Z] === RUN TestSizeEmptyFile [2021-11-11T17:22:14.237Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-11-11T17:22:14.237Z] === RUN TestSizeNonemptyFile [2021-11-11T17:22:14.237Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-11-11T17:22:14.237Z] === RUN TestSizeNestedDirectoryEmpty [2021-11-11T17:22:14.237Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-11-11T17:22:14.237Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-11-11T17:22:14.237Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-11-11T17:22:14.237Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-11-11T17:22:14.237Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-11-11T17:22:14.237Z] === RUN TestMoveToSubdir [2021-11-11T17:22:14.237Z] --- PASS: TestMoveToSubdir (0.00s) [2021-11-11T17:22:14.237Z] === RUN TestSizeNonExistingDirectory [2021-11-11T17:22:14.237Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-11-11T17:22:14.237Z] PASS [2021-11-11T17:22:14.237Z] coverage: 80.0% of statements [2021-11-11T17:22:14.237Z] ok github.com/docker/docker/pkg/directory 0.051s coverage: 80.0% of statements [2021-11-11T17:22:14.549Z] --- PASS: TestInfoAPIWarnings (16.36s) [2021-11-11T17:22:14.549Z] === RUN TestInfoDebug [2021-11-11T17:22:14.549Z] --- PASS: TestInfoDebug (0.55s) [2021-11-11T17:22:14.549Z] === RUN TestInfoInsecureRegistries [2021-11-11T17:22:14.549Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-11-11T17:22:14.549Z] === RUN TestInfoRegistryMirrors [2021-11-11T17:22:14.549Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2021-11-11T17:22:14.549Z] === RUN TestLoginFailsWithBadCredentials [2021-11-11T17:22:14.549Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2021-11-11T17:22:14.549Z] === RUN TestPingCacheHeaders [2021-11-11T17:22:14.549Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-11T17:22:14.549Z] === RUN TestPingGet [2021-11-11T17:22:14.549Z] --- PASS: TestPingGet (0.01s) [2021-11-11T17:22:14.549Z] === RUN TestPingHead [2021-11-11T17:22:14.549Z] --- PASS: TestPingHead (0.02s) [2021-11-11T17:22:14.549Z] === RUN TestVersion [2021-11-11T17:22:14.549Z] --- PASS: TestVersion (0.02s) [2021-11-11T17:22:14.549Z] === CONT TestDiskUsage [2021-11-11T17:22:14.633Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-11T17:22:14.707Z] time="2021-11-11T17:22:14Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.231.191:10033 172.30.231.191:10034 172.30.231.191:10035]" [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/container_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/image_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/volume_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-11-11T17:22:15.110Z] === RUN TestDiskUsage/after_container.Run [2021-11-11T17:22:15.173Z] time="2021-11-11T17:22:14Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.30.231.191:10033 172.30.231.191:10034 172.30.231.191:10035]" [2021-11-11T17:22:15.228Z] === RUN Test [2021-11-11T17:22:15.228Z] === RUN Test/TestContainsEntry [2021-11-11T17:22:15.228Z] === RUN Test/TestCreateEntries [2021-11-11T17:22:15.228Z] === RUN Test/TestEntriesDiff [2021-11-11T17:22:15.228Z] === RUN Test/TestEntriesEquality [2021-11-11T17:22:15.228Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-11-11T17:22:15.228Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-11-11T17:22:15.228Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-11-11T17:22:15.228Z] === RUN Test/TestGeneratorNotGenerate [2021-11-11T17:22:15.228Z] === RUN Test/TestGeneratorWithPort [2021-11-11T17:22:15.228Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-11-11T17:22:15.228Z] === RUN Test/TestNewEntry [2021-11-11T17:22:15.228Z] === RUN Test/TestParse [2021-11-11T17:22:15.228Z] --- PASS: Test (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestNewEntry (0.00s) [2021-11-11T17:22:15.228Z] --- PASS: Test/TestParse (0.00s) [2021-11-11T17:22:15.228Z] PASS [2021-11-11T17:22:15.228Z] coverage: 58.3% of statements [2021-11-11T17:22:15.228Z] ok github.com/docker/docker/pkg/discovery 0.065s coverage: 58.3% of statements [2021-11-11T17:22:15.560Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10033" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49375" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node b36519bd04a5/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node b36519bd04a5/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, is the new incarnation of the shutdown node 1c80b28b4700/172.30.231.191" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49376" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10034" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node b36519bd04a5/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node b36519bd04a5/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, is the new incarnation of the shutdown node b8f95eff125c/172.30.231.191" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10035" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49377" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node b36519bd04a5/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node b36519bd04a5/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, is the new incarnation of the shutdown node ae7122c95888/172.30.231.191" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, is the new incarnation of the shutdown node b8f95eff125c/172.30.231.191" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node 0d165840d02e/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, is the new incarnation of the shutdown node 1c80b28b4700/172.30.231.191" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node c1332e5579ac/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, is the new incarnation of the shutdown node ae7122c95888/172.30.231.191" [2021-11-11T17:22:15.639Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, added to nodes list" [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-11-11T17:22:15.672Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage (1.21s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.01s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2021-11-11T17:22:15.672Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2021-11-11T17:22:15.672Z] PASS [2021-11-11T17:22:15.672Z] [2021-11-11T17:22:15.672Z] === Skipped [2021-11-11T17:22:15.672Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:22:15.672Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-11T17:22:15.672Z] [2021-11-11T17:22:15.672Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-11-11T17:22:15.672Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-11T17:22:15.672Z] [2021-11-11T17:22:15.672Z] DONE 53 tests, 2 skipped in 24.046s [2021-11-11T17:22:15.672Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-11T17:22:15.698Z] --- PASS: TestNetworkDBCRUDTableEntry (4.25s) [2021-11-11T17:22:15.698Z] === RUN TestNetworkDBCRUDTableEntries [2021-11-11T17:22:15.928Z] INFO: Testing against a local daemon [2021-11-11T17:22:15.928Z] === RUN TestVolumesCreateAndList [2021-11-11T17:22:15.928Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-11T17:22:15.928Z] === RUN TestVolumesRemove [2021-11-11T17:22:15.928Z] --- PASS: TestVolumesRemove (0.05s) [2021-11-11T17:22:15.928Z] === RUN TestVolumesInspect [2021-11-11T17:22:15.928Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-11T17:22:15.928Z] === RUN TestVolumesInvalidJSON [2021-11-11T17:22:15.928Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-11T17:22:15.928Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-11T17:22:15.928Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-11T17:22:15.928Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-11-11T17:22:15.928Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-11T17:22:15.928Z] PASS [2021-11-11T17:22:15.928Z] [2021-11-11T17:22:15.928Z] DONE 5 tests in 0.184s [2021-11-11T17:22:15.928Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-11T17:22:15.928Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13382 is not a child of this shell [2021-11-11T17:22:15.928Z] warning: PID 13382 from bundles/test-integration/docker.pid had a nonzero exit code [2021-11-11T17:22:15.928Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-11T17:22:15.928Z] [2021-11-11T17:22:15.928Z] Unloading profiles will leave already running processes permanently [2021-11-11T17:22:15.928Z] unconfined, which can lead to unexpected situations. [2021-11-11T17:22:15.928Z] [2021-11-11T17:22:15.928Z] To set a process to complain mode, use the command line tool [2021-11-11T17:22:15.928Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-11T17:22:15.928Z] Removing test suite binaries [2021-11-11T17:22:16.105Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, joined gossip cluster" [2021-11-11T17:22:16.106Z] time="2021-11-11T17:22:15Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, added to nodes list" [2021-11-11T17:22:16.106Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10033" [2021-11-11T17:22:16.106Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49379" [2021-11-11T17:22:16.106Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10034" [2021-11-11T17:22:16.106Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49380" [2021-11-11T17:22:16.106Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.30.231.191:10035" [2021-11-11T17:22:16.106Z] time="2021-11-11T17:22:15Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49381" [2021-11-11T17:22:16.123Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-11T17:22:16.168Z] === RUN Test [2021-11-11T17:22:16.168Z] === RUN Test/TestContent [2021-11-11T17:22:16.168Z] === RUN Test/TestInitialize [2021-11-11T17:22:16.168Z] === RUN Test/TestNew [2021-11-11T17:22:16.168Z] === RUN Test/TestParsingContentsWithComments [2021-11-11T17:22:16.168Z] === RUN Test/TestRegister [2021-11-11T17:22:16.168Z] === RUN Test/TestWatch [2021-11-11T17:22:16.168Z] --- PASS: Test (0.01s) [2021-11-11T17:22:16.168Z] --- PASS: Test/TestContent (0.00s) [2021-11-11T17:22:16.168Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-11T17:22:16.168Z] --- PASS: Test/TestNew (0.00s) [2021-11-11T17:22:16.168Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-11-11T17:22:16.168Z] --- PASS: Test/TestRegister (0.00s) [2021-11-11T17:22:16.168Z] --- PASS: Test/TestWatch (0.01s) [2021-11-11T17:22:16.168Z] PASS [2021-11-11T17:22:16.168Z] coverage: 97.6% of statements [2021-11-11T17:22:16.168Z] ok github.com/docker/docker/pkg/discovery/file 0.048s coverage: 97.6% of statements [2021-11-11T17:22:16.185Z] exiting test-integration [2021-11-11T17:22:16.185Z] ++ exit 0 [2021-11-11T17:22:16.185Z] [2021-11-11T17:22:16.572Z] 2021/11/11 17:22:16 Closing DB instances... [2021-11-11T17:22:16.572Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac change state NodeActive --> NodeLeft" [2021-11-11T17:22:16.572Z] time="2021-11-11T17:22:16Z" level=info msg="node3(e51ee20f9cfd): Node leave event for c1332e5579ac/172.30.231.191" [2021-11-11T17:22:16.572Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac change state NodeActive --> NodeLeft" [2021-11-11T17:22:16.572Z] time="2021-11-11T17:22:16Z" level=info msg="node2(0d165840d02e): Node leave event for c1332e5579ac/172.30.231.191" [2021-11-11T17:22:16.572Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac change state NodeActive --> NodeLeft" [2021-11-11T17:22:16.572Z] time="2021-11-11T17:22:16Z" level=info msg="node4(9b16b6aeefbd): Node leave event for c1332e5579ac/172.30.231.191" [2021-11-11T17:22:16.572Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac change state NodeActive --> NodeLeft" [2021-11-11T17:22:16.572Z] time="2021-11-11T17:22:16Z" level=info msg="node1(c1332e5579ac): Node leave event for c1332e5579ac/172.30.231.191" [2021-11-11T17:22:16.638Z] --- PASS: TestTarFiles (4.06s) [2021-11-11T17:22:16.638Z] === RUN TestDetectCompressionZstd [2021-11-11T17:22:16.638Z] --- PASS: TestDetectCompressionZstd (0.00s) [2021-11-11T17:22:16.638Z] === RUN TestTarUntar [2021-11-11T17:22:16.638Z] --- PASS: TestTarUntar (0.02s) [2021-11-11T17:22:16.638Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-11-11T17:22:16.638Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-11-11T17:22:16.638Z] === RUN TestTarWithOptions [2021-11-11T17:22:16.638Z] --- PASS: TestTarWithOptions (0.02s) [2021-11-11T17:22:16.638Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-11-11T17:22:16.638Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-11-11T17:22:16.638Z] === RUN TestUntarUstarGnuConflict [2021-11-11T17:22:16.638Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-11-11T17:22:16.638Z] === RUN TestUntarInvalidFilenames [2021-11-11T17:22:16.838Z] ok github.com/docker/docker/daemon/cluster 0.045s coverage: 0.5% of statements [2021-11-11T17:22:17.038Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac change state NodeActive --> NodeLeft" [2021-11-11T17:22:17.038Z] time="2021-11-11T17:22:16Z" level=info msg="node5(b36519bd04a5): Node leave event for c1332e5579ac/172.30.231.191" [2021-11-11T17:22:17.038Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.038Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.038Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="Node c1332e5579ac/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="Node 0d165840d02e change state NodeActive --> NodeLeft" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="node5(b36519bd04a5): Node leave event for 0d165840d02e/172.30.231.191" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="Node 0d165840d02e change state NodeActive --> NodeLeft" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="node3(e51ee20f9cfd): Node leave event for 0d165840d02e/172.30.231.191" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="Node 0d165840d02e change state NodeActive --> NodeLeft" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="node4(9b16b6aeefbd): Node leave event for 0d165840d02e/172.30.231.191" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="Node 0d165840d02e change state NodeActive --> NodeLeft" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="node2(0d165840d02e): Node leave event for 0d165840d02e/172.30.231.191" [2021-11-11T17:22:17.039Z] time="2021-11-11T17:22:16Z" level=info msg="Node 0d165840d02e/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.052Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-11T17:22:17.108Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames896827781\\dest" [2021-11-11T17:22:17.108Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-11-11T17:22:17.108Z] === RUN TestUntarHardlinkToSymlink [2021-11-11T17:22:17.108Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-11-11T17:22:17.108Z] === RUN TestUntarInvalidHardlink [2021-11-11T17:22:17.108Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1905190974\\victim\\hello" -> "../victim/hello" [2021-11-11T17:22:17.108Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink693831994\\victim\\hello" -> "/../victim/hello" [2021-11-11T17:22:17.108Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3095826218\\victim" -> "../victim" [2021-11-11T17:22:17.108Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1211477364\\victim" -> "../victim" [2021-11-11T17:22:17.108Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2391692165\\victim" -> "../victim" [2021-11-11T17:22:17.108Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2830815660\\victim" -> "../victim" [2021-11-11T17:22:17.108Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-11-11T17:22:17.108Z] === RUN TestUntarInvalidSymlink [2021-11-11T17:22:17.108Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3372329973\\dest\\dotdot" -> "../victim/hello" [2021-11-11T17:22:17.108Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3502419767\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-11T17:22:17.108Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink194373734\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:22:17.108Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1302597479\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:22:17.108Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3501590663\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:22:17.108Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink928251523\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:22:17.108Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2647883316\\dest\\dir\\loophole" -> "../../victim" [2021-11-11T17:22:17.108Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-11-11T17:22:17.108Z] === RUN TestTempArchiveCloseMultipleTimes [2021-11-11T17:22:17.108Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-11-11T17:22:17.108Z] === RUN TestXGlobalNoParent [2021-11-11T17:22:17.108Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-11-11T17:22:17.108Z] === RUN TestReplaceFileTarWrapper [2021-11-11T17:22:17.108Z] --- PASS: TestReplaceFileTarWrapper (0.16s) [2021-11-11T17:22:17.108Z] === RUN TestPrefixHeaderReadable [2021-11-11T17:22:17.108Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-11-11T17:22:17.108Z] === RUN TestDisablePigz [2021-11-11T17:22:17.108Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2021-11-11T17:22:17.108Z] --- PASS: TestDisablePigz (0.09s) [2021-11-11T17:22:17.108Z] === RUN TestPigz [2021-11-11T17:22:17.108Z] === RUN Test [2021-11-11T17:22:17.108Z] === RUN Test/TestInitialize [2021-11-11T17:22:17.108Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed Post stage [Pipeline] junit [2021-11-11T17:22:17.129Z] Recording test results [2021-11-11T17:22:17.308Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-11-11T17:22:17.505Z] time="2021-11-11T17:22:17Z" level=info msg="Node 0d165840d02e/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.505Z] time="2021-11-11T17:22:17Z" level=info msg="Node 0d165840d02e/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.505Z] time="2021-11-11T17:22:17Z" level=info msg="Node 0d165840d02e/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.505Z] time="2021-11-11T17:22:17Z" level=info msg="Node e51ee20f9cfd change state NodeActive --> NodeLeft" [2021-11-11T17:22:17.505Z] time="2021-11-11T17:22:17Z" level=info msg="node5(b36519bd04a5): Node leave event for e51ee20f9cfd/172.30.231.191" [2021-11-11T17:22:17.505Z] time="2021-11-11T17:22:17Z" level=info msg="Node e51ee20f9cfd change state NodeActive --> NodeLeft" [2021-11-11T17:22:17.505Z] time="2021-11-11T17:22:17Z" level=info msg="node4(9b16b6aeefbd): Node leave event for e51ee20f9cfd/172.30.231.191" [2021-11-11T17:22:17.578Z] --- PASS: TestPigz (0.11s) [2021-11-11T17:22:17.578Z] === RUN TestCopyFileWithInvalidDest [2021-11-11T17:22:17.578Z] archive_windows_test.go:16: Currently fails [2021-11-11T17:22:17.578Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-11-11T17:22:17.578Z] === RUN TestCanonicalTarNameForPath [2021-11-11T17:22:17.578Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-11-11T17:22:17.578Z] === RUN TestCanonicalTarName [2021-11-11T17:22:17.578Z] --- PASS: TestCanonicalTarName (0.00s) [2021-11-11T17:22:17.578Z] === RUN TestChmodTarEntry [2021-11-11T17:22:17.578Z] --- PASS: TestChmodTarEntry (0.00s) [2021-11-11T17:22:17.578Z] === RUN TestHardLinkOrder [2021-11-11T17:22:17.578Z] time="2021-11-11T17:22:16Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:22:17.578Z] time="2021-11-11T17:22:17Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:22:17.578Z] time="2021-11-11T17:22:17Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:22:17.578Z] === RUN Test/TestInitializeWithCerts [2021-11-11T17:22:17.578Z] time="2021-11-11T17:22:17Z" level=info msg="Initializing discovery with TLS" [2021-11-11T17:22:17.578Z] === RUN Test/TestWatch [2021-11-11T17:22:17.578Z] time="2021-11-11T17:22:17Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:22:17.578Z] --- PASS: TestHardLinkOrder (0.07s) [2021-11-11T17:22:17.578Z] === RUN TestChangeString [2021-11-11T17:22:17.578Z] --- PASS: TestChangeString (0.00s) [2021-11-11T17:22:17.578Z] === RUN TestChangesWithNoChanges [2021-11-11T17:22:17.578Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-11-11T17:22:17.578Z] === RUN TestChangesWithChanges [2021-11-11T17:22:17.579Z] --- PASS: TestChangesWithChanges (0.02s) [2021-11-11T17:22:17.579Z] === RUN TestChangesWithChangesGH13590 [2021-11-11T17:22:17.579Z] changes_test.go:195: needs more investigation [2021-11-11T17:22:17.579Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-11-11T17:22:17.579Z] === RUN TestChangesDirsEmpty [2021-11-11T17:22:17.579Z] --- PASS: TestChangesDirsEmpty (0.10s) [2021-11-11T17:22:17.579Z] === RUN TestChangesDirsMutated [2021-11-11T17:22:17.579Z] --- PASS: TestChangesDirsMutated (0.10s) [2021-11-11T17:22:17.579Z] === RUN TestApplyLayer [2021-11-11T17:22:17.579Z] changes_test.go:432: needs further investigation [2021-11-11T17:22:17.579Z] --- SKIP: TestApplyLayer (0.00s) [2021-11-11T17:22:17.579Z] === RUN TestChangesSizeWithHardlinks [2021-11-11T17:22:17.579Z] changes_test.go:468: needs further investigation [2021-11-11T17:22:17.579Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-11-11T17:22:17.579Z] === RUN TestChangesSizeWithNoChanges [2021-11-11T17:22:17.579Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-11-11T17:22:17.579Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-11-11T17:22:17.579Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-11-11T17:22:17.579Z] === RUN TestChangesSize [2021-11-11T17:22:17.579Z] --- PASS: TestChangesSize (0.00s) [2021-11-11T17:22:17.579Z] === RUN TestApplyLayerInvalidFilenames [2021-11-11T17:22:17.579Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1914456332\\dest" [2021-11-11T17:22:17.579Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-11-11T17:22:17.579Z] === RUN TestApplyLayerInvalidHardlink [2021-11-11T17:22:17.579Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink584310980\\victim\\hello" -> "../victim/hello" [2021-11-11T17:22:17.579Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3390895429\\victim\\hello" -> "/../victim/hello" [2021-11-11T17:22:17.579Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2992167192\\victim" -> "../victim" [2021-11-11T17:22:17.579Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink813456456\\victim" -> "../victim" [2021-11-11T17:22:17.579Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3878350112\\victim" -> "../victim" [2021-11-11T17:22:17.579Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2727077008\\victim" -> "../victim" [2021-11-11T17:22:17.579Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-11-11T17:22:17.579Z] === RUN TestApplyLayerInvalidSymlink [2021-11-11T17:22:17.579Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink611938004\\dest\\dotdot" -> "../victim/hello" [2021-11-11T17:22:17.579Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2896513669\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-11T17:22:17.579Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink566419233\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:22:17.579Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3265084179\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:22:17.579Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2103076538\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:22:17.579Z] 2021/11/11 17:22:17 Closing DB instances... [2021-11-11T17:22:17.579Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink567686947\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:22:17.579Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-11-11T17:22:17.579Z] === RUN TestApplyLayerWhiteouts [2021-11-11T17:22:17.579Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-11-11T17:22:17.579Z] === RUN TestGenerateEmptyFile [2021-11-11T17:22:17.579Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-11-11T17:22:17.579Z] === RUN TestGenerateWithContent [2021-11-11T17:22:17.579Z] --- PASS: TestGenerateWithContent (0.00s) [2021-11-11T17:22:17.579Z] PASS [2021-11-11T17:22:17.579Z] coverage: 63.0% of statements [2021-11-11T17:22:17.579Z] ok github.com/docker/docker/pkg/archive 5.971s coverage: 63.0% of statements [2021-11-11T17:22:17.733Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-11T17:22:17.872Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-11-11T17:22:17.971Z] time="2021-11-11T17:22:17Z" level=info msg="Node e51ee20f9cfd change state NodeActive --> NodeLeft" [2021-11-11T17:22:17.971Z] time="2021-11-11T17:22:17Z" level=info msg="node3(e51ee20f9cfd): Node leave event for e51ee20f9cfd/172.30.231.191" [2021-11-11T17:22:17.971Z] time="2021-11-11T17:22:17Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.971Z] time="2021-11-11T17:22:17Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.971Z] time="2021-11-11T17:22:17Z" level=info msg="Node e51ee20f9cfd/172.30.231.191, left gossip cluster" [2021-11-11T17:22:17.971Z] time="2021-11-11T17:22:17Z" level=debug msg="memberlist: Failed ping: 9b16b6aeefbd (timeout reached)" [2021-11-11T17:22:17.971Z] time="2021-11-11T17:22:17Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.231.191:10035: use of closed network connection" [2021-11-11T17:22:17.971Z] time="2021-11-11T17:22:17Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.30.231.191:10037: use of closed network connection" [2021-11-11T17:22:17.971Z] time="2021-11-11T17:22:17Z" level=debug msg="memberlist: Stream connection from=172.30.231.191:49386" [2021-11-11T17:22:18.106Z] + echo Ensuring container killed. [2021-11-11T17:22:18.106Z] Ensuring container killed. [2021-11-11T17:22:18.106Z] + docker rm -vf docker-pr11 [2021-11-11T17:22:18.106Z] Error: No such container: docker-pr11 [Pipeline] sh [2021-11-11T17:22:18.214Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.024s coverage: 65.3% of statements [2021-11-11T17:22:18.381Z] + echo Chowning /workspace to jenkins user [2021-11-11T17:22:18.381Z] Chowning /workspace to jenkins user [2021-11-11T17:22:18.381Z] + id -u [2021-11-11T17:22:18.381Z] + id -g [2021-11-11T17:22:18.381Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42838:/workspace busybox chown -R 1000:1000 /workspace [2021-11-11T17:22:18.434Z] --- PASS: TestBuildWithHugeFile (110.16s) [2021-11-11T17:22:18.434Z] === RUN TestBuildWCOWSandboxSize [2021-11-11T17:22:18.434Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:22:18.434Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:22:18.434Z] === RUN TestBuildWithEmptyDockerfile [2021-11-11T17:22:18.434Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:22:18.434Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:22:18.434Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:22:18.434Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:22:18.434Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:22:18.434Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:22:18.434Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:22:18.434Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:22:18.434Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:22:18.437Z] time="2021-11-11T17:22:18Z" level=info msg="Node 9b16b6aeefbd change state NodeActive --> NodeLeft" [2021-11-11T17:22:18.437Z] time="2021-11-11T17:22:18Z" level=info msg="node5(b36519bd04a5): Node leave event for 9b16b6aeefbd/172.30.231.191" [2021-11-11T17:22:18.437Z] time="2021-11-11T17:22:18Z" level=info msg="Node 9b16b6aeefbd change state NodeActive --> NodeLeft" [2021-11-11T17:22:18.437Z] time="2021-11-11T17:22:18Z" level=info msg="node4(9b16b6aeefbd): Node leave event for 9b16b6aeefbd/172.30.231.191" [2021-11-11T17:22:18.437Z] time="2021-11-11T17:22:18Z" level=warning msg="memberlist: Was able to connect to 9b16b6aeefbd but other probes failed, network may be misconfigured" [2021-11-11T17:22:18.691Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2021-11-11T17:22:18.691Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2021-11-11T17:22:18.691Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2021-11-11T17:22:18.691Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-11-11T17:22:18.691Z] === RUN TestBuildPreserveOwnership [2021-11-11T17:22:18.691Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-11T17:22:18.904Z] time="2021-11-11T17:22:18Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, left gossip cluster" [2021-11-11T17:22:18.904Z] time="2021-11-11T17:22:18Z" level=info msg="Node 9b16b6aeefbd/172.30.231.191, left gossip cluster" [2021-11-11T17:22:19.150Z] --- PASS: TestNetworkDBCRUDTableEntries (3.28s) [2021-11-11T17:22:19.150Z] === RUN TestNetworkDBNodeLeave [2021-11-11T17:22:19.254Z] docker_cli_daemon_test.go:1455: [dbc19425c1b94] daemon is not started [2021-11-11T17:22:19.371Z] time="2021-11-11T17:22:19Z" level=info msg="Node b36519bd04a5/172.30.231.191, left gossip cluster" [2021-11-11T17:22:19.371Z] time="2021-11-11T17:22:19Z" level=info msg="Node b36519bd04a5 change state NodeActive --> NodeFailed" [2021-11-11T17:22:19.371Z] time="2021-11-11T17:22:19Z" level=info msg="Node b36519bd04a5/172.30.231.191, added to failed nodes list" [2021-11-11T17:22:19.371Z] --- PASS: TestNetworkDBIslands (12.05s) [2021-11-11T17:22:19.371Z] PASS [2021-11-11T17:22:19.371Z] coverage: 60.0% of statements [2021-11-11T17:22:19.371Z] ok github.com/docker/docker/libnetwork/networkdb 103.601s coverage: 60.0% of statements [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-11-11T17:22:19.371Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-11-11T17:22:19.511Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-11-11T17:22:19.573Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m24.230255027s with top 10 stages: buildssa: 1m32.751364665s, goimports: 22.813347925s, unconvert: 16.169025172s, gosec: 10.721438712s, golint: 6.701251176s, ineffassign: 5.617425596s, misspell: 5.076835779s, inspect: 3.977431292s, vrp: 3.091458632s, deadcode: 2.884447003s [2021-11-11T17:22:19.589Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2021-11-11T17:22:20.072Z] check_test.go:308: [d039cfc4750c5] daemon is not started [2021-11-11T17:22:20.072Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/quota [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/rootless [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/volume [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-11T17:22:20.138Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-11T17:22:20.140Z] --- PASS: Test (3.12s) [2021-11-11T17:22:20.140Z] --- PASS: Test/TestInitialize (0.11s) [2021-11-11T17:22:20.140Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-11-11T17:22:20.140Z] --- PASS: Test/TestWatch (3.00s) [2021-11-11T17:22:20.140Z] PASS [2021-11-11T17:22:20.140Z] coverage: 84.1% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-11T17:22:20.563Z] + bundleName=amd64-rootless [2021-11-11T17:22:20.563Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-11-11T17:22:20.563Z] Creating amd64-rootless-bundles.tar.gz [2021-11-11T17:22:20.563Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-11-11T17:22:20.563Z] + 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 [2021-11-11T17:22:20.573Z] Archiving artifacts [2021-11-11T17:22:20.612Z] ok github.com/docker/docker/pkg/discovery/kv 3.161s coverage: 84.1% of statements [2021-11-11T17:22:20.947Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42838/11/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-11T17:22:21.083Z] === RUN Test [2021-11-11T17:22:21.083Z] === RUN Test/TestWatch [2021-11-11T17:22:21.083Z] --- PASS: Test (0.00s) [2021-11-11T17:22:21.083Z] --- PASS: Test/TestWatch (0.00s) [2021-11-11T17:22:21.083Z] PASS [2021-11-11T17:22:21.083Z] coverage: 92.3% of statements [2021-11-11T17:22:21.083Z] ok github.com/docker/docker/pkg/discovery/memory 0.037s coverage: 92.3% of statements [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === Skipped [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-11-11T17:22:21.125Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-11-11T17:22:21.125Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-11-11T17:22:21.125Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-11-11T17:22:21.125Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-11-11T17:22:21.125Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-11-11T17:22:21.125Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-11T17:22:21.125Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-11T17:22:21.125Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-11T17:22:21.125Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-11-11T17:22:21.125Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-11T17:22:21.125Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-11-11T17:22:21.125Z] daemon_test.go:146: root required [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-11T17:22:21.125Z] reload_test.go:520: root required [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-11-11T17:22:21.125Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-11T17:22:21.125Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-11-11T17:22:21.125Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-11T17:22:21.125Z] [2021-11-11T17:22:21.125Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-11-11T17:22:21.126Z] download_test.go:267: Needs fixing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-11-11T17:22:21.126Z] layer_test.go:303: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-11-11T17:22:21.126Z] layer_test.go:352: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-11-11T17:22:21.126Z] layer_test.go:467: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-11-11T17:22:21.126Z] layer_test.go:696: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-11-11T17:22:21.126Z] migration_test.go:45: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-11-11T17:22:21.126Z] migration_test.go:181: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-11-11T17:22:21.126Z] mount_test.go:17: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-11-11T17:22:21.126Z] mount_test.go:76: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-11-11T17:22:21.126Z] mount_test.go:125: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-11-11T17:22:21.126Z] mount_test.go:212: Failing on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-11-11T17:22:21.126Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-11-11T17:22:21.126Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-11-11T17:22:21.126Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-11-11T17:22:21.126Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-11-11T17:22:21.126Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-11-11T17:22:21.126Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-11-11T17:22:21.126Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-11-11T17:22:21.126Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-11-11T17:22:21.126Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-11-11T17:22:21.126Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-11-11T17:22:21.126Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-11-11T17:22:21.126Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-11T17:22:21.126Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-11T17:22:21.126Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-11T17:22:21.126Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-11T17:22:21.126Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-11T17:22:21.126Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:133: Xz not present in msys2 [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2021-11-11T17:22:21.126Z] archive_test.go:140: zstd not installed [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:252: Failing on Windows CI machines [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-11-11T17:22:21.126Z] archive_windows_test.go:16: Currently fails [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-11-11T17:22:21.126Z] changes_test.go:195: needs more investigation [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-11-11T17:22:21.126Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-11-11T17:22:21.126Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-11-11T17:22:21.126Z] changes_test.go:432: needs further investigation [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-11-11T17:22:21.126Z] changes_test.go:468: needs further investigation [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-11-11T17:22:21.126Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-11-11T17:22:21.126Z] poller_test.go:40: No chmod on Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-11T17:22:21.126Z] fileutils_test.go:133: Needs porting to Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-11T17:22:21.126Z] fileutils_test.go:179: Needs porting to Windows [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-11-11T17:22:21.126Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-11-11T17:22:21.126Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-11-11T17:22:21.126Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-11-11T17:22:21.126Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-11-11T17:22:21.126Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-11T17:22:21.126Z] [2021-11-11T17:22:21.126Z] DONE 2083 tests, 70 skipped in 240.478s [2021-11-11T17:22:21.126Z] INFO: make.ps1 ended at 11/11/2021 17:22:21 [2021-11-11T17:22:21.279Z] + make clean [2021-11-11T17:22:21.448Z] === RUN TestDockerSuite/TestAttachDetach [2021-11-11T17:22:21.448Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-11T17:22:21.537Z] docker volume rm -f docker-dev-cache [2021-11-11T17:22:21.537Z] docker-dev-cache [Pipeline] deleteDir [2021-11-11T17:22:21.553Z] === RUN Test [2021-11-11T17:22:21.553Z] === RUN Test/TestInitialize [2021-11-11T17:22:21.553Z] === RUN Test/TestInitializeWithPattern [2021-11-11T17:22:21.553Z] === RUN Test/TestRegister [2021-11-11T17:22:21.553Z] === RUN Test/TestWatch [2021-11-11T17:22:21.553Z] --- PASS: Test (0.00s) [2021-11-11T17:22:21.553Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-11T17:22:21.553Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-11-11T17:22:21.553Z] --- PASS: Test/TestRegister (0.00s) [2021-11-11T17:22:21.553Z] --- PASS: Test/TestWatch (0.00s) [2021-11-11T17:22:21.553Z] PASS [2021-11-11T17:22:21.553Z] coverage: 93.8% of statements [2021-11-11T17:22:21.553Z] ok github.com/docker/docker/pkg/discovery/nodes 0.040s coverage: 93.8% of statements [2021-11-11T17:22:22.009Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-11T17:22:22.024Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-11-11T17:22:22.024Z] === RUN TestNetworkDBWatch [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-11T17:22:22.266Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-11-11T17:22:22.494Z] === RUN TestPollerAddRemove [2021-11-11T17:22:22.494Z] --- PASS: TestPollerAddRemove (0.00s) [2021-11-11T17:22:22.494Z] === RUN TestPollerEvent [2021-11-11T17:22:22.494Z] poller_test.go:40: No chmod on Windows [2021-11-11T17:22:22.494Z] --- SKIP: TestPollerEvent (0.00s) [2021-11-11T17:22:22.494Z] === RUN TestPollerClose [2021-11-11T17:22:22.494Z] --- PASS: TestPollerClose (0.00s) [2021-11-11T17:22:22.494Z] PASS [2021-11-11T17:22:22.494Z] coverage: 45.7% of statements [2021-11-11T17:22:22.494Z] ok github.com/docker/docker/pkg/filenotify 0.036s coverage: 45.7% of statements [2021-11-11T17:22:23.193Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-11T17:22:23.193Z] --- PASS: TestBuildPreserveOwnership (4.36s) [2021-11-11T17:22:23.193Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.89s) [2021-11-11T17:22:23.193Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.45s) [2021-11-11T17:22:23.193Z] === RUN TestBuildPlatformInvalid [2021-11-11T17:22:23.193Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2021-11-11T17:22:23.193Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-11T17:22:23.485Z] === RUN TestCopyFileWithInvalidSrc [2021-11-11T17:22:23.486Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCopyFileWithInvalidDest [2021-11-11T17:22:23.486Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCopyFileWithSameSrcAndDest [2021-11-11T17:22:23.486Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-11-11T17:22:23.486Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCopyFile [2021-11-11T17:22:23.486Z] --- PASS: TestCopyFile (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-11-11T17:22:23.486Z] fileutils_test.go:133: Needs porting to Windows [2021-11-11T17:22:23.486Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-11-11T17:22:23.486Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestReadSymlinkedDirectoryToFile [2021-11-11T17:22:23.486Z] fileutils_test.go:179: Needs porting to Windows [2021-11-11T17:22:23.486Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestWildcardMatches [2021-11-11T17:22:23.486Z] --- PASS: TestWildcardMatches (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestPatternMatches [2021-11-11T17:22:23.486Z] --- PASS: TestPatternMatches (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-11-11T17:22:23.486Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestPatternMatchesFolderExclusions [2021-11-11T17:22:23.486Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-11-11T17:22:23.486Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-11-11T17:22:23.486Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-11-11T17:22:23.486Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-11-11T17:22:23.486Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestSingleExclamationError [2021-11-11T17:22:23.486Z] --- PASS: TestSingleExclamationError (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestMatchesWithNoPatterns [2021-11-11T17:22:23.486Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestMatchesWithMalformedPatterns [2021-11-11T17:22:23.486Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestMatches [2021-11-11T17:22:23.486Z] === RUN TestMatches/MatchesOrParentMatches [2021-11-11T17:22:23.486Z] === RUN TestMatches/MatchesUsingParentResult [2021-11-11T17:22:23.486Z] --- PASS: TestMatches (0.00s) [2021-11-11T17:22:23.486Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-11-11T17:22:23.486Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCleanPatterns [2021-11-11T17:22:23.486Z] --- PASS: TestCleanPatterns (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-11-11T17:22:23.486Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCleanPatternsExceptionFlag [2021-11-11T17:22:23.486Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-11-11T17:22:23.486Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-11-11T17:22:23.486Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCleanPatternsErrorSingleException [2021-11-11T17:22:23.486Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCreateIfNotExistsDir [2021-11-11T17:22:23.486Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-11-11T17:22:23.486Z] === RUN TestCreateIfNotExistsFile [2021-11-11T17:22:23.486Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-11-11T17:22:23.486Z] === RUN TestMatch [2021-11-11T17:22:23.486Z] --- PASS: TestMatch (0.00s) [2021-11-11T17:22:23.486Z] PASS [2021-11-11T17:22:23.486Z] coverage: 82.5% of statements [2021-11-11T17:22:23.486Z] 2021/11/11 17:22:23 Closing DB instances... [2021-11-11T17:22:23.486Z] ok github.com/docker/docker/pkg/fileutils 0.093s coverage: 82.5% of statements [2021-11-11T17:22:23.756Z] check_test.go:308: [d5a722086e756] daemon is not started [2021-11-11T17:22:23.756Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-11-11T17:22:23.956Z] === RUN TestGet [2021-11-11T17:22:23.956Z] --- PASS: TestGet (0.00s) [2021-11-11T17:22:23.956Z] === RUN TestGetShortcutString [2021-11-11T17:22:23.956Z] --- PASS: TestGetShortcutString (0.00s) [2021-11-11T17:22:23.956Z] PASS [2021-11-11T17:22:23.956Z] coverage: 42.9% of statements [2021-11-11T17:22:23.956Z] ok github.com/docker/docker/pkg/homedir 0.033s coverage: 42.9% of statements [2021-11-11T17:22:24.012Z] Loaded image: busybox:latest [2021-11-11T17:22:24.068Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-11-11T17:22:24.068Z] INFO: Unit tests ended at 11/11/2021 17:22:23. Duration:00:04:11.8186429 [2021-11-11T17:22:24.068Z] INFO: Building busybox [2021-11-11T17:22:24.068Z] Sending build context to Docker daemon 5.12kB [2021-11-11T17:22:24.068Z] [2021-11-11T17:22:24.068Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-11-11T17:22:24.068Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-11-11T17:22:24.068Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-11-11T17:22:24.068Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-11-11T17:22:24.068Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-11-11T17:22:24.068Z] ---> 3d4792f88e26 [2021-11-11T17:22:24.068Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-11-11T17:22:24.068Z] ---> Running in 25132536fa58 [2021-11-11T17:22:24.268Z] Loaded image: busybox:glibc [2021-11-11T17:22:24.830Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-11T17:22:24.953Z] --- PASS: TestNetworkDBWatch (3.05s) [2021-11-11T17:22:24.953Z] === RUN TestNetworkDBBulkSync [2021-11-11T17:22:24.953Z] === RUN TestCreateIDMapOrder [2021-11-11T17:22:24.953Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-11-11T17:22:24.953Z] PASS [2021-11-11T17:22:24.953Z] coverage: 7.2% of statements [2021-11-11T17:22:24.953Z] ok github.com/docker/docker/pkg/idtools 0.043s coverage: 7.2% of statements [2021-11-11T17:22:25.393Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-11T17:22:25.423Z] --- PASS: TestGetAddress (18.34s) [2021-11-11T17:22:25.423Z] === RUN TestRequestSyntaxCheck [2021-11-11T17:22:25.423Z] --- PASS: TestRequestSyntaxCheck (0.10s) [2021-11-11T17:22:25.423Z] === RUN TestRequest [2021-11-11T17:22:25.894Z] === RUN TestFixedBufferCap [2021-11-11T17:22:25.894Z] --- PASS: TestFixedBufferCap (0.00s) [2021-11-11T17:22:25.894Z] === RUN TestFixedBufferLen [2021-11-11T17:22:25.894Z] --- PASS: TestFixedBufferLen (0.00s) [2021-11-11T17:22:25.894Z] === RUN TestFixedBufferString [2021-11-11T17:22:25.894Z] --- PASS: TestFixedBufferString (0.00s) [2021-11-11T17:22:25.894Z] === RUN TestFixedBufferWrite [2021-11-11T17:22:25.894Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-11-11T17:22:25.894Z] === RUN TestFixedBufferRead [2021-11-11T17:22:25.894Z] --- PASS: TestFixedBufferRead (0.00s) [2021-11-11T17:22:25.894Z] === RUN TestBytesPipeRead [2021-11-11T17:22:25.894Z] --- PASS: TestBytesPipeRead (0.00s) [2021-11-11T17:22:25.894Z] === RUN TestBytesPipeWrite [2021-11-11T17:22:25.894Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-11-11T17:22:25.894Z] === RUN TestBytesPipeWriteRandomChunks [2021-11-11T17:22:26.321Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-11T17:22:26.321Z] Loaded image: debian:bullseye-slim [2021-11-11T17:22:26.321Z] Loaded image: hello-world:latest [2021-11-11T17:22:26.321Z] Loaded image: arm32v7/hello-world:latest [2021-11-11T17:22:26.364Z] 2021/11/11 17:22:25 Closing DB instances... [2021-11-11T17:22:26.364Z] --- PASS: TestBytesPipeWriteRandomChunks (0.38s) [2021-11-11T17:22:26.364Z] === RUN TestAtomicWriteToFile [2021-11-11T17:22:26.364Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-11-11T17:22:26.364Z] === RUN TestAtomicWriteSetCommit [2021-11-11T17:22:26.364Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-11-11T17:22:26.364Z] === RUN TestAtomicWriteSetCancel [2021-11-11T17:22:26.364Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-11-11T17:22:26.364Z] === RUN TestReadCloserWrapperClose [2021-11-11T17:22:26.364Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-11-11T17:22:26.364Z] === RUN TestReaderErrWrapperReadOnError [2021-11-11T17:22:26.364Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-11-11T17:22:26.364Z] === RUN TestReaderErrWrapperRead [2021-11-11T17:22:26.364Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-11-11T17:22:26.364Z] === RUN TestCancelReadCloser [2021-11-11T17:22:26.834Z] --- PASS: TestCancelReadCloser (0.10s) [2021-11-11T17:22:26.834Z] === RUN TestWriteCloserWrapperClose [2021-11-11T17:22:26.834Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-11-11T17:22:26.834Z] === RUN TestNopWriteCloser [2021-11-11T17:22:26.834Z] --- PASS: TestNopWriteCloser (0.00s) [2021-11-11T17:22:26.834Z] === RUN TestNopWriter [2021-11-11T17:22:26.834Z] --- PASS: TestNopWriter (0.00s) [2021-11-11T17:22:26.834Z] === RUN TestWriteCounter [2021-11-11T17:22:26.834Z] --- PASS: TestWriteCounter (0.00s) [2021-11-11T17:22:26.834Z] PASS [2021-11-11T17:22:26.834Z] coverage: 69.2% of statements [2021-11-11T17:22:26.834Z] ok github.com/docker/docker/pkg/ioutils 0.526s coverage: 69.2% of statements [2021-11-11T17:22:27.014Z] Removing intermediate container 25132536fa58 [2021-11-11T17:22:27.014Z] ---> 1b636da814c5 [2021-11-11T17:22:27.014Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-11-11T17:22:27.014Z] ---> Running in 02cd0d631ae2 [2021-11-11T17:22:27.250Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-11T17:22:27.304Z] === RUN TestError [2021-11-11T17:22:27.304Z] --- PASS: TestError (0.00s) [2021-11-11T17:22:27.304Z] === RUN TestProgressString [2021-11-11T17:22:27.304Z] === RUN TestProgressString/no_progress [2021-11-11T17:22:27.304Z] === RUN TestProgressString/progress_1 [2021-11-11T17:22:27.304Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-11-11T17:22:27.304Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-11-11T17:22:27.304Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-11-11T17:22:27.304Z] === RUN TestProgressString/with_units [2021-11-11T17:22:27.304Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-11-11T17:22:27.304Z] === RUN TestProgressString/hide_counts [2021-11-11T17:22:27.304Z] --- PASS: TestProgressString (0.00s) [2021-11-11T17:22:27.304Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-11-11T17:22:27.304Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-11-11T17:22:27.304Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-11-11T17:22:27.304Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-11-11T17:22:27.304Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-11-11T17:22:27.304Z] --- PASS: TestProgressString/with_units (0.00s) [2021-11-11T17:22:27.304Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-11-11T17:22:27.304Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-11-11T17:22:27.304Z] === RUN TestJSONMessageDisplay [2021-11-11T17:22:27.304Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-11-11T17:22:27.304Z] === RUN TestJSONMessageDisplayWithJSONError [2021-11-11T17:22:27.304Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-11-11T17:22:27.304Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-11-11T17:22:27.304Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-11-11T17:22:27.304Z] === RUN TestDisplayJSONMessagesStream [2021-11-11T17:22:27.304Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-11-11T17:22:27.304Z] PASS [2021-11-11T17:22:27.304Z] coverage: 91.7% of statements [2021-11-11T17:22:27.304Z] ok github.com/docker/docker/pkg/jsonmessage 0.153s coverage: 91.7% of statements [2021-11-11T17:22:27.480Z] Removing intermediate container 02cd0d631ae2 [2021-11-11T17:22:27.480Z] ---> db68ca47189c [2021-11-11T17:22:27.480Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-11-11T17:22:27.480Z] ---> Running in 5be9d1a6cf47 [2021-11-11T17:22:27.697Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.440s coverage: 13.8% of statements [2021-11-11T17:22:27.697Z] ok github.com/docker/docker/daemon/config 0.028s coverage: 80.9% of statements [2021-11-11T17:22:27.774Z] --- PASS: TestNetworkDBBulkSync (2.87s) [2021-11-11T17:22:27.774Z] === RUN TestNetworkDBCRUDMediumCluster [2021-11-11T17:22:27.774Z] === RUN TestStandardLongPath [2021-11-11T17:22:27.774Z] --- PASS: TestStandardLongPath (0.00s) [2021-11-11T17:22:27.774Z] === RUN TestUNCLongPath [2021-11-11T17:22:27.774Z] --- PASS: TestUNCLongPath (0.00s) [2021-11-11T17:22:27.774Z] PASS [2021-11-11T17:22:27.774Z] coverage: 100.0% of statements [2021-11-11T17:22:27.774Z] ok github.com/docker/docker/pkg/longpath 0.029s coverage: 100.0% of statements [2021-11-11T17:22:27.947Z] Removing intermediate container 5be9d1a6cf47 [2021-11-11T17:22:27.947Z] ---> f47694f0809a [2021-11-11T17:22:27.947Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-11-11T17:22:27.955Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-11-11T17:22:28.244Z] === RUN TestNameFormat [2021-11-11T17:22:28.244Z] --- PASS: TestNameFormat (0.00s) [2021-11-11T17:22:28.244Z] === RUN TestNameRetries [2021-11-11T17:22:28.244Z] --- PASS: TestNameRetries (0.00s) [2021-11-11T17:22:28.244Z] PASS [2021-11-11T17:22:28.244Z] coverage: 85.7% of statements [2021-11-11T17:22:28.244Z] ok github.com/docker/docker/pkg/namesgenerator 0.030s coverage: 85.7% of statements [2021-11-11T17:22:28.521Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2021-11-11T17:22:28.618Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-11-11T17:22:28.874Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-11T17:22:28.953Z] [2021-11-11T17:22:29.087Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-11-11T17:22:29.235Z] === RUN TestParseKeyValueOpt [2021-11-11T17:22:29.235Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-11-11T17:22:29.235Z] === RUN TestParseUintList [2021-11-11T17:22:29.235Z] --- PASS: TestParseUintList (0.00s) [2021-11-11T17:22:29.235Z] === RUN TestParseUintListMaximumLimits [2021-11-11T17:22:29.235Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-11-11T17:22:29.235Z] PASS [2021-11-11T17:22:29.235Z] coverage: 97.0% of statements [2021-11-11T17:22:29.235Z] ok github.com/docker/docker/pkg/parsers 0.029s coverage: 97.0% of statements [2021-11-11T17:22:29.419Z] ---> 7faac2bd8771 [2021-11-11T17:22:29.419Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-11-11T17:22:29.419Z] ---> Running in 471bbca4c4db [2021-11-11T17:22:29.654Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.008s coverage: 4.2% of statements [2021-11-11T17:22:29.705Z] === RUN TestNewAndRemove [2021-11-11T17:22:29.706Z] --- PASS: TestNewAndRemove (0.00s) [2021-11-11T17:22:29.706Z] === RUN TestRemoveInvalidPath [2021-11-11T17:22:29.706Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-11-11T17:22:29.706Z] PASS [2021-11-11T17:22:29.706Z] coverage: 82.6% of statements [2021-11-11T17:22:29.706Z] ok github.com/docker/docker/pkg/pidfile 0.033s coverage: 82.6% of statements [2021-11-11T17:22:30.241Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-11T17:22:30.699Z] === RUN TestParseEmptyInterface [2021-11-11T17:22:30.699Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-11-11T17:22:30.699Z] === RUN TestParseNonInterfaceType [2021-11-11T17:22:30.699Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-11-11T17:22:30.699Z] === RUN TestParseWithOneFunction [2021-11-11T17:22:30.699Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-11-11T17:22:30.699Z] === RUN TestParseWithMultipleFuncs [2021-11-11T17:22:30.699Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-11-11T17:22:30.699Z] === RUN TestParseWithUnnamedReturn [2021-11-11T17:22:30.699Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-11-11T17:22:30.699Z] === RUN TestEmbeddedInterface [2021-11-11T17:22:30.699Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-11-11T17:22:30.699Z] === RUN TestParsedImports [2021-11-11T17:22:30.699Z] --- PASS: TestParsedImports (0.00s) [2021-11-11T17:22:30.699Z] === RUN TestAliasedImports [2021-11-11T17:22:30.699Z] --- PASS: TestAliasedImports (0.00s) [2021-11-11T17:22:30.699Z] PASS [2021-11-11T17:22:30.699Z] coverage: 56.8% of statements [2021-11-11T17:22:30.699Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.061s coverage: 56.8% of statements [2021-11-11T17:22:30.699Z] === RUN TestFailedConnection [2021-11-11T17:22:30.699Z] 2021/11/11 17:22:30 Closing DB instances... [2021-11-11T17:22:31.169Z] === RUN TestHTTPTransport [2021-11-11T17:22:31.169Z] --- PASS: TestHTTPTransport (0.00s) [2021-11-11T17:22:31.169Z] PASS [2021-11-11T17:22:31.169Z] coverage: 85.7% of statements [2021-11-11T17:22:31.172Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-11-11T17:22:31.428Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-11T17:22:31.428Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-11T17:22:31.553Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 3.0% of statements [2021-11-11T17:22:31.640Z] ok github.com/docker/docker/pkg/plugins/transport 0.031s coverage: 85.7% of statements [2021-11-11T17:22:31.640Z] --- PASS: TestFailedConnection (1.01s) [2021-11-11T17:22:31.640Z] === RUN TestFailOnce [2021-11-11T17:22:31.640Z] 2021/11/11 17:22:31 http: panic serving 127.0.0.1:49289: Plugin not ready [2021-11-11T17:22:31.640Z] goroutine 18 [running]: [2021-11-11T17:22:31.640Z] net/http.(*conn).serve.func1() [2021-11-11T17:22:31.640Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-11-11T17:22:31.640Z] panic({0x15d9c60, 0x16e59b0}) [2021-11-11T17:22:31.640Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-11-11T17:22:31.640Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x120d8e83ec78bf6}, 0xc0001b3a98) [2021-11-11T17:22:31.640Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-11-11T17:22:31.640Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x16f2730, 0xc0001c6000}, 0x152e666) [2021-11-11T17:22:31.640Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-11-11T17:22:31.640Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x16f2730, 0xc0001c6000}, 0xc0001aa000) [2021-11-11T17:22:31.640Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-11-11T17:22:31.640Z] net/http.serverHandler.ServeHTTP({0x16f0d30}, {0x16f2730, 0xc0001c6000}, 0xc0001aa000) [2021-11-11T17:22:31.640Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-11-11T17:22:31.640Z] net/http.(*conn).serve(0xc00018e000, {0x16f4600, 0xc00014a7b0}) [2021-11-11T17:22:31.640Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-11-11T17:22:31.640Z] created by net/http.(*Server).Serve [2021-11-11T17:22:31.810Z] ok github.com/docker/docker/daemon 12.121s coverage: 17.5% of statements [2021-11-11T17:22:31.810Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-11T17:22:31.810Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-11T17:22:31.810Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-11T17:22:31.810Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-11T17:22:31.810Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.162s coverage: 56.2% of statements [2021-11-11T17:22:32.110Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-11-11T17:22:32.110Z] time="2021-11-11T17:22:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2021-11-11T17:22:32.110Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-11-11T17:22:32.110Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-11T17:22:32.110Z] === RUN TestBufioReaderPoolPutAndGet [2021-11-11T17:22:32.110Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-11-11T17:22:32.110Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-11-11T17:22:32.110Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-11-11T17:22:32.110Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-11-11T17:22:32.110Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-11T17:22:32.110Z] === RUN TestBufioWriterPoolPutAndGet [2021-11-11T17:22:32.110Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-11-11T17:22:32.110Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-11-11T17:22:32.110Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-11-11T17:22:32.110Z] === RUN TestBufferPoolPutAndGet [2021-11-11T17:22:32.110Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-11-11T17:22:32.110Z] PASS [2021-11-11T17:22:32.110Z] coverage: 88.2% of statements [2021-11-11T17:22:32.110Z] ok github.com/docker/docker/pkg/pools 0.036s coverage: 88.2% of statements [2021-11-11T17:22:32.110Z] === RUN TestOutputOnPrematureClose [2021-11-11T17:22:32.110Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-11-11T17:22:32.110Z] === RUN TestCompleteSilently [2021-11-11T17:22:32.110Z] --- PASS: TestCompleteSilently (0.00s) [2021-11-11T17:22:32.110Z] PASS [2021-11-11T17:22:32.110Z] coverage: 75.9% of statements [2021-11-11T17:22:32.110Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2021-11-11T17:22:32.583Z] === RUN TestSendToOneSub [2021-11-11T17:22:32.583Z] --- PASS: TestSendToOneSub (0.00s) [2021-11-11T17:22:32.583Z] === RUN TestSendToMultipleSubs [2021-11-11T17:22:32.583Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-11-11T17:22:32.583Z] === RUN TestEvictOneSub [2021-11-11T17:22:32.583Z] --- PASS: TestEvictOneSub (0.00s) [2021-11-11T17:22:32.583Z] === RUN TestClosePublisher [2021-11-11T17:22:32.583Z] --- PASS: TestClosePublisher (0.00s) [2021-11-11T17:22:32.583Z] === RUN TestPubSubRace [2021-11-11T17:22:32.795Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-11T17:22:33.055Z] --- PASS: TestFailOnce (1.11s) [2021-11-11T17:22:33.055Z] === RUN TestEchoInputOutput [2021-11-11T17:22:33.055Z] --- PASS: TestEchoInputOutput (0.00s) [2021-11-11T17:22:33.055Z] === RUN TestBackoff [2021-11-11T17:22:33.055Z] --- PASS: TestBackoff (0.00s) [2021-11-11T17:22:33.055Z] === RUN TestAbortRetry [2021-11-11T17:22:33.055Z] --- PASS: TestAbortRetry (0.00s) [2021-11-11T17:22:33.055Z] === RUN TestClientScheme [2021-11-11T17:22:33.055Z] --- PASS: TestClientScheme (0.00s) [2021-11-11T17:22:33.055Z] === RUN TestNewClientWithTimeout [2021-11-11T17:22:33.357Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-11T17:22:33.526Z] time="2021-11-11T17:22:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-11-11T17:22:33.526Z] --- PASS: TestPubSubRace (1.05s) [2021-11-11T17:22:33.526Z] PASS [2021-11-11T17:22:33.526Z] coverage: 75.0% of statements [2021-11-11T17:22:33.526Z] ok github.com/docker/docker/pkg/pubsub 1.080s coverage: 75.0% of statements [2021-11-11T17:22:33.613Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-11-11T17:22:33.711Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.8% of statements [2021-11-11T17:22:33.996Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.09s) [2021-11-11T17:22:33.996Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-11-11T17:22:33.996Z] === RUN TestRegister [2021-11-11T17:22:33.996Z] --- PASS: TestRegister (0.00s) [2021-11-11T17:22:33.996Z] === RUN TestCommand [2021-11-11T17:22:34.466Z] --- PASS: TestCommand (0.02s) [2021-11-11T17:22:34.466Z] === RUN TestNaiveSelf [2021-11-11T17:22:34.466Z] --- PASS: TestNaiveSelf (0.02s) [2021-11-11T17:22:34.466Z] PASS [2021-11-11T17:22:34.466Z] coverage: 82.4% of statements [2021-11-11T17:22:34.466Z] ok github.com/docker/docker/pkg/reexec 0.075s coverage: 82.4% of statements [2021-11-11T17:22:34.466Z] --- PASS: TestRequest (9.07s) [2021-11-11T17:22:34.466Z] === RUN TestOverlappingRequests [2021-11-11T17:22:34.936Z] === RUN TestDump [2021-11-11T17:22:34.936Z] goroutine 6 [running]: [2021-11-11T17:22:34.936Z] github.com/docker/docker/pkg/stack.dump(0x112b477) [2021-11-11T17:22:34.936Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-11T17:22:34.936Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-11-11T17:22:34.936Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-11-11T17:22:34.936Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-11-11T17:22:34.936Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-11-11T17:22:34.936Z] testing.tRunner(0xc0001124e0, 0x1298e38) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:22:34.936Z] created by testing.(*T).Run [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-11T17:22:34.936Z] [2021-11-11T17:22:34.936Z] goroutine 1 [chan receive]: [2021-11-11T17:22:34.936Z] testing.(*T).Run(0xc000112340, {0x128a4fd, 0x110a1d3}, 0x1298e38) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-11T17:22:34.936Z] testing.runTests.func1(0xc000068750) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-11T17:22:34.936Z] testing.tRunner(0xc000112340, 0xc000071ce0) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:22:34.936Z] testing.runTests(0xc000076080, {0x13fcba0, 0x3, 0x3}, {0x112a6cd, 0x128c1f7, 0x1401640}) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-11T17:22:34.936Z] testing.(*M).Run(0xc000076080) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-11T17:22:34.936Z] main.main() [2021-11-11T17:22:34.936Z] _testmain.go:95 +0x1f5 [2021-11-11T17:22:34.936Z] --- PASS: TestDump (0.00s) [2021-11-11T17:22:34.936Z] === RUN TestDumpToFile [2021-11-11T17:22:34.936Z] --- PASS: TestDumpToFile (0.09s) [2021-11-11T17:22:34.936Z] === RUN TestDumpToFileWithEmptyInput [2021-11-11T17:22:34.936Z] goroutine 8 [running]: [2021-11-11T17:22:34.936Z] github.com/docker/docker/pkg/stack.dump(0x1198434) [2021-11-11T17:22:34.936Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-11T17:22:34.936Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x11987e0}) [2021-11-11T17:22:34.936Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-11-11T17:22:34.936Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001124e0) [2021-11-11T17:22:34.936Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-11-11T17:22:34.936Z] testing.tRunner(0xc0001129c0, 0x1298e28) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:22:34.936Z] created by testing.(*T).Run [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-11T17:22:34.936Z] [2021-11-11T17:22:34.936Z] goroutine 1 [chan receive]: [2021-11-11T17:22:34.936Z] testing.(*T).Run(0xc000112340, {0x1291289, 0x110a1d3}, 0x1298e28) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-11T17:22:34.936Z] testing.runTests.func1(0xc000068750) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-11T17:22:34.936Z] testing.tRunner(0xc000112340, 0xc000071ce0) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:22:34.936Z] testing.runTests(0xc000076080, {0x13fcba0, 0x3, 0x3}, {0x112a6cd, 0x128c1f7, 0x1401640}) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-11T17:22:34.936Z] testing.(*M).Run(0xc000076080) [2021-11-11T17:22:34.936Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-11T17:22:34.936Z] main.main() [2021-11-11T17:22:34.936Z] _testmain.go:95 +0x1f5 [2021-11-11T17:22:34.936Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-11-11T17:22:34.936Z] PASS [2021-11-11T17:22:34.936Z] coverage: 90.9% of statements [2021-11-11T17:22:34.936Z] ok github.com/docker/docker/pkg/stack 0.121s coverage: 90.9% of statements [2021-11-11T17:22:34.936Z] time="2021-11-11T17:22:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-11-11T17:22:34.936Z] 2021/11/11 17:22:34 Closing DB instances... [2021-11-11T17:22:34.936Z] --- PASS: TestOverlappingRequests (0.45s) [2021-11-11T17:22:34.936Z] === RUN TestRelease [2021-11-11T17:22:35.086Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.276s coverage: 50.5% of statements [2021-11-11T17:22:35.407Z] === RUN TestNewStdWriter [2021-11-11T17:22:35.407Z] --- PASS: TestNewStdWriter (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestWriteWithUninitializedStdWriter [2021-11-11T17:22:35.407Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestWriteWithNilBytes [2021-11-11T17:22:35.407Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestWrite [2021-11-11T17:22:35.407Z] --- PASS: TestWrite (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestWriteWithWriterError [2021-11-11T17:22:35.407Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-11-11T17:22:35.407Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestStdCopyWriteAndRead [2021-11-11T17:22:35.407Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-11-11T17:22:35.407Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-11-11T17:22:35.407Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-11-11T17:22:35.407Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestStdCopyWithInvalidInputHeader [2021-11-11T17:22:35.407Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestStdCopyWithCorruptedPrefix [2021-11-11T17:22:35.407Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestStdCopyReturnsWriteErrors [2021-11-11T17:22:35.407Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-11-11T17:22:35.407Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-11-11T17:22:35.407Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-11-11T17:22:35.407Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-11-11T17:22:35.407Z] PASS [2021-11-11T17:22:35.407Z] coverage: 100.0% of statements [2021-11-11T17:22:35.407Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2021-11-11T17:22:35.856Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:22:35.856Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:22:35.856Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:22:35.856Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:22:35.856Z] [2021-11-11T17:22:35.856Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-11T17:22:35.856Z] DOCKER_SYSTEMD=1 [2021-11-11T17:22:35.856Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-11T17:22:35.856Z] HOSTNAME=f7d36e670b1f [2021-11-11T17:22:35.856Z] DEST=bundles/test-integration [2021-11-11T17:22:35.856Z] PWD=/go/src/github.com/docker/docker [2021-11-11T17:22:35.856Z] DOCKER_GITCOMMIT=4a8d18ade56ed7c66800a56cf757acecfae1db1e [2021-11-11T17:22:35.856Z] container=docker [2021-11-11T17:22:35.856Z] HOME=/root [2021-11-11T17:22:35.856Z] LANG=C.UTF-8 [2021-11-11T17:22:35.856Z] INVOCATION_ID=b30e78d6e8ac44e798cb629385e6ecf0 [2021-11-11T17:22:35.856Z] GOLANG_VERSION=1.17.3 [2021-11-11T17:22:35.856Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-11T17:22:35.856Z] VALIDATE_BRANCH=master [2021-11-11T17:22:35.856Z] TERM=xterm [2021-11-11T17:22:35.856Z] DOCKER_PKG=github.com/docker/docker [2021-11-11T17:22:35.856Z] SHLVL=3 [2021-11-11T17:22:35.856Z] TIMEOUT=120m [2021-11-11T17:22:35.856Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-11T17:22:35.856Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-11T17:22:35.856Z] GO111MODULE=off [2021-11-11T17:22:35.856Z] DOCKER_EXPERIMENTAL=1 [2021-11-11T17:22:35.856Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-11T17:22:35.856Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-11T17:22:35.856Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-11T17:22:35.856Z] GOPATH=/go [2021-11-11T17:22:35.856Z] PKG_CONFIG=pkg-config [2021-11-11T17:22:35.856Z] _=/usr/bin/env [2021-11-11T17:22:35.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-11T17:22:35.878Z] === RUN TestRawProgressFormatterFormatStatus [2021-11-11T17:22:35.878Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestRawProgressFormatterFormatProgress [2021-11-11T17:22:35.878Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestFormatStatus [2021-11-11T17:22:35.878Z] --- PASS: TestFormatStatus (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestFormatError [2021-11-11T17:22:35.878Z] --- PASS: TestFormatError (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestFormatJSONError [2021-11-11T17:22:35.878Z] --- PASS: TestFormatJSONError (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestJsonProgressFormatterFormatProgress [2021-11-11T17:22:35.878Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestJsonProgressFormatterFormatStatus [2021-11-11T17:22:35.878Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestNewJSONProgressOutput [2021-11-11T17:22:35.878Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestAuxFormatterEmit [2021-11-11T17:22:35.878Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestStreamWriterStdout [2021-11-11T17:22:35.878Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-11-11T17:22:35.878Z] === RUN TestStreamWriterStderr [2021-11-11T17:22:35.878Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-11-11T17:22:35.878Z] PASS [2021-11-11T17:22:35.878Z] coverage: 66.2% of statements [2021-11-11T17:22:35.878Z] ok github.com/docker/docker/pkg/streamformatter 0.034s coverage: 66.2% of statements [2021-11-11T17:22:36.349Z] === RUN TestGenerateRandomID [2021-11-11T17:22:36.349Z] --- PASS: TestGenerateRandomID (0.00s) [2021-11-11T17:22:36.349Z] === RUN TestShortenId [2021-11-11T17:22:36.349Z] --- PASS: TestShortenId (0.00s) [2021-11-11T17:22:36.349Z] === RUN TestShortenSha256Id [2021-11-11T17:22:36.349Z] --- PASS: TestShortenSha256Id (0.00s) [2021-11-11T17:22:36.349Z] === RUN TestShortenIdEmpty [2021-11-11T17:22:36.349Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-11-11T17:22:36.349Z] === RUN TestShortenIdInvalid [2021-11-11T17:22:36.349Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-11-11T17:22:36.349Z] === RUN TestIsShortIDNonHex [2021-11-11T17:22:36.349Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-11-11T17:22:36.349Z] === RUN TestIsShortIDNotCorrectSize [2021-11-11T17:22:36.349Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-11-11T17:22:36.349Z] PASS [2021-11-11T17:22:36.349Z] coverage: 70.6% of statements [2021-11-11T17:22:36.349Z] ok github.com/docker/docker/pkg/stringid 0.026s coverage: 70.6% of statements [2021-11-11T17:22:36.349Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-11-11T17:22:36.349Z] === RUN TestNetworkDBGarbageCollection [2021-11-11T17:22:36.514Z] Removing intermediate container 471bbca4c4db [2021-11-11T17:22:36.514Z] ---> e3e145c8eac6 [2021-11-11T17:22:36.514Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-11-11T17:22:36.514Z] ---> Running in e058af11ec12 [2021-11-11T17:22:36.819Z] --- PASS: TestRelease (1.76s) [2021-11-11T17:22:36.819Z] === RUN TestAllocateRandomDeallocate [2021-11-11T17:22:36.819Z] === RUN TestIsCpusetListAvailable [2021-11-11T17:22:36.819Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-11-11T17:22:36.819Z] PASS [2021-11-11T17:22:36.819Z] coverage: 39.4% of statements [2021-11-11T17:22:36.819Z] ok github.com/docker/docker/pkg/sysinfo 0.027s coverage: 39.4% of statements [2021-11-11T17:22:36.883Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-11-11T17:22:36.993Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.478s coverage: 45.9% of statements [2021-11-11T17:22:36.993Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-11T17:22:37.291Z] time="2021-11-11T17:22:37Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-11-11T17:22:37.473Z] [2021-11-11T17:22:37.473Z] SUCCESS: Specified value was saved. [2021-11-11T17:22:37.761Z] === RUN TestChtimes [2021-11-11T17:22:37.761Z] --- PASS: TestChtimes (0.00s) [2021-11-11T17:22:37.761Z] === RUN TestChtimesWindows [2021-11-11T17:22:37.761Z] --- PASS: TestChtimesWindows (0.00s) [2021-11-11T17:22:37.761Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-11-11T17:22:37.761Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-11-11T17:22:37.761Z] === RUN TestEnsureRemoveAllNotExist [2021-11-11T17:22:37.761Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-11-11T17:22:37.761Z] === RUN TestEnsureRemoveAllWithDir [2021-11-11T17:22:37.761Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-11-11T17:22:37.761Z] === RUN TestEnsureRemoveAllWithFile [2021-11-11T17:22:37.761Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-11-11T17:22:37.761Z] === RUN TestHasWin32KSupport [2021-11-11T17:22:37.761Z] syscall_windows_test.go:8: win32k: true [2021-11-11T17:22:37.761Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-11-11T17:22:37.761Z] PASS [2021-11-11T17:22:37.761Z] coverage: 13.0% of statements [2021-11-11T17:22:37.929Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.139s coverage: 58.0% of statements [2021-11-11T17:22:37.929Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-11-11T17:22:37.929Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-11T17:22:38.232Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 13.0% of statements [2021-11-11T17:22:38.702Z] === RUN TestTailFile [2021-11-11T17:22:38.702Z] --- PASS: TestTailFile (0.00s) [2021-11-11T17:22:38.702Z] === RUN TestTailFileManyLines [2021-11-11T17:22:38.702Z] --- PASS: TestTailFileManyLines (0.00s) [2021-11-11T17:22:38.702Z] === RUN TestTailEmptyFile [2021-11-11T17:22:38.702Z] --- PASS: TestTailEmptyFile (0.00s) [2021-11-11T17:22:38.702Z] === RUN TestTailNegativeN [2021-11-11T17:22:38.702Z] --- PASS: TestTailNegativeN (0.00s) [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader [2021-11-11T17:22:38.702Z] === CONT TestNewTailReader [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/2_byte_delimiter [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/4_byte_delimiter [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/8_byte_delimiter [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/no_delimiter [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/no_delimiter [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/single_byte_delimiter [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/truncated_last_line [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-11-11T17:22:38.702Z] === CONT TestNewTailReader/2_byte_delimiter [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-11T17:22:38.702Z] === CONT TestNewTailReader/12_byte_delimiter [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.702Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.702Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/single_byte_delimiter [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/8_byte_delimiter [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/4_byte_delimiter [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/no_delimiter [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.703Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.703Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.703Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-11-11T17:22:38.704Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-11T17:22:38.704Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.704Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.705Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.705Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.705Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.706Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.707Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:38.707Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:38.708Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:38.865Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.031s coverage: 58.8% of statements [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:39.183Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:22:39.184Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.01s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:22:39.184Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.01s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:22:39.185Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:22:39.186Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:22:39.186Z] PASS [2021-11-11T17:22:39.186Z] coverage: 88.6% of statements [2021-11-11T17:22:39.186Z] ok github.com/docker/docker/pkg/tailfile 0.133s coverage: 88.6% of statements [2021-11-11T17:22:39.630Z] Removing intermediate container e058af11ec12 [2021-11-11T17:22:39.630Z] ---> 6708bf1a14c2 [2021-11-11T17:22:39.630Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-11-11T17:22:39.630Z] ---> Running in f184af8c803d [2021-11-11T17:22:39.656Z] === RUN TestTarSumRemoveNonExistent [2021-11-11T17:22:39.656Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestTarSumRemove [2021-11-11T17:22:39.656Z] --- PASS: TestTarSumRemove (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestSortFileInfoSums [2021-11-11T17:22:39.656Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestNewTarSumForLabelInvalid [2021-11-11T17:22:39.656Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestNewTarSumForLabel [2021-11-11T17:22:39.656Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestEmptyTar [2021-11-11T17:22:39.656Z] --- PASS: TestEmptyTar (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestTarSumsReadSize [2021-11-11T17:22:39.656Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestTarSums [2021-11-11T17:22:39.656Z] --- PASS: TestTarSums (0.05s) [2021-11-11T17:22:39.656Z] === RUN TestIteration [2021-11-11T17:22:39.656Z] --- PASS: TestIteration (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestVersionLabelForChecksum [2021-11-11T17:22:39.656Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestVersion [2021-11-11T17:22:39.656Z] --- PASS: TestVersion (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestGetVersion [2021-11-11T17:22:39.656Z] --- PASS: TestGetVersion (0.00s) [2021-11-11T17:22:39.656Z] === RUN TestGetVersions [2021-11-11T17:22:39.656Z] --- PASS: TestGetVersions (0.00s) [2021-11-11T17:22:39.656Z] PASS [2021-11-11T17:22:39.656Z] coverage: 89.3% of statements [2021-11-11T17:22:39.656Z] ok github.com/docker/docker/pkg/tarsum 0.093s coverage: 89.3% of statements [2021-11-11T17:22:39.801Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2021-11-11T17:22:40.126Z] testing: warning: no tests to run [2021-11-11T17:22:40.126Z] PASS [2021-11-11T17:22:40.126Z] coverage: [no statements] [2021-11-11T17:22:40.126Z] ok github.com/docker/docker/pkg/term/windows 0.026s coverage: [no statements] [no tests to run] [2021-11-11T17:22:40.368Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2021-11-11T17:22:40.597Z] === RUN TestTruncIndex [2021-11-11T17:22:40.597Z] --- PASS: TestTruncIndex (0.10s) [2021-11-11T17:22:40.597Z] PASS [2021-11-11T17:22:40.597Z] coverage: 91.5% of statements [2021-11-11T17:22:40.597Z] ok github.com/docker/docker/pkg/truncindex 0.128s coverage: 91.5% of statements [2021-11-11T17:22:41.057Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-11-11T17:22:41.057Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.34s) [2021-11-11T17:22:41.057Z] PASS [2021-11-11T17:22:41.057Z] [2021-11-11T17:22:41.057Z] === Skipped [2021-11-11T17:22:41.057Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-11-11T17:22:41.057Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:22:41.057Z] [2021-11-11T17:22:41.057Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:22:41.057Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:22:41.057Z] [2021-11-11T17:22:41.057Z] DONE 34 tests, 2 skipped in 177.714s [2021-11-11T17:22:41.057Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-11-11T17:22:41.057Z] ++ 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 [2021-11-11T17:22:41.057Z] ++ set -e [2021-11-11T17:22:41.057Z] ++ '[' -n 0 ']' [2021-11-11T17:22:41.057Z] ++ set -x [2021-11-11T17:22:41.057Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2021-11-11T17:22:41.057Z] INFO: Testing against a local daemon [2021-11-11T17:22:41.057Z] === RUN TestConfigInspect [2021-11-11T17:22:41.067Z] === RUN TestIsGIT [2021-11-11T17:22:41.067Z] --- PASS: TestIsGIT (0.00s) [2021-11-11T17:22:41.067Z] === RUN TestIsTransport [2021-11-11T17:22:41.067Z] --- PASS: TestIsTransport (0.00s) [2021-11-11T17:22:41.067Z] PASS [2021-11-11T17:22:41.067Z] coverage: 100.0% of statements [2021-11-11T17:22:41.067Z] ok github.com/docker/docker/pkg/urlutil 0.026s coverage: 100.0% of statements [2021-11-11T17:22:41.067Z] === RUN TestVersionInfo [2021-11-11T17:22:41.067Z] --- PASS: TestVersionInfo (0.00s) [2021-11-11T17:22:41.067Z] === RUN TestAppendVersions [2021-11-11T17:22:41.067Z] --- PASS: TestAppendVersions (0.00s) [2021-11-11T17:22:41.067Z] PASS [2021-11-11T17:22:41.067Z] coverage: 88.9% of statements [2021-11-11T17:22:41.496Z] INFO [runner/unused/goanalysis] analyzers took 29.047530695s with top 10 stages: buildssa: 25.163063989s, U1000: 3.884466706s [2021-11-11T17:22:41.496Z] INFO [runner] Issues before processing: 2759, after processing: 0 [2021-11-11T17:22:41.496Z] INFO [runner] Processors filtering stat (out/in): cgo: 2178/2759, filename_unadjuster: 2178/2178, nolint: 0/78, skip_dirs: 2178/2178, identifier_marker: 1790/1790, exclude: 1790/1790, path_prettifier: 2178/2178, skip_files: 2178/2178, autogenerated_exclude: 1790/2178, exclude-rules: 78/1790 [2021-11-11T17:22:41.496Z] INFO [runner] processing took 98.436543ms with stages: nolint: 36.782959ms, identifier_marker: 33.258156ms, path_prettifier: 14.346236ms, autogenerated_exclude: 5.820431ms, exclude-rules: 4.831718ms, skip_dirs: 3.030257ms, cgo: 239.875µs, filename_unadjuster: 120.786µs, max_same_issues: 1.877µs, exclude: 778ns, skip_files: 762ns, diff: 678ns, uniq_by_line: 610ns, source_code: 537ns, max_from_linter: 376ns, max_per_file_from_linter: 264ns, path_shortener: 243ns [2021-11-11T17:22:41.496Z] INFO [runner] linters took 1m39.311682182s with stages: goanalysis_metalinter: 1m17.362586175s, unused: 21.850421251s [2021-11-11T17:22:41.496Z] INFO File cache stats: 1688 entries of total size 8.5MiB [2021-11-11T17:22:41.496Z] INFO Memory: 2435 samples, avg is 409.1MB, max is 4001.0MB [2021-11-11T17:22:41.496Z] INFO Execution took 4m3.358848821s [2021-11-11T17:22:41.496Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [2021-11-11T17:22:41.537Z] ok github.com/docker/docker/pkg/useragent 0.025s coverage: 88.9% of statements [2021-11-11T17:22:41.538Z] --- PASS: TestAllocateRandomDeallocate (4.80s) [2021-11-11T17:22:41.538Z] === RUN TestRetrieveFromStore [Pipeline] sh [2021-11-11T17:22:41.830Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ff0c7f89b8defb2f6f921d998912fdcde74545d6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ff0c7f89b8defb2f6f921d998912fdcde74545d6 hack/make.sh dynbinary test-docker-py [2021-11-11T17:22:42.008Z] time="2021-11-11T17:22:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-11-11T17:22:42.397Z] [2021-11-11T17:22:42.429Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-11-11T17:22:42.478Z] === RUN TestValidatePrivileges [2021-11-11T17:22:42.478Z] --- PASS: TestValidatePrivileges (0.00s) [2021-11-11T17:22:42.478Z] === RUN TestFilterByCapNeg [2021-11-11T17:22:42.478Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-11-11T17:22:42.478Z] === RUN TestFilterByCapPos [2021-11-11T17:22:42.478Z] --- PASS: TestFilterByCapPos (0.00s) [2021-11-11T17:22:42.478Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-11-11T17:22:42.478Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-11-11T17:22:42.478Z] PASS [2021-11-11T17:22:42.478Z] coverage: 12.0% of statements [2021-11-11T17:22:42.478Z] ok github.com/docker/docker/plugin 0.037s coverage: 12.0% of statements [2021-11-11T17:22:42.560Z] Cannot create a file when that file already exists. [2021-11-11T17:22:42.656Z] Removing bundles/ [2021-11-11T17:22:42.656Z] [2021-11-11T17:22:42.656Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-11T17:22:42.914Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:22:42.914Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:22:42.949Z] --- PASS: TestRetrieveFromStore (1.40s) [2021-11-11T17:22:42.949Z] === RUN TestRequestReleaseAddressDuplicate [2021-11-11T17:22:42.949Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-11-11T17:22:42.949Z] === RUN TestParallelPredefinedRequest1 [2021-11-11T17:22:42.949Z] === PAUSE TestParallelPredefinedRequest1 [2021-11-11T17:22:42.949Z] === RUN TestParallelPredefinedRequest2 [2021-11-11T17:22:42.949Z] === PAUSE TestParallelPredefinedRequest2 [2021-11-11T17:22:42.949Z] === RUN TestParallelPredefinedRequest3 [2021-11-11T17:22:42.949Z] === PAUSE TestParallelPredefinedRequest3 [2021-11-11T17:22:42.949Z] === RUN TestParallelPredefinedRequest4 [2021-11-11T17:22:42.949Z] === PAUSE TestParallelPredefinedRequest4 [2021-11-11T17:22:42.949Z] === RUN TestParallelPredefinedRequest5 [2021-11-11T17:22:42.949Z] === PAUSE TestParallelPredefinedRequest5 [2021-11-11T17:22:42.949Z] === RUN TestDebug [2021-11-11T17:22:42.949Z] --- PASS: TestDebug (0.00s) [2021-11-11T17:22:42.949Z] === RUN TestRequestPoolParallel [2021-11-11T17:22:43.422Z] === RUN TestNewSettable [2021-11-11T17:22:43.422Z] --- PASS: TestNewSettable (0.00s) [2021-11-11T17:22:43.422Z] === RUN TestIsSettable [2021-11-11T17:22:43.422Z] --- PASS: TestIsSettable (0.00s) [2021-11-11T17:22:43.422Z] === RUN TestUpdateSettingsEnv [2021-11-11T17:22:43.422Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-11-11T17:22:43.422Z] PASS [2021-11-11T17:22:43.422Z] coverage: 20.0% of statements [2021-11-11T17:22:43.422Z] ok github.com/docker/docker/plugin/v2 0.030s coverage: 20.0% of statements [2021-11-11T17:22:43.422Z] --- PASS: TestRequestPoolParallel (0.41s) [2021-11-11T17:22:43.422Z] === RUN TestFullAllocateRelease [2021-11-11T17:22:43.737Z] ok github.com/docker/docker/daemon/images 0.055s coverage: 6.7% of statements [2021-11-11T17:22:43.737Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-11T17:22:43.737Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-11T17:22:43.737Z] ok github.com/docker/docker/daemon/logger 0.268s coverage: 43.5% of statements [2021-11-11T17:22:43.795Z] --- PASS: TestConfigInspect (2.96s) [2021-11-11T17:22:43.795Z] === RUN TestConfigList [2021-11-11T17:22:43.795Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-11-11T17:22:43.892Z] --- PASS: TestFullAllocateRelease (0.46s) [2021-11-11T17:22:43.892Z] === RUN TestOddAllocateRelease [2021-11-11T17:22:43.892Z] --- PASS: TestOddAllocateRelease (0.22s) [2021-11-11T17:22:43.892Z] === RUN TestFullAllocateSerialReleaseParallel [2021-11-11T17:22:44.362Z] === RUN TestLoad [2021-11-11T17:22:44.362Z] --- PASS: TestLoad (0.00s) [2021-11-11T17:22:44.362Z] === RUN TestSave [2021-11-11T17:22:44.362Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2021-11-11T17:22:44.362Z] === RUN TestOddAllocateSerialReleaseParallel [2021-11-11T17:22:44.362Z] --- PASS: TestSave (0.02s) [2021-11-11T17:22:44.362Z] === RUN TestAddDeleteGet [2021-11-11T17:22:44.362Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-11-11T17:22:44.362Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-11-11T17:22:44.363Z] --- PASS: TestAddDeleteGet (0.03s) [2021-11-11T17:22:44.363Z] === RUN TestInvalidTags [2021-11-11T17:22:44.363Z] --- PASS: TestInvalidTags (0.00s) [2021-11-11T17:22:44.363Z] PASS [2021-11-11T17:22:44.363Z] coverage: 84.4% of statements [2021-11-11T17:22:44.363Z] ok github.com/docker/docker/reference 0.098s coverage: 84.4% of statements [2021-11-11T17:22:44.363Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-11-11T17:22:44.363Z] === CONT TestParallelPredefinedRequest1 [2021-11-11T17:22:44.363Z] === CONT TestParallelPredefinedRequest4 [2021-11-11T17:22:44.363Z] === CONT TestParallelPredefinedRequest3 [2021-11-11T17:22:44.363Z] === CONT TestParallelPredefinedRequest2 [2021-11-11T17:22:44.363Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:44.363Z] === CONT TestParallelPredefinedRequest3 [2021-11-11T17:22:44.363Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:44.363Z] === CONT TestParallelPredefinedRequest4 [2021-11-11T17:22:44.363Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:44.363Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-11-11T17:22:44.363Z] === CONT TestParallelPredefinedRequest1 [2021-11-11T17:22:44.363Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:44.363Z] === CONT TestParallelPredefinedRequest5 [2021-11-11T17:22:44.363Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-11-11T17:22:44.363Z] === CONT TestParallelPredefinedRequest5 [2021-11-11T17:22:44.363Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:22:44.363Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-11-11T17:22:44.363Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-11-11T17:22:44.363Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-11-11T17:22:44.363Z] PASS [2021-11-11T17:22:44.363Z] coverage: 85.3% of statements [2021-11-11T17:22:44.363Z] ok github.com/docker/docker/libnetwork/ipam 46.827s coverage: 85.3% of statements [2021-11-11T17:22:45.132Z] ok github.com/docker/docker/daemon/logger/gelf 0.025s coverage: 67.0% of statements [2021-11-11T17:22:45.937Z] === RUN TestResolveAuthConfigIndexServer [2021-11-11T17:22:45.937Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestResolveAuthConfigFullURL [2021-11-11T17:22:45.937Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestLoadAllowNondistributableArtifacts [2021-11-11T17:22:45.937Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestValidateMirror [2021-11-11T17:22:45.937Z] --- PASS: TestValidateMirror (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestLoadInsecureRegistries [2021-11-11T17:22:45.937Z] time="2021-11-11T17:22:45Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-11T17:22:45.937Z] time="2021-11-11T17:22:45Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-11-11T17:22:45.937Z] time="2021-11-11T17:22:45Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-11T17:22:45.937Z] --- PASS: TestLoadInsecureRegistries (0.08s) [2021-11-11T17:22:45.937Z] === RUN TestNewServiceConfig [2021-11-11T17:22:45.937Z] --- PASS: TestNewServiceConfig (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestValidateIndexName [2021-11-11T17:22:45.937Z] --- PASS: TestValidateIndexName (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestValidateIndexNameWithError [2021-11-11T17:22:45.937Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestEndpointParse [2021-11-11T17:22:45.937Z] --- PASS: TestEndpointParse (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestEndpointParseInvalid [2021-11-11T17:22:45.937Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestValidateEndpoint [2021-11-11T17:22:45.937Z] --- PASS: TestValidateEndpoint (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestPing [2021-11-11T17:22:45.937Z] --- PASS: TestPing (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestPingRegistryEndpoint [2021-11-11T17:22:45.937Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:45.937Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2021-11-11T17:22:45.937Z] === RUN TestEndpoint [2021-11-11T17:22:45.937Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:45.937Z] --- SKIP: TestEndpoint (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestParseRepositoryInfo [2021-11-11T17:22:45.937Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestNewIndexInfo [2021-11-11T17:22:45.937Z] --- PASS: TestNewIndexInfo (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestMirrorEndpointLookup [2021-11-11T17:22:45.937Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:22:45.937Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-11-11T17:22:45.937Z] === RUN TestSearchRepositories [2021-11-11T17:22:45.937Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-11-11T17:22:45.937Z] Host: 127.0.0.1:49310 [2021-11-11T17:22:45.937Z] User-Agent: docker test client [2021-11-11T17:22:45.937Z] Authorization: Token fake-token [2021-11-11T17:22:45.937Z] X-Docker-Token: true [2021-11-11T17:22:45.937Z] Accept-Encoding: gzip [2021-11-11T17:22:45.937Z] [2021-11-11T17:22:45.937Z] [2021-11-11T17:22:45.937Z] registry_test.go:730: HTTP/1.1 200 OK [2021-11-11T17:22:45.937Z] Connection: close [2021-11-11T17:22:45.937Z] Content-Length: 144 [2021-11-11T17:22:45.937Z] Cache-Control: no-cache [2021-11-11T17:22:45.937Z] Content-Type: application/json [2021-11-11T17:22:45.937Z] Date: Thu, 11 Nov 2021 17:22:45 GMT [2021-11-11T17:22:45.937Z] Expires: -1 [2021-11-11T17:22:45.937Z] Pragma: no-cache [2021-11-11T17:22:45.937Z] Server: docker-tests/mock [2021-11-11T17:22:45.937Z] X-Docker-Registry-Config: mock [2021-11-11T17:22:45.937Z] X-Docker-Registry-Version: 0.0.0 [2021-11-11T17:22:45.937Z] [2021-11-11T17:22:45.937Z] [2021-11-11T17:22:45.937Z] --- PASS: TestSearchRepositories (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestTrustedLocation [2021-11-11T17:22:45.937Z] --- PASS: TestTrustedLocation (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-11-11T17:22:45.937Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestAllowNondistributableArtifacts [2021-11-11T17:22:45.937Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-11-11T17:22:45.937Z] === RUN TestIsSecureIndex [2021-11-11T17:22:45.937Z] --- PASS: TestIsSecureIndex (0.00s) [2021-11-11T17:22:45.937Z] PASS [2021-11-11T17:22:45.937Z] coverage: 51.2% of statements [2021-11-11T17:22:45.937Z] ok github.com/docker/docker/registry 0.154s coverage: 51.2% of statements [2021-11-11T17:22:46.066Z] ok github.com/docker/docker/daemon/logger/awslogs 0.235s coverage: 77.6% of statements [2021-11-11T17:22:46.066Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-11T17:22:46.066Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-11T17:22:46.265Z] Removing intermediate container f184af8c803d [2021-11-11T17:22:46.265Z] ---> 85acc8a4cb78 [2021-11-11T17:22:46.265Z] Step 13/13 : CMD ["sh"] [2021-11-11T17:22:46.265Z] ---> Running in e799798f4381 [2021-11-11T17:22:46.265Z] Removing intermediate container e799798f4381 [2021-11-11T17:22:46.265Z] ---> b1a74c7e0ddd [2021-11-11T17:22:46.265Z] Successfully built b1a74c7e0ddd [2021-11-11T17:22:46.265Z] Successfully tagged busybox:latest [2021-11-11T17:22:46.312Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-11-11T17:22:46.312Z] --- PASS: TestConfigList (2.66s) [2021-11-11T17:22:46.312Z] === RUN TestConfigsCreateAndDelete [2021-11-11T17:22:46.312Z] check_test.go:308: [d9c1d177e4f1a] daemon is not started [2021-11-11T17:22:46.312Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-11-11T17:22:46.324Z] ok github.com/docker/docker/daemon/logger/journald 0.017s coverage: 23.9% of statements [2021-11-11T17:22:46.720Z] INFO: Docker images of the daemon under test [2021-11-11T17:22:46.720Z] [2021-11-11T17:22:46.720Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-11T17:22:46.720Z] busybox latest b1a74c7e0ddd Less than a second ago 4.95GB [2021-11-11T17:22:46.720Z] microsoft/windowsservercore latest 3d4792f88e26 8 days ago 4.91GB [2021-11-11T17:22:46.720Z] mcr.microsoft.com/windows/servercore ltsc2022 3d4792f88e26 8 days ago 4.91GB [2021-11-11T17:22:46.720Z] [2021-11-11T17:22:46.720Z] INFO: Running integration tests at 11/11/2021 17:22:46... [2021-11-11T17:22:46.720Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-11-11T17:22:46.720Z] INFO: Integration API tests being run from the host: [2021-11-11T17:22:46.720Z] INFO: make.ps1 starting at 11/11/2021 17:22:46 [2021-11-11T17:22:46.874Z] check_test.go:308: [d3e7e7f79e2fd] daemon is not started [2021-11-11T17:22:46.874Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-11-11T17:22:46.889Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.026s coverage: 87.2% of statements [2021-11-11T17:22:46.932Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-11-11T17:22:46.932Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-11-11T17:22:46.932Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-11-11T17:22:46.932Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-11-11T17:22:46.932Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-11-11T17:22:46.932Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-11-11T17:22:46.932Z] === RUN TestResumableRequestReaderWithReadError [2021-11-11T17:22:46.932Z] time="2021-11-11T17:22:46Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-11-11T17:22:46.932Z] --- PASS: TestResumableRequestReaderWithReadError (0.08s) [2021-11-11T17:22:46.932Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-11-11T17:22:46.932Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-11-11T17:22:46.932Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-11-11T17:22:46.932Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-11-11T17:22:46.932Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-11-11T17:22:46.932Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-11-11T17:22:46.932Z] === RUN TestResumableRequestReader [2021-11-11T17:22:46.932Z] --- PASS: TestResumableRequestReader (0.00s) [2021-11-11T17:22:46.932Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-11-11T17:22:46.932Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-11-11T17:22:46.932Z] PASS [2021-11-11T17:22:46.932Z] coverage: 100.0% of statements [2021-11-11T17:22:46.932Z] ok github.com/docker/docker/registry/resumable 0.150s coverage: 100.0% of statements [2021-11-11T17:22:47.147Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.030s coverage: 69.9% of statements [2021-11-11T17:22:47.175Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-11-11T17:22:47.404Z] === RUN TestRestartManagerTimeout [2021-11-11T17:22:47.404Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-11-11T17:22:47.404Z] === RUN TestRestartManagerTimeoutReset [2021-11-11T17:22:47.404Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-11-11T17:22:47.404Z] PASS [2021-11-11T17:22:47.404Z] coverage: 50.9% of statements [2021-11-11T17:22:47.404Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2021-11-11T17:22:47.876Z] === RUN TestDecodeContainerConfig [2021-11-11T17:22:47.876Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-11-11T17:22:47.876Z] === RUN TestDecodeContainerConfigIsolation [2021-11-11T17:22:47.876Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-11-11T17:22:47.876Z] === RUN TestValidatePrivileged [2021-11-11T17:22:47.876Z] --- PASS: TestValidatePrivileged (0.00s) [2021-11-11T17:22:47.876Z] PASS [2021-11-11T17:22:47.876Z] coverage: 52.6% of statements [2021-11-11T17:22:47.876Z] ok github.com/docker/docker/runconfig 0.036s coverage: 52.6% of statements [2021-11-11T17:22:48.240Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-11-11T17:22:48.346Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-11-11T17:22:48.346Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-11-11T17:22:48.346Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-11-11T17:22:48.346Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-11-11T17:22:48.346Z] PASS [2021-11-11T17:22:48.346Z] coverage: 62.5% of statements [2021-11-11T17:22:48.346Z] ok github.com/docker/docker/testutil 0.026s coverage: 62.5% of statements [2021-11-11T17:22:48.523Z] ok github.com/docker/docker/daemon/logger/local 0.027s coverage: 75.2% of statements [2021-11-11T17:22:48.523Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-11T17:22:48.803Z] check_test.go:308: [d857235e8283d] daemon is not started [2021-11-11T17:22:48.803Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-11-11T17:22:49.059Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-11T17:22:49.059Z] --- PASS: TestConfigsCreateAndDelete (2.94s) [2021-11-11T17:22:49.059Z] === RUN TestConfigsUpdate [2021-11-11T17:22:49.089Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.078s coverage: 59.3% of statements [2021-11-11T17:22:49.315Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-11T17:22:50.024Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.026s coverage: 31.5% of statements [2021-11-11T17:22:50.568Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-11-11T17:22:50.568Z] === RUN TestClientStream [2021-11-11T17:22:50.568Z] --- PASS: TestClientStream (0.00s) [2021-11-11T17:22:50.568Z] === RUN TestClientSendFile [2021-11-11T17:22:50.568Z] --- PASS: TestClientSendFile (0.00s) [2021-11-11T17:22:50.568Z] === RUN TestClientWithRequestTimeout [2021-11-11T17:22:50.568Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-11-11T17:22:50.568Z] === RUN TestFileSpecPlugin [2021-11-11T17:22:50.568Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-11-11T17:22:50.568Z] === RUN TestFileJSONSpecPlugin [2021-11-11T17:22:50.568Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-11-11T17:22:50.568Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-11-11T17:22:50.568Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-11-11T17:22:50.568Z] === RUN TestPluginAddHandler [2021-11-11T17:22:50.568Z] --- PASS: TestPluginAddHandler (0.00s) [2021-11-11T17:22:50.568Z] === RUN TestPluginWaitBadPlugin [2021-11-11T17:22:50.568Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-11-11T17:22:50.568Z] === RUN TestGet [2021-11-11T17:22:50.568Z] time="2021-11-11T17:22:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-11-11T17:22:51.206Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-11T17:22:51.206Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-11-11T17:22:51.206Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-11T17:22:51.399Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 46.8% of statements [2021-11-11T17:22:51.560Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-11T17:22:51.560Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-11T17:22:51.560Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-11T17:22:51.560Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-11-11T17:22:51.560Z] time="2021-11-11T17:22:51Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-11-11T17:22:51.771Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-11-11T17:22:51.967Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-11-11T17:22:52.030Z] === RUN TestGetDriver [2021-11-11T17:22:52.030Z] --- PASS: TestGetDriver (0.00s) [2021-11-11T17:22:52.030Z] === RUN TestVolumeRequestError [2021-11-11T17:22:52.030Z] --- PASS: TestVolumeRequestError (0.01s) [2021-11-11T17:22:52.030Z] PASS [2021-11-11T17:22:52.030Z] coverage: 36.1% of statements [2021-11-11T17:22:52.030Z] ok github.com/docker/docker/volume/drivers 0.038s coverage: 36.1% of statements [2021-11-11T17:22:52.030Z] === RUN TestGetAddress [2021-11-11T17:22:52.030Z] --- PASS: TestGetAddress (0.00s) [2021-11-11T17:22:52.030Z] === RUN TestRemove [2021-11-11T17:22:52.030Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-11T17:22:52.030Z] --- SKIP: TestRemove (0.00s) [2021-11-11T17:22:52.030Z] === RUN TestInitializeWithVolumes [2021-11-11T17:22:52.030Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-11-11T17:22:52.030Z] === RUN TestCreate [2021-11-11T17:22:52.030Z] --- PASS: TestCreate (0.01s) [2021-11-11T17:22:52.030Z] === RUN TestValidateName [2021-11-11T17:22:52.030Z] --- PASS: TestValidateName (0.00s) [2021-11-11T17:22:52.030Z] === RUN TestCreateWithOpts [2021-11-11T17:22:52.030Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-11T17:22:52.030Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-11-11T17:22:52.030Z] === RUN TestRelaodNoOpts [2021-11-11T17:22:52.030Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-11-11T17:22:52.030Z] PASS [2021-11-11T17:22:52.030Z] coverage: 41.5% of statements [2021-11-11T17:22:52.030Z] ok github.com/docker/docker/volume/local 0.053s coverage: 41.5% of statements [2021-11-11T17:22:52.332Z] --- PASS: TestConfigsUpdate (3.12s) [2021-11-11T17:22:52.332Z] === RUN TestTemplatedConfig [2021-11-11T17:22:52.534Z] ok github.com/docker/docker/daemon/network 0.006s coverage: 63.8% of statements [2021-11-11T17:22:52.588Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-11-11T17:22:52.792Z] ok github.com/docker/docker/daemon/logger/splunk 1.890s coverage: 82.5% of statements [2021-11-11T17:22:52.792Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-11T17:22:52.792Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRaw [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-11-11T17:22:53.021Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRaw [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-11-11T17:22:53.021Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestConvertTmpfsOptions [2021-11-11T17:22:53.021Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-11-11T17:22:53.021Z] linux_parser_test.go:209: data="ro" [2021-11-11T17:22:53.021Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestParseMountSpec [2021-11-11T17:22:53.021Z] parser_test.go:62: case 0 [2021-11-11T17:22:53.021Z] parser_test.go:62: case 1 [2021-11-11T17:22:53.021Z] parser_test.go:62: case 2 [2021-11-11T17:22:53.021Z] parser_test.go:62: case 3 [2021-11-11T17:22:53.021Z] parser_test.go:62: case 4 [2021-11-11T17:22:53.021Z] parser_test.go:62: case 5 [2021-11-11T17:22:53.021Z] --- PASS: TestParseMountSpec (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestValidateMount [2021-11-11T17:22:53.021Z] --- PASS: TestValidateMount (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRaw [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-11T17:22:53.021Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-11-11T17:22:53.021Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-11-11T17:22:53.021Z] PASS [2021-11-11T17:22:53.021Z] coverage: 67.6% of statements [2021-11-11T17:22:53.021Z] ok github.com/docker/docker/volume/mounts 0.038s coverage: 67.6% of statements [2021-11-11T17:22:53.494Z] time="2021-11-11T17:22:53Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-11-11T17:22:53.494Z] === RUN TestSetGetMeta [2021-11-11T17:22:53.494Z] === PAUSE TestSetGetMeta [2021-11-11T17:22:53.494Z] === RUN TestRestore [2021-11-11T17:22:53.494Z] === PAUSE TestRestore [2021-11-11T17:22:53.494Z] === RUN TestServiceCreate [2021-11-11T17:22:53.494Z] === PAUSE TestServiceCreate [2021-11-11T17:22:53.494Z] === RUN TestServiceList [2021-11-11T17:22:53.494Z] === PAUSE TestServiceList [2021-11-11T17:22:53.494Z] === RUN TestServiceRemove [2021-11-11T17:22:53.494Z] === PAUSE TestServiceRemove [2021-11-11T17:22:53.494Z] === RUN TestServiceGet [2021-11-11T17:22:53.494Z] === PAUSE TestServiceGet [2021-11-11T17:22:53.494Z] === RUN TestServicePrune [2021-11-11T17:22:53.494Z] === PAUSE TestServicePrune [2021-11-11T17:22:53.494Z] === RUN TestCreate [2021-11-11T17:22:53.494Z] === PAUSE TestCreate [2021-11-11T17:22:53.494Z] === RUN TestRemove [2021-11-11T17:22:53.494Z] === PAUSE TestRemove [2021-11-11T17:22:53.494Z] === RUN TestList [2021-11-11T17:22:53.494Z] === PAUSE TestList [2021-11-11T17:22:53.494Z] === RUN TestFindByDriver [2021-11-11T17:22:53.494Z] === PAUSE TestFindByDriver [2021-11-11T17:22:53.494Z] === RUN TestFindByReferenced [2021-11-11T17:22:53.494Z] === PAUSE TestFindByReferenced [2021-11-11T17:22:53.494Z] === RUN TestDerefMultipleOfSameRef [2021-11-11T17:22:53.494Z] === PAUSE TestDerefMultipleOfSameRef [2021-11-11T17:22:53.494Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-11T17:22:53.494Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-11T17:22:53.494Z] === RUN TestDefererencePluginOnCreateError [2021-11-11T17:22:53.494Z] === PAUSE TestDefererencePluginOnCreateError [2021-11-11T17:22:53.494Z] === RUN TestRefDerefRemove [2021-11-11T17:22:53.494Z] === PAUSE TestRefDerefRemove [2021-11-11T17:22:53.494Z] === RUN TestGet [2021-11-11T17:22:53.494Z] === PAUSE TestGet [2021-11-11T17:22:53.494Z] === RUN TestGetWithReference [2021-11-11T17:22:53.494Z] === PAUSE TestGetWithReference [2021-11-11T17:22:53.494Z] === RUN TestFilterFunc [2021-11-11T17:22:53.494Z] === RUN TestFilterFunc/test_nil_list [2021-11-11T17:22:53.494Z] === PAUSE TestFilterFunc/test_nil_list [2021-11-11T17:22:53.494Z] === RUN TestFilterFunc/test_empty_list [2021-11-11T17:22:53.494Z] === PAUSE TestFilterFunc/test_empty_list [2021-11-11T17:22:53.494Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-11-11T17:22:53.494Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-11-11T17:22:53.494Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-11T17:22:53.494Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-11T17:22:53.494Z] === RUN TestFilterFunc/test_filter_some [2021-11-11T17:22:53.494Z] === PAUSE TestFilterFunc/test_filter_some [2021-11-11T17:22:53.494Z] === RUN TestFilterFunc/test_filter_middle [2021-11-11T17:22:53.494Z] === PAUSE TestFilterFunc/test_filter_middle [2021-11-11T17:22:53.494Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-11-11T17:22:53.494Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-11-11T17:22:53.494Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-11-11T17:22:53.494Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-11-11T17:22:53.494Z] === CONT TestFilterFunc/test_nil_list [2021-11-11T17:22:53.494Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-11-11T17:22:53.494Z] === CONT TestFilterFunc/test_filter_some [2021-11-11T17:22:53.494Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-11T17:22:53.494Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-11-11T17:22:53.494Z] === CONT TestFilterFunc/test_empty_list [2021-11-11T17:22:53.494Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-11-11T17:22:53.494Z] === CONT TestFilterFunc/test_filter_middle [2021-11-11T17:22:53.494Z] --- PASS: TestFilterFunc (0.00s) [2021-11-11T17:22:53.494Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-11-11T17:22:53.494Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-11-11T17:22:53.494Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-11-11T17:22:53.494Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-11-11T17:22:53.494Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-11-11T17:22:53.494Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-11-11T17:22:53.494Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-11-11T17:22:53.494Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-11-11T17:22:53.494Z] === CONT TestSetGetMeta [2021-11-11T17:22:53.494Z] === CONT TestDefererencePluginOnCreateError [2021-11-11T17:22:53.494Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-11T17:22:53.494Z] === CONT TestList [2021-11-11T17:22:53.494Z] --- PASS: TestSetGetMeta (0.02s) [2021-11-11T17:22:53.494Z] === CONT TestRemove [2021-11-11T17:22:53.494Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-11-11T17:22:53.494Z] === CONT TestCreate [2021-11-11T17:22:53.494Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-11-11T17:22:53.494Z] === CONT TestServicePrune [2021-11-11T17:22:53.494Z] === CONT TestServiceGet [2021-11-11T17:22:53.494Z] --- PASS: TestList (0.04s) [2021-11-11T17:22:53.494Z] --- PASS: TestCreate (0.02s) [2021-11-11T17:22:53.494Z] === CONT TestServiceRemove [2021-11-11T17:22:53.494Z] --- PASS: TestRemove (0.03s) [2021-11-11T17:22:53.494Z] === CONT TestServiceList [2021-11-11T17:22:53.494Z] --- PASS: TestServiceGet (0.09s) [2021-11-11T17:22:53.494Z] === CONT TestServiceCreate [2021-11-11T17:22:53.494Z] time="2021-11-11T17:22:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:22:53.494Z] --- PASS: TestServiceRemove (0.09s) [2021-11-11T17:22:53.494Z] === CONT TestRestore [2021-11-11T17:22:53.494Z] --- PASS: TestServiceList (0.10s) [2021-11-11T17:22:53.494Z] === CONT TestDerefMultipleOfSameRef [2021-11-11T17:22:53.494Z] time="2021-11-11T17:22:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:22:53.494Z] time="2021-11-11T17:22:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:22:53.494Z] time="2021-11-11T17:22:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-11-11T17:22:53.494Z] --- PASS: TestServiceCreate (0.03s) [2021-11-11T17:22:53.494Z] === CONT TestFindByReferenced [2021-11-11T17:22:53.494Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-11-11T17:22:53.494Z] === CONT TestFindByDriver [2021-11-11T17:22:53.494Z] --- PASS: TestRestore (0.03s) [2021-11-11T17:22:53.494Z] === CONT TestGetWithReference [2021-11-11T17:22:53.494Z] time="2021-11-11T17:22:53Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:22:53.516Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-11T17:22:53.964Z] --- PASS: TestServicePrune (0.14s) [2021-11-11T17:22:53.964Z] === CONT TestGet [2021-11-11T17:22:53.964Z] --- PASS: TestFindByReferenced (0.02s) [2021-11-11T17:22:53.964Z] === CONT TestRefDerefRemove [2021-11-11T17:22:53.964Z] --- PASS: TestFindByDriver (0.03s) [2021-11-11T17:22:53.964Z] --- PASS: TestGetWithReference (0.03s) [2021-11-11T17:22:53.964Z] --- PASS: TestGet (0.02s) [2021-11-11T17:22:53.964Z] --- PASS: TestRefDerefRemove (0.02s) [2021-11-11T17:22:53.964Z] PASS [2021-11-11T17:22:53.964Z] coverage: 69.0% of statements [2021-11-11T17:22:53.964Z] ok github.com/docker/docker/volume/service 0.233s coverage: 69.0% of statements [2021-11-11T17:22:54.694Z] ok github.com/docker/docker/distribution/metadata 0.060s coverage: 48.2% of statements [2021-11-11T17:22:54.890Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-11-11T17:22:55.817Z] --- PASS: TestTemplatedConfig (3.39s) [2021-11-11T17:22:55.817Z] === RUN TestConfigCreateResolve [2021-11-11T17:22:55.817Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-11-11T17:22:56.069Z] ok github.com/docker/docker/distribution 0.106s coverage: 25.8% of statements [2021-11-11T17:22:56.069Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-11T17:22:56.073Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-11T17:22:56.329Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-11-11T17:22:56.891Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-11T17:22:57.005Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-11-11T17:22:57.769Z] time="2021-11-11T17:22:57Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-11-11T17:22:57.940Z] ok github.com/docker/docker/image 0.021s coverage: 86.6% of statements [2021-11-11T17:22:58.256Z] --- PASS: TestConfigCreateResolve (2.61s) [2021-11-11T17:22:58.256Z] PASS [2021-11-11T17:22:58.256Z] [2021-11-11T17:22:58.256Z] DONE 6 tests in 17.819s [2021-11-11T17:22:58.256Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-11-11T17:22:58.257Z] ++ 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 [2021-11-11T17:22:58.257Z] ++ set -e [2021-11-11T17:22:58.257Z] ++ '[' -n 0 ']' [2021-11-11T17:22:58.257Z] ++ set -x [2021-11-11T17:22:58.257Z] ++ 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 [2021-11-11T17:22:58.507Z] ok github.com/docker/docker/distribution/xfer 1.935s coverage: 85.1% of statements [2021-11-11T17:22:58.507Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-11T17:22:58.507Z] ok github.com/docker/docker/image/cache 0.028s coverage: 19.2% of statements [2021-11-11T17:22:58.513Z] INFO: Testing against a local daemon [2021-11-11T17:22:58.513Z] === RUN TestCheckpoint [2021-11-11T17:22:58.513Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:22:58.513Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-11T17:22:58.513Z] === RUN TestContainerInvalidJSON [2021-11-11T17:22:58.513Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:22:58.513Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:22:58.513Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:22:58.513Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:22:58.513Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:22:58.513Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:22:58.513Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-11T17:22:58.513Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-11T17:22:58.513Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-11T17:22:58.513Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-11T17:22:58.513Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-11-11T17:22:58.513Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-11T17:22:58.513Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-11-11T17:22:58.513Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-11T17:22:58.770Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-11-11T17:22:58.770Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-11T17:22:58.770Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-11-11T17:22:58.770Z] === RUN TestCopyFromContainer [2021-11-11T17:22:59.884Z] ok github.com/docker/docker/image/tarexport 0.014s coverage: 0.7% of statements [2021-11-11T17:22:59.884Z] ok github.com/docker/docker/image/v1 0.023s coverage: 25.0% of statements [2021-11-11T17:22:59.884Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-11T17:23:00.135Z] === RUN TestCopyFromContainer// [2021-11-11T17:23:00.135Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-11-11T17:23:00.135Z] === RUN TestCopyFromContainer//bar/root [2021-11-11T17:23:00.135Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-11T17:23:00.391Z] === RUN TestCopyFromContainer/bar/quux [2021-11-11T17:23:00.391Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-11T17:23:00.391Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-11T17:23:00.451Z] ok github.com/docker/docker/libcontainerd/queue 0.032s coverage: 100.0% of statements [2021-11-11T17:23:00.647Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-11T17:23:00.647Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-11T17:23:00.647Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-11T17:23:00.904Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer (2.21s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-11-11T17:23:00.904Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-11-11T17:23:00.904Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-11T17:23:00.904Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:23:00.904Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:23:00.904Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:23:00.904Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:23:00.904Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:23:00.904Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:23:00.904Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:23:00.904Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:23:00.904Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:23:00.904Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-11-11T17:23:00.904Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-11T17:23:00.904Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-11T17:23:00.904Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-11T17:23:00.904Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-11T17:23:00.904Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-11-11T17:23:00.904Z] === RUN TestCreateWithInvalidEnv [2021-11-11T17:23:00.904Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-11T17:23:00.904Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-11T17:23:00.904Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-11T17:23:00.904Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-11T17:23:00.904Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-11T17:23:00.904Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-11T17:23:01.160Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-11T17:23:01.160Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-11T17:23:01.160Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-11T17:23:01.160Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-11T17:23:01.160Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-11T17:23:01.160Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-11T17:23:01.160Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-11T17:23:01.160Z] === RUN TestCreateTmpfsMountsTarget [2021-11-11T17:23:01.160Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-11-11T17:23:01.160Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-11T17:23:01.827Z] ok github.com/docker/docker/oci 0.047s coverage: 43.3% of statements [2021-11-11T17:23:02.525Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-11T17:23:02.786Z] --- PASS: TestCreateWithCustomMaskedPaths (1.76s) [2021-11-11T17:23:02.786Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-11T17:23:03.202Z] ok github.com/docker/docker/opts 0.027s coverage: 67.1% of statements [2021-11-11T17:23:03.202Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-11-11T17:23:03.713Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-11-11T17:23:04.275Z] check_test.go:308: [de3f42a531e0e] daemon is not started [2021-11-11T17:23:04.275Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-11-11T17:23:04.532Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.82s) [2021-11-11T17:23:04.533Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-11T17:23:04.533Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:23:04.533Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:23:04.533Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:23:04.533Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:23:04.533Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:23:04.533Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:23:04.533Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:23:04.533Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:23:04.533Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:23:04.533Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:23:04.789Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:23:04.789Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:23:04.789Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:23:04.789Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:23:04.789Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:23:04.789Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-11-11T17:23:04.789Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-11T17:23:04.789Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-11T17:23:04.789Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-11T17:23:04.789Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-11-11T17:23:04.789Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-11-11T17:23:04.789Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-11T17:23:04.789Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-11-11T17:23:05.351Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-11-11T17:23:05.351Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.70s) [2021-11-11T17:23:05.351Z] === RUN TestCreateDifferentPlatform [2021-11-11T17:23:05.351Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-11T17:23:05.351Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-11T17:23:05.351Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-11-11T17:23:05.351Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-11T17:23:05.351Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-11T17:23:05.351Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-11T17:23:05.351Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-11-11T17:23:05.351Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-11T17:23:05.608Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-11-11T17:23:05.608Z] === RUN TestContainerStartOnDaemonRestart [2021-11-11T17:23:05.608Z] === PAUSE TestContainerStartOnDaemonRestart [2021-11-11T17:23:05.608Z] === RUN TestDaemonRestartIpcMode [2021-11-11T17:23:05.608Z] === PAUSE TestDaemonRestartIpcMode [2021-11-11T17:23:05.608Z] === RUN TestDaemonHostGatewayIP [2021-11-11T17:23:05.608Z] === PAUSE TestDaemonHostGatewayIP [2021-11-11T17:23:05.608Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-11T17:23:05.608Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-11T17:23:05.608Z] === RUN TestContainerKillOnDaemonStart [2021-11-11T17:23:05.608Z] === PAUSE TestContainerKillOnDaemonStart [2021-11-11T17:23:05.608Z] === RUN TestDiff [2021-11-11T17:23:05.608Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-11T17:23:05.608Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-11T17:23:05.731Z] ok github.com/docker/docker/pkg/archive 0.293s coverage: 82.6% of statements [2021-11-11T17:23:05.863Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-11-11T17:23:06.425Z] --- PASS: TestDiff (0.76s) [2021-11-11T17:23:06.425Z] === RUN TestExecWithCloseStdin [2021-11-11T17:23:06.463Z] --- PASS: TestGet (15.00s) [2021-11-11T17:23:06.463Z] === RUN TestPluginWithNoManifest [2021-11-11T17:23:06.463Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-11-11T17:23:06.463Z] === RUN TestGetAll [2021-11-11T17:23:06.463Z] --- PASS: TestGetAll (0.01s) [2021-11-11T17:23:06.463Z] PASS [2021-11-11T17:23:06.463Z] coverage: 73.2% of statements [2021-11-11T17:23:06.463Z] ok github.com/docker/docker/pkg/plugins 34.807s coverage: 73.2% of statements [2021-11-11T17:23:07.104Z] ok github.com/docker/docker/pkg/authorization 1.142s coverage: 68.3% of statements [2021-11-11T17:23:07.104Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2021-11-11T17:23:07.354Z] --- PASS: TestExecWithCloseStdin (0.87s) [2021-11-11T17:23:07.354Z] === RUN TestExec [2021-11-11T17:23:07.362Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-11-11T17:23:07.609Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-11T17:23:08.171Z] --- PASS: TestExec (0.97s) [2021-11-11T17:23:08.171Z] === RUN TestExecUser [2021-11-11T17:23:08.734Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-11-11T17:23:08.990Z] --- PASS: TestExecUser (0.93s) [2021-11-11T17:23:08.990Z] === RUN TestExportContainerAndImportImage [2021-11-11T17:23:10.361Z] --- PASS: TestExportContainerAndImportImage (1.13s) [2021-11-11T17:23:10.361Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-11T17:23:10.642Z] ok github.com/docker/docker/layer 7.493s coverage: 68.8% of statements [2021-11-11T17:23:10.642Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-11T17:23:10.642Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-11T17:23:10.642Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-11T17:23:10.642Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-11T17:23:10.642Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-11T17:23:10.642Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-11-11T17:23:10.642Z] ok github.com/docker/docker/pkg/chrootarchive 2.547s coverage: 43.5% of statements [2021-11-11T17:23:10.642Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-11T17:23:10.642Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-11T17:23:10.642Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-11-11T17:23:10.642Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 97.6% of statements [2021-11-11T17:23:10.924Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-11T17:23:11.209Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2021-11-11T17:23:11.468Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2021-11-11T17:23:11.726Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2021-11-11T17:23:11.853Z] --- PASS: TestExportContainerAfterDaemonRestart (1.46s) [2021-11-11T17:23:11.853Z] === RUN TestHealthCheckWorkdir [2021-11-11T17:23:11.853Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-11T17:23:12.354Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:23:12.354Z] INFO: Testing against a local daemon [2021-11-11T17:23:12.354Z] === RUN TestBuildWithSession [2021-11-11T17:23:12.354Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:23:12.354Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-11T17:23:12.354Z] === RUN TestBuildSquashParent [2021-11-11T17:23:12.354Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:23:12.354Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-11-11T17:23:12.354Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-11T17:23:12.354Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:23:12.354Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:23:12.354Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:23:12.354Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:23:12.354Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:23:12.354Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:23:12.354Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:23:12.354Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:23:12.354Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:23:12.354Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:23:12.354Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:23:12.354Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:23:12.354Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:23:12.354Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:23:12.354Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:23:12.354Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:23:12.421Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-11T17:23:12.659Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-11-11T17:23:12.679Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2021-11-11T17:23:12.679Z] === RUN TestHealthKillContainer [2021-11-11T17:23:12.918Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 83.4% of statements [2021-11-11T17:23:13.487Z] ok github.com/docker/docker/pkg/fsutils 0.157s coverage: 85.1% of statements [2021-11-11T17:23:13.649Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-11-11T17:23:13.745Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2021-11-11T17:23:14.311Z] ok github.com/docker/docker/pkg/discovery/kv 3.022s coverage: 84.1% of statements [2021-11-11T17:23:14.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-11T17:23:14.877Z] ok github.com/docker/docker/pkg/idtools 0.424s coverage: 69.5% of statements [2021-11-11T17:23:15.018Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-11T17:23:15.136Z] ok github.com/docker/docker/pkg/ioutils 0.397s coverage: 71.0% of statements [2021-11-11T17:23:15.136Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2021-11-11T17:23:15.136Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-11T17:23:15.136Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2021-11-11T17:23:15.136Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-11-11T17:23:15.136Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-11T17:23:15.154Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-11T17:23:15.393Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2021-11-11T17:23:15.393Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-11T17:23:15.393Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2021-11-11T17:23:15.580Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-11-11T17:23:15.580Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-11-11T17:23:15.580Z] check_test.go:308: [d4a0cfa75a8df] daemon is not started [2021-11-11T17:23:15.580Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-11-11T17:23:15.651Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-11-11T17:23:15.910Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-11-11T17:23:15.910Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-11-11T17:23:15.910Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-11T17:23:15.910Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-11T17:23:16.476Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.016s coverage: 56.8% of statements [2021-11-11T17:23:16.733Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-11-11T17:23:16.944Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-11-11T17:23:16.992Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-11-11T17:23:17.253Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-11-11T17:23:17.869Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-11T17:23:18.625Z] ok github.com/docker/docker/pkg/pubsub 1.045s coverage: 75.0% of statements [2021-11-11T17:23:18.626Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-11-11T17:23:18.797Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-11T17:23:18.797Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-11-11T17:23:18.883Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2021-11-11T17:23:18.883Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-11-11T17:23:19.141Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2021-11-11T17:23:19.359Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-11T17:23:19.395Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:23:19.399Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-11-11T17:23:19.850Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:23:19.966Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2021-11-11T17:23:20.224Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 40.1% of statements [2021-11-11T17:23:20.287Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-11-11T17:23:20.482Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2021-11-11T17:23:21.049Z] ok github.com/docker/docker/pkg/tarsum 0.049s coverage: 89.3% of statements [2021-11-11T17:23:21.307Z] coverage: [no statements] [2021-11-11T17:23:21.307Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-11-11T17:23:21.565Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-11-11T17:23:21.565Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-11-11T17:23:21.661Z] --- PASS: TestHealthKillContainer (8.62s) [2021-11-11T17:23:21.661Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-11T17:23:21.824Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-11-11T17:23:21.917Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-11T17:23:22.172Z] check_test.go:308: [d62bb6537c053] daemon is not started [2021-11-11T17:23:22.172Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-11-11T17:23:22.172Z] --- PASS: TestInspectCpusetInConfigPre120 (0.90s) [2021-11-11T17:23:22.172Z] === RUN TestIpcModeNone [2021-11-11T17:23:23.099Z] --- PASS: TestIpcModeNone (0.83s) [2021-11-11T17:23:23.099Z] === RUN TestIpcModePrivate [2021-11-11T17:23:23.661Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2021-11-11T17:23:23.723Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-11-11T17:23:23.723Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-11-11T17:23:23.918Z] --- PASS: TestIpcModePrivate (0.80s) [2021-11-11T17:23:23.918Z] === RUN TestIpcModeShareable [2021-11-11T17:23:24.307Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 86.0% of statements [2021-11-11T17:23:24.480Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:84, shared: true, mustBeShared: true [2021-11-11T17:23:24.736Z] --- PASS: TestIpcModeShareable (0.87s) [2021-11-11T17:23:24.736Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-11T17:23:25.243Z] ok github.com/docker/docker/quota 0.183s coverage: 71.4% of statements [2021-11-11T17:23:25.299Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-11-11T17:23:25.557Z] check_test.go:308: [d2e0832cc773b] daemon is not started [2021-11-11T17:23:25.557Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-11-11T17:23:25.810Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2021-11-11T17:23:26.743Z] ok github.com/docker/docker/registry 0.052s coverage: 58.3% of statements [2021-11-11T17:23:26.909Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-11T17:23:26.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (8.99s) [2021-11-11T17:23:26.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (9.54s) [2021-11-11T17:23:26.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.64s) [2021-11-11T17:23:26.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.18s) [2021-11-11T17:23:26.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.00s) [2021-11-11T17:23:26.909Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.17s) [2021-11-11T17:23:26.909Z] === RUN TestBuildMultiStageCopy [2021-11-11T17:23:26.909Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-11T17:23:27.001Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-11-11T17:23:27.259Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-11-11T17:23:27.447Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.35s) [2021-11-11T17:23:27.447Z] === RUN TestAPIIpcModeHost [2021-11-11T17:23:27.824Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2021-11-11T17:23:27.824Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-11-11T17:23:28.010Z] --- PASS: TestAPIIpcModeHost (0.75s) [2021-11-11T17:23:28.010Z] === RUN TestDaemonIpcModeShareable [2021-11-11T17:23:28.573Z] docker_cli_daemon_plugins_test.go:80: [dd597ba5612c7] daemon is not started [2021-11-11T17:23:28.573Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-11T17:23:29.313Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true [2021-11-11T17:23:29.612Z] --- PASS: TestDaemonIpcModeShareable (1.58s) [2021-11-11T17:23:29.612Z] === RUN TestDaemonIpcModePrivate [2021-11-11T17:23:29.612Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-11-11T17:23:30.468Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-11-11T17:23:30.978Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: false, mustBeShared: false [2021-11-11T17:23:30.978Z] --- PASS: TestDaemonIpcModePrivate (1.48s) [2021-11-11T17:23:30.978Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-11T17:23:31.033Z] ok github.com/docker/docker/volume/local 0.071s coverage: 76.4% of statements [2021-11-11T17:23:31.600Z] ok github.com/docker/docker/volume/mounts 0.006s coverage: 67.7% of statements [2021-11-11T17:23:31.780Z] 2021/11/11 17:23:28 Closing DB instances... [2021-11-11T17:23:31.780Z] --- PASS: TestNetworkDBGarbageCollection (54.23s) [2021-11-11T17:23:31.780Z] === RUN TestFindNode [2021-11-11T17:23:31.780Z] 2021/11/11 17:23:30 Closing DB instances... [2021-11-11T17:23:31.780Z] --- PASS: TestFindNode (0.01s) [2021-11-11T17:23:31.780Z] === RUN TestChangeNodeState [2021-11-11T17:23:31.780Z] 2021/11/11 17:23:30 Closing DB instances... [2021-11-11T17:23:31.780Z] --- PASS: TestChangeNodeState (0.01s) [2021-11-11T17:23:31.780Z] === RUN TestNodeReincarnation [2021-11-11T17:23:31.780Z] 2021/11/11 17:23:30 Closing DB instances... [2021-11-11T17:23:32.348Z] docker_cli_daemon_plugins_test.go:170: [da0def060a3f9] daemon is not started [2021-11-11T17:23:32.348Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-11-11T17:23:32.604Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.65s) [2021-11-11T17:23:32.604Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-11T17:23:32.604Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-11T17:23:32.833Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-11T17:23:32.974Z] ok github.com/docker/docker/volume/service 0.012s coverage: 72.3% of statements [2021-11-11T17:23:33.288Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-11T17:23:33.971Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-11-11T17:23:33.971Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:101, shared: true, mustBeShared: true [2021-11-11T17:23:34.227Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2021-11-11T17:23:34.227Z] === RUN TestIpcModeOlderClient [2021-11-11T17:23:34.227Z] === PAUSE TestIpcModeOlderClient [2021-11-11T17:23:34.227Z] === RUN TestKillContainerInvalidSignal [2021-11-11T17:23:34.244Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-11T17:23:35.156Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2021-11-11T17:23:35.156Z] === RUN TestKillContainer [2021-11-11T17:23:35.156Z] === RUN TestKillContainer/no_signal [2021-11-11T17:23:35.156Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-11T17:23:35.203Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-11-11T17:23:35.583Z] --- PASS: TestNodeReincarnation (5.02s) [2021-11-11T17:23:35.583Z] === RUN TestParallelCreate [2021-11-11T17:23:35.583Z] 2021/11/11 17:23:35 Closing DB instances... [2021-11-11T17:23:35.583Z] --- PASS: TestParallelCreate (0.02s) [2021-11-11T17:23:35.583Z] === RUN TestParallelDelete [2021-11-11T17:23:35.583Z] 2021/11/11 17:23:35 Closing DB instances... [2021-11-11T17:23:35.583Z] --- PASS: TestParallelDelete (0.01s) [2021-11-11T17:23:35.583Z] === RUN TestNetworkDBIslands [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:2e122f12a135 with config:&{NodeID:2e122f12a135 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}" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="Node 2e122f12a135/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="Node 2e122f12a135/172.26.210.10, added to nodes list" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a5fc6eb603d2 with config:&{NodeID:a5fc6eb603d2 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}" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, added to nodes list" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, added to nodes list" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="Node 2e122f12a135/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:35.583Z] time="2021-11-11T17:23:35Z" level=info msg="Node 2e122f12a135/172.26.210.10, added to nodes list" [2021-11-11T17:23:35.719Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-11T17:23:35.719Z] === RUN TestKillContainer/non_killing_signal [2021-11-11T17:23:36.053Z] time="2021-11-11T17:23:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-11-11T17:23:36.053Z] time="2021-11-11T17:23:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2021-11-11T17:23:36.160Z] --- PASS: TestBuildMultiStageCopy (9.75s) [2021-11-11T17:23:36.160Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.23s) [2021-11-11T17:23:36.160Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.65s) [2021-11-11T17:23:36.160Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.82s) [2021-11-11T17:23:36.160Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.93s) [2021-11-11T17:23:36.160Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.11s) [2021-11-11T17:23:36.160Z] === RUN TestBuildMultiStageParentConfig [2021-11-11T17:23:36.283Z] === RUN TestKillContainer/killing_signal [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:7ec298602159 with config:&{NodeID:7ec298602159 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}" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="Node 7ec298602159/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="Node 7ec298602159/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="Node 7ec298602159/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="Node 7ec298602159/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="Node 2e122f12a135/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="Node 2e122f12a135/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-11-11T17:23:36.523Z] time="2021-11-11T17:23:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2021-11-11T17:23:36.992Z] time="2021-11-11T17:23:36Z" level=info msg="Node 7ec298602159/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.992Z] time="2021-11-11T17:23:36Z" level=info msg="Node 7ec298602159/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.992Z] time="2021-11-11T17:23:36Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:598fd8f68375 with config:&{NodeID:598fd8f68375 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}" [2021-11-11T17:23:36.992Z] time="2021-11-11T17:23:36Z" level=info msg="Node 598fd8f68375/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 598fd8f68375/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 598fd8f68375/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 598fd8f68375/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 7ec298602159/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 7ec298602159/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 2e122f12a135/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 2e122f12a135/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 598fd8f68375/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 598fd8f68375/172.26.210.10, added to nodes list" [2021-11-11T17:23:36.993Z] time="2021-11-11T17:23:36Z" level=info msg="Node 598fd8f68375/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.210Z] --- PASS: TestKillContainer (2.07s) [2021-11-11T17:23:37.211Z] --- PASS: TestKillContainer/no_signal (0.74s) [2021-11-11T17:23:37.211Z] --- PASS: TestKillContainer/non_killing_signal (0.44s) [2021-11-11T17:23:37.211Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2021-11-11T17:23:37.211Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-11T17:23:37.211Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-11T17:23:37.211Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:36Z" level=info msg="Node 598fd8f68375/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:37Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:6e95d2c52287 with config:&{NodeID:6e95d2c52287 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}" [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:37Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49355" [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.462Z] time="2021-11-11T17:23:37Z" level=info msg="Node 2e122f12a135/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 2e122f12a135/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 598fd8f68375/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 598fd8f68375/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 7ec298602159/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 7ec298602159/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:37.463Z] time="2021-11-11T17:23:37Z" level=info msg="Node 6e95d2c52287/172.26.210.10, added to nodes list" [2021-11-11T17:23:37.772Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-11-11T17:23:37.933Z] networkdb_test.go:835: Re-joining: 3 [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=info msg="The new bootstrap node list is:[172.26.210.10:10033 172.26.210.10:10034 172.26.210.10:10035]" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10033" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49357" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10034" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49358" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10035" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49359" [2021-11-11T17:23:37.934Z] networkdb_test.go:835: Re-joining: 4 [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=info msg="The new bootstrap node list is:[172.26.210.10:10033 172.26.210.10:10034 172.26.210.10:10035]" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10033" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49360" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10034" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49361" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10035" [2021-11-11T17:23:37.934Z] time="2021-11-11T17:23:37Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49362" [2021-11-11T17:23:38.028Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-11T17:23:38.285Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-11-11T17:23:38.317Z] --- PASS: TestBuildMultiStageParentConfig (2.00s) [2021-11-11T17:23:38.317Z] === RUN TestBuildLabelWithTargets [2021-11-11T17:23:38.317Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:23:38.317Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-11-11T17:23:38.317Z] === RUN TestBuildWithEmptyLayers [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:37Z" level=info msg="node 0 leaving" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135 change state NodeActive --> NodeLeft" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="node2(a5fc6eb603d2): Node leave event for 2e122f12a135/172.26.210.10" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135 change state NodeActive --> NodeLeft" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="node4(598fd8f68375): Node leave event for 2e122f12a135/172.26.210.10" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135 change state NodeActive --> NodeLeft" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="node5(6e95d2c52287): Node leave event for 2e122f12a135/172.26.210.10" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135 change state NodeActive --> NodeLeft" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="node1(2e122f12a135): Node leave event for 2e122f12a135/172.26.210.10" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135 change state NodeActive --> NodeLeft" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="node3(7ec298602159): Node leave event for 2e122f12a135/172.26.210.10" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135/172.26.210.10, left gossip cluster" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135/172.26.210.10, left gossip cluster" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135/172.26.210.10, left gossip cluster" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135/172.26.210.10, left gossip cluster" [2021-11-11T17:23:38.403Z] time="2021-11-11T17:23:38Z" level=info msg="Node 2e122f12a135/172.26.210.10, left gossip cluster" [2021-11-11T17:23:38.543Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.45s) [2021-11-11T17:23:38.543Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s) [2021-11-11T17:23:38.543Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2021-11-11T17:23:38.543Z] === RUN TestKillStoppedContainer [2021-11-11T17:23:38.543Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-11-11T17:23:38.543Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-11T17:23:38.798Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-11-11T17:23:38.798Z] === RUN TestKillDifferentUserContainer [2021-11-11T17:23:38.798Z] check_test.go:308: [d94b4e2d7cd21] daemon is not started [2021-11-11T17:23:38.798Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="node 1 leaving" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="Node a5fc6eb603d2 change state NodeActive --> NodeLeft" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="node3(7ec298602159): Node leave event for a5fc6eb603d2/172.26.210.10" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, left gossip cluster" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="Node a5fc6eb603d2 change state NodeActive --> NodeFailed" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, added to failed nodes list" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="Node a5fc6eb603d2 change state NodeActive --> NodeLeft" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="node4(598fd8f68375): Node leave event for a5fc6eb603d2/172.26.210.10" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="Node a5fc6eb603d2 change state NodeActive --> NodeLeft" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="node5(6e95d2c52287): Node leave event for a5fc6eb603d2/172.26.210.10" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=error msg="node: a5fc6eb603d2 is unknown to memberlist" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, left gossip cluster" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, left gossip cluster" [2021-11-11T17:23:38.873Z] time="2021-11-11T17:23:38Z" level=info msg="Node a5fc6eb603d2/172.26.210.10, left gossip cluster" [2021-11-11T17:23:39.274Z] --- PASS: TestBuildWithEmptyLayers (1.12s) [2021-11-11T17:23:39.274Z] === RUN TestBuildMultiStageOnBuild [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:38Z" level=info msg="node 2 leaving" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:38Z" level=info msg="Node 7ec298602159 change state NodeActive --> NodeLeft" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:38Z" level=info msg="node5(6e95d2c52287): Node leave event for 7ec298602159/172.26.210.10" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:38Z" level=info msg="Node 7ec298602159 change state NodeActive --> NodeLeft" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:38Z" level=info msg="node4(598fd8f68375): Node leave event for 7ec298602159/172.26.210.10" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:38Z" level=info msg="Node 7ec298602159 change state NodeActive --> NodeLeft" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:38Z" level=info msg="node3(7ec298602159): Node leave event for 7ec298602159/172.26.210.10" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:39Z" level=debug msg="memberlist: Failed ping: 6e95d2c52287 (timeout reached)" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.210.10:10035: use of closed network connection" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.210.10:10036: use of closed network connection" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:39Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49363" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:39Z" level=info msg="Node 7ec298602159/172.26.210.10, left gossip cluster" [2021-11-11T17:23:39.343Z] time="2021-11-11T17:23:39Z" level=info msg="Node 7ec298602159/172.26.210.10, left gossip cluster" [2021-11-11T17:23:39.360Z] --- PASS: TestKillDifferentUserContainer (0.67s) [2021-11-11T17:23:39.360Z] === RUN TestInspectOomKilledTrue [2021-11-11T17:23:39.360Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:23:39.360Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-11T17:23:39.360Z] === RUN TestInspectOomKilledFalse [2021-11-11T17:23:39.360Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:23:39.360Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-11T17:23:39.360Z] === RUN TestLinksEtcHostsContentMatch [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="Node 7ec298602159/172.26.210.10, left gossip cluster" [2021-11-11T17:23:39.814Z] networkdb_test.go:867: node4: OK [2021-11-11T17:23:39.814Z] networkdb_test.go:867: node5: OK [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="node 0 coming back" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:010c3f7bd970 with config:&{NodeID:010c3f7bd970 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}" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="Node 010c3f7bd970/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="Node 010c3f7bd970/172.26.210.10, added to nodes list" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="node 1 coming back" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:ce55c1e9701f with config:&{NodeID:ce55c1e9701f 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}" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="Node ce55c1e9701f/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="Node ce55c1e9701f/172.26.210.10, added to nodes list" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="node 2 coming back" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a5cb624e30cc with config:&{NodeID:a5cb624e30cc 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}" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="Node a5cb624e30cc/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=info msg="Node a5cb624e30cc/172.26.210.10, added to nodes list" [2021-11-11T17:23:39.814Z] time="2021-11-11T17:23:39Z" level=warning msg="memberlist: Was able to connect to 6e95d2c52287 but other probes failed, network may be misconfigured" [2021-11-11T17:23:39.922Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2021-11-11T17:23:39.922Z] === RUN TestLinksContainerNames [2021-11-11T17:23:40.284Z] time="2021-11-11T17:23:39Z" level=debug msg="memberlist: Failed ping: 6e95d2c52287 (timeout reached)" [2021-11-11T17:23:40.284Z] time="2021-11-11T17:23:39Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.26.210.10:10036: use of closed network connection" [2021-11-11T17:23:40.284Z] time="2021-11-11T17:23:39Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49364" [2021-11-11T17:23:40.485Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-11-11T17:23:40.754Z] time="2021-11-11T17:23:40Z" level=warning msg="memberlist: Was able to connect to 6e95d2c52287 but other probes failed, network may be misconfigured" [2021-11-11T17:23:41.434Z] --- PASS: TestLinksContainerNames (1.51s) [2021-11-11T17:23:41.434Z] === RUN TestLogsFollowTailEmpty [2021-11-11T17:23:41.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-11-11T17:23:42.361Z] --- PASS: TestLogsFollowTailEmpty (0.68s) [2021-11-11T17:23:42.361Z] === RUN TestContainerNetworkMountsNoChown [2021-11-11T17:23:42.361Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-11-11T17:23:42.925Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-11T17:23:42.925Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/default [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/default [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/private [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/private [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rprivate [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/slave [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/slave [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rslave [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/shared [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/shared [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rshared [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/default [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/rshared [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/shared [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/rslave [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/slave [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/rprivate [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/private [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-11T17:23:42.925Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:23:42.925Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:23:42.925Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-11T17:23:42.976Z] time="2021-11-11T17:23:42Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.210.10:10033 172.26.210.10:10034 172.26.210.10:10035]" [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:23:43.181Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-11T17:23:43.438Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:23:43.446Z] time="2021-11-11T17:23:43Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.210.10:10033 172.26.210.10:10034 172.26.210.10:10035]" [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-11-11T17:23:43.694Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.09s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-11-11T17:23:43.695Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-11-11T17:23:43.695Z] === RUN TestContainerBindMountNonRecursive [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10033" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49365" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 6e95d2c52287/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 6e95d2c52287/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 598fd8f68375/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 598fd8f68375/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, is the new incarnation of the shutdown node 2e122f12a135/172.26.210.10" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10034" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49366" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 6e95d2c52287/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 6e95d2c52287/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 598fd8f68375/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 598fd8f68375/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, is the new incarnation of the shutdown node a5fc6eb603d2/172.26.210.10" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10035" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49367" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 6e95d2c52287/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 6e95d2c52287/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 598fd8f68375/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 598fd8f68375/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, is the new incarnation of the shutdown node 7ec298602159/172.26.210.10" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, is the new incarnation of the shutdown node a5fc6eb603d2/172.26.210.10" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, is the new incarnation of the shutdown node 2e122f12a135/172.26.210.10" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node 010c3f7bd970/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node ce55c1e9701f/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, added to nodes list" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, joined gossip cluster" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, is the new incarnation of the shutdown node 7ec298602159/172.26.210.10" [2021-11-11T17:23:43.942Z] time="2021-11-11T17:23:43Z" level=info msg="Node a5cb624e30cc/172.26.210.10, added to nodes list" [2021-11-11T17:23:44.257Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-11-11T17:23:44.257Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-11T17:23:44.413Z] time="2021-11-11T17:23:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10033" [2021-11-11T17:23:44.414Z] time="2021-11-11T17:23:44Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49368" [2021-11-11T17:23:44.414Z] time="2021-11-11T17:23:44Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49369" [2021-11-11T17:23:44.414Z] time="2021-11-11T17:23:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10034" [2021-11-11T17:23:44.414Z] time="2021-11-11T17:23:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.210.10:10035" [2021-11-11T17:23:44.414Z] time="2021-11-11T17:23:44Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49370" [2021-11-11T17:23:44.884Z] 2021/11/11 17:23:44 Closing DB instances... [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970 change state NodeActive --> NodeLeft" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970 change state NodeActive --> NodeLeft" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="node3(a5cb624e30cc): Node leave event for 010c3f7bd970/172.26.210.10" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="node2(ce55c1e9701f): Node leave event for 010c3f7bd970/172.26.210.10" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970 change state NodeActive --> NodeLeft" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="node5(6e95d2c52287): Node leave event for 010c3f7bd970/172.26.210.10" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970 change state NodeActive --> NodeLeft" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="node4(598fd8f68375): Node leave event for 010c3f7bd970/172.26.210.10" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970 change state NodeActive --> NodeLeft" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="node1(010c3f7bd970): Node leave event for 010c3f7bd970/172.26.210.10" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970/172.26.210.10, left gossip cluster" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970/172.26.210.10, left gossip cluster" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970/172.26.210.10, left gossip cluster" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970/172.26.210.10, left gossip cluster" [2021-11-11T17:23:44.884Z] time="2021-11-11T17:23:44Z" level=info msg="Node 010c3f7bd970/172.26.210.10, left gossip cluster" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:44Z" level=info msg="Node ce55c1e9701f change state NodeActive --> NodeLeft" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:44Z" level=info msg="node4(598fd8f68375): Node leave event for ce55c1e9701f/172.26.210.10" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:44Z" level=info msg="Node ce55c1e9701f change state NodeActive --> NodeLeft" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:44Z" level=info msg="node5(6e95d2c52287): Node leave event for ce55c1e9701f/172.26.210.10" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:44Z" level=info msg="Node ce55c1e9701f change state NodeActive --> NodeLeft" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:44Z" level=info msg="node3(a5cb624e30cc): Node leave event for ce55c1e9701f/172.26.210.10" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:44Z" level=info msg="Node ce55c1e9701f change state NodeActive --> NodeLeft" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:44Z" level=info msg="node2(ce55c1e9701f): Node leave event for ce55c1e9701f/172.26.210.10" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:45Z" level=info msg="Node ce55c1e9701f/172.26.210.10, left gossip cluster" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:45Z" level=info msg="Node ce55c1e9701f/172.26.210.10, left gossip cluster" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:45Z" level=info msg="Node ce55c1e9701f/172.26.210.10, left gossip cluster" [2021-11-11T17:23:45.354Z] time="2021-11-11T17:23:45Z" level=info msg="Node ce55c1e9701f/172.26.210.10, left gossip cluster" [2021-11-11T17:23:45.624Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-11T17:23:45.624Z] --- PASS: TestContainerBindMountNonRecursive (1.94s) [2021-11-11T17:23:45.625Z] === RUN TestContainerVolumesMountedAsShared [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=warning msg="memberlist: Failed to send gossip to 172.26.210.10:10037: write udp [::]:10034->172.26.210.10:10037: use of closed network connection" [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=info msg="Node a5cb624e30cc change state NodeActive --> NodeLeft" [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=info msg="node4(598fd8f68375): Node leave event for a5cb624e30cc/172.26.210.10" [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=info msg="Node a5cb624e30cc change state NodeActive --> NodeLeft" [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=info msg="node5(6e95d2c52287): Node leave event for a5cb624e30cc/172.26.210.10" [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=info msg="Node a5cb624e30cc change state NodeActive --> NodeLeft" [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=info msg="node3(a5cb624e30cc): Node leave event for a5cb624e30cc/172.26.210.10" [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=info msg="Node a5cb624e30cc/172.26.210.10, left gossip cluster" [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=info msg="Node a5cb624e30cc/172.26.210.10, left gossip cluster" [2021-11-11T17:23:45.824Z] time="2021-11-11T17:23:45Z" level=info msg="Node a5cb624e30cc/172.26.210.10, left gossip cluster" [2021-11-11T17:23:45.880Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-11-11T17:23:46.137Z] --- PASS: TestContainerVolumesMountedAsShared (0.65s) [2021-11-11T17:23:46.137Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-11T17:23:46.294Z] time="2021-11-11T17:23:45Z" level=debug msg="memberlist: Failed ping: 598fd8f68375 (timeout reached)" [2021-11-11T17:23:46.294Z] time="2021-11-11T17:23:45Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.210.10:10035: use of closed network connection" [2021-11-11T17:23:46.294Z] time="2021-11-11T17:23:45Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.210.10:10037: use of closed network connection" [2021-11-11T17:23:46.294Z] time="2021-11-11T17:23:45Z" level=debug msg="memberlist: Stream connection from=172.26.210.10:49371" [2021-11-11T17:23:46.294Z] time="2021-11-11T17:23:45Z" level=info msg="Node 598fd8f68375 change state NodeActive --> NodeLeft" [2021-11-11T17:23:46.294Z] time="2021-11-11T17:23:45Z" level=info msg="node5(6e95d2c52287): Node leave event for 598fd8f68375/172.26.210.10" [2021-11-11T17:23:46.294Z] time="2021-11-11T17:23:45Z" level=info msg="Node 598fd8f68375 change state NodeActive --> NodeLeft" [2021-11-11T17:23:46.294Z] time="2021-11-11T17:23:45Z" level=info msg="node4(598fd8f68375): Node leave event for 598fd8f68375/172.26.210.10" [2021-11-11T17:23:46.700Z] --- PASS: TestContainerVolumesMountedAsSlave (0.62s) [2021-11-11T17:23:46.700Z] === RUN TestNetworkNat [2021-11-11T17:23:46.764Z] time="2021-11-11T17:23:46Z" level=info msg="Node 598fd8f68375/172.26.210.10, left gossip cluster" [2021-11-11T17:23:46.764Z] time="2021-11-11T17:23:46Z" level=warning msg="memberlist: Was able to connect to 598fd8f68375 but other probes failed, network may be misconfigured" [2021-11-11T17:23:46.764Z] time="2021-11-11T17:23:46Z" level=info msg="Node 598fd8f68375/172.26.210.10, left gossip cluster" [2021-11-11T17:23:47.234Z] time="2021-11-11T17:23:46Z" level=info msg="Node 6e95d2c52287/172.26.210.10, left gossip cluster" [2021-11-11T17:23:47.234Z] time="2021-11-11T17:23:46Z" level=info msg="Node 6e95d2c52287 change state NodeActive --> NodeFailed" [2021-11-11T17:23:47.234Z] time="2021-11-11T17:23:46Z" level=info msg="Node 6e95d2c52287/172.26.210.10, added to failed nodes list" [2021-11-11T17:23:47.234Z] --- PASS: TestNetworkDBIslands (11.46s) [2021-11-11T17:23:47.234Z] PASS [2021-11-11T17:23:47.234Z] coverage: 60.1% of statements [2021-11-11T17:23:47.234Z] ok github.com/docker/docker/libnetwork/networkdb 103.480s coverage: 60.1% of statements [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/quota [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/rootless [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/volume [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-11T17:23:47.234Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-11T17:23:47.627Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-11-11T17:23:47.627Z] --- PASS: TestNetworkNat (0.85s) [2021-11-11T17:23:47.627Z] === RUN TestNetworkLocalhostTCPNat [2021-11-11T17:23:48.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-11T17:23:48.555Z] --- PASS: TestNetworkLocalhostTCPNat (0.71s) [2021-11-11T17:23:48.555Z] === RUN TestNetworkLoopbackNat [2021-11-11T17:23:48.810Z] [2021-11-11T17:23:48.810Z] === Skipped [2021-11-11T17:23:48.810Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-11-11T17:23:48.810Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-11T17:23:48.810Z] [2021-11-11T17:23:48.810Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2021-11-11T17:23:48.810Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.810Z] [2021-11-11T17:23:48.810Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2021-11-11T17:23:48.810Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.810Z] [2021-11-11T17:23:48.810Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.02s) [2021-11-11T17:23:48.810Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.810Z] [2021-11-11T17:23:48.810Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2021-11-11T17:23:48.811Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-11-11T17:23:48.811Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-11T17:23:48.811Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-11T17:23:48.811Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-11T17:23:48.811Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-11-11T17:23:48.811Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-11T17:23:48.811Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-11-11T17:23:48.811Z] daemon_test.go:146: root required [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-11T17:23:48.811Z] reload_test.go:520: root required [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-11-11T17:23:48.811Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-11T17:23:48.811Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-11-11T17:23:48.811Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-11-11T17:23:48.811Z] download_test.go:267: Needs fixing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-11-11T17:23:48.811Z] layer_test.go:303: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-11-11T17:23:48.811Z] layer_test.go:352: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-11-11T17:23:48.811Z] layer_test.go:467: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-11-11T17:23:48.811Z] layer_test.go:696: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-11-11T17:23:48.811Z] migration_test.go:45: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-11-11T17:23:48.811Z] migration_test.go:181: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-11-11T17:23:48.811Z] mount_test.go:17: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-11-11T17:23:48.811Z] mount_test.go:76: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-11-11T17:23:48.811Z] mount_test.go:125: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-11-11T17:23:48.811Z] mount_test.go:212: Failing on Windows [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-11-11T17:23:48.811Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-11-11T17:23:48.811Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-11-11T17:23:48.811Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-11-11T17:23:48.811Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-11-11T17:23:48.811Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-11-11T17:23:48.811Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-11-11T17:23:48.811Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-11-11T17:23:48.811Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-11-11T17:23:48.811Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-11-11T17:23:48.811Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-11-11T17:23:48.811Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-11-11T17:23:48.811Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-11T17:23:48.811Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-11T17:23:48.811Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-11T17:23:48.811Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-11T17:23:48.811Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-11T17:23:48.811Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-11-11T17:23:48.811Z] archive_test.go:133: Xz not present in msys2 [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.01s) [2021-11-11T17:23:48.811Z] archive_test.go:140: zstd not installed [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-11-11T17:23:48.811Z] archive_test.go:252: Failing on Windows CI machines [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-11-11T17:23:48.811Z] archive_windows_test.go:16: Currently fails [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-11-11T17:23:48.811Z] changes_test.go:195: needs more investigation [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-11-11T17:23:48.811Z] changes_test.go:432: needs further investigation [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-11-11T17:23:48.811Z] changes_test.go:468: needs further investigation [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-11-11T17:23:48.811Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-11T17:23:48.811Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-11-11T17:23:48.811Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-11-11T17:23:48.811Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:23:48.811Z] [2021-11-11T17:23:48.811Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-11-11T17:23:48.813Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-11-11T17:23:48.813Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:23:48.813Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:23:48.813Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-11-11T17:23:48.813Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-11-11T17:23:48.813Z] poller_test.go:40: No chmod on Windows [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-11T17:23:48.813Z] fileutils_test.go:133: Needs porting to Windows [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-11T17:23:48.813Z] fileutils_test.go:179: Needs porting to Windows [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2021-11-11T17:23:48.813Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-11-11T17:23:48.813Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-11-11T17:23:48.813Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-11-11T17:23:48.813Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-11-11T17:23:48.813Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-11T17:23:48.813Z] [2021-11-11T17:23:48.813Z] DONE 2083 tests, 68 skipped in 255.227s [2021-11-11T17:23:48.813Z] INFO: make.ps1 ended at 11/11/2021 17:23:48 [2021-11-11T17:23:49.117Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-11T17:23:49.117Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-11-11T17:23:49.538Z] --- PASS: TestBuildMultiStageOnBuild (9.52s) [2021-11-11T17:23:49.538Z] === RUN TestBuildUncleanTarFilenames [2021-11-11T17:23:49.538Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:23:49.538Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-11-11T17:23:49.538Z] === RUN TestBuildMultiStageLayerLeak [2021-11-11T17:23:50.385Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-11-11T17:23:50.385Z] INFO: Unit tests ended at 11/11/2021 17:23:50. Duration:00:04:28.3620342 [2021-11-11T17:23:50.385Z] INFO: Building busybox [2021-11-11T17:23:50.385Z] Sending build context to Docker daemon 5.12kB [2021-11-11T17:23:50.385Z] [2021-11-11T17:23:50.385Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-11-11T17:23:50.385Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-11-11T17:23:50.385Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-11-11T17:23:50.385Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-11-11T17:23:50.385Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-11-11T17:23:50.385Z] ---> 617dd5ead5b8 [2021-11-11T17:23:50.385Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-11-11T17:23:50.385Z] ---> Running in 16ece71228c8 [2021-11-11T17:23:51.005Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-11-11T17:23:51.045Z] ok github.com/docker/docker/pkg/plugins 33.650s coverage: 76.3% of statements [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/rootless [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/volume [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-11T17:23:51.045Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === Skipped [2021-11-11T17:23:51.045Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-11T17:23:51.045Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-11T17:23:51.045Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-11T17:23:51.045Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-11T17:23:51.045Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2021-11-11T17:23:51.045Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:29Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-11T17:23:51.045Z] aufs_test.go:37: driver not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:71: No driver to put! [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-11-11T17:23:51.045Z] time="2021-11-11T17:22:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:71: No driver to put! [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-11-11T17:23:51.045Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-11-11T17:23:51.045Z] overlay_test.go:50: Fails to compute changes intermittently [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-11-11T17:23:51.045Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:23:51.045Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-11-11T17:23:51.045Z] graphtest_unix.go:71: No driver to put! [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-11-11T17:23:51.045Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-11-11T17:23:51.045Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-11-11T17:23:51.045Z] [2021-11-11T17:23:51.045Z] DONE 2324 tests, 53 skipped in 218.095s [2021-11-11T17:23:51.045Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:23:51.045Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:23:51.046Z] github.com/docker/docker/libnetwork/types' ']' [2021-11-11T17:23:51.046Z] + 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/hostdiscovery 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 [2021-11-11T17:23:51.261Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-11-11T17:23:51.517Z] --- PASS: TestNetworkLoopbackNat (3.07s) [2021-11-11T17:23:51.517Z] === RUN TestPause [2021-11-11T17:23:52.079Z] --- PASS: TestPause (0.66s) [2021-11-11T17:23:52.079Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-11T17:23:52.079Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-11T17:23:52.079Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-11T17:23:52.079Z] === RUN TestPauseStopPausedContainer [2021-11-11T17:23:53.006Z] --- PASS: TestPauseStopPausedContainer (0.72s) [2021-11-11T17:23:53.006Z] === RUN TestPidHost [2021-11-11T17:23:54.374Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-11T17:23:54.374Z] --- PASS: TestPidHost (1.42s) [2021-11-11T17:23:54.374Z] === RUN TestPsFilter [2021-11-11T17:23:54.374Z] --- PASS: TestPsFilter (0.13s) [2021-11-11T17:23:54.374Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-11T17:23:54.374Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-11T17:23:54.938Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-11-11T17:23:54.938Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.56s) [2021-11-11T17:23:54.938Z] === RUN TestRemoveContainerWithVolume [2021-11-11T17:23:55.504Z] --- PASS: TestRemoveContainerWithVolume (0.61s) [2021-11-11T17:23:55.504Z] === RUN TestRemoveContainerRunning [2021-11-11T17:23:56.065Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-11T17:23:56.065Z] --- PASS: TestRemoveContainerRunning (0.60s) [2021-11-11T17:23:56.065Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-11T17:23:56.992Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.68s) [2021-11-11T17:23:56.992Z] === RUN TestRemoveInvalidContainer [2021-11-11T17:23:56.992Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-11-11T17:23:56.992Z] === RUN TestRenameLinkedContainer [2021-11-11T17:23:57.553Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-11T17:23:58.058Z] --- PASS: TestBuildMultiStageLayerLeak (8.52s) [2021-11-11T17:23:58.058Z] === RUN TestBuildWithHugeFile [2021-11-11T17:23:58.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-11T17:23:58.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-11T17:23:58.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-11T17:23:58.480Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-11T17:23:59.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-11T17:23:59.178Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-11T17:23:59.408Z] --- PASS: TestRenameLinkedContainer (2.60s) [2021-11-11T17:23:59.408Z] === RUN TestRenameStoppedContainer [2021-11-11T17:23:59.970Z] --- PASS: TestRenameStoppedContainer (0.58s) [2021-11-11T17:23:59.970Z] === RUN TestRenameRunningContainerAndReuse [2021-11-11T17:24:00.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-11T17:24:00.226Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-11T17:24:01.596Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s) [2021-11-11T17:24:01.596Z] === RUN TestRenameInvalidName [2021-11-11T17:24:01.596Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-11-11T17:24:02.159Z] --- PASS: TestRenameInvalidName (0.80s) [2021-11-11T17:24:02.159Z] === RUN TestRenameAnonymousContainer [2021-11-11T17:24:02.159Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-11T17:24:02.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-11T17:24:02.898Z] Removing intermediate container 16ece71228c8 [2021-11-11T17:24:02.898Z] ---> 99a33fe6827e [2021-11-11T17:24:02.898Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-11-11T17:24:02.898Z] ---> Running in 59ca6b0d9bed [2021-11-11T17:24:02.898Z] Removing intermediate container 59ca6b0d9bed [2021-11-11T17:24:02.898Z] ---> 4f44bbc506bf [2021-11-11T17:24:02.898Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-11-11T17:24:02.898Z] ---> Running in a6a4cff63322 [2021-11-11T17:24:03.368Z] Removing intermediate container a6a4cff63322 [2021-11-11T17:24:03.368Z] ---> b67e28fe4dbb [2021-11-11T17:24:03.368Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-11-11T17:24:03.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-11T17:24:04.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-11T17:24:04.676Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-11T17:24:04.676Z] --- PASS: TestRenameAnonymousContainer (2.47s) [2021-11-11T17:24:04.676Z] === RUN TestRenameContainerWithSameName [2021-11-11T17:24:04.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-11T17:24:04.944Z] [2021-11-11T17:24:04.944Z] ---> 6981c5c8a8dd [2021-11-11T17:24:04.944Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-11-11T17:24:05.414Z] ---> Running in 3131abf4d06e [2021-11-11T17:24:05.604Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2021-11-11T17:24:05.604Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-11T17:24:05.604Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-11T17:24:05.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-11T17:24:06.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-11T17:24:06.969Z] check_test.go:308: [dde4bdef6a6d9] daemon is not started [2021-11-11T17:24:06.969Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-11-11T17:24:06.969Z] --- PASS: TestRenameContainerWithLinkedContainer (1.58s) [2021-11-11T17:24:06.969Z] === RUN TestResize [2021-11-11T17:24:07.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-11T17:24:07.899Z] --- PASS: TestResize (0.76s) [2021-11-11T17:24:07.899Z] === RUN TestResizeWithInvalidSize [2021-11-11T17:24:08.154Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-11T17:24:08.463Z] --- PASS: TestResizeWithInvalidSize (0.79s) [2021-11-11T17:24:08.463Z] === RUN TestResizeWhenContainerNotStarted [2021-11-11T17:24:08.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-11T17:24:08.722Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-11T17:24:08.976Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-11-11T17:24:09.232Z] --- PASS: TestResizeWhenContainerNotStarted (0.71s) [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:24:09.232Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:24:09.232Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:24:09.232Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-11T17:24:09.232Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:24:09.657Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-11T17:24:09.657Z] Using test binary docker [2021-11-11T17:24:09.657Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-11T17:24:09.657Z] Starting apparmor (via systemctl): apparmor.service. [2021-11-11T17:24:09.657Z] INFO: Waiting for daemon to start... [2021-11-11T17:24:09.657Z] Starting dockerd [2021-11-11T17:24:12.940Z] . [2021-11-11T17:24:12.940Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-11T17:24:12.940Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-11T17:24:12.940Z] Error: No such image: emptyfs [2021-11-11T17:24:12.940Z] Running integration-test (iteration 1) [2021-11-11T17:24:12.940Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-11-11T17:24:12.940Z] Loaded image: busybox:latest [2021-11-11T17:24:13.198Z] Loaded image: busybox:glibc [2021-11-11T17:24:13.402Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:24:14.573Z] Loaded image: debian:bullseye-slim [2021-11-11T17:24:14.573Z] Loaded image: hello-world:latest [2021-11-11T17:24:14.573Z] Loaded image: arm32v7/hello-world:latest [2021-11-11T17:24:14.573Z] INFO: Testing against a local daemon [2021-11-11T17:24:14.573Z] === RUN TestCgroupNamespacesBuild [2021-11-11T17:24:14.771Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:24:15.744Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:24:15.948Z] --- PASS: TestCgroupNamespacesBuild (1.26s) [2021-11-11T17:24:15.948Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-11T17:24:16.000Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:24:17.323Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.20s) [2021-11-11T17:24:17.323Z] === RUN TestBuildWithSession [2021-11-11T17:24:17.323Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:24:17.323Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-11T17:24:17.323Z] === RUN TestBuildSquashParent [2021-11-11T17:24:17.372Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:24:17.629Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:24:19.375Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:24:19.375Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:24:19.375Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:24:19.375Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:24:19.375Z] [2021-11-11T17:24:19.375Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-11-11T17:24:19.375Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-11-11T17:24:19.375Z] Using test binary docker [2021-11-11T17:24:19.375Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-11T17:24:19.375Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-11T17:24:19.375Z] INFO: Waiting for daemon to start... [2021-11-11T17:24:19.375Z] Starting dockerd [2021-11-11T17:24:19.940Z] . [2021-11-11T17:24:19.940Z] INFO: Building docker-sdk-python3:5.0.3... [2021-11-11T17:24:20.410Z] Removing intermediate container 3131abf4d06e [2021-11-11T17:24:20.410Z] ---> 5ef5f180a6b6 [2021-11-11T17:24:20.410Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-11-11T17:24:20.410Z] ---> Running in a0aa2d93b3f4 [2021-11-11T17:24:21.400Z] [2021-11-11T17:24:21.400Z] SUCCESS: Specified value was saved. [2021-11-11T17:24:21.508Z] --- PASS: TestBuildSquashParent (4.50s) [2021-11-11T17:24:21.508Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-11T17:24:21.508Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:24:21.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:24:21.508Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:24:21.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:24:21.508Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:24:21.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:24:21.508Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:24:21.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:24:21.508Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:24:21.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:24:21.508Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:24:21.508Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:24:21.508Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:24:21.508Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:24:21.842Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-11T17:24:22.408Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:24:22.664Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-11T17:24:23.408Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:24:23.408Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:24:23.621Z] Removing intermediate container a0aa2d93b3f4 [2021-11-11T17:24:23.622Z] ---> f7bbc81a7228 [2021-11-11T17:24:23.622Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-11-11T17:24:23.622Z] ---> Running in 14519dd88adc [2021-11-11T17:24:24.043Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-11-11T17:24:24.834Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:24:24.834Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:24:24.972Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-11T17:24:26.338Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-11-11T17:24:26.338Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-11T17:24:26.746Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-11T17:24:26.746Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.46s) [2021-11-11T17:24:26.746Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.79s) [2021-11-11T17:24:26.746Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.49s) [2021-11-11T17:24:26.746Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.50s) [2021-11-11T17:24:26.746Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.99s) [2021-11-11T17:24:26.746Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.68s) [2021-11-11T17:24:26.746Z] === RUN TestBuildMultiStageCopy [2021-11-11T17:24:26.746Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-11T17:24:27.266Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-11T17:24:27.522Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-11-11T17:24:27.778Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-11T17:24:28.121Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-11T17:24:28.121Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-11T17:24:28.341Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-11T17:24:28.379Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-11T17:24:28.391Z] Cannot create a file when that file already exists. [2021-11-11T17:24:28.598Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-11T17:24:28.639Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-11T17:24:28.897Z] --- PASS: TestBuildMultiStageCopy (2.31s) [2021-11-11T17:24:28.897Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.49s) [2021-11-11T17:24:28.897Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2021-11-11T17:24:28.897Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2021-11-11T17:24:28.897Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2021-11-11T17:24:28.897Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2021-11-11T17:24:28.897Z] === RUN TestBuildMultiStageParentConfig [2021-11-11T17:24:29.465Z] --- PASS: TestBuildMultiStageParentConfig (0.62s) [2021-11-11T17:24:29.465Z] === RUN TestBuildLabelWithTargets [2021-11-11T17:24:29.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-11T17:24:30.399Z] --- PASS: TestBuildLabelWithTargets (1.01s) [2021-11-11T17:24:30.399Z] === RUN TestBuildWithEmptyLayers [2021-11-11T17:24:30.936Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-11T17:24:30.965Z] --- PASS: TestBuildWithEmptyLayers (0.43s) [2021-11-11T17:24:30.965Z] === RUN TestBuildMultiStageOnBuild [2021-11-11T17:24:32.194Z] Removing intermediate container 14519dd88adc [2021-11-11T17:24:32.194Z] ---> d2f83d3bdea5 [2021-11-11T17:24:32.194Z] Step 13/13 : CMD ["sh"] [2021-11-11T17:24:32.194Z] ---> Running in bc02cfda7070 [2021-11-11T17:24:32.194Z] Removing intermediate container bc02cfda7070 [2021-11-11T17:24:32.194Z] ---> 2c377a3fa158 [2021-11-11T17:24:32.194Z] Successfully built 2c377a3fa158 [2021-11-11T17:24:32.194Z] Successfully tagged busybox:latest [2021-11-11T17:24:32.194Z] INFO: Docker images of the daemon under test [2021-11-11T17:24:32.194Z] [2021-11-11T17:24:32.194Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-11T17:24:32.194Z] busybox latest 2c377a3fa158 Less than a second ago 5.76GB [2021-11-11T17:24:32.194Z] microsoft/windowsservercore latest 617dd5ead5b8 7 days ago 5.74GB [2021-11-11T17:24:32.194Z] mcr.microsoft.com/windows/servercore ltsc2019 617dd5ead5b8 7 days ago 5.74GB [2021-11-11T17:24:32.194Z] [2021-11-11T17:24:32.194Z] INFO: Running integration tests at 11/11/2021 17:24:31... [2021-11-11T17:24:32.194Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-11-11T17:24:32.194Z] INFO: Integration API tests being run from the host: [2021-11-11T17:24:32.194Z] INFO: make.ps1 starting at 11/11/2021 17:24:32 [2021-11-11T17:24:32.303Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-11-11T17:24:32.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-11T17:24:32.559Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-11T17:24:32.866Z] --- PASS: TestBuildMultiStageOnBuild (1.76s) [2021-11-11T17:24:32.866Z] === RUN TestBuildUncleanTarFilenames [2021-11-11T17:24:33.125Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2021-11-11T17:24:33.125Z] === RUN TestBuildMultiStageLayerLeak [2021-11-11T17:24:33.186Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-11-11T17:24:33.928Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-11T17:24:35.027Z] --- PASS: TestBuildMultiStageLayerLeak (1.68s) [2021-11-11T17:24:35.027Z] === RUN TestBuildWithHugeFile [2021-11-11T17:24:35.295Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.57s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.48s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.45s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.57s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (5.07s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (5.16s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.59s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.99s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.54s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.84s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.80s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.83s) [2021-11-11T17:24:36.222Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.42s) [2021-11-11T17:24:36.222Z] === RUN TestCgroupNamespacesRun [2021-11-11T17:24:37.151Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-11T17:24:37.701Z] ok github.com/docker/docker/libnetwork 37.056s coverage: 40.7% of statements [2021-11-11T17:24:37.701Z] ok github.com/docker/docker/libnetwork/bitseq 0.131s coverage: 84.4% of statements [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-11T17:24:37.701Z] ok github.com/docker/docker/libnetwork/config 0.027s coverage: 24.0% of statements [2021-11-11T17:24:37.701Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-11T17:24:37.701Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-11T17:24:37.701Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-11-11T17:24:37.701Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.394s coverage: 59.9% of statements [2021-11-11T17:24:37.714Z] --- PASS: TestCgroupNamespacesRun (1.67s) [2021-11-11T17:24:37.714Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-11T17:24:37.958Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-11T17:24:38.216Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-11-11T17:24:38.276Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-11T17:24:38.782Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.078s coverage: 4.0% of statements [2021-11-11T17:24:38.782Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-11T17:24:39.348Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.5% of statements [2021-11-11T17:24:39.348Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-11T17:24:39.606Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-11-11T17:24:39.641Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2021-11-11T17:24:39.642Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-11T17:24:39.642Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-11T17:24:39.898Z] check_test.go:308: [d7019a6327b30] daemon is not started [2021-11-11T17:24:39.898Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-11-11T17:24:40.462Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-11T17:24:41.024Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-11T17:24:41.024Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.72s) [2021-11-11T17:24:41.024Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-11T17:24:41.587Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-11-11T17:24:42.953Z] --- PASS: TestCgroupNamespacesRunHostMode (1.67s) [2021-11-11T17:24:42.953Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-11T17:24:43.881Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-11-11T17:24:44.475Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.60s) [2021-11-11T17:24:44.475Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-11T17:24:46.366Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.80s) [2021-11-11T17:24:46.366Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-11T17:24:46.622Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-11T17:24:47.184Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2021-11-11T17:24:47.184Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-11T17:24:48.112Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-11T17:24:48.674Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-11-11T17:24:49.027Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.75s) [2021-11-11T17:24:49.027Z] === RUN TestNISDomainname [2021-11-11T17:24:49.571Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.535s coverage: 7.2% of statements [2021-11-11T17:24:49.571Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-11T17:24:49.571Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-11-11T17:24:49.572Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-11-11T17:24:49.572Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-11T17:24:49.572Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-11-11T17:24:49.572Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-11T17:24:49.572Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2021-11-11T17:24:49.590Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-11T17:24:49.829Z] ok github.com/docker/docker/libnetwork/etchosts 0.018s coverage: 81.2% of statements [2021-11-11T17:24:50.153Z] --- PASS: TestNISDomainname (1.15s) [2021-11-11T17:24:50.153Z] === RUN TestHostnameDnsResolution [2021-11-11T17:24:50.397Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.009s coverage: 48.1% of statements [2021-11-11T17:24:50.397Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-11-11T17:24:50.655Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-11-11T17:24:51.521Z] --- PASS: TestHostnameDnsResolution (1.29s) [2021-11-11T17:24:51.521Z] === RUN TestUnprivilegedPortsAndPing [2021-11-11T17:24:52.449Z] --- PASS: TestUnprivilegedPortsAndPing (1.07s) [2021-11-11T17:24:52.449Z] === RUN TestStats [2021-11-11T17:24:53.013Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-11-11T17:24:54.474Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:24:54.474Z] INFO: Testing against a local daemon [2021-11-11T17:24:54.474Z] === RUN TestBuildWithSession [2021-11-11T17:24:54.474Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:24:54.474Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-11T17:24:54.474Z] === RUN TestBuildSquashParent [2021-11-11T17:24:54.474Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:24:54.474Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-11-11T17:24:54.474Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-11T17:24:54.474Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:24:54.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:24:54.474Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:24:54.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:24:54.474Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:24:54.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:24:54.474Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:24:54.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:24:54.474Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:24:54.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:24:54.474Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:24:54.474Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:24:54.474Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:24:54.474Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:24:54.474Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:24:54.474Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:24:54.910Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-11T17:24:55.167Z] --- PASS: TestStats (2.83s) [2021-11-11T17:24:55.167Z] === RUN TestStopContainerWithTimeout [2021-11-11T17:24:55.167Z] === RUN TestStopContainerWithTimeout/0 [2021-11-11T17:24:55.167Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-11T17:24:55.167Z] === RUN TestStopContainerWithTimeout/1 [2021-11-11T17:24:55.167Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-11T17:24:55.167Z] === RUN TestStopContainerWithTimeout/3 [2021-11-11T17:24:55.167Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-11T17:24:55.167Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-11T17:24:55.167Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-11T17:24:55.167Z] === CONT TestStopContainerWithTimeout/0 [2021-11-11T17:24:55.167Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-11T17:24:55.729Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-11-11T17:24:56.292Z] === CONT TestStopContainerWithTimeout/3 [2021-11-11T17:24:56.548Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-11T17:24:57.109Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-11T17:24:57.365Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-11-11T17:24:57.621Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-11T17:24:57.621Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-11T17:24:57.877Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-11T17:24:58.438Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-11T17:24:58.438Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-11-11T17:24:58.438Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-11T17:24:58.438Z] === CONT TestStopContainerWithTimeout/1 [2021-11-11T17:24:59.369Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-11-11T17:24:59.369Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-11T17:25:00.298Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-11-11T17:25:00.298Z] --- PASS: TestStopContainerWithTimeout/0 (1.16s) [2021-11-11T17:25:00.298Z] --- PASS: TestStopContainerWithTimeout/-1 (3.13s) [2021-11-11T17:25:00.298Z] --- PASS: TestStopContainerWithTimeout/3 (2.60s) [2021-11-11T17:25:00.298Z] --- PASS: TestStopContainerWithTimeout/1 (1.77s) [2021-11-11T17:25:00.298Z] === RUN TestDeleteDevicemapper [2021-11-11T17:25:00.298Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-11T17:25:00.298Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-11T17:25:00.298Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-11T17:25:00.623Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2021-11-11T17:25:02.816Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-11-11T17:25:02.816Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-11-11T17:25:02.816Z] check_test.go:308: [d07079f743321] daemon is not started [2021-11-11T17:25:02.816Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-11-11T17:25:02.816Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-11-11T17:25:02.816Z] check_test.go:308: [d4a9c71e02cd1] daemon is not started [2021-11-11T17:25:02.816Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-11-11T17:25:02.816Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.52s) [2021-11-11T17:25:02.816Z] === RUN TestUpdateMemory [2021-11-11T17:25:02.816Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:25:02.816Z] --- SKIP: TestUpdateMemory (0.00s) [2021-11-11T17:25:02.816Z] === RUN TestUpdateCPUQuota [2021-11-11T17:25:04.195Z] --- PASS: TestUpdateCPUQuota (1.47s) [2021-11-11T17:25:04.196Z] === RUN TestUpdatePidsLimit [2021-11-11T17:25:04.196Z] === RUN TestUpdatePidsLimit/update_from_none [2021-11-11T17:25:04.476Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-11T17:25:04.476Z] === RUN TestUpdatePidsLimit/no_change [2021-11-11T17:25:04.736Z] check_test.go:308: [df3f5cefb4ac0] daemon is not started [2021-11-11T17:25:04.736Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-11-11T17:25:04.992Z] === RUN TestUpdatePidsLimit/update_lower [2021-11-11T17:25:05.248Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-11-11T17:25:05.249Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:25:05.249Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:25:05.505Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-11T17:25:05.762Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-11-11T17:25:06.018Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-11-11T17:25:06.583Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-11-11T17:25:06.584Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-11T17:25:06.603Z] sha256:0d5534e09f56d81a8ad4d8d9861e1f1e4d53eadca182ecbed239bdcf925b9848 [2021-11-11T17:25:06.603Z] INFO: Starting docker-py tests... [2021-11-11T17:25:06.603Z] ============================= test session starts ============================== [2021-11-11T17:25:06.603Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2021-11-11T17:25:06.603Z] rootdir: /src, inifile: pytest.ini [2021-11-11T17:25:06.603Z] plugins: cov-2.6.1, timeout-1.3.3 [2021-11-11T17:25:06.603Z] collected 395 items / 1 deselected / 394 selected [2021-11-11T17:25:06.603Z] [2021-11-11T17:25:06.839Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-11T17:25:07.768Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-11T17:25:07.768Z] --- PASS: TestUpdatePidsLimit (3.70s) [2021-11-11T17:25:07.768Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2021-11-11T17:25:07.768Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2021-11-11T17:25:07.768Z] --- PASS: TestUpdatePidsLimit/update_lower (0.35s) [2021-11-11T17:25:07.768Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2021-11-11T17:25:07.768Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2021-11-11T17:25:07.768Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2021-11-11T17:25:07.768Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2021-11-11T17:25:07.768Z] === RUN TestUpdateRestartPolicy [2021-11-11T17:25:08.331Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-11T17:25:08.588Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-11T17:25:09.150Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-11-11T17:25:12.417Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-11-11T17:25:12.432Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-11T17:25:12.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.40s) [2021-11-11T17:25:12.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.77s) [2021-11-11T17:25:12.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.78s) [2021-11-11T17:25:12.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.01s) [2021-11-11T17:25:12.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.51s) [2021-11-11T17:25:12.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (6.27s) [2021-11-11T17:25:12.432Z] === RUN TestBuildMultiStageCopy [2021-11-11T17:25:12.432Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-11T17:25:14.935Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-11-11T17:25:17.453Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-11-11T17:25:17.453Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-11T17:25:17.709Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-11T17:25:17.965Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-11T17:25:18.706Z] ok github.com/docker/docker/libnetwork/ipam 15.781s coverage: 85.3% of statements [2021-11-11T17:25:18.706Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-11T17:25:18.706Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-11T17:25:18.706Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2021-11-11T17:25:18.706Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2021-11-11T17:25:18.706Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-11T17:25:18.706Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2021-11-11T17:25:18.707Z] ok github.com/docker/docker/libnetwork/ipamutils 0.289s coverage: 74.0% of statements [2021-11-11T17:25:19.210Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-11-11T17:25:19.272Z] ok github.com/docker/docker/libnetwork/iptables 0.131s coverage: 45.1% of statements [2021-11-11T17:25:19.272Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2021-11-11T17:25:19.530Z] ok github.com/docker/docker/libnetwork/netutils 0.019s coverage: 44.1% of statements [2021-11-11T17:25:19.619Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-11T17:25:19.619Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-11T17:25:20.032Z] tests/integration/api_client_test.py ..... [ 7%] [2021-11-11T17:25:20.090Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-11T17:25:20.484Z] --- PASS: TestUpdateRestartPolicy (12.24s) [2021-11-11T17:25:20.484Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-11T17:25:20.484Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-11T17:25:20.740Z] --- PASS: TestUpdateRestartWithAutoRemove (0.67s) [2021-11-11T17:25:20.740Z] === RUN TestWaitNonBlocked [2021-11-11T17:25:20.740Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:25:20.740Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:25:20.740Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:25:20.740Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:25:20.740Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:25:20.740Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:25:21.082Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-11T17:25:21.303Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-11-11T17:25:21.421Z] tests/integration/api_config_test.py ...... [ 8%] [2021-11-11T17:25:21.865Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-11-11T17:25:21.866Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.02s) [2021-11-11T17:25:21.866Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s) [2021-11-11T17:25:21.866Z] === RUN TestWaitBlocked [2021-11-11T17:25:21.866Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:25:21.866Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:25:21.866Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:25:21.866Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:25:21.866Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:25:21.866Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:25:22.074Z] --- PASS: TestBuildMultiStageCopy (10.85s) [2021-11-11T17:25:22.074Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.18s) [2021-11-11T17:25:22.074Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.70s) [2021-11-11T17:25:22.074Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.80s) [2021-11-11T17:25:22.074Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-11-11T17:25:22.074Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.17s) [2021-11-11T17:25:22.074Z] === RUN TestBuildMultiStageParentConfig [2021-11-11T17:25:23.232Z] --- PASS: TestWaitBlocked (0.04s) [2021-11-11T17:25:23.232Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.30s) [2021-11-11T17:25:23.232Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.35s) [2021-11-11T17:25:23.232Z] === CONT TestContainerStartOnDaemonRestart [2021-11-11T17:25:23.232Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-11T17:25:24.103Z] --- PASS: TestBuildWithHugeFile (86.47s) [2021-11-11T17:25:24.103Z] === RUN TestBuildWCOWSandboxSize [2021-11-11T17:25:24.103Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:25:24.103Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:25:24.103Z] === RUN TestBuildWithEmptyDockerfile [2021-11-11T17:25:24.103Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:25:24.103Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:25:24.103Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:25:24.103Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:25:24.103Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:25:24.103Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:25:24.103Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:25:24.103Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:25:24.103Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:25:24.103Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-11-11T17:25:24.103Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-11-11T17:25:24.103Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-11-11T17:25:24.103Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-11-11T17:25:24.103Z] === RUN TestBuildPreserveOwnership [2021-11-11T17:25:24.103Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:25:24.103Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-11-11T17:25:24.103Z] === RUN TestBuildPlatformInvalid [2021-11-11T17:25:24.103Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2021-11-11T17:25:24.103Z] PASS [2021-11-11T17:25:24.103Z] ok github.com/docker/docker/integration/build 133.719s [2021-11-11T17:25:24.103Z] [2021-11-11T17:25:24.103Z] === Skipped [2021-11-11T17:25:24.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-11-11T17:25:24.103Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:25:24.103Z] [2021-11-11T17:25:24.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-11-11T17:25:24.103Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:24.103Z] [2021-11-11T17:25:24.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-11-11T17:25:24.103Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:25:24.103Z] [2021-11-11T17:25:24.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-11-11T17:25:24.103Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:25:24.103Z] [2021-11-11T17:25:24.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:25:24.103Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:25:24.103Z] [2021-11-11T17:25:24.103Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-11-11T17:25:24.103Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:25:24.103Z] [2021-11-11T17:25:24.103Z] DONE 29 tests, 6 skipped in 156.792s [2021-11-11T17:25:24.103Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-11-11T17:25:24.160Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-11T17:25:24.299Z] --- PASS: TestBuildMultiStageParentConfig (2.23s) [2021-11-11T17:25:24.299Z] === RUN TestBuildLabelWithTargets [2021-11-11T17:25:24.299Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:25:24.299Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-11-11T17:25:24.299Z] === RUN TestBuildWithEmptyLayers [2021-11-11T17:25:25.529Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-11-11T17:25:25.674Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:25:25.674Z] INFO: Testing against a local daemon [2021-11-11T17:25:25.674Z] === RUN TestConfigInspect [2021-11-11T17:25:25.786Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-11T17:25:25.786Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-11-11T17:25:25.786Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-11T17:25:25.786Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-11-11T17:25:25.786Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-11T17:25:25.786Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-11-11T17:25:25.786Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-11T17:25:25.786Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-11-11T17:25:25.786Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-11T17:25:25.872Z] --- PASS: TestBuildWithEmptyLayers (1.18s) [2021-11-11T17:25:25.872Z] === RUN TestBuildMultiStageOnBuild [2021-11-11T17:25:26.140Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] --- SKIP: TestConfigInspect (0.00s) [2021-11-11T17:25:26.140Z] === RUN TestConfigList [2021-11-11T17:25:26.140Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] --- SKIP: TestConfigList (0.00s) [2021-11-11T17:25:26.140Z] === RUN TestConfigsCreateAndDelete [2021-11-11T17:25:26.140Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-11-11T17:25:26.140Z] === RUN TestConfigsUpdate [2021-11-11T17:25:26.140Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-11-11T17:25:26.140Z] === RUN TestTemplatedConfig [2021-11-11T17:25:26.140Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-11T17:25:26.140Z] === RUN TestConfigCreateResolve [2021-11-11T17:25:26.140Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:25:26.140Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-11-11T17:25:26.140Z] PASS [2021-11-11T17:25:26.140Z] ok github.com/docker/docker/integration/config 0.067s [2021-11-11T17:25:26.140Z] [2021-11-11T17:25:26.140Z] === Skipped [2021-11-11T17:25:26.140Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-11-11T17:25:26.140Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] [2021-11-11T17:25:26.140Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-11-11T17:25:26.140Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] [2021-11-11T17:25:26.140Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-11-11T17:25:26.140Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] [2021-11-11T17:25:26.140Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-11-11T17:25:26.140Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] [2021-11-11T17:25:26.140Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-11-11T17:25:26.140Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:26.140Z] [2021-11-11T17:25:26.140Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-11-11T17:25:26.140Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:25:26.140Z] [2021-11-11T17:25:26.140Z] DONE 6 tests, 6 skipped in 1.787s [2021-11-11T17:25:26.140Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-11-11T17:25:27.164Z] --- PASS: TestContainerStartOnDaemonRestart (3.64s) [2021-11-11T17:25:27.164Z] === CONT TestDaemonHostGatewayIP [2021-11-11T17:25:27.420Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.15s) [2021-11-11T17:25:27.420Z] === CONT TestDaemonRestartIpcMode [2021-11-11T17:25:28.348Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:25:28.348Z] INFO: Testing against a local daemon [2021-11-11T17:25:28.348Z] === RUN TestCheckpoint [2021-11-11T17:25:28.348Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:25:28.348Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-11T17:25:28.348Z] === RUN TestContainerInvalidJSON [2021-11-11T17:25:28.348Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:25:28.348Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:25:28.348Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:25:28.348Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:25:28.348Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:25:28.348Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:25:28.348Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-11-11T17:25:28.348Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-11T17:25:28.348Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-11T17:25:28.348Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-11T17:25:28.348Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.20s) [2021-11-11T17:25:28.348Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-11T17:25:28.348Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.20s) [2021-11-11T17:25:28.348Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-11T17:25:28.814Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.18s) [2021-11-11T17:25:28.814Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-11T17:25:28.814Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2021-11-11T17:25:28.814Z] === RUN TestCopyFromContainer [2021-11-11T17:25:28.814Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:28.814Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-11T17:25:28.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:25:28.814Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:25:28.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:25:28.814Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:25:28.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:25:28.814Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:25:28.814Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:25:28.814Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:25:28.814Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:25:28.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-11T17:25:28.814Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-11T17:25:28.814Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidEnv [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-11T17:25:28.814Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-11T17:25:28.814Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-11T17:25:28.814Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-11T17:25:28.814Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-11T17:25:28.814Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-11T17:25:28.814Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateTmpfsMountsTarget [2021-11-11T17:25:28.814Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:28.814Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-11T17:25:28.814Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:25:28.814Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-11T17:25:28.814Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:25:28.814Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:25:28.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:25:28.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:25:28.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:25:28.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:25:28.814Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:25:28.814Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:25:28.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:25:28.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:25:28.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:25:28.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:25:28.814Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-11T17:25:28.814Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-11T17:25:28.814Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateDifferentPlatform [2021-11-11T17:25:28.814Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-11T17:25:28.814Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-11T17:25:28.814Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-11T17:25:28.814Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-11T17:25:28.814Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-11T17:25:28.814Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2021-11-11T17:25:28.814Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-11T17:25:28.814Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-11T17:25:29.280Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-11-11T17:25:29.280Z] === RUN TestContainerKillOnDaemonStart [2021-11-11T17:25:29.280Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:29.280Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-11T17:25:29.280Z] === RUN TestDiff [2021-11-11T17:25:29.280Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-11T17:25:29.280Z] --- SKIP: TestDiff (0.00s) [2021-11-11T17:25:29.281Z] === RUN TestExecWithCloseStdin [2021-11-11T17:25:29.939Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-11-11T17:25:29.939Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-11T17:25:30.842Z] --- PASS: TestExecWithCloseStdin (1.88s) [2021-11-11T17:25:30.842Z] === RUN TestExec [2021-11-11T17:25:31.831Z] --- PASS: TestDaemonHostGatewayIP (4.90s) [2021-11-11T17:25:31.831Z] === CONT TestIpcModeOlderClient [2021-11-11T17:25:31.831Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-11-11T17:25:31.832Z] === CONT TestContainerKillOnDaemonStart [2021-11-11T17:25:32.087Z] --- PASS: TestDaemonRestartIpcMode (4.50s) [2021-11-11T17:25:32.650Z] check_test.go:308: [d37aa84a7380f] daemon is not started [2021-11-11T17:25:32.650Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-11-11T17:25:33.047Z] --- PASS: TestExec (1.82s) [2021-11-11T17:25:33.047Z] === RUN TestExecUser [2021-11-11T17:25:33.047Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-11T17:25:33.047Z] --- SKIP: TestExecUser (0.00s) [2021-11-11T17:25:33.047Z] === RUN TestExportContainerAndImportImage [2021-11-11T17:25:33.047Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:33.047Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-11-11T17:25:33.047Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-11T17:25:33.047Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:33.047Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-11-11T17:25:33.047Z] === RUN TestHealthCheckWorkdir [2021-11-11T17:25:33.047Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-11T17:25:33.047Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-11-11T17:25:33.047Z] === RUN TestHealthKillContainer [2021-11-11T17:25:33.047Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-11T17:25:33.047Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-11-11T17:25:33.047Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-11T17:25:33.047Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-11T17:25:33.047Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-11-11T17:25:33.047Z] === RUN TestKillContainerInvalidSignal [2021-11-11T17:25:34.541Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-11T17:25:34.606Z] --- PASS: TestKillContainerInvalidSignal (1.65s) [2021-11-11T17:25:34.606Z] === RUN TestKillContainer [2021-11-11T17:25:34.606Z] === RUN TestKillContainer/no_signal [2021-11-11T17:25:35.105Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-11-11T17:25:36.165Z] === RUN TestKillContainer/non_killing_signal [2021-11-11T17:25:36.165Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-11T17:25:36.165Z] === RUN TestKillContainer/killing_signal [2021-11-11T17:25:36.329Z] --- PASS: TestBuildMultiStageOnBuild (10.12s) [2021-11-11T17:25:36.329Z] === RUN TestBuildUncleanTarFilenames [2021-11-11T17:25:36.329Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:25:36.329Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2021-11-11T17:25:36.329Z] === RUN TestBuildMultiStageLayerLeak [2021-11-11T17:25:36.469Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-11T17:25:36.470Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-11T17:25:38.378Z] --- PASS: TestKillContainer (3.82s) [2021-11-11T17:25:38.378Z] --- PASS: TestKillContainer/no_signal (1.60s) [2021-11-11T17:25:38.378Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-11T17:25:38.378Z] --- PASS: TestKillContainer/killing_signal (2.20s) [2021-11-11T17:25:38.378Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-11T17:25:38.378Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:25:38.378Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-11T17:25:38.378Z] === RUN TestKillStoppedContainer [2021-11-11T17:25:38.378Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:25:38.378Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-11-11T17:25:38.378Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-11T17:25:38.378Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:25:38.378Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-11T17:25:38.378Z] === RUN TestKillDifferentUserContainer [2021-11-11T17:25:38.379Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-11T17:25:38.379Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-11-11T17:25:38.379Z] === RUN TestInspectOomKilledTrue [2021-11-11T17:25:38.379Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:38.379Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-11T17:25:38.379Z] === RUN TestInspectOomKilledFalse [2021-11-11T17:25:38.379Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:25:38.379Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-11T17:25:38.379Z] === RUN TestLogsFollowTailEmpty [2021-11-11T17:25:38.987Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-11-11T17:25:39.917Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-11T17:25:39.939Z] --- PASS: TestLogsFollowTailEmpty (1.68s) [2021-11-11T17:25:39.939Z] === RUN TestNetworkNat [2021-11-11T17:25:39.939Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-11T17:25:39.939Z] --- SKIP: TestNetworkNat (0.00s) [2021-11-11T17:25:39.939Z] === RUN TestNetworkLocalhostTCPNat [2021-11-11T17:25:40.174Z] check_test.go:308: [d0402942d52bb] daemon is not started [2021-11-11T17:25:40.174Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-11-11T17:25:42.707Z] --- PASS: TestBuildWithHugeFile (57.96s) [2021-11-11T17:25:42.707Z] === RUN TestBuildWCOWSandboxSize [2021-11-11T17:25:42.707Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:25:42.707Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:25:42.707Z] === RUN TestBuildWithEmptyDockerfile [2021-11-11T17:25:42.707Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:25:42.707Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:25:42.707Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:25:42.707Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:25:42.707Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:25:42.707Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:25:42.707Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:25:42.707Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:25:42.707Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:25:42.707Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-11-11T17:25:42.707Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-11-11T17:25:42.707Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2021-11-11T17:25:42.707Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-11-11T17:25:42.707Z] === RUN TestBuildPreserveOwnership [2021-11-11T17:25:42.707Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-11T17:25:42.707Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-11T17:25:42.707Z] --- PASS: TestBuildPreserveOwnership (3.64s) [2021-11-11T17:25:42.707Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.44s) [2021-11-11T17:25:42.707Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.18s) [2021-11-11T17:25:42.707Z] === RUN TestBuildPlatformInvalid [2021-11-11T17:25:42.707Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-11-11T17:25:42.707Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-11T17:25:42.707Z] Loaded image: busybox:latest [2021-11-11T17:25:42.707Z] Loaded image: busybox:glibc [2021-11-11T17:25:42.707Z] Loaded image: debian:bullseye-slim [2021-11-11T17:25:42.707Z] Loaded image: hello-world:latest [2021-11-11T17:25:42.707Z] Loaded image: arm32v7/hello-world:latest [2021-11-11T17:25:42.913Z] --- PASS: TestNetworkLocalhostTCPNat (2.78s) [2021-11-11T17:25:42.913Z] === RUN TestNetworkLoopbackNat [2021-11-11T17:25:42.913Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-11T17:25:42.913Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-11-11T17:25:42.913Z] === RUN TestPause [2021-11-11T17:25:42.913Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-11T17:25:42.913Z] --- SKIP: TestPause (0.00s) [2021-11-11T17:25:42.913Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-11T17:25:43.439Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-11T17:25:43.439Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-11T17:25:43.696Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-11-11T17:25:43.952Z] --- PASS: TestContainerKillOnDaemonStart (12.14s) [2021-11-11T17:25:43.952Z] PASS [2021-11-11T17:25:43.952Z] [2021-11-11T17:25:43.952Z] === Skipped [2021-11-11T17:25:43.952Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-11-11T17:25:43.952Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:25:43.952Z] [2021-11-11T17:25:43.952Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-11-11T17:25:43.952Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:25:43.952Z] [2021-11-11T17:25:43.952Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-11-11T17:25:43.952Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:25:43.952Z] [2021-11-11T17:25:43.952Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-11T17:25:43.952Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-11T17:25:43.952Z] [2021-11-11T17:25:43.952Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-11T17:25:43.952Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-11T17:25:43.952Z] [2021-11-11T17:25:43.952Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-11-11T17:25:43.952Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:25:43.952Z] [2021-11-11T17:25:43.952Z] DONE 200 tests, 6 skipped in 165.722s [2021-11-11T17:25:43.952Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-11-11T17:25:43.952Z] ++ 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 [2021-11-11T17:25:43.952Z] ++ set -e [2021-11-11T17:25:43.952Z] ++ '[' -n 0 ']' [2021-11-11T17:25:43.952Z] ++ set -x [2021-11-11T17:25:43.952Z] ++ 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 [2021-11-11T17:25:44.209Z] === RUN TestConfigDaemonLibtrustID [2021-11-11T17:25:44.465Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-11T17:25:44.472Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.67s) [2021-11-11T17:25:44.472Z] === RUN TestPauseStopPausedContainer [2021-11-11T17:25:44.472Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:25:44.472Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-11-11T17:25:44.472Z] === RUN TestPsFilter [2021-11-11T17:25:44.472Z] --- PASS: TestPsFilter (0.25s) [2021-11-11T17:25:44.472Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-11T17:25:44.721Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-11-11T17:25:44.721Z] === RUN TestDaemonConfigValidation [2021-11-11T17:25:44.721Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:25:44.721Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:25:44.721Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-11-11T17:25:44.721Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-11-11T17:25:44.721Z] === RUN TestDaemonConfigValidation/invalid_config [2021-11-11T17:25:44.721Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-11-11T17:25:44.721Z] === RUN TestDaemonConfigValidation/malformed_config [2021-11-11T17:25:44.721Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-11-11T17:25:44.721Z] === RUN TestDaemonConfigValidation/valid_config [2021-11-11T17:25:44.721Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-11-11T17:25:44.721Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:25:44.721Z] === CONT TestDaemonConfigValidation/valid_config [2021-11-11T17:25:44.978Z] === CONT TestDaemonConfigValidation/invalid_config [2021-11-11T17:25:44.978Z] === CONT TestDaemonConfigValidation/malformed_config [2021-11-11T17:25:44.978Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-11-11T17:25:44.978Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-11-11T17:25:44.978Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.13s) [2021-11-11T17:25:44.978Z] --- PASS: TestDaemonConfigValidation/valid_config (0.14s) [2021-11-11T17:25:44.978Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2021-11-11T17:25:44.978Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.13s) [2021-11-11T17:25:44.978Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2021-11-11T17:25:44.978Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-11T17:25:44.978Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-11-11T17:25:46.343Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-11-11T17:25:46.686Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.21s) [2021-11-11T17:25:46.686Z] === RUN TestRemoveContainerWithVolume [2021-11-11T17:25:47.272Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-11-11T17:25:47.272Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-11T17:25:47.988Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.65s) [2021-11-11T17:25:47.988Z] PASS [2021-11-11T17:25:47.988Z] [2021-11-11T17:25:47.988Z] === Skipped [2021-11-11T17:25:47.988Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-11-11T17:25:47.988Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:25:47.988Z] [2021-11-11T17:25:47.988Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:25:47.988Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:25:47.988Z] [2021-11-11T17:25:47.988Z] DONE 34 tests, 2 skipped in 94.724s [2021-11-11T17:25:47.988Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-11-11T17:25:47.988Z] INFO: Testing against a local daemon [2021-11-11T17:25:47.988Z] === RUN TestConfigInspect [2021-11-11T17:25:48.203Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-11-11T17:25:48.203Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-11-11T17:25:48.466Z] === CONT TestConfigDaemonSeccompProfiles [2021-11-11T17:25:48.466Z] daemon_test.go:156: [d4f6bd9d5a17f] daemon is not started [2021-11-11T17:25:48.466Z] --- PASS: TestConfigDaemonSeccompProfiles (3.31s) [2021-11-11T17:25:48.466Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2021-11-11T17:25:48.466Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.12s) [2021-11-11T17:25:48.466Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.12s) [2021-11-11T17:25:48.466Z] === RUN TestDaemonProxy [2021-11-11T17:25:48.466Z] === RUN TestDaemonProxy/environment_variables [2021-11-11T17:25:48.894Z] --- PASS: TestRemoveContainerWithVolume (2.20s) [2021-11-11T17:25:48.894Z] === RUN TestRemoveContainerRunning [2021-11-11T17:25:49.028Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-11-11T17:25:49.028Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-11T17:25:49.890Z] --- PASS: TestConfigInspect (2.42s) [2021-11-11T17:25:49.890Z] === RUN TestConfigList [2021-11-11T17:25:49.955Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-11T17:25:49.955Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-11-11T17:25:50.215Z] === RUN TestDaemonProxy/command-line_options [2021-11-11T17:25:50.471Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-11-11T17:25:50.727Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-11T17:25:51.103Z] --- PASS: TestRemoveContainerRunning (1.66s) [2021-11-11T17:25:51.103Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-11T17:25:51.104Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-11-11T17:25:51.288Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-11-11T17:25:51.288Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-11-11T17:25:51.302Z] --- PASS: TestBuildMultiStageLayerLeak (13.49s) [2021-11-11T17:25:51.302Z] === RUN TestBuildWithHugeFile [2021-11-11T17:25:51.544Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-11-11T17:25:52.085Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.60s) [2021-11-11T17:25:52.085Z] === RUN TestRemoveInvalidContainer [2021-11-11T17:25:52.105Z] === RUN TestDaemonProxy/configuration_file [2021-11-11T17:25:52.105Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-11-11T17:25:52.418Z] --- PASS: TestConfigList (2.11s) [2021-11-11T17:25:52.418Z] === RUN TestConfigsCreateAndDelete [2021-11-11T17:25:52.551Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-11-11T17:25:52.551Z] === RUN TestRenameLinkedContainer [2021-11-11T17:25:52.551Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-11T17:25:52.551Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-11-11T17:25:52.551Z] === RUN TestRenameStoppedContainer [2021-11-11T17:25:52.667Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-11-11T17:25:53.228Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-11-11T17:25:53.790Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-11-11T17:25:53.790Z] === RUN TestDaemonProxy/conflicting_options [2021-11-11T17:25:54.317Z] --- PASS: TestConfigsCreateAndDelete (2.12s) [2021-11-11T17:25:54.317Z] === RUN TestConfigsUpdate [2021-11-11T17:25:54.351Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-11-11T17:25:54.351Z] === RUN TestDaemonProxy/reload_sanitized [2021-11-11T17:25:54.411Z] --- PASS: TestRenameStoppedContainer (2.23s) [2021-11-11T17:25:54.411Z] === RUN TestRenameRunningContainerAndReuse [2021-11-11T17:25:54.913Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-11-11T17:25:54.913Z] --- PASS: TestDaemonProxy (6.36s) [2021-11-11T17:25:54.913Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2021-11-11T17:25:54.913Z] --- PASS: TestDaemonProxy/command-line_options (1.77s) [2021-11-11T17:25:54.913Z] --- PASS: TestDaemonProxy/configuration_file (1.77s) [2021-11-11T17:25:54.913Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2021-11-11T17:25:54.913Z] --- PASS: TestDaemonProxy/reload_sanitized (0.54s) [2021-11-11T17:25:54.913Z] PASS [2021-11-11T17:25:54.913Z] [2021-11-11T17:25:54.913Z] DONE 17 tests in 10.707s [2021-11-11T17:25:54.913Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-11-11T17:25:54.913Z] ++ 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 [2021-11-11T17:25:54.913Z] ++ set -e [2021-11-11T17:25:54.913Z] ++ '[' -n 0 ']' [2021-11-11T17:25:54.913Z] ++ set -x [2021-11-11T17:25:54.913Z] ++ 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 [2021-11-11T17:25:54.913Z] INFO: Testing against a local daemon [2021-11-11T17:25:54.913Z] === RUN TestCommitInheritsEnv [2021-11-11T17:25:55.169Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-11-11T17:25:55.427Z] --- PASS: TestCommitInheritsEnv (0.35s) [2021-11-11T17:25:55.427Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-11T17:25:55.427Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-11-11T17:25:55.427Z] === RUN TestImagesFilterMultiReference [2021-11-11T17:25:55.427Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-11-11T17:25:55.427Z] === RUN TestImagePullPlatformInvalid [2021-11-11T17:25:55.427Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-11T17:25:55.427Z] === RUN TestRemoveImageOrphaning [2021-11-11T17:25:55.683Z] --- PASS: TestRemoveImageOrphaning (0.33s) [2021-11-11T17:25:55.683Z] === RUN TestRemoveImageGarbageCollector [2021-11-11T17:25:55.683Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-11-11T17:25:56.219Z] --- PASS: TestConfigsUpdate (2.15s) [2021-11-11T17:25:56.219Z] === RUN TestTemplatedConfig [2021-11-11T17:25:56.246Z] check_test.go:308: [d6833037ff6f2] daemon is not started [2021-11-11T17:25:56.246Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-11-11T17:25:57.616Z] check_test.go:308: [de640e12d983b] daemon is not started [2021-11-11T17:25:57.616Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-11-11T17:25:57.616Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-11T17:25:57.872Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-11-11T17:25:58.128Z] --- PASS: TestRemoveImageGarbageCollector (2.35s) [2021-11-11T17:25:58.128Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-11T17:25:58.128Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-11-11T17:25:58.128Z] === RUN TestTagInvalidReference [2021-11-11T17:25:58.128Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-11T17:25:58.128Z] === RUN TestTagValidPrefixedRepo [2021-11-11T17:25:58.128Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-11-11T17:25:58.128Z] === RUN TestTagExistedNameWithoutForce [2021-11-11T17:25:58.128Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-11T17:25:58.128Z] === RUN TestTagOfficialNames [2021-11-11T17:25:58.189Z] --- PASS: TestRenameRunningContainerAndReuse (3.22s) [2021-11-11T17:25:58.189Z] === RUN TestRenameInvalidName [2021-11-11T17:25:58.384Z] --- PASS: TestTagOfficialNames (0.06s) [2021-11-11T17:25:58.384Z] === RUN TestTagMatchesDigest [2021-11-11T17:25:58.384Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-11-11T17:25:58.384Z] === CONT TestImportExtremelyLargeImageWorks [2021-11-11T17:25:58.641Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-11T17:25:59.340Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-11-11T17:25:59.503Z] --- PASS: TestTemplatedConfig (2.62s) [2021-11-11T17:25:59.504Z] === RUN TestConfigCreateResolve [2021-11-11T17:25:59.750Z] --- PASS: TestRenameInvalidName (1.67s) [2021-11-11T17:25:59.750Z] === RUN TestRenameAnonymousContainer [2021-11-11T17:26:01.402Z] --- PASS: TestConfigCreateResolve (2.14s) [2021-11-11T17:26:01.402Z] PASS [2021-11-11T17:26:01.402Z] [2021-11-11T17:26:01.402Z] DONE 6 tests in 13.584s [2021-11-11T17:26:01.402Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-11-11T17:26:01.402Z] INFO: Testing against a local daemon [2021-11-11T17:26:01.403Z] === RUN TestCheckpoint [2021-11-11T17:26:01.403Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:26:01.403Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-11T17:26:01.403Z] === RUN TestContainerInvalidJSON [2021-11-11T17:26:01.403Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:26:01.403Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:26:01.403Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:26:01.403Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:26:01.403Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:26:01.403Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:26:01.403Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-11T17:26:01.403Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-11T17:26:01.403Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-11T17:26:01.403Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-11T17:26:01.403Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-11-11T17:26:01.403Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-11T17:26:01.403Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-11-11T17:26:01.403Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-11T17:26:01.403Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-11-11T17:26:01.403Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-11T17:26:01.403Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-11-11T17:26:01.403Z] === RUN TestCopyFromContainer [2021-11-11T17:26:01.861Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-11T17:26:02.339Z] === RUN TestCopyFromContainer// [2021-11-11T17:26:02.423Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-11-11T17:26:02.598Z] === RUN TestCopyFromContainer//bar/root [2021-11-11T17:26:02.598Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-11T17:26:02.598Z] === RUN TestCopyFromContainer/bar/quux [2021-11-11T17:26:02.598Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-11T17:26:02.857Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-11T17:26:02.857Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-11T17:26:02.857Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-11T17:26:02.857Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-11T17:26:02.857Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-11T17:26:02.986Z] check_test.go:308: [dba051dba15f4] daemon is not started [2021-11-11T17:26:02.986Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer (1.72s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-11-11T17:26:03.115Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-11-11T17:26:03.115Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-11T17:26:03.115Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:26:03.115Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:26:03.115Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:26:03.115Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:26:03.115Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:26:03.115Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:26:03.115Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:26:03.115Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:26:03.115Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:26:03.115Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-11-11T17:26:03.115Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-11T17:26:03.115Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-11T17:26:03.116Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-11T17:26:03.116Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-11T17:26:03.116Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-11-11T17:26:03.116Z] === RUN TestCreateWithInvalidEnv [2021-11-11T17:26:03.116Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-11T17:26:03.116Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-11T17:26:03.116Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-11T17:26:03.116Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-11T17:26:03.116Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-11T17:26:03.116Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-11T17:26:03.116Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-11T17:26:03.116Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-11T17:26:03.116Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-11T17:26:03.116Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-11-11T17:26:03.116Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-11T17:26:03.116Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-11T17:26:03.116Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-11T17:26:03.116Z] === RUN TestCreateTmpfsMountsTarget [2021-11-11T17:26:03.116Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-11-11T17:26:03.116Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-11T17:26:05.015Z] --- PASS: TestCreateWithCustomMaskedPaths (1.66s) [2021-11-11T17:26:05.015Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-11T17:26:05.505Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-11-11T17:26:06.388Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.60s) [2021-11-11T17:26:06.389Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-11T17:26:06.389Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:26:06.389Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:26:06.389Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:26:06.389Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:26:06.389Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:26:06.389Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:26:06.389Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:26:06.389Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:26:06.389Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:26:06.389Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:26:06.389Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:26:06.389Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:26:06.389Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:26:06.389Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:26:06.389Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:26:06.389Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-11T17:26:06.389Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-11T17:26:06.389Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-11T17:26:06.389Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-11T17:26:06.389Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-11T17:26:06.389Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-11T17:26:06.389Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-11T17:26:06.954Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.52s) [2021-11-11T17:26:06.954Z] === RUN TestCreateDifferentPlatform [2021-11-11T17:26:06.954Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-11T17:26:06.954Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-11T17:26:06.954Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-11-11T17:26:06.954Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-11T17:26:06.954Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-11T17:26:06.954Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-11T17:26:06.954Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-11-11T17:26:06.954Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-11T17:26:06.954Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-11-11T17:26:06.954Z] === RUN TestContainerStartOnDaemonRestart [2021-11-11T17:26:06.954Z] === PAUSE TestContainerStartOnDaemonRestart [2021-11-11T17:26:06.954Z] === RUN TestDaemonRestartIpcMode [2021-11-11T17:26:06.954Z] === PAUSE TestDaemonRestartIpcMode [2021-11-11T17:26:06.954Z] === RUN TestDaemonHostGatewayIP [2021-11-11T17:26:06.954Z] === PAUSE TestDaemonHostGatewayIP [2021-11-11T17:26:06.954Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-11T17:26:06.954Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-11T17:26:06.954Z] === RUN TestContainerKillOnDaemonStart [2021-11-11T17:26:06.954Z] === PAUSE TestContainerKillOnDaemonStart [2021-11-11T17:26:06.954Z] === RUN TestDiff [2021-11-11T17:26:07.401Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-11-11T17:26:07.523Z] --- PASS: TestDiff (0.57s) [2021-11-11T17:26:07.523Z] === RUN TestExecWithCloseStdin [2021-11-11T17:26:08.399Z] --- PASS: TestRenameAnonymousContainer (8.47s) [2021-11-11T17:26:08.399Z] === RUN TestRenameContainerWithSameName [2021-11-11T17:26:08.458Z] --- PASS: TestExecWithCloseStdin (0.62s) [2021-11-11T17:26:08.458Z] === RUN TestExec [2021-11-11T17:26:09.023Z] --- PASS: TestExec (0.65s) [2021-11-11T17:26:09.023Z] === RUN TestExecUser [2021-11-11T17:26:09.382Z] --- PASS: TestRenameContainerWithSameName (1.66s) [2021-11-11T17:26:09.382Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-11T17:26:09.382Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-11T17:26:09.382Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-11-11T17:26:09.382Z] === RUN TestResize [2021-11-11T17:26:09.590Z] --- PASS: TestExecUser (0.63s) [2021-11-11T17:26:09.590Z] === RUN TestExportContainerAndImportImage [2021-11-11T17:26:10.157Z] --- PASS: TestExportContainerAndImportImage (0.69s) [2021-11-11T17:26:10.157Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-11T17:26:11.573Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-11-11T17:26:11.586Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s) [2021-11-11T17:26:11.586Z] === RUN TestHealthCheckWorkdir [2021-11-11T17:26:11.589Z] --- PASS: TestResize (1.66s) [2021-11-11T17:26:11.589Z] === RUN TestResizeWithInvalidSize [2021-11-11T17:26:12.134Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-11T17:26:12.391Z] check_test.go:308: [d060699d63150] daemon is not started [2021-11-11T17:26:12.391Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-11-11T17:26:12.536Z] --- PASS: TestHealthCheckWorkdir (0.89s) [2021-11-11T17:26:12.536Z] === RUN TestHealthKillContainer [2021-11-11T17:26:12.952Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-11T17:26:13.147Z] --- PASS: TestResizeWithInvalidSize (1.65s) [2021-11-11T17:26:13.147Z] === RUN TestResizeWhenContainerNotStarted [2021-11-11T17:26:13.208Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-11T17:26:15.354Z] --- PASS: TestResizeWhenContainerNotStarted (2.25s) [2021-11-11T17:26:15.354Z] === RUN TestDaemonRestartKillContainers [2021-11-11T17:26:15.355Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:26:15.355Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:26:15.355Z] === RUN TestStats [2021-11-11T17:26:15.355Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-11T17:26:15.355Z] --- SKIP: TestStats (0.00s) [2021-11-11T17:26:15.355Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-11T17:26:17.379Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-11T17:26:17.635Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-11T17:26:20.101Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.16s) [2021-11-11T17:26:20.101Z] === RUN TestStopContainerWithTimeout [2021-11-11T17:26:20.101Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-11T17:26:20.101Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-11-11T17:26:20.101Z] === RUN TestUpdateRestartPolicy [2021-11-11T17:26:20.154Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-11T17:26:20.642Z] --- PASS: TestHealthKillContainer (8.20s) [2021-11-11T17:26:20.642Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-11T17:26:20.716Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-11-11T17:26:21.209Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s) [2021-11-11T17:26:21.209Z] === RUN TestIpcModeNone [2021-11-11T17:26:21.775Z] --- PASS: TestIpcModeNone (0.62s) [2021-11-11T17:26:21.775Z] === RUN TestIpcModePrivate [2021-11-11T17:26:22.034Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2021-11-11T17:26:22.085Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-11T17:26:22.601Z] --- PASS: TestIpcModePrivate (0.64s) [2021-11-11T17:26:22.601Z] === RUN TestIpcModeShareable [2021-11-11T17:26:22.859Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2021-11-11T17:26:23.118Z] --- PASS: TestIpcModeShareable (0.63s) [2021-11-11T17:26:23.119Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-11T17:26:23.452Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-11-11T17:26:25.026Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.90s) [2021-11-11T17:26:25.026Z] === RUN TestAPIIpcModeHost [2021-11-11T17:26:25.284Z] --- PASS: TestAPIIpcModeHost (0.38s) [2021-11-11T17:26:25.284Z] === RUN TestDaemonIpcModeShareable [2021-11-11T17:26:25.969Z] check_test.go:308: [d21968b2dcb1c] daemon is not started [2021-11-11T17:26:25.969Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-11-11T17:26:26.532Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-11-11T17:26:26.660Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2021-11-11T17:26:26.660Z] --- PASS: TestDaemonIpcModeShareable (1.21s) [2021-11-11T17:26:26.660Z] === RUN TestDaemonIpcModePrivate [2021-11-11T17:26:27.093Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-11-11T17:26:27.597Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2021-11-11T17:26:27.655Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-11-11T17:26:27.854Z] --- PASS: TestDaemonIpcModePrivate (1.19s) [2021-11-11T17:26:27.854Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-11T17:26:27.911Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-11T17:26:28.789Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2021-11-11T17:26:28.789Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s) [2021-11-11T17:26:28.789Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-11T17:26:29.801Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-11-11T17:26:29.801Z] check_test.go:308: [d75dbf4d20cbe] daemon is not started [2021-11-11T17:26:29.801Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-11-11T17:26:30.057Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-11-11T17:26:30.163Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2021-11-11T17:26:30.163Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.16s) [2021-11-11T17:26:30.163Z] === RUN TestIpcModeOlderClient [2021-11-11T17:26:30.163Z] === PAUSE TestIpcModeOlderClient [2021-11-11T17:26:30.163Z] === RUN TestKillContainerInvalidSignal [2021-11-11T17:26:30.421Z] --- PASS: TestKillContainerInvalidSignal (0.44s) [2021-11-11T17:26:30.421Z] === RUN TestKillContainer [2021-11-11T17:26:30.421Z] === RUN TestKillContainer/no_signal [2021-11-11T17:26:30.988Z] === RUN TestKillContainer/non_killing_signal [2021-11-11T17:26:31.247Z] === RUN TestKillContainer/killing_signal [2021-11-11T17:26:31.813Z] --- PASS: TestKillContainer (1.33s) [2021-11-11T17:26:31.813Z] --- PASS: TestKillContainer/no_signal (0.42s) [2021-11-11T17:26:31.813Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2021-11-11T17:26:31.813Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2021-11-11T17:26:31.813Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-11T17:26:31.813Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-11T17:26:31.956Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-11-11T17:26:31.956Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-11-11T17:26:32.380Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-11T17:26:33.315Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.28s) [2021-11-11T17:26:33.315Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2021-11-11T17:26:33.315Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2021-11-11T17:26:33.315Z] === RUN TestKillStoppedContainer [2021-11-11T17:26:33.315Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-11-11T17:26:33.315Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-11T17:26:33.315Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-11-11T17:26:33.315Z] === RUN TestKillDifferentUserContainer [2021-11-11T17:26:33.575Z] --- PASS: TestKillDifferentUserContainer (0.45s) [2021-11-11T17:26:33.575Z] === RUN TestInspectOomKilledTrue [2021-11-11T17:26:33.575Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-11-11T17:26:33.575Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-11T17:26:33.575Z] === RUN TestInspectOomKilledFalse [2021-11-11T17:26:34.141Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2021-11-11T17:26:34.141Z] === RUN TestLinksEtcHostsContentMatch [2021-11-11T17:26:34.399Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s) [2021-11-11T17:26:34.399Z] === RUN TestLinksContainerNames [2021-11-11T17:26:34.474Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-11-11T17:26:35.333Z] --- PASS: TestLinksContainerNames (0.88s) [2021-11-11T17:26:35.334Z] === RUN TestLogsFollowTailEmpty [2021-11-11T17:26:35.900Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2021-11-11T17:26:35.900Z] === RUN TestContainerNetworkMountsNoChown [2021-11-11T17:26:36.159Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/default [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/default [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/private [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/private [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rprivate [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/slave [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/slave [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rslave [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/shared [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/shared [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rshared [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/default [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/rslave [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/rshared [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/shared [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/rprivate [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/slave [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/private [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-11T17:26:36.159Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:26:36.159Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-11T17:26:36.159Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-11T17:26:36.418Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-11T17:26:36.676Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-11-11T17:26:36.676Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-11-11T17:26:36.676Z] === RUN TestContainerBindMountNonRecursive [2021-11-11T17:26:38.053Z] --- PASS: TestContainerBindMountNonRecursive (1.29s) [2021-11-11T17:26:38.053Z] === RUN TestContainerVolumesMountedAsShared [2021-11-11T17:26:38.312Z] --- PASS: TestContainerVolumesMountedAsShared (0.42s) [2021-11-11T17:26:38.312Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-11T17:26:38.642Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-11-11T17:26:38.878Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2021-11-11T17:26:38.878Z] === RUN TestNetworkNat [2021-11-11T17:26:39.137Z] --- PASS: TestNetworkNat (0.47s) [2021-11-11T17:26:39.137Z] === RUN TestNetworkLocalhostTCPNat [2021-11-11T17:26:39.571Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-11-11T17:26:39.704Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s) [2021-11-11T17:26:39.704Z] === RUN TestNetworkLoopbackNat [2021-11-11T17:26:41.307Z] --- PASS: TestUpdateRestartPolicy (20.01s) [2021-11-11T17:26:41.307Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-11T17:26:41.460Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-11-11T17:26:41.774Z] --- PASS: TestUpdateRestartWithAutoRemove (1.69s) [2021-11-11T17:26:41.774Z] === RUN TestWaitNonBlocked [2021-11-11T17:26:42.240Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:26:42.240Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:26:42.240Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:26:42.240Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:26:42.240Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:26:42.240Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:26:42.419Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2021-11-11T17:26:42.419Z] === RUN TestPause [2021-11-11T17:26:42.678Z] --- PASS: TestPause (0.46s) [2021-11-11T17:26:42.678Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-11T17:26:42.678Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-11T17:26:42.678Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-11T17:26:42.678Z] === RUN TestPauseStopPausedContainer [2021-11-11T17:26:43.245Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2021-11-11T17:26:43.245Z] === RUN TestPidHost [2021-11-11T17:26:44.180Z] --- PASS: TestPidHost (1.01s) [2021-11-11T17:26:44.180Z] === RUN TestPsFilter [2021-11-11T17:26:44.180Z] --- PASS: TestPsFilter (0.12s) [2021-11-11T17:26:44.180Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-11T17:26:44.454Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-11-11T17:26:44.454Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.34s) [2021-11-11T17:26:44.454Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.46s) [2021-11-11T17:26:44.454Z] === RUN TestWaitBlocked [2021-11-11T17:26:44.454Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:26:44.454Z] --- SKIP: TestWaitBlocked (0.00s) [2021-11-11T17:26:44.454Z] PASS [2021-11-11T17:26:44.454Z] ok github.com/docker/docker/integration/container 76.464s [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === Skipped [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-11-11T17:26:44.454Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-11-11T17:26:44.454Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-11-11T17:26:44.454Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-11-11T17:26:44.454Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-11-11T17:26:44.454Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-11T17:26:44.454Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-11T17:26:44.454Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-11-11T17:26:44.454Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-11-11T17:26:44.454Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-11-11T17:26:44.454Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-11-11T17:26:44.454Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-11-11T17:26:44.454Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-11-11T17:26:44.454Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-11-11T17:26:44.454Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-11-11T17:26:44.454Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-11-11T17:26:44.454Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-11-11T17:26:44.454Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-11T17:26:44.454Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-11T17:26:44.454Z] [2021-11-11T17:26:44.454Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-11T17:26:44.454Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-11-11T17:26:44.455Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-11T17:26:44.455Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-11-11T17:26:44.455Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-11-11T17:26:44.455Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-11-11T17:26:44.455Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-11-11T17:26:44.455Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-11-11T17:26:44.455Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-11-11T17:26:44.455Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-11-11T17:26:44.455Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-11-11T17:26:44.455Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-11-11T17:26:44.455Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:26:44.455Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-11-11T17:26:44.455Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-11-11T17:26:44.455Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-11-11T17:26:44.455Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:26:44.455Z] [2021-11-11T17:26:44.455Z] DONE 87 tests, 33 skipped in 78.427s [2021-11-11T17:26:44.455Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-11-11T17:26:44.730Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-11-11T17:26:44.748Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2021-11-11T17:26:44.748Z] === RUN TestRemoveContainerWithVolume [2021-11-11T17:26:45.314Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2021-11-11T17:26:45.314Z] === RUN TestRemoveContainerRunning [2021-11-11T17:26:45.350Z] ..........................xx.................... [ 29%] [2021-11-11T17:26:45.572Z] --- PASS: TestRemoveContainerRunning (0.43s) [2021-11-11T17:26:45.572Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-11T17:26:46.096Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-11T17:26:46.138Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2021-11-11T17:26:46.138Z] === RUN TestRemoveInvalidContainer [2021-11-11T17:26:46.138Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-11T17:26:46.138Z] === RUN TestRenameLinkedContainer [2021-11-11T17:26:46.351Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-11T17:26:47.717Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-11-11T17:26:48.039Z] --- PASS: TestRenameLinkedContainer (1.75s) [2021-11-11T17:26:48.040Z] === RUN TestRenameStoppedContainer [2021-11-11T17:26:48.297Z] --- PASS: TestRenameStoppedContainer (0.42s) [2021-11-11T17:26:48.297Z] === RUN TestRenameRunningContainerAndReuse [2021-11-11T17:26:49.234Z] --- PASS: TestRenameRunningContainerAndReuse (0.90s) [2021-11-11T17:26:49.234Z] === RUN TestRenameInvalidName [2021-11-11T17:26:49.497Z] --- PASS: TestRenameInvalidName (0.44s) [2021-11-11T17:26:49.497Z] === RUN TestRenameAnonymousContainer [2021-11-11T17:26:50.986Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-11T17:26:51.398Z] --- PASS: TestRenameAnonymousContainer (1.57s) [2021-11-11T17:26:51.398Z] === RUN TestRenameContainerWithSameName [2021-11-11T17:26:51.550Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-11T17:26:51.656Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2021-11-11T17:26:51.656Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-11T17:26:51.806Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-11T17:26:51.806Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-11-11T17:26:52.591Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2021-11-11T17:26:52.591Z] === RUN TestResize [2021-11-11T17:26:52.734Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-11T17:26:52.734Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-11T17:26:52.849Z] --- PASS: TestResize (0.47s) [2021-11-11T17:26:52.850Z] === RUN TestResizeWithInvalidSize [2021-11-11T17:26:52.991Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-11T17:26:53.415Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2021-11-11T17:26:53.416Z] === RUN TestResizeWhenContainerNotStarted [2021-11-11T17:26:53.553Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-11T17:26:53.553Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-11-11T17:26:53.677Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:26:53.677Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:26:53.677Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:26:53.677Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-11T17:26:53.677Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:26:54.923Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-11-11T17:26:55.486Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-11T17:26:55.582Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:26:55.755Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-11-11T17:26:56.965Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:26:57.123Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-11T17:26:57.916Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:26:58.178Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:26:59.014Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-11-11T17:26:59.014Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-11T17:26:59.553Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:26:59.553Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:27:00.381Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-11T17:27:01.746Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-11T17:27:01.930Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-11-11T17:27:02.293Z] === RUN TestConfigDaemonLibtrustID [2021-11-11T17:27:02.293Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-11T17:27:02.293Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-11-11T17:27:02.293Z] === RUN TestDaemonConfigValidation [2021-11-11T17:27:02.293Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-11T17:27:02.293Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-11-11T17:27:02.293Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-11T17:27:02.293Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-11T17:27:02.293Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-11-11T17:27:02.293Z] === RUN TestDaemonProxy [2021-11-11T17:27:02.293Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-11T17:27:02.293Z] --- SKIP: TestDaemonProxy (0.00s) [2021-11-11T17:27:02.293Z] PASS [2021-11-11T17:27:02.293Z] ok github.com/docker/docker/integration/daemon 0.078s [2021-11-11T17:27:02.293Z] [2021-11-11T17:27:02.293Z] === Skipped [2021-11-11T17:27:02.293Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-11-11T17:27:02.293Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-11T17:27:02.293Z] [2021-11-11T17:27:02.293Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-11-11T17:27:02.293Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-11T17:27:02.293Z] [2021-11-11T17:27:02.293Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-11-11T17:27:02.293Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-11T17:27:02.293Z] [2021-11-11T17:27:02.293Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2021-11-11T17:27:02.293Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-11T17:27:02.293Z] [2021-11-11T17:27:02.293Z] DONE 4 tests, 4 skipped in 17.074s [2021-11-11T17:27:02.293Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-11-11T17:27:02.837Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:27:02.837Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-11T17:27:03.253Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-11T17:27:03.404Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:03.404Z] INFO: Testing against a local daemon [2021-11-11T17:27:03.404Z] === RUN TestCommitInheritsEnv [2021-11-11T17:27:03.404Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:27:03.404Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-11-11T17:27:03.404Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-11T17:27:03.404Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-11T17:27:03.404Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-11T17:27:03.404Z] === RUN TestImagesFilterMultiReference [2021-11-11T17:27:03.404Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-11-11T17:27:03.404Z] === RUN TestImagePullPlatformInvalid [2021-11-11T17:27:03.404Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-11-11T17:27:03.404Z] === RUN TestRemoveImageOrphaning [2021-11-11T17:27:03.871Z] --- PASS: TestRemoveImageOrphaning (0.85s) [2021-11-11T17:27:03.871Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-11T17:27:03.871Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-11-11T17:27:03.871Z] === RUN TestTagInvalidReference [2021-11-11T17:27:04.338Z] --- PASS: TestTagInvalidReference (0.03s) [2021-11-11T17:27:04.338Z] === RUN TestTagValidPrefixedRepo [2021-11-11T17:27:04.338Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-11-11T17:27:04.338Z] === RUN TestTagExistedNameWithoutForce [2021-11-11T17:27:04.338Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-11-11T17:27:04.338Z] === RUN TestTagOfficialNames [2021-11-11T17:27:04.338Z] --- PASS: TestTagOfficialNames (0.07s) [2021-11-11T17:27:04.338Z] === RUN TestTagMatchesDigest [2021-11-11T17:27:04.338Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-11-11T17:27:04.338Z] PASS [2021-11-11T17:27:04.338Z] ok github.com/docker/docker/integration/image 1.221s [2021-11-11T17:27:04.338Z] [2021-11-11T17:27:04.338Z] === Skipped [2021-11-11T17:27:04.338Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-11-11T17:27:04.338Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:27:04.338Z] [2021-11-11T17:27:04.338Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-11T17:27:04.338Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-11T17:27:04.338Z] [2021-11-11T17:27:04.338Z] DONE 11 tests, 2 skipped in 2.667s [2021-11-11T17:27:04.338Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-11-11T17:27:04.620Z] docker_cli_daemon_test.go:2550: [d605be4e28d72] daemon is not started [2021-11-11T17:27:04.895Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-11T17:27:05.898Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:05.898Z] INFO: Testing against a local daemon [2021-11-11T17:27:05.898Z] === RUN TestNetworkCreateDelete [2021-11-11T17:27:05.898Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:05.898Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestDockerNetworkDeletePreferID [2021-11-11T17:27:05.898Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-11T17:27:05.898Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestDaemonDNSFallback [2021-11-11T17:27:05.898Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:05.898Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestInspectNetwork [2021-11-11T17:27:05.898Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:05.898Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestRunContainerWithBridgeNone [2021-11-11T17:27:05.898Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:05.898Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestNetworkInvalidJSON [2021-11-11T17:27:05.898Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-11T17:27:05.898Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-11T17:27:05.898Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:27:05.898Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:27:05.898Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:27:05.898Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:27:05.898Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-11T17:27:05.898Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:27:05.898Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:27:05.898Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-11-11T17:27:05.898Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-11T17:27:05.898Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-11T17:27:05.898Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestNetworkList [2021-11-11T17:27:05.898Z] === RUN TestNetworkList//networks [2021-11-11T17:27:05.898Z] === PAUSE TestNetworkList//networks [2021-11-11T17:27:05.898Z] === RUN TestNetworkList//networks/ [2021-11-11T17:27:05.898Z] === PAUSE TestNetworkList//networks/ [2021-11-11T17:27:05.898Z] === CONT TestNetworkList//networks [2021-11-11T17:27:05.898Z] === CONT TestNetworkList//networks/ [2021-11-11T17:27:05.898Z] --- PASS: TestNetworkList (0.02s) [2021-11-11T17:27:05.898Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-11T17:27:05.898Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestHostIPv4BridgeLabel [2021-11-11T17:27:05.898Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-11T17:27:05.898Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-11T17:27:05.898Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-11T17:27:05.898Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestDaemonDefaultNetworkPools [2021-11-11T17:27:05.898Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-11T17:27:05.898Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-11-11T17:27:05.898Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-11T17:27:05.898Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-11T17:27:05.898Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-11T17:27:06.364Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-11T17:27:06.364Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-11T17:27:06.364Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-11T17:27:06.364Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-11T17:27:06.364Z] === RUN TestServiceWithPredefinedNetwork [2021-11-11T17:27:06.364Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-11T17:27:06.364Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-11T17:27:06.364Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:27:06.364Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:27:06.364Z] === RUN TestServiceWithDataPathPortInit [2021-11-11T17:27:06.364Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-11-11T17:27:06.364Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-11T17:27:06.364Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-11T17:27:06.364Z] PASS [2021-11-11T17:27:06.364Z] ok github.com/docker/docker/integration/network 0.115s [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === Skipped [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-11-11T17:27:06.364Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-11-11T17:27:06.364Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-11-11T17:27:06.364Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-11-11T17:27:06.364Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-11-11T17:27:06.364Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-11-11T17:27:06.364Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-11-11T17:27:06.364Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-11-11T17:27:06.364Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-11T17:27:06.364Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-11T17:27:06.364Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-11T17:27:06.364Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-11T17:27:06.364Z] [2021-11-11T17:27:06.364Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-11-11T17:27:06.365Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-11T17:27:06.365Z] [2021-11-11T17:27:06.365Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:27:06.365Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:27:06.365Z] [2021-11-11T17:27:06.365Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-11-11T17:27:06.365Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-11T17:27:06.365Z] [2021-11-11T17:27:06.365Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-11T17:27:06.365Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-11T17:27:06.365Z] [2021-11-11T17:27:06.365Z] DONE 22 tests, 15 skipped in 1.747s [2021-11-11T17:27:06.365Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-11-11T17:27:06.510Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-11-11T17:27:06.798Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-11T17:27:06.831Z] testing: warning: no tests to run [2021-11-11T17:27:06.831Z] PASS [2021-11-11T17:27:06.831Z] ok github.com/docker/docker/integration/network/ipvlan 0.049s [2021-11-11T17:27:06.831Z] [2021-11-11T17:27:06.831Z] DONE 0 tests in 0.537s [2021-11-11T17:27:06.831Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-11-11T17:27:07.057Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-11T17:27:07.297Z] testing: warning: no tests to run [2021-11-11T17:27:07.298Z] PASS [2021-11-11T17:27:07.298Z] ok github.com/docker/docker/integration/network/macvlan 0.050s [2021-11-11T17:27:07.298Z] [2021-11-11T17:27:07.298Z] DONE 0 tests in 0.510s [2021-11-11T17:27:07.763Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-11-11T17:27:08.230Z] testing: warning: no tests to run [2021-11-11T17:27:08.230Z] PASS [2021-11-11T17:27:08.230Z] ok github.com/docker/docker/integration/plugin 0.050s [2021-11-11T17:27:08.230Z] [2021-11-11T17:27:08.230Z] DONE 0 tests in 0.524s [2021-11-11T17:27:08.230Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-11-11T17:27:08.432Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-11T17:27:08.697Z] testing: warning: no tests to run [2021-11-11T17:27:08.697Z] PASS [2021-11-11T17:27:08.697Z] ok github.com/docker/docker/integration/plugin/authz 0.050s [2021-11-11T17:27:08.697Z] [2021-11-11T17:27:08.697Z] DONE 0 tests in 0.517s [2021-11-11T17:27:08.697Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-11-11T17:27:08.999Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-11T17:27:09.387Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-11-11T17:27:09.781Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-11T17:27:10.375Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-11T17:27:10.996Z] ok github.com/docker/docker/libnetwork/networkdb 103.837s coverage: 60.0% of statements [2021-11-11T17:27:10.996Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-11T17:27:10.996Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-11-11T17:27:10.996Z] ok github.com/docker/docker/libnetwork/osl 4.317s coverage: 39.7% of statements [2021-11-11T17:27:10.996Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.011s coverage: 20.0% of statements [2021-11-11T17:27:10.996Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-11-11T17:27:10.996Z] ok github.com/docker/docker/libnetwork/portmapper 0.276s coverage: 48.6% of statements [2021-11-11T17:27:11.254Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2021-11-11T17:27:11.254Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-11T17:27:11.512Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] === Skipped [2021-11-11T17:27:11.512Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-11-11T17:27:11.512Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-11-11T17:27:11.512Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-11-11T17:27:11.512Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-11T17:27:11.512Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-11T17:27:11.512Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-11T17:27:11.512Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-11T17:27:11.512Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-11T17:27:11.512Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-11-11T17:27:11.512Z] firewalld_test.go:14: firewalld is not running [2021-11-11T17:27:11.512Z] [2021-11-11T17:27:11.512Z] DONE 331 tests, 9 skipped in 201.219s [2021-11-11T17:27:11.749Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:27:11.749Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.80s) [2021-11-11T17:27:11.749Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2021-11-11T17:27:11.749Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.23s) [2021-11-11T17:27:11.749Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.35s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.61s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.49s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.04s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.67s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.05s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.79s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.96s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.73s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.77s) [2021-11-11T17:27:11.750Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.66s) [2021-11-11T17:27:11.750Z] === RUN TestCgroupNamespacesRun Post stage [2021-11-11T17:27:12.455Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:12.455Z] INFO: Testing against a local daemon [2021-11-11T17:27:12.455Z] === RUN TestPluginInvalidJSON [2021-11-11T17:27:12.455Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:27:12.455Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:27:12.455Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:27:12.455Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-11-11T17:27:12.455Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-11T17:27:12.455Z] === RUN TestPluginInstall [2021-11-11T17:27:12.455Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-11T17:27:12.455Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-11T17:27:12.455Z] === RUN TestPluginsWithRuntimes [2021-11-11T17:27:12.455Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-11T17:27:12.455Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-11T17:27:12.455Z] === RUN TestPluginBackCompatMediaTypes [2021-11-11T17:27:12.455Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-11T17:27:12.455Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-11T17:27:12.455Z] PASS [2021-11-11T17:27:12.455Z] ok github.com/docker/docker/integration/plugin/common 0.074s [2021-11-11T17:27:12.455Z] [2021-11-11T17:27:12.455Z] === Skipped [2021-11-11T17:27:12.455Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-11-11T17:27:12.455Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-11T17:27:12.455Z] [2021-11-11T17:27:12.455Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-11-11T17:27:12.455Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-11T17:27:12.455Z] [2021-11-11T17:27:12.455Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-11-11T17:27:12.455Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-11T17:27:12.455Z] [2021-11-11T17:27:12.455Z] DONE 5 tests, 3 skipped in 3.693s [2021-11-11T17:27:12.455Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [Pipeline] junit [2021-11-11T17:27:12.457Z] Recording test results [2021-11-11T17:27:13.124Z] --- PASS: TestCgroupNamespacesRun (1.22s) [2021-11-11T17:27:13.124Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-11T17:27:13.124Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-11-11T17:27:13.124Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-11-11T17:27:13.124Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-11T17:27:13.674Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-11T17:27:13.924Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-11-11T17:27:14.040Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=71c6863433e734f5fe9529df00c7732ab9759c34 -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:71c6863433e734f5fe9529df00c7732ab9759c34 hack/make.sh dynbinary test-integration [2021-11-11T17:27:14.499Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2021-11-11T17:27:14.499Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-11T17:27:14.606Z] [2021-11-11T17:27:14.606Z] Removing bundles/ [2021-11-11T17:27:14.606Z] [2021-11-11T17:27:14.606Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-11T17:27:14.606Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:27:14.606Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:27:14.615Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:14.615Z] INFO: Testing against a local daemon [2021-11-11T17:27:14.615Z] === RUN TestExternalGraphDriver [2021-11-11T17:27:14.615Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-11T17:27:14.615Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-11-11T17:27:14.615Z] === RUN TestGraphdriverPluginV2 [2021-11-11T17:27:14.615Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-11T17:27:14.615Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-11-11T17:27:14.615Z] PASS [2021-11-11T17:27:14.615Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.076s [2021-11-11T17:27:15.026Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-11T17:27:15.070Z] [2021-11-11T17:27:15.070Z] === Skipped [2021-11-11T17:27:15.070Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-11-11T17:27:15.070Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-11T17:27:15.070Z] [2021-11-11T17:27:15.070Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-11-11T17:27:15.070Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-11T17:27:15.070Z] [2021-11-11T17:27:15.070Z] DONE 2 tests, 2 skipped in 2.397s [2021-11-11T17:27:15.070Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-11-11T17:27:15.433Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s) [2021-11-11T17:27:15.433Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-11T17:27:16.594Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:16.594Z] INFO: Testing against a local daemon [2021-11-11T17:27:16.594Z] === RUN TestReadPluginNoRead [2021-11-11T17:27:16.594Z] read_test.go:21: no unix domain sockets on Windows [2021-11-11T17:27:16.594Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-11-11T17:27:16.594Z] PASS [2021-11-11T17:27:16.594Z] ok github.com/docker/docker/integration/plugin/logging 0.067s [2021-11-11T17:27:16.595Z] [2021-11-11T17:27:16.595Z] === Skipped [2021-11-11T17:27:16.595Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-11-11T17:27:16.595Z] read_test.go:21: no unix domain sockets on Windows [2021-11-11T17:27:16.595Z] [2021-11-11T17:27:16.595Z] DONE 1 tests, 1 skipped in 1.709s [2021-11-11T17:27:16.806Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s) [2021-11-11T17:27:16.806Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-11T17:27:17.051Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-11-11T17:27:17.505Z] testing: warning: no tests to run [2021-11-11T17:27:17.505Z] PASS [2021-11-11T17:27:17.505Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.050s [2021-11-11T17:27:17.505Z] [2021-11-11T17:27:17.505Z] DONE 0 tests in 0.865s [2021-11-11T17:27:17.546Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-11-11T17:27:17.743Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s) [2021-11-11T17:27:17.743Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-11T17:27:17.962Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-11-11T17:27:18.310Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2021-11-11T17:27:18.310Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-11T17:27:19.436Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-11-11T17:27:19.486Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:19.486Z] INFO: Testing against a local daemon [2021-11-11T17:27:19.486Z] === RUN TestPluginWithDevMounts [2021-11-11T17:27:19.486Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:19.486Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-11T17:27:19.486Z] PASS [2021-11-11T17:27:19.486Z] ok github.com/docker/docker/integration/plugin/volumes 0.064s [2021-11-11T17:27:19.486Z] [2021-11-11T17:27:19.486Z] === Skipped [2021-11-11T17:27:19.486Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-11-11T17:27:19.486Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:19.486Z] [2021-11-11T17:27:19.486Z] DONE 1 tests, 1 skipped in 1.645s [2021-11-11T17:27:19.486Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-11-11T17:27:19.685Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.16s) [2021-11-11T17:27:19.686Z] === RUN TestNISDomainname [2021-11-11T17:27:20.251Z] --- PASS: TestNISDomainname (0.56s) [2021-11-11T17:27:20.251Z] === RUN TestHostnameDnsResolution [2021-11-11T17:27:20.981Z] --- PASS: TestHostnameDnsResolution (0.69s) [2021-11-11T17:27:20.981Z] === RUN TestUnprivilegedPortsAndPing [2021-11-11T17:27:21.118Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:21.118Z] INFO: Testing against a local daemon [2021-11-11T17:27:21.118Z] === RUN TestSecretInspect [2021-11-11T17:27:21.118Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] --- SKIP: TestSecretInspect (0.00s) [2021-11-11T17:27:21.118Z] === RUN TestSecretList [2021-11-11T17:27:21.118Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] --- SKIP: TestSecretList (0.00s) [2021-11-11T17:27:21.118Z] === RUN TestSecretsCreateAndDelete [2021-11-11T17:27:21.118Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-11-11T17:27:21.118Z] === RUN TestSecretsUpdate [2021-11-11T17:27:21.118Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-11-11T17:27:21.118Z] === RUN TestTemplatedSecret [2021-11-11T17:27:21.118Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-11T17:27:21.118Z] === RUN TestSecretCreateResolve [2021-11-11T17:27:21.118Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:21.118Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-11-11T17:27:21.118Z] PASS [2021-11-11T17:27:21.118Z] ok github.com/docker/docker/integration/secret 0.069s [2021-11-11T17:27:21.118Z] [2021-11-11T17:27:21.118Z] === Skipped [2021-11-11T17:27:21.118Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-11-11T17:27:21.118Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] [2021-11-11T17:27:21.118Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-11-11T17:27:21.118Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] [2021-11-11T17:27:21.118Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-11-11T17:27:21.118Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] [2021-11-11T17:27:21.118Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-11-11T17:27:21.118Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] [2021-11-11T17:27:21.118Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-11-11T17:27:21.118Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:21.118Z] [2021-11-11T17:27:21.118Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-11-11T17:27:21.118Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:21.118Z] [2021-11-11T17:27:21.118Z] DONE 6 tests, 6 skipped in 1.517s [2021-11-11T17:27:21.118Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-11-11T17:27:21.541Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-11-11T17:27:21.547Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s) [2021-11-11T17:27:21.547Z] === RUN TestStats [2021-11-11T17:27:21.797Z] check_test.go:308: [d4419650a251f] daemon is not started [2021-11-11T17:27:21.797Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-11-11T17:27:23.281Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:23.281Z] INFO: Testing against a local daemon [2021-11-11T17:27:23.281Z] === RUN TestServiceCreateInit [2021-11-11T17:27:23.281Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-11T17:27:23.281Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-11T17:27:23.281Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- PASS: TestServiceCreateInit (0.03s) [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestCreateServiceMultipleTimes [2021-11-11T17:27:23.281Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestCreateServiceConflict [2021-11-11T17:27:23.281Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestCreateServiceMaxReplicas [2021-11-11T17:27:23.281Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-11-11T17:27:23.281Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-11T17:27:23.281Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestCreateServiceSecretFileMode [2021-11-11T17:27:23.281Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestCreateServiceConfigFileMode [2021-11-11T17:27:23.281Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestCreateServiceSysctls [2021-11-11T17:27:23.281Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-11-11T17:27:23.281Z] === RUN TestCreateServiceCapabilities [2021-11-11T17:27:23.281Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-11-11T17:27:23.281Z] === RUN TestInspect [2021-11-11T17:27:23.281Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestInspect (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestCreateJob [2021-11-11T17:27:23.281Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestCreateJob (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestReplicatedJob [2021-11-11T17:27:23.281Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestReplicatedJob (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestUpdateReplicatedJob [2021-11-11T17:27:23.281Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestServiceListWithStatuses [2021-11-11T17:27:23.281Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestDockerNetworkConnectAlias [2021-11-11T17:27:23.281Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestDockerNetworkReConnect [2021-11-11T17:27:23.281Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestServicePlugin [2021-11-11T17:27:23.281Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestServiceUpdateLabel [2021-11-11T17:27:23.281Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestServiceUpdateSecrets [2021-11-11T17:27:23.281Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestServiceUpdateConfigs [2021-11-11T17:27:23.281Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestServiceUpdateNetwork [2021-11-11T17:27:23.281Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-11-11T17:27:23.281Z] === RUN TestServiceUpdatePidsLimit [2021-11-11T17:27:23.281Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-11-11T17:27:23.281Z] PASS [2021-11-11T17:27:23.281Z] ok github.com/docker/docker/integration/service 0.164s [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === Skipped [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:27:23.281Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:27:23.281Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-11-11T17:27:23.281Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-11-11T17:27:23.281Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-11-11T17:27:23.281Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-11T17:27:23.281Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-11-11T17:27:23.281Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-11-11T17:27:23.281Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-11-11T17:27:23.281Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-11-11T17:27:23.281Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-11-11T17:27:23.281Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-11-11T17:27:23.281Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-11-11T17:27:23.281Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-11-11T17:27:23.281Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-11-11T17:27:23.281Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-11-11T17:27:23.281Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-11-11T17:27:23.281Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.281Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-11-11T17:27:23.281Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:23.281Z] [2021-11-11T17:27:23.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-11-11T17:27:23.282Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.282Z] [2021-11-11T17:27:23.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-11-11T17:27:23.282Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.282Z] [2021-11-11T17:27:23.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-11-11T17:27:23.282Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.282Z] [2021-11-11T17:27:23.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-11-11T17:27:23.282Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.282Z] [2021-11-11T17:27:23.282Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-11-11T17:27:23.282Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:23.282Z] [2021-11-11T17:27:23.282Z] DONE 24 tests, 23 skipped in 2.047s [2021-11-11T17:27:23.282Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-11-11T17:27:24.075Z] --- PASS: TestStats (2.46s) [2021-11-11T17:27:24.075Z] === RUN TestStopContainerWithTimeout [2021-11-11T17:27:24.075Z] === RUN TestStopContainerWithTimeout/0 [2021-11-11T17:27:24.075Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-11T17:27:24.075Z] === RUN TestStopContainerWithTimeout/1 [2021-11-11T17:27:24.075Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-11T17:27:24.075Z] === RUN TestStopContainerWithTimeout/3 [2021-11-11T17:27:24.075Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-11T17:27:24.075Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-11T17:27:24.075Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-11T17:27:24.075Z] === CONT TestStopContainerWithTimeout/0 [2021-11-11T17:27:24.075Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-11T17:27:24.641Z] === CONT TestStopContainerWithTimeout/3 [2021-11-11T17:27:24.813Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:24.813Z] INFO: Testing against a local daemon [2021-11-11T17:27:24.813Z] === RUN TestSessionCreate [2021-11-11T17:27:24.813Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:24.813Z] --- SKIP: TestSessionCreate (0.00s) [2021-11-11T17:27:24.813Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-11T17:27:24.813Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:24.813Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-11-11T17:27:24.813Z] PASS [2021-11-11T17:27:24.813Z] ok github.com/docker/docker/integration/session 0.064s [2021-11-11T17:27:24.813Z] [2021-11-11T17:27:24.813Z] === Skipped [2021-11-11T17:27:24.813Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-11-11T17:27:24.813Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:24.813Z] [2021-11-11T17:27:24.813Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-11-11T17:27:24.813Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:24.813Z] [2021-11-11T17:27:24.813Z] DONE 2 tests, 2 skipped in 1.433s [2021-11-11T17:27:24.813Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-11-11T17:27:26.344Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:26.344Z] INFO: Testing against a local daemon [2021-11-11T17:27:26.344Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-11T17:27:26.344Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:26.344Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:27:26.344Z] === RUN TestDiskUsage [2021-11-11T17:27:26.344Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-11T17:27:26.344Z] --- SKIP: TestDiskUsage (0.00s) [2021-11-11T17:27:26.344Z] === RUN TestEventsExecDie [2021-11-11T17:27:26.344Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-11T17:27:26.344Z] --- SKIP: TestEventsExecDie (0.00s) [2021-11-11T17:27:26.344Z] === RUN TestEventsBackwardsCompatible [2021-11-11T17:27:26.344Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-11T17:27:26.344Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-11-11T17:27:26.344Z] === RUN TestEventsVolumeCreate [2021-11-11T17:27:26.344Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-11T17:27:26.344Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-11-11T17:27:26.344Z] === RUN TestInfoAPI [2021-11-11T17:27:26.344Z] --- PASS: TestInfoAPI (0.03s) [2021-11-11T17:27:26.344Z] === RUN TestInfoAPIWarnings [2021-11-11T17:27:26.344Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:27:26.344Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-11-11T17:27:26.344Z] === RUN TestInfoDebug [2021-11-11T17:27:26.344Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:27:26.344Z] --- SKIP: TestInfoDebug (0.00s) [2021-11-11T17:27:26.344Z] === RUN TestInfoInsecureRegistries [2021-11-11T17:27:26.344Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:27:26.344Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-11-11T17:27:26.344Z] === RUN TestInfoRegistryMirrors [2021-11-11T17:27:26.344Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:27:26.344Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-11-11T17:27:26.344Z] === RUN TestLoginFailsWithBadCredentials [2021-11-11T17:27:26.541Z] === CONT TestStopContainerWithTimeout/1 [2021-11-11T17:27:27.303Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2021-11-11T17:27:27.303Z] === RUN TestPingCacheHeaders [2021-11-11T17:27:27.303Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-11-11T17:27:27.303Z] === RUN TestPingGet [2021-11-11T17:27:27.303Z] --- PASS: TestPingGet (0.02s) [2021-11-11T17:27:27.303Z] === RUN TestPingHead [2021-11-11T17:27:27.303Z] --- PASS: TestPingHead (0.02s) [2021-11-11T17:27:27.303Z] === RUN TestVersion [2021-11-11T17:27:27.303Z] --- PASS: TestVersion (0.03s) [2021-11-11T17:27:27.303Z] PASS [2021-11-11T17:27:27.303Z] ok github.com/docker/docker/integration/system 1.131s [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] === Skipped [2021-11-11T17:27:27.303Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:27:27.303Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-11-11T17:27:27.303Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-11-11T17:27:27.303Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-11-11T17:27:27.303Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-11-11T17:27:27.303Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-11-11T17:27:27.303Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-11-11T17:27:27.303Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-11-11T17:27:27.303Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-11-11T17:27:27.303Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:27:27.303Z] [2021-11-11T17:27:27.303Z] DONE 15 tests, 9 skipped in 2.574s [2021-11-11T17:27:27.303Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite (334.93s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.91s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.73s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.62s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.29s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.15s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.61s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.45s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.91s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.30s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.37s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.39s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.27s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.29s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.06s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.31s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.26s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.59s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.13s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.62s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.52s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.00s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.71s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.15s) [2021-11-11T17:27:28.336Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.40s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.71s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.44s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.86s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.08s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.99s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.12s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.39s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.69s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.87s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.77s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.75s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.74s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.65s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.53s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.38s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.34s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.80s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.42s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.67s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.07s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.77s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.52s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.24s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.41s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.54s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.61s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.06s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.05s) [2021-11-11T17:27:28.336Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-11-11T17:27:28.336Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.44s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.45s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.67s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.71s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.50s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.03s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.23s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.60s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.58s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.57s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.50s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.40s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.27s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.43s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.02s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.74s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.83s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.00s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.80s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.35s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.86s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.43s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.86s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.39s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.12s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.14s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.38s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.88s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (2.99s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.29s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.10s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.81s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.11s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.14s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.04s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.40s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.34s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.66s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.75s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.62s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s) [2021-11-11T17:27:28.336Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.65s) [2021-11-11T17:27:28.336Z] === RUN TestDockerSwarmSuite [2021-11-11T17:27:28.336Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-11-11T17:27:28.443Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-11-11T17:27:28.443Z] --- PASS: TestStopContainerWithTimeout/0 (0.65s) [2021-11-11T17:27:28.443Z] --- PASS: TestStopContainerWithTimeout/-1 (2.73s) [2021-11-11T17:27:28.443Z] --- PASS: TestStopContainerWithTimeout/3 (2.43s) [2021-11-11T17:27:28.443Z] --- PASS: TestStopContainerWithTimeout/1 (1.49s) [2021-11-11T17:27:28.443Z] === RUN TestDeleteDevicemapper [2021-11-11T17:27:28.443Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-11T17:27:28.443Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-11T17:27:28.443Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-11T17:27:28.826Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:28.826Z] INFO: Testing against a local daemon [2021-11-11T17:27:28.826Z] === RUN TestVolumesCreateAndList [2021-11-11T17:27:28.826Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-11-11T17:27:28.826Z] === RUN TestVolumesRemove [2021-11-11T17:27:28.826Z] --- PASS: TestVolumesRemove (0.11s) [2021-11-11T17:27:28.826Z] === RUN TestVolumesInspect [2021-11-11T17:27:28.826Z] --- PASS: TestVolumesInspect (0.03s) [2021-11-11T17:27:28.826Z] === RUN TestVolumesInvalidJSON [2021-11-11T17:27:28.826Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-11T17:27:28.826Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-11T17:27:28.826Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-11T17:27:28.826Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-11-11T17:27:28.826Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-11T17:27:28.826Z] PASS [2021-11-11T17:27:28.826Z] ok github.com/docker/docker/integration/volume 0.244s [2021-11-11T17:27:29.282Z] [2021-11-11T17:27:29.282Z] DONE 5 tests in 1.691s [2021-11-11T17:27:29.282Z] INFO: make.ps1 ended at 11/11/2021 17:27:28 [2021-11-11T17:27:29.282Z] INFO: Integration CLI tests being run from the host: [2021-11-11T17:27:29.282Z] 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" [2021-11-11T17:27:29.377Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.28s) [2021-11-11T17:27:29.378Z] === RUN TestUpdateMemory [2021-11-11T17:27:29.945Z] --- PASS: TestUpdateMemory (0.59s) [2021-11-11T17:27:29.945Z] === RUN TestUpdateCPUQuota [2021-11-11T17:27:30.165Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-11-11T17:27:30.228Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-11T17:27:30.228Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-11-11T17:27:30.880Z] --- PASS: TestUpdateCPUQuota (0.89s) [2021-11-11T17:27:30.880Z] === RUN TestUpdatePidsLimit [2021-11-11T17:27:30.880Z] === RUN TestUpdatePidsLimit/update_from_none [2021-11-11T17:27:31.138Z] === RUN TestUpdatePidsLimit/no_change [2021-11-11T17:27:31.138Z] === RUN TestUpdatePidsLimit/update_lower [2021-11-11T17:27:31.396Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-11-11T17:27:31.655Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-11-11T17:27:31.913Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-11-11T17:27:32.118Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-11T17:27:32.171Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-11-11T17:27:33.105Z] --- PASS: TestUpdatePidsLimit (2.12s) [2021-11-11T17:27:33.105Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.23s) [2021-11-11T17:27:33.105Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2021-11-11T17:27:33.105Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2021-11-11T17:27:33.105Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2021-11-11T17:27:33.105Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2021-11-11T17:27:33.105Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2021-11-11T17:27:33.105Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.22s) [2021-11-11T17:27:33.105Z] === RUN TestUpdateRestartPolicy [2021-11-11T17:27:33.483Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-11-11T17:27:36.322Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:27:36.322Z] INFO: Testing against a local daemon [2021-11-11T17:27:36.322Z] === RUN TestDockerSuite [2021-11-11T17:27:36.322Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-11T17:27:36.322Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-11T17:27:36.322Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T17:27:36.322Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-11T17:27:36.322Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-11T17:27:36.322Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-11T17:27:36.322Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-11T17:27:36.322Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-11T17:27:36.322Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-11T17:27:36.322Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-11T17:27:36.776Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-11T17:27:37.231Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-11T17:27:37.685Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-11T17:27:38.140Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-11T17:27:38.729Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-11-11T17:27:39.662Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-11-11T17:27:41.167Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-11-11T17:27:41.244Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-11T17:27:41.500Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-11T17:27:42.062Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-11T17:27:42.317Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-11T17:27:43.687Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-11-11T17:27:43.687Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-11-11T17:27:43.687Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-11T17:27:43.943Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-11T17:27:45.300Z] --- PASS: TestUpdateRestartPolicy (11.09s) [2021-11-11T17:27:45.300Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-11T17:27:45.300Z] --- PASS: TestUpdateRestartWithAutoRemove (0.46s) [2021-11-11T17:27:45.300Z] === RUN TestWaitNonBlocked [2021-11-11T17:27:45.301Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:27:45.301Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:27:45.301Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:27:45.301Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:27:45.301Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:27:45.301Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:27:45.301Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-11-11T17:27:45.301Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.63s) [2021-11-11T17:27:45.301Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2021-11-11T17:27:45.301Z] === RUN TestWaitBlocked [2021-11-11T17:27:45.301Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:27:45.301Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:27:45.301Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:27:45.301Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:27:45.301Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:27:45.301Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:27:45.518Z] tests/integration/api_service_test.py .................................. [ 59%] [2021-11-11T17:27:45.867Z] --- PASS: TestWaitBlocked (0.01s) [2021-11-11T17:27:45.868Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s) [2021-11-11T17:27:45.868Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.82s) [2021-11-11T17:27:45.868Z] === CONT TestContainerStartOnDaemonRestart [2021-11-11T17:27:45.868Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-11T17:27:48.059Z] --- PASS: TestBuildWithHugeFile (106.70s) [2021-11-11T17:27:48.059Z] === RUN TestBuildWCOWSandboxSize [2021-11-11T17:27:48.059Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:27:48.059Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestBuildWithEmptyDockerfile [2021-11-11T17:27:48.059Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:27:48.059Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:27:48.059Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:27:48.059Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:27:48.059Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:27:48.059Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:27:48.059Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:27:48.059Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:27:48.059Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:27:48.059Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2021-11-11T17:27:48.059Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-11-11T17:27:48.059Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-11-11T17:27:48.059Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestBuildPreserveOwnership [2021-11-11T17:27:48.059Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:27:48.059Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestBuildPlatformInvalid [2021-11-11T17:27:48.059Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2021-11-11T17:27:48.059Z] PASS [2021-11-11T17:27:48.059Z] ok github.com/docker/docker/integration/build 161.816s [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === Skipped [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-11-11T17:27:48.059Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-11-11T17:27:48.059Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-11-11T17:27:48.059Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2021-11-11T17:27:48.059Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:27:48.059Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-11-11T17:27:48.059Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] DONE 29 tests, 6 skipped in 183.282s [2021-11-11T17:27:48.059Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-11-11T17:27:48.059Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:27:48.059Z] INFO: Testing against a local daemon [2021-11-11T17:27:48.059Z] === RUN TestConfigInspect [2021-11-11T17:27:48.059Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] --- SKIP: TestConfigInspect (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestConfigList [2021-11-11T17:27:48.059Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] --- SKIP: TestConfigList (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestConfigsCreateAndDelete [2021-11-11T17:27:48.059Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestConfigsUpdate [2021-11-11T17:27:48.059Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestTemplatedConfig [2021-11-11T17:27:48.059Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestConfigCreateResolve [2021-11-11T17:27:48.059Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:48.059Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-11-11T17:27:48.059Z] PASS [2021-11-11T17:27:48.059Z] ok github.com/docker/docker/integration/config 0.083s [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === Skipped [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-11-11T17:27:48.059Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-11-11T17:27:48.059Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-11-11T17:27:48.059Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-11-11T17:27:48.059Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-11-11T17:27:48.059Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-11-11T17:27:48.059Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:48.059Z] [2021-11-11T17:27:48.059Z] DONE 6 tests, 6 skipped in 1.749s [2021-11-11T17:27:48.059Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-11-11T17:27:48.059Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:27:48.059Z] INFO: Testing against a local daemon [2021-11-11T17:27:48.059Z] === RUN TestCheckpoint [2021-11-11T17:27:48.059Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:27:48.059Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestContainerInvalidJSON [2021-11-11T17:27:48.059Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:27:48.059Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:27:48.059Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:27:48.059Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:27:48.059Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:27:48.059Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:27:48.059Z] --- PASS: TestContainerInvalidJSON (0.04s) [2021-11-11T17:27:48.059Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-11T17:27:48.059Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-11T17:27:48.059Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.22s) [2021-11-11T17:27:48.059Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-11T17:27:48.059Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.19s) [2021-11-11T17:27:48.059Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-11T17:27:48.059Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2021-11-11T17:27:48.059Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-11T17:27:48.059Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2021-11-11T17:27:48.059Z] === RUN TestCopyFromContainer [2021-11-11T17:27:48.059Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.059Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-11-11T17:27:48.059Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-11T17:27:48.059Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:27:48.059Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:27:48.059Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:27:48.059Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:27:48.059Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:27:48.059Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:27:48.059Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:27:48.059Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:27:48.060Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:27:48.060Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-11T17:27:48.060Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-11T17:27:48.060Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidEnv [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-11T17:27:48.060Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-11T17:27:48.060Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-11T17:27:48.060Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-11T17:27:48.060Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-11T17:27:48.060Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-11T17:27:48.060Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestCreateTmpfsMountsTarget [2021-11-11T17:27:48.060Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.060Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-11T17:27:48.060Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:48.060Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-11T17:27:48.060Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:27:48.060Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:27:48.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:27:48.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:27:48.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:27:48.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:27:48.060Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:27:48.060Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:27:48.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:27:48.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:27:48.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:27:48.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:27:48.060Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-11T17:27:48.060Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-11T17:27:48.060Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestCreateDifferentPlatform [2021-11-11T17:27:48.060Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-11T17:27:48.060Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-11T17:27:48.060Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-11T17:27:48.060Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-11T17:27:48.060Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-11-11T17:27:48.060Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-11T17:27:48.060Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-11T17:27:48.060Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-11-11T17:27:48.060Z] === RUN TestContainerKillOnDaemonStart [2021-11-11T17:27:48.060Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.060Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestDiff [2021-11-11T17:27:48.060Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:48.060Z] --- SKIP: TestDiff (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestExecWithCloseStdin [2021-11-11T17:27:48.060Z] --- PASS: TestExecWithCloseStdin (1.99s) [2021-11-11T17:27:48.060Z] === RUN TestExec [2021-11-11T17:27:48.060Z] --- PASS: TestExec (1.89s) [2021-11-11T17:27:48.060Z] === RUN TestExecUser [2021-11-11T17:27:48.060Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-11T17:27:48.060Z] --- SKIP: TestExecUser (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestExportContainerAndImportImage [2021-11-11T17:27:48.060Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.060Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-11T17:27:48.060Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:48.060Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestHealthCheckWorkdir [2021-11-11T17:27:48.060Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:48.060Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestHealthKillContainer [2021-11-11T17:27:48.060Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-11T17:27:48.060Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-11T17:27:48.060Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-11T17:27:48.060Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-11-11T17:27:48.060Z] === RUN TestKillContainerInvalidSignal [2021-11-11T17:27:48.060Z] --- PASS: TestKillContainerInvalidSignal (1.67s) [2021-11-11T17:27:48.060Z] === RUN TestKillContainer [2021-11-11T17:27:48.060Z] === RUN TestKillContainer/no_signal [2021-11-11T17:27:48.400Z] --- PASS: TestContainerStartOnDaemonRestart (2.25s) [2021-11-11T17:27:48.400Z] === CONT TestIpcModeOlderClient [2021-11-11T17:27:48.400Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-11-11T17:27:48.400Z] === CONT TestContainerKillOnDaemonStart [2021-11-11T17:27:48.400Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.34s) [2021-11-11T17:27:48.400Z] === CONT TestDaemonHostGatewayIP [2021-11-11T17:27:48.530Z] === RUN TestKillContainer/non_killing_signal [2021-11-11T17:27:48.530Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-11T17:27:48.530Z] === RUN TestKillContainer/killing_signal [2021-11-11T17:27:50.757Z] --- PASS: TestKillContainer (3.71s) [2021-11-11T17:27:50.757Z] --- PASS: TestKillContainer/no_signal (1.63s) [2021-11-11T17:27:50.757Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-11T17:27:50.757Z] --- PASS: TestKillContainer/killing_signal (2.03s) [2021-11-11T17:27:50.757Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-11T17:27:50.757Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:27:50.757Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-11T17:27:50.757Z] === RUN TestKillStoppedContainer [2021-11-11T17:27:50.757Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:27:50.757Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-11-11T17:27:50.757Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-11T17:27:50.757Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:27:50.757Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-11T17:27:50.757Z] === RUN TestKillDifferentUserContainer [2021-11-11T17:27:50.757Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-11T17:27:50.757Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-11-11T17:27:50.757Z] === RUN TestInspectOomKilledTrue [2021-11-11T17:27:50.757Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:50.757Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-11T17:27:50.757Z] === RUN TestInspectOomKilledFalse [2021-11-11T17:27:50.757Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:27:50.757Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-11T17:27:50.757Z] === RUN TestLogsFollowTailEmpty [2021-11-11T17:27:50.960Z] --- PASS: TestDaemonHostGatewayIP (2.64s) [2021-11-11T17:27:50.961Z] === CONT TestDaemonRestartIpcMode [2021-11-11T17:27:52.051Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-11-11T17:27:52.051Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-11-11T17:27:52.327Z] --- PASS: TestLogsFollowTailEmpty (1.66s) [2021-11-11T17:27:52.327Z] === RUN TestNetworkNat [2021-11-11T17:27:52.327Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:52.327Z] --- SKIP: TestNetworkNat (0.00s) [2021-11-11T17:27:52.327Z] === RUN TestNetworkLocalhostTCPNat [2021-11-11T17:27:52.614Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-11T17:27:53.177Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-11T17:27:53.508Z] --- PASS: TestDaemonRestartIpcMode (2.22s) [2021-11-11T17:27:53.738Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-11T17:27:54.554Z] --- PASS: TestNetworkLocalhostTCPNat (1.97s) [2021-11-11T17:27:54.554Z] === RUN TestNetworkLoopbackNat [2021-11-11T17:27:54.554Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-11T17:27:54.554Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-11-11T17:27:54.554Z] === RUN TestPause [2021-11-11T17:27:54.554Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-11T17:27:54.554Z] --- SKIP: TestPause (0.00s) [2021-11-11T17:27:54.554Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-11T17:27:54.667Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-11T17:27:54.923Z] docker_api_swarm_test.go:563: [d2b21f9590c3e] joining swarm manager [dbc492b1845cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:27:54.923Z] === RUN TestDockerSuite/TestBuildFails [2021-11-11T17:27:56.124Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.61s) [2021-11-11T17:27:56.124Z] === RUN TestPauseStopPausedContainer [2021-11-11T17:27:56.124Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:27:56.124Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-11-11T17:27:56.124Z] === RUN TestPsFilter [2021-11-11T17:27:56.124Z] --- PASS: TestPsFilter (0.19s) [2021-11-11T17:27:56.124Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-11T17:27:56.288Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-11T17:27:56.288Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-11T17:27:58.350Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.02s) [2021-11-11T17:27:58.350Z] === RUN TestRemoveContainerWithVolume [2021-11-11T17:27:58.846Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-11T17:28:00.075Z] --- PASS: TestContainerKillOnDaemonStart (11.80s) [2021-11-11T17:28:00.075Z] PASS [2021-11-11T17:28:00.075Z] [2021-11-11T17:28:00.075Z] === Skipped [2021-11-11T17:28:00.075Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-11-11T17:28:00.075Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:28:00.075Z] [2021-11-11T17:28:00.075Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-11-11T17:28:00.075Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-11-11T17:28:00.075Z] [2021-11-11T17:28:00.075Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-11T17:28:00.075Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-11T17:28:00.075Z] [2021-11-11T17:28:00.075Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-11-11T17:28:00.075Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-11-11T17:28:00.075Z] [2021-11-11T17:28:00.075Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-11T17:28:00.075Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-11T17:28:00.075Z] [2021-11-11T17:28:00.075Z] DONE 200 tests, 5 skipped in 119.069s [2021-11-11T17:28:00.075Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-11-11T17:28:00.075Z] === RUN TestConfigDaemonLibtrustID [2021-11-11T17:28:00.574Z] --- PASS: TestRemoveContainerWithVolume (2.46s) [2021-11-11T17:28:00.574Z] === RUN TestRemoveContainerRunning [2021-11-11T17:28:00.642Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-11-11T17:28:00.642Z] === RUN TestDaemonConfigValidation [2021-11-11T17:28:00.642Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:28:00.642Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:28:00.642Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-11-11T17:28:00.642Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-11-11T17:28:00.642Z] === RUN TestDaemonConfigValidation/invalid_config [2021-11-11T17:28:00.642Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-11-11T17:28:00.642Z] === RUN TestDaemonConfigValidation/malformed_config [2021-11-11T17:28:00.642Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-11-11T17:28:00.642Z] === RUN TestDaemonConfigValidation/valid_config [2021-11-11T17:28:00.642Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-11-11T17:28:00.642Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:28:00.642Z] === CONT TestDaemonConfigValidation/malformed_config [2021-11-11T17:28:00.642Z] === CONT TestDaemonConfigValidation/valid_config [2021-11-11T17:28:00.735Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-11T17:28:00.900Z] === CONT TestDaemonConfigValidation/invalid_config [2021-11-11T17:28:00.900Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-11-11T17:28:00.900Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-11-11T17:28:00.900Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2021-11-11T17:28:00.900Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s) [2021-11-11T17:28:00.900Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-11-11T17:28:00.900Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2021-11-11T17:28:00.900Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2021-11-11T17:28:00.900Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-11T17:28:00.900Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-11-11T17:28:01.211Z] ............................ [ 67%] [2021-11-11T17:28:01.838Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-11-11T17:28:02.101Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-11T17:28:02.800Z] --- PASS: TestRemoveContainerRunning (1.64s) [2021-11-11T17:28:02.800Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-11T17:28:03.029Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-11T17:28:03.223Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-11-11T17:28:03.591Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-11T17:28:03.795Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.61s) [2021-11-11T17:28:03.795Z] === RUN TestRemoveInvalidContainer [2021-11-11T17:28:03.795Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-11-11T17:28:03.795Z] === RUN TestRenameLinkedContainer [2021-11-11T17:28:03.795Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-11T17:28:03.795Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-11-11T17:28:03.795Z] === RUN TestRenameStoppedContainer [2021-11-11T17:28:04.158Z] === CONT TestConfigDaemonSeccompProfiles [2021-11-11T17:28:04.158Z] daemon_test.go:156: [dd8431d3041bb] daemon is not started [2021-11-11T17:28:04.158Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2021-11-11T17:28:04.158Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2021-11-11T17:28:04.158Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2021-11-11T17:28:04.158Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2021-11-11T17:28:04.158Z] === RUN TestDaemonProxy [2021-11-11T17:28:04.158Z] === RUN TestDaemonProxy/environment_variables [2021-11-11T17:28:04.519Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-11T17:28:06.017Z] --- PASS: TestRenameStoppedContainer (1.92s) [2021-11-11T17:28:06.017Z] === RUN TestRenameRunningContainerAndReuse [2021-11-11T17:28:06.056Z] === RUN TestDaemonProxy/command-line_options [2021-11-11T17:28:06.411Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-11T17:28:07.778Z] docker_api_swarm_test.go:585: [d00ce12eea34b] joining swarm manager [dbc492b1845cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:28:07.778Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-11T17:28:07.778Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-11T17:28:07.954Z] === RUN TestDaemonProxy/configuration_file [2021-11-11T17:28:09.326Z] === RUN TestDaemonProxy/conflicting_options [2021-11-11T17:28:09.821Z] --- PASS: TestRenameRunningContainerAndReuse (3.36s) [2021-11-11T17:28:09.821Z] === RUN TestRenameInvalidName [2021-11-11T17:28:09.893Z] === RUN TestDaemonProxy/reload_sanitized [2021-11-11T17:28:10.297Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-11T17:28:10.297Z] check_test.go:379: [d2b21f9590c3e] daemon is not started [2021-11-11T17:28:10.460Z] --- PASS: TestDaemonProxy (6.30s) [2021-11-11T17:28:10.460Z] --- PASS: TestDaemonProxy/environment_variables (1.84s) [2021-11-11T17:28:10.460Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2021-11-11T17:28:10.460Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2021-11-11T17:28:10.460Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2021-11-11T17:28:10.460Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2021-11-11T17:28:10.460Z] PASS [2021-11-11T17:28:10.460Z] [2021-11-11T17:28:10.460Z] DONE 17 tests in 10.235s [2021-11-11T17:28:10.460Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-11-11T17:28:10.460Z] INFO: Testing against a local daemon [2021-11-11T17:28:10.460Z] === RUN TestCommitInheritsEnv [2021-11-11T17:28:10.719Z] --- PASS: TestCommitInheritsEnv (0.28s) [2021-11-11T17:28:10.719Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-11T17:28:10.719Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-11-11T17:28:10.719Z] === RUN TestImagesFilterMultiReference [2021-11-11T17:28:10.719Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-11-11T17:28:10.719Z] === RUN TestImagePullPlatformInvalid [2021-11-11T17:28:10.719Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-11T17:28:10.719Z] === RUN TestRemoveImageOrphaning [2021-11-11T17:28:10.813Z] --- PASS: TestRenameInvalidName (1.65s) [2021-11-11T17:28:10.813Z] === RUN TestRenameAnonymousContainer [2021-11-11T17:28:10.978Z] --- PASS: TestRemoveImageOrphaning (0.28s) [2021-11-11T17:28:10.978Z] === RUN TestRemoveImageGarbageCollector [2021-11-11T17:28:11.663Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-11T17:28:13.049Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-11T17:28:13.508Z] --- PASS: TestRemoveImageGarbageCollector (1.97s) [2021-11-11T17:28:13.508Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-11T17:28:13.508Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-11-11T17:28:13.508Z] === RUN TestTagInvalidReference [2021-11-11T17:28:13.508Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-11T17:28:13.508Z] === RUN TestTagValidPrefixedRepo [2021-11-11T17:28:13.508Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-11-11T17:28:13.508Z] === RUN TestTagExistedNameWithoutForce [2021-11-11T17:28:13.508Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-11T17:28:13.508Z] === RUN TestTagOfficialNames [2021-11-11T17:28:13.508Z] --- PASS: TestTagOfficialNames (0.05s) [2021-11-11T17:28:13.508Z] === RUN TestTagMatchesDigest [2021-11-11T17:28:13.508Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-11-11T17:28:13.508Z] === CONT TestImportExtremelyLargeImageWorks [2021-11-11T17:28:17.221Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-11T17:28:17.221Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-11T17:28:17.783Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-11T17:28:18.345Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-11T17:28:18.906Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-11T17:28:18.906Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-11T17:28:19.532Z] --- PASS: TestRenameAnonymousContainer (8.27s) [2021-11-11T17:28:19.532Z] === RUN TestRenameContainerWithSameName [2021-11-11T17:28:19.839Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-11T17:28:20.095Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-11T17:28:20.351Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-11T17:28:20.607Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-11-11T17:28:20.607Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-11-11T17:28:20.607Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-11-11T17:28:20.862Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-11T17:28:21.102Z] --- PASS: TestRenameContainerWithSameName (1.64s) [2021-11-11T17:28:21.102Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-11T17:28:21.102Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-11T17:28:21.102Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-11-11T17:28:21.102Z] === RUN TestResize [2021-11-11T17:28:21.118Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-11T17:28:22.046Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-11T17:28:22.672Z] --- PASS: TestResize (1.65s) [2021-11-11T17:28:22.672Z] === RUN TestResizeWithInvalidSize [2021-11-11T17:28:23.413Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-11T17:28:23.670Z] docker_api_swarm_test.go:46: [d016507690a08] joining swarm manager [d91d0bd67197f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:28:24.248Z] --- PASS: TestResizeWithInvalidSize (1.65s) [2021-11-11T17:28:24.248Z] === RUN TestResizeWhenContainerNotStarted [2021-11-11T17:28:25.819Z] --- PASS: TestResizeWhenContainerNotStarted (1.88s) [2021-11-11T17:28:25.819Z] === RUN TestDaemonRestartKillContainers [2021-11-11T17:28:25.819Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:28:25.819Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:28:25.819Z] === RUN TestStats [2021-11-11T17:28:25.819Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-11T17:28:25.819Z] --- SKIP: TestStats (0.00s) [2021-11-11T17:28:25.819Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-11T17:28:26.188Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-11T17:28:31.433Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-11T17:28:33.324Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-11T17:28:33.580Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-11T17:28:33.580Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-11T17:28:33.837Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-11T17:28:33.837Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-11T17:28:34.093Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-11T17:28:34.501Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.09s) [2021-11-11T17:28:34.501Z] === RUN TestStopContainerWithTimeout [2021-11-11T17:28:34.501Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-11T17:28:34.501Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-11-11T17:28:34.501Z] === RUN TestUpdateRestartPolicy [2021-11-11T17:28:36.048Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-11T17:28:36.048Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:28:36.048Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:28:36.048Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-11T17:28:36.048Z] [2021-11-11T17:28:36.048Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-11T17:28:36.048Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-11T17:28:36.048Z] HOSTNAME=971093036ffd [2021-11-11T17:28:36.048Z] TESTDEBUG=0 [2021-11-11T17:28:36.048Z] DEST=bundles/test-integration [2021-11-11T17:28:36.048Z] PWD=/go/src/github.com/docker/docker [2021-11-11T17:28:36.048Z] DOCKER_GITCOMMIT=71c6863433e734f5fe9529df00c7732ab9759c34 [2021-11-11T17:28:36.048Z] container=docker [2021-11-11T17:28:36.048Z] HOME=/root [2021-11-11T17:28:36.048Z] GOLANG_VERSION=1.17.3 [2021-11-11T17:28:36.048Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-11T17:28:36.048Z] VALIDATE_BRANCH=master [2021-11-11T17:28:36.048Z] TERM=xterm [2021-11-11T17:28:36.048Z] DOCKER_PKG=github.com/docker/docker [2021-11-11T17:28:36.048Z] SHLVL=1 [2021-11-11T17:28:36.048Z] TIMEOUT=120m [2021-11-11T17:28:36.048Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-11T17:28:36.048Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-11T17:28:36.048Z] GO111MODULE=off [2021-11-11T17:28:36.048Z] DOCKER_EXPERIMENTAL=1 [2021-11-11T17:28:36.048Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-11T17:28:36.048Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-11T17:28:36.048Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-11T17:28:36.048Z] GOPATH=/go [2021-11-11T17:28:36.048Z] PKG_CONFIG=pkg-config [2021-11-11T17:28:36.048Z] _=/usr/bin/env [2021-11-11T17:28:36.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-11T17:28:36.627Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-11T17:28:37.992Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-11T17:28:40.262Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-11-11T17:28:41.264Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-11T17:28:41.264Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-11T17:28:41.520Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-11-11T17:28:41.776Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-11T17:28:42.704Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-11T17:28:50.137Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-11T17:28:50.137Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-11T17:28:50.137Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-11T17:28:50.137Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-11T17:28:50.137Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-11T17:28:50.137Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-11T17:28:50.137Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-11T17:28:50.137Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-11T17:28:50.137Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-11-11T17:28:50.789Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-11T17:28:52.677Z] --- PASS: TestImportExtremelyLargeImageWorks (174.07s) [2021-11-11T17:28:52.677Z] PASS [2021-11-11T17:28:52.677Z] [2021-11-11T17:28:52.677Z] DONE 12 tests in 177.545s [2021-11-11T17:28:52.677Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-11-11T17:28:52.677Z] ++ 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 [2021-11-11T17:28:52.677Z] ++ set -e [2021-11-11T17:28:52.677Z] ++ '[' -n 0 ']' [2021-11-11T17:28:52.677Z] ++ set -x [2021-11-11T17:28:52.677Z] ++ 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 [2021-11-11T17:28:52.677Z] INFO: Testing against a local daemon [2021-11-11T17:28:52.677Z] === RUN TestNetworkCreateDelete [2021-11-11T17:28:52.677Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-11-11T17:28:52.677Z] === RUN TestDockerNetworkDeletePreferID [2021-11-11T17:28:53.239Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2021-11-11T17:28:53.239Z] === RUN TestDaemonDNSFallback [2021-11-11T17:28:53.239Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-11T17:28:54.166Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-11T17:28:54.794Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-11T17:28:54.794Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T17:28:54.794Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-11T17:28:54.794Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-11T17:28:54.794Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-11T17:28:55.379Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-11-11T17:28:55.536Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-11T17:28:55.536Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-11-11T17:28:55.536Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-11T17:28:55.769Z] --- PASS: TestUpdateRestartPolicy (18.85s) [2021-11-11T17:28:55.769Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-11T17:28:55.769Z] --- PASS: TestUpdateRestartWithAutoRemove (1.71s) [2021-11-11T17:28:55.769Z] === RUN TestWaitNonBlocked [2021-11-11T17:28:55.769Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:28:55.769Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:28:55.769Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:28:55.769Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:28:55.769Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:28:55.769Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:28:56.953Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-11T17:28:57.276Z] tests/integration/client_test.py ..... [ 75%] [2021-11-11T17:28:57.339Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-11-11T17:28:57.340Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.21s) [2021-11-11T17:28:57.340Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.31s) [2021-11-11T17:28:57.340Z] === RUN TestWaitBlocked [2021-11-11T17:28:57.340Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:28:57.340Z] --- SKIP: TestWaitBlocked (0.00s) [2021-11-11T17:28:57.340Z] PASS [2021-11-11T17:28:57.340Z] ok github.com/docker/docker/integration/container 76.568s [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === Skipped [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-11-11T17:28:57.340Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-11-11T17:28:57.340Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-11-11T17:28:57.340Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-11-11T17:28:57.340Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-11-11T17:28:57.340Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-11T17:28:57.340Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-11T17:28:57.340Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-11-11T17:28:57.340Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-11-11T17:28:57.340Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-11-11T17:28:57.340Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-11-11T17:28:57.340Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-11-11T17:28:57.340Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-11-11T17:28:57.340Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-11-11T17:28:57.340Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-11-11T17:28:57.340Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-11-11T17:28:57.340Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-11-11T17:28:57.340Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-11T17:28:57.340Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-11T17:28:57.340Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-11-11T17:28:57.340Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-11T17:28:57.340Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-11-11T17:28:57.340Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-11-11T17:28:57.340Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-11-11T17:28:57.340Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-11-11T17:28:57.340Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-11-11T17:28:57.340Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-11-11T17:28:57.340Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-11-11T17:28:57.340Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-11-11T17:28:57.340Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-11-11T17:28:57.340Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:28:57.340Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-11-11T17:28:57.340Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-11-11T17:28:57.340Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-11-11T17:28:57.340Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:28:57.340Z] [2021-11-11T17:28:57.340Z] DONE 87 tests, 33 skipped in 78.716s [2021-11-11T17:28:57.340Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-11-11T17:28:57.535Z] tests/integration/context_api_test.py ... [ 76%] [2021-11-11T17:28:58.100Z] tests/integration/errors_test.py . [ 76%] [2021-11-11T17:28:58.808Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-11T17:28:58.808Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-11T17:28:59.114Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-11T17:28:59.114Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-11T17:28:59.114Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-11T17:28:59.114Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-11T17:28:59.114Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-11T17:28:59.114Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-11T17:28:59.114Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-11T17:28:59.114Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-11T17:28:59.114Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-11T17:28:59.735Z] --- PASS: TestDaemonDNSFallback (6.60s) [2021-11-11T17:28:59.735Z] === RUN TestInspectNetwork [2021-11-11T17:29:00.137Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-11T17:29:00.137Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-11T17:29:01.506Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-11T17:29:02.120Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-11T17:29:02.120Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-11T17:29:02.120Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-11T17:29:02.120Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T17:29:02.120Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-11T17:29:02.434Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-11T17:29:02.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-11T17:29:02.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-11T17:29:02.996Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-11T17:29:03.559Z] === RUN TestInspectNetwork/full_network_id [2021-11-11T17:29:03.559Z] === RUN TestInspectNetwork/partial_network_id [2021-11-11T17:29:03.559Z] === RUN TestInspectNetwork/network_name [2021-11-11T17:29:03.559Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-11-11T17:29:03.815Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-11T17:29:04.742Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-11T17:29:04.998Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-11T17:29:04.998Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-11T17:29:05.254Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-11T17:29:05.510Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-11T17:29:06.071Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-11T17:29:06.818Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-11T17:29:07.436Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-11T17:29:07.692Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-11T17:29:07.949Z] --- PASS: TestInspectNetwork (8.33s) [2021-11-11T17:29:07.949Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-11-11T17:29:07.949Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-11-11T17:29:07.949Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-11-11T17:29:07.949Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-11-11T17:29:07.949Z] === RUN TestRunContainerWithBridgeNone [2021-11-11T17:29:09.838Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-11T17:29:10.095Z] --- PASS: TestRunContainerWithBridgeNone (2.00s) [2021-11-11T17:29:10.095Z] === RUN TestNetworkInvalidJSON [2021-11-11T17:29:10.095Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-11T17:29:10.095Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-11T17:29:10.095Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:29:10.095Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:29:10.095Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:29:10.095Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:29:10.095Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-11T17:29:10.095Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:29:10.095Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:29:10.095Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-11-11T17:29:10.095Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-11T17:29:10.095Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-11T17:29:10.095Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-11T17:29:10.095Z] === RUN TestNetworkList [2021-11-11T17:29:10.095Z] === RUN TestNetworkList//networks [2021-11-11T17:29:10.095Z] === PAUSE TestNetworkList//networks [2021-11-11T17:29:10.095Z] === RUN TestNetworkList//networks/ [2021-11-11T17:29:10.095Z] === PAUSE TestNetworkList//networks/ [2021-11-11T17:29:10.095Z] === CONT TestNetworkList//networks [2021-11-11T17:29:10.095Z] === CONT TestNetworkList//networks/ [2021-11-11T17:29:10.095Z] --- PASS: TestNetworkList (0.02s) [2021-11-11T17:29:10.095Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-11T17:29:10.095Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-11T17:29:10.095Z] === RUN TestHostIPv4BridgeLabel [2021-11-11T17:29:10.658Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2021-11-11T17:29:10.658Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-11T17:29:10.914Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-11T17:29:11.842Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-11-11T17:29:11.842Z] === RUN TestDaemonDefaultNetworkPools [2021-11-11T17:29:12.404Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-11T17:29:12.404Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2021-11-11T17:29:12.404Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-11T17:29:13.336Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-11T17:29:13.591Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-11-11T17:29:13.591Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-11T17:29:14.154Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-11T17:29:14.411Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-11T17:29:14.972Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2021-11-11T17:29:14.972Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-11T17:29:15.534Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-11-11T17:29:15.534Z] === RUN TestServiceWithPredefinedNetwork [2021-11-11T17:29:16.637Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-11-11T17:29:16.901Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-11T17:29:18.267Z] --- PASS: TestServiceWithPredefinedNetwork (2.56s) [2021-11-11T17:29:18.267Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-11T17:29:18.267Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:29:18.267Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:29:18.267Z] === RUN TestServiceWithDataPathPortInit [2021-11-11T17:29:18.636Z] === RUN TestConfigDaemonLibtrustID [2021-11-11T17:29:18.636Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-11T17:29:18.636Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-11-11T17:29:18.636Z] === RUN TestDaemonConfigValidation [2021-11-11T17:29:18.636Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-11T17:29:18.636Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-11-11T17:29:18.636Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-11T17:29:18.636Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-11T17:29:18.636Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-11-11T17:29:18.636Z] === RUN TestDaemonProxy [2021-11-11T17:29:18.637Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-11T17:29:18.637Z] --- SKIP: TestDaemonProxy (0.00s) [2021-11-11T17:29:18.637Z] PASS [2021-11-11T17:29:18.637Z] ok github.com/docker/docker/integration/daemon 0.089s [2021-11-11T17:29:18.637Z] [2021-11-11T17:29:18.637Z] === Skipped [2021-11-11T17:29:18.637Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-11-11T17:29:18.637Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-11T17:29:18.637Z] [2021-11-11T17:29:18.637Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-11-11T17:29:18.637Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-11T17:29:18.637Z] [2021-11-11T17:29:18.637Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-11-11T17:29:18.637Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-11T17:29:18.637Z] [2021-11-11T17:29:18.637Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2021-11-11T17:29:18.637Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-11T17:29:18.637Z] [2021-11-11T17:29:18.637Z] DONE 4 tests, 4 skipped in 18.695s [2021-11-11T17:29:18.637Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-11-11T17:29:18.637Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:18.637Z] INFO: Testing against a local daemon [2021-11-11T17:29:18.637Z] === RUN TestCommitInheritsEnv [2021-11-11T17:29:18.637Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:29:18.637Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-11-11T17:29:18.637Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-11T17:29:18.637Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-11T17:29:18.637Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-11T17:29:18.637Z] === RUN TestImagesFilterMultiReference [2021-11-11T17:29:18.637Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-11-11T17:29:18.637Z] === RUN TestImagePullPlatformInvalid [2021-11-11T17:29:18.637Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-11-11T17:29:18.637Z] === RUN TestRemoveImageOrphaning [2021-11-11T17:29:18.637Z] --- PASS: TestRemoveImageOrphaning (0.89s) [2021-11-11T17:29:18.637Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-11T17:29:18.637Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-11-11T17:29:18.637Z] === RUN TestTagInvalidReference [2021-11-11T17:29:18.637Z] --- PASS: TestTagInvalidReference (0.04s) [2021-11-11T17:29:18.637Z] === RUN TestTagValidPrefixedRepo [2021-11-11T17:29:18.637Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-11-11T17:29:18.637Z] === RUN TestTagExistedNameWithoutForce [2021-11-11T17:29:18.637Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-11-11T17:29:18.637Z] === RUN TestTagOfficialNames [2021-11-11T17:29:18.637Z] --- PASS: TestTagOfficialNames (0.08s) [2021-11-11T17:29:18.637Z] === RUN TestTagMatchesDigest [2021-11-11T17:29:18.637Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-11-11T17:29:18.637Z] PASS [2021-11-11T17:29:18.637Z] ok github.com/docker/docker/integration/image 1.352s [2021-11-11T17:29:18.829Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-11T17:29:19.108Z] [2021-11-11T17:29:19.108Z] === Skipped [2021-11-11T17:29:19.108Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-11-11T17:29:19.108Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:29:19.108Z] [2021-11-11T17:29:19.108Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-11T17:29:19.108Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-11T17:29:19.108Z] [2021-11-11T17:29:19.108Z] DONE 11 tests, 2 skipped in 2.911s [2021-11-11T17:29:19.108Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-11-11T17:29:19.392Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-11T17:29:20.333Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-11T17:29:20.680Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:20.680Z] INFO: Testing against a local daemon [2021-11-11T17:29:20.680Z] === RUN TestNetworkCreateDelete [2021-11-11T17:29:20.680Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:20.680Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestDockerNetworkDeletePreferID [2021-11-11T17:29:20.680Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-11T17:29:20.680Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestDaemonDNSFallback [2021-11-11T17:29:20.680Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:20.680Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestInspectNetwork [2021-11-11T17:29:20.680Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-11T17:29:20.680Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestRunContainerWithBridgeNone [2021-11-11T17:29:20.680Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:20.680Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestNetworkInvalidJSON [2021-11-11T17:29:20.680Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-11T17:29:20.680Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-11T17:29:20.680Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:29:20.680Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:29:20.680Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:29:20.680Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:29:20.680Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-11T17:29:20.680Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:29:20.680Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:29:20.680Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-11-11T17:29:20.680Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-11T17:29:20.680Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-11T17:29:20.680Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-11-11T17:29:20.680Z] === RUN TestNetworkList [2021-11-11T17:29:20.680Z] === RUN TestNetworkList//networks [2021-11-11T17:29:20.680Z] === PAUSE TestNetworkList//networks [2021-11-11T17:29:20.680Z] === RUN TestNetworkList//networks/ [2021-11-11T17:29:20.680Z] === PAUSE TestNetworkList//networks/ [2021-11-11T17:29:20.680Z] === CONT TestNetworkList//networks [2021-11-11T17:29:20.680Z] === CONT TestNetworkList//networks/ [2021-11-11T17:29:20.680Z] --- PASS: TestNetworkList (0.02s) [2021-11-11T17:29:20.680Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-11T17:29:20.680Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestHostIPv4BridgeLabel [2021-11-11T17:29:20.680Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-11T17:29:20.680Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-11T17:29:20.680Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-11T17:29:20.680Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestDaemonDefaultNetworkPools [2021-11-11T17:29:20.680Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-11T17:29:20.680Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-11T17:29:20.680Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-11T17:29:20.680Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-11T17:29:20.680Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-11T17:29:20.680Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-11T17:29:20.680Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-11T17:29:20.680Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestServiceWithPredefinedNetwork [2021-11-11T17:29:20.680Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-11T17:29:20.680Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-11T17:29:20.680Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:29:20.680Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestServiceWithDataPathPortInit [2021-11-11T17:29:20.680Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-11T17:29:20.680Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-11-11T17:29:20.680Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-11T17:29:20.680Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-11T17:29:20.680Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-11T17:29:20.680Z] PASS [2021-11-11T17:29:20.680Z] ok github.com/docker/docker/integration/network 0.125s [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === Skipped [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-11-11T17:29:21.680Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-11-11T17:29:21.680Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-11-11T17:29:21.680Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-11-11T17:29:21.680Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-11-11T17:29:21.680Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-11-11T17:29:21.680Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-11-11T17:29:21.680Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-11-11T17:29:21.680Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-11T17:29:21.680Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-11T17:29:21.680Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-11T17:29:21.680Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-11-11T17:29:21.680Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:29:21.680Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-11-11T17:29:21.680Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-11T17:29:21.680Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-11T17:29:21.680Z] [2021-11-11T17:29:21.680Z] DONE 22 tests, 15 skipped in 2.538s [2021-11-11T17:29:21.680Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-11-11T17:29:22.151Z] testing: warning: no tests to run [2021-11-11T17:29:22.151Z] PASS [2021-11-11T17:29:22.151Z] ok github.com/docker/docker/integration/network/ipvlan 0.056s [2021-11-11T17:29:22.151Z] [2021-11-11T17:29:22.151Z] DONE 0 tests in 0.568s [2021-11-11T17:29:22.151Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-11-11T17:29:23.141Z] testing: warning: no tests to run [2021-11-11T17:29:23.141Z] PASS [2021-11-11T17:29:23.141Z] ok github.com/docker/docker/integration/network/macvlan 0.059s [2021-11-11T17:29:23.141Z] [2021-11-11T17:29:23.141Z] DONE 0 tests in 0.591s [2021-11-11T17:29:23.141Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-11-11T17:29:23.611Z] testing: warning: no tests to run [2021-11-11T17:29:23.611Z] PASS [2021-11-11T17:29:23.611Z] ok github.com/docker/docker/integration/plugin 0.061s [2021-11-11T17:29:23.611Z] [2021-11-11T17:29:23.611Z] DONE 0 tests in 0.579s [2021-11-11T17:29:23.611Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-11-11T17:29:24.081Z] testing: warning: no tests to run [2021-11-11T17:29:24.081Z] PASS [2021-11-11T17:29:24.081Z] ok github.com/docker/docker/integration/plugin/authz 0.053s [2021-11-11T17:29:24.081Z] [2021-11-11T17:29:24.081Z] DONE 0 tests in 0.578s [2021-11-11T17:29:24.081Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-11-11T17:29:24.544Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-11-11T17:29:26.878Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-11T17:29:27.915Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:27.915Z] INFO: Testing against a local daemon [2021-11-11T17:29:27.915Z] === RUN TestPluginInvalidJSON [2021-11-11T17:29:27.915Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:29:27.915Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:29:27.915Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:29:27.915Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-11-11T17:29:27.915Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-11T17:29:27.915Z] === RUN TestPluginInstall [2021-11-11T17:29:27.915Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-11T17:29:27.915Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-11T17:29:27.915Z] === RUN TestPluginsWithRuntimes [2021-11-11T17:29:27.915Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-11T17:29:27.915Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-11T17:29:27.915Z] === RUN TestPluginBackCompatMediaTypes [2021-11-11T17:29:27.915Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-11T17:29:27.915Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-11T17:29:27.915Z] PASS [2021-11-11T17:29:27.915Z] ok github.com/docker/docker/integration/plugin/common 0.098s [2021-11-11T17:29:28.386Z] [2021-11-11T17:29:28.386Z] === Skipped [2021-11-11T17:29:28.386Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-11-11T17:29:28.386Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-11T17:29:28.386Z] [2021-11-11T17:29:28.386Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-11-11T17:29:28.386Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-11T17:29:28.386Z] [2021-11-11T17:29:28.386Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-11-11T17:29:28.386Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-11T17:29:28.386Z] [2021-11-11T17:29:28.386Z] DONE 5 tests, 3 skipped in 3.960s [2021-11-11T17:29:28.386Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-11-11T17:29:29.437Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-11-11T17:29:30.366Z] === RUN TestDockerSuite/TestBuildRm [2021-11-11T17:29:30.612Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:30.612Z] INFO: Testing against a local daemon [2021-11-11T17:29:30.612Z] === RUN TestExternalGraphDriver [2021-11-11T17:29:30.612Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-11T17:29:30.612Z] --- SKIP: TestExternalGraphDriver (0.01s) [2021-11-11T17:29:30.612Z] === RUN TestGraphdriverPluginV2 [2021-11-11T17:29:30.612Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-11T17:29:30.612Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-11-11T17:29:30.612Z] PASS [2021-11-11T17:29:30.612Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.082s [2021-11-11T17:29:31.083Z] [2021-11-11T17:29:31.083Z] === Skipped [2021-11-11T17:29:31.083Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2021-11-11T17:29:31.083Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-11T17:29:31.083Z] [2021-11-11T17:29:31.083Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-11-11T17:29:31.083Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-11T17:29:31.083Z] [2021-11-11T17:29:31.083Z] DONE 2 tests, 2 skipped in 2.641s [2021-11-11T17:29:31.083Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-11-11T17:29:31.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-11T17:29:31.293Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-11-11T17:29:32.655Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:32.655Z] INFO: Testing against a local daemon [2021-11-11T17:29:32.655Z] === RUN TestReadPluginNoRead [2021-11-11T17:29:32.655Z] read_test.go:21: no unix domain sockets on Windows [2021-11-11T17:29:32.655Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-11-11T17:29:32.655Z] PASS [2021-11-11T17:29:32.655Z] ok github.com/docker/docker/integration/plugin/logging 0.076s [2021-11-11T17:29:32.714Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-11T17:29:32.864Z] ......... [ 85%] [2021-11-11T17:29:33.126Z] [2021-11-11T17:29:33.126Z] === Skipped [2021-11-11T17:29:33.126Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-11-11T17:29:33.126Z] read_test.go:21: no unix domain sockets on Windows [2021-11-11T17:29:33.126Z] [2021-11-11T17:29:33.126Z] DONE 1 tests, 1 skipped in 1.807s [2021-11-11T17:29:33.126Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-11-11T17:29:33.642Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-11T17:29:33.642Z] docker_api_swarm_test.go:304: [d3fb049dc9ff2] joining swarm manager [d9f3dff4da997]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:29:34.118Z] testing: warning: no tests to run [2021-11-11T17:29:34.118Z] PASS [2021-11-11T17:29:34.118Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.058s [2021-11-11T17:29:34.118Z] [2021-11-11T17:29:34.118Z] DONE 0 tests in 0.890s [2021-11-11T17:29:34.118Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-11-11T17:29:34.204Z] --- PASS: TestServiceWithDataPathPortInit (16.04s) [2021-11-11T17:29:34.204Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-11T17:29:34.765Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-11T17:29:35.021Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-11T17:29:35.277Z] docker_api_swarm_test.go:305: [d9df9bf0944c7] joining swarm manager [d9f3dff4da997]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:29:35.533Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-11T17:29:35.693Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:35.693Z] INFO: Testing against a local daemon [2021-11-11T17:29:35.693Z] === RUN TestPluginWithDevMounts [2021-11-11T17:29:35.693Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:35.693Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-11T17:29:35.693Z] PASS [2021-11-11T17:29:35.693Z] ok github.com/docker/docker/integration/plugin/volumes 0.075s [2021-11-11T17:29:35.693Z] [2021-11-11T17:29:35.693Z] === Skipped [2021-11-11T17:29:35.693Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-11-11T17:29:35.693Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:35.693Z] [2021-11-11T17:29:35.693Z] DONE 1 tests, 1 skipped in 1.814s [2021-11-11T17:29:35.693Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-11-11T17:29:36.094Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2021-11-11T17:29:36.658Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-11T17:29:37.268Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:37.268Z] INFO: Testing against a local daemon [2021-11-11T17:29:37.268Z] === RUN TestSecretInspect [2021-11-11T17:29:37.268Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.268Z] --- SKIP: TestSecretInspect (0.00s) [2021-11-11T17:29:37.268Z] === RUN TestSecretList [2021-11-11T17:29:37.268Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.268Z] --- SKIP: TestSecretList (0.00s) [2021-11-11T17:29:37.268Z] === RUN TestSecretsCreateAndDelete [2021-11-11T17:29:37.268Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.268Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-11-11T17:29:37.268Z] === RUN TestSecretsUpdate [2021-11-11T17:29:37.268Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.268Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-11-11T17:29:37.268Z] === RUN TestTemplatedSecret [2021-11-11T17:29:37.268Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.268Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-11T17:29:37.268Z] === RUN TestSecretCreateResolve [2021-11-11T17:29:37.268Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:37.268Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-11-11T17:29:37.268Z] PASS [2021-11-11T17:29:37.268Z] ok github.com/docker/docker/integration/secret 0.079s [2021-11-11T17:29:37.586Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-11T17:29:37.746Z] [2021-11-11T17:29:37.746Z] === Skipped [2021-11-11T17:29:37.746Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-11-11T17:29:37.746Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.746Z] [2021-11-11T17:29:37.746Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-11-11T17:29:37.746Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.746Z] [2021-11-11T17:29:37.746Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-11-11T17:29:37.746Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.746Z] [2021-11-11T17:29:37.746Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-11-11T17:29:37.746Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.746Z] [2021-11-11T17:29:37.746Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-11-11T17:29:37.746Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:37.746Z] [2021-11-11T17:29:37.746Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-11-11T17:29:37.746Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:37.746Z] [2021-11-11T17:29:37.746Z] DONE 6 tests, 6 skipped in 1.608s [2021-11-11T17:29:37.746Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-11-11T17:29:37.842Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uz7hrdbw6izzjxsehxw1qgig2 Created:2021-11-11 17:29:35.794982468 +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[90e44c5702ff8e7ce831cbfc4e907a4c6f58d7b6b6a49ca81e1cf56871643f00:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zm6rnun2687mas9ei1d3olps5 EndpointID:6669dfca453fdea3b509c23f696887f528da8c67a2437cf5db470c9160104d54 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7120d1a2f3ad8c2b57b409dd84c1e349fdaabe641ba14159d143785f306b9027 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:e24d7d4b5528 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zm6rnun2687mas9ei1d3olps5 EndpointID:6669dfca453fdea3b509c23f696887f528da8c67a2437cf5db470c9160104d54 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-11-11T17:29:37.913Z] tests/integration/models_images_test.py ............... [ 89%] [2021-11-11T17:29:38.098Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-11T17:29:39.103Z] tests/integration/models_networks_test.py .... [ 90%] [2021-11-11T17:29:39.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-11T17:29:39.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-11T17:29:39.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-11T17:29:39.973Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:39.973Z] INFO: Testing against a local daemon [2021-11-11T17:29:39.973Z] === RUN TestServiceCreateInit [2021-11-11T17:29:39.973Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-11T17:29:39.973Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-11T17:29:39.973Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- PASS: TestServiceCreateInit (0.04s) [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestCreateServiceMultipleTimes [2021-11-11T17:29:39.973Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestCreateServiceConflict [2021-11-11T17:29:39.973Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestCreateServiceMaxReplicas [2021-11-11T17:29:39.973Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2021-11-11T17:29:39.973Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-11T17:29:39.973Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestCreateServiceSecretFileMode [2021-11-11T17:29:39.973Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestCreateServiceConfigFileMode [2021-11-11T17:29:39.973Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestCreateServiceSysctls [2021-11-11T17:29:39.973Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-11-11T17:29:39.973Z] === RUN TestCreateServiceCapabilities [2021-11-11T17:29:39.973Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-11-11T17:29:39.973Z] === RUN TestInspect [2021-11-11T17:29:39.973Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestInspect (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestCreateJob [2021-11-11T17:29:39.973Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestCreateJob (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestReplicatedJob [2021-11-11T17:29:39.973Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestReplicatedJob (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestUpdateReplicatedJob [2021-11-11T17:29:39.973Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestServiceListWithStatuses [2021-11-11T17:29:39.973Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestDockerNetworkConnectAlias [2021-11-11T17:29:39.973Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestDockerNetworkReConnect [2021-11-11T17:29:39.973Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestServicePlugin [2021-11-11T17:29:39.973Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestServiceUpdateLabel [2021-11-11T17:29:39.973Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestServiceUpdateSecrets [2021-11-11T17:29:39.973Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestServiceUpdateConfigs [2021-11-11T17:29:39.973Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestServiceUpdateNetwork [2021-11-11T17:29:39.973Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-11-11T17:29:39.973Z] === RUN TestServiceUpdatePidsLimit [2021-11-11T17:29:39.973Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-11-11T17:29:39.973Z] PASS [2021-11-11T17:29:39.973Z] ok github.com/docker/docker/integration/service 0.206s [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === Skipped [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:29:39.973Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:29:39.973Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-11-11T17:29:39.973Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-11-11T17:29:39.973Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2021-11-11T17:29:39.973Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-11T17:29:39.973Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-11-11T17:29:39.973Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-11-11T17:29:39.973Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-11-11T17:29:39.973Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-11-11T17:29:39.973Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-11-11T17:29:39.973Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-11-11T17:29:39.973Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-11-11T17:29:39.973Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-11-11T17:29:39.973Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-11-11T17:29:39.973Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-11-11T17:29:39.973Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-11-11T17:29:39.973Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-11-11T17:29:39.973Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-11-11T17:29:39.973Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-11-11T17:29:39.973Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-11-11T17:29:39.973Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-11-11T17:29:39.973Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-11-11T17:29:39.973Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:29:39.973Z] [2021-11-11T17:29:39.973Z] DONE 24 tests, 23 skipped in 2.238s [2021-11-11T17:29:39.973Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-11-11T17:29:40.041Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-11T17:29:40.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-11T17:29:40.612Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-11T17:29:40.612Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-11T17:29:40.612Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-11T17:29:40.612Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-11-11T17:29:40.612Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-11T17:29:40.870Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-11T17:29:41.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-11T17:29:41.548Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:41.548Z] INFO: Testing against a local daemon [2021-11-11T17:29:41.548Z] === RUN TestSessionCreate [2021-11-11T17:29:41.548Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-11T17:29:41.548Z] --- SKIP: TestSessionCreate (0.00s) [2021-11-11T17:29:41.548Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-11T17:29:41.548Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-11T17:29:41.548Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-11-11T17:29:41.548Z] PASS [2021-11-11T17:29:41.548Z] ok github.com/docker/docker/integration/session 0.073s [2021-11-11T17:29:41.548Z] [2021-11-11T17:29:41.548Z] === Skipped [2021-11-11T17:29:41.548Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-11-11T17:29:41.548Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-11T17:29:41.548Z] [2021-11-11T17:29:41.548Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-11-11T17:29:41.548Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-11T17:29:41.548Z] [2021-11-11T17:29:41.548Z] DONE 2 tests, 2 skipped in 1.507s [2021-11-11T17:29:41.548Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-11-11T17:29:41.797Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-11T17:29:41.797Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-11T17:29:42.359Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.13s) [2021-11-11T17:29:42.359Z] PASS [2021-11-11T17:29:42.359Z] [2021-11-11T17:29:42.359Z] === Skipped [2021-11-11T17:29:42.359Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:29:42.359Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:29:42.359Z] [2021-11-11T17:29:42.359Z] DONE 26 tests, 1 skipped in 49.961s [2021-11-11T17:29:42.359Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-11T17:29:42.359Z] ++ 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 [2021-11-11T17:29:42.359Z] ++ set -e [2021-11-11T17:29:42.359Z] ++ '[' -n 0 ']' [2021-11-11T17:29:42.359Z] ++ set -x [2021-11-11T17:29:42.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=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 [2021-11-11T17:29:42.359Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-11-11T17:29:42.359Z] INFO: Testing against a local daemon [2021-11-11T17:29:42.359Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-11T17:29:42.359Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:29:42.359Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-11T17:29:42.359Z] === RUN TestDockerNetworkIpvlan [2021-11-11T17:29:42.359Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:29:42.359Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-11T17:29:42.359Z] PASS [2021-11-11T17:29:42.359Z] [2021-11-11T17:29:42.359Z] === Skipped [2021-11-11T17:29:42.359Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-11T17:29:42.359Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:29:42.359Z] [2021-11-11T17:29:42.359Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-11T17:29:42.359Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:29:42.359Z] [2021-11-11T17:29:42.359Z] DONE 2 tests, 2 skipped in 0.097s [2021-11-11T17:29:42.359Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-11T17:29:42.359Z] ++ 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 [2021-11-11T17:29:42.359Z] ++ set -e [2021-11-11T17:29:42.359Z] ++ '[' -n 0 ']' [2021-11-11T17:29:42.359Z] ++ set -x [2021-11-11T17:29:42.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=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 [2021-11-11T17:29:42.616Z] INFO: Testing against a local daemon [2021-11-11T17:29:42.616Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-11T17:29:43.120Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:43.120Z] INFO: Testing against a local daemon [2021-11-11T17:29:43.120Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-11T17:29:43.120Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:43.120Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:29:43.120Z] === RUN TestDiskUsage [2021-11-11T17:29:43.120Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-11T17:29:43.120Z] --- SKIP: TestDiskUsage (0.00s) [2021-11-11T17:29:43.120Z] === RUN TestEventsExecDie [2021-11-11T17:29:43.120Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-11T17:29:43.120Z] --- SKIP: TestEventsExecDie (0.00s) [2021-11-11T17:29:43.120Z] === RUN TestEventsBackwardsCompatible [2021-11-11T17:29:43.120Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-11T17:29:43.120Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-11-11T17:29:43.120Z] === RUN TestEventsVolumeCreate [2021-11-11T17:29:43.120Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-11T17:29:43.120Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-11-11T17:29:43.120Z] === RUN TestInfoAPI [2021-11-11T17:29:43.120Z] --- PASS: TestInfoAPI (0.03s) [2021-11-11T17:29:43.120Z] === RUN TestInfoAPIWarnings [2021-11-11T17:29:43.120Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:29:43.120Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-11-11T17:29:43.120Z] === RUN TestInfoDebug [2021-11-11T17:29:43.120Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:29:43.120Z] --- SKIP: TestInfoDebug (0.00s) [2021-11-11T17:29:43.120Z] === RUN TestInfoInsecureRegistries [2021-11-11T17:29:43.120Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:29:43.120Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-11-11T17:29:43.120Z] === RUN TestInfoRegistryMirrors [2021-11-11T17:29:43.120Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:29:43.120Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-11-11T17:29:43.120Z] === RUN TestLoginFailsWithBadCredentials [2021-11-11T17:29:43.147Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-11T17:29:43.997Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2021-11-11T17:29:43.997Z] === RUN TestDockerNetworkMacvlan [2021-11-11T17:29:44.113Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-11-11T17:29:44.114Z] === RUN TestPingCacheHeaders [2021-11-11T17:29:44.114Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-11-11T17:29:44.114Z] === RUN TestPingGet [2021-11-11T17:29:44.114Z] --- PASS: TestPingGet (0.03s) [2021-11-11T17:29:44.114Z] === RUN TestPingHead [2021-11-11T17:29:44.114Z] --- PASS: TestPingHead (0.03s) [2021-11-11T17:29:44.114Z] === RUN TestVersion [2021-11-11T17:29:44.114Z] --- PASS: TestVersion (0.03s) [2021-11-11T17:29:44.114Z] PASS [2021-11-11T17:29:44.114Z] ok github.com/docker/docker/integration/system 1.187s [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] === Skipped [2021-11-11T17:29:44.114Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:29:44.114Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-11-11T17:29:44.114Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-11-11T17:29:44.114Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-11-11T17:29:44.114Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-11-11T17:29:44.114Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-11-11T17:29:44.114Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-11-11T17:29:44.114Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-11-11T17:29:44.114Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-11-11T17:29:44.114Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:29:44.114Z] [2021-11-11T17:29:44.114Z] DONE 15 tests, 9 skipped in 2.710s [2021-11-11T17:29:44.114Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-11-11T17:29:44.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-11T17:29:44.925Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-11-11T17:29:45.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-11T17:29:45.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-11T17:29:45.487Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-11T17:29:45.487Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-11-11T17:29:45.654Z] tests/integration/models_nodes_test.py . [ 90%] [2021-11-11T17:29:45.654Z] tests/integration/models_resources_test.py . [ 91%] [2021-11-11T17:29:45.689Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:45.689Z] INFO: Testing against a local daemon [2021-11-11T17:29:45.689Z] === RUN TestVolumesCreateAndList [2021-11-11T17:29:45.689Z] --- PASS: TestVolumesCreateAndList (0.06s) [2021-11-11T17:29:45.689Z] === RUN TestVolumesRemove [2021-11-11T17:29:46.159Z] --- PASS: TestVolumesRemove (0.09s) [2021-11-11T17:29:46.159Z] === RUN TestVolumesInspect [2021-11-11T17:29:46.159Z] --- PASS: TestVolumesInspect (0.03s) [2021-11-11T17:29:46.159Z] === RUN TestVolumesInvalidJSON [2021-11-11T17:29:46.159Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-11T17:29:46.159Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-11T17:29:46.159Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-11T17:29:46.159Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-11-11T17:29:46.159Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-11T17:29:46.159Z] PASS [2021-11-11T17:29:46.159Z] ok github.com/docker/docker/integration/volume 0.263s [2021-11-11T17:29:46.160Z] [2021-11-11T17:29:46.160Z] DONE 5 tests in 1.886s [2021-11-11T17:29:46.160Z] INFO: make.ps1 ended at 11/11/2021 17:29:46 [2021-11-11T17:29:46.160Z] INFO: Integration CLI tests being run from the host: [2021-11-11T17:29:46.160Z] 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" [2021-11-11T17:29:46.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-11T17:29:46.414Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-11T17:29:46.414Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-11-11T17:29:46.846Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-11T17:29:47.343Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-11T17:29:47.599Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-11T17:29:47.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-11T17:29:48.527Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-11-11T17:29:48.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-11T17:29:48.784Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-11-11T17:29:49.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-11T17:29:49.713Z] === RUN TestDockerSuite/TestBuildUser [2021-11-11T17:29:49.947Z] --- PASS: TestImportExtremelyLargeImageWorks (90.29s) [2021-11-11T17:29:49.947Z] PASS [2021-11-11T17:29:49.947Z] [2021-11-11T17:29:49.947Z] DONE 12 tests in 93.107s [2021-11-11T17:29:49.947Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-11-11T17:29:49.947Z] INFO: Testing against a local daemon [2021-11-11T17:29:49.947Z] === RUN TestNetworkCreateDelete [2021-11-11T17:29:49.947Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-11-11T17:29:49.947Z] === RUN TestDockerNetworkDeletePreferID [2021-11-11T17:29:49.947Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2021-11-11T17:29:49.947Z] === RUN TestDaemonDNSFallback [2021-11-11T17:29:50.205Z] --- PASS: TestDaemonDNSFallback (6.32s) [2021-11-11T17:29:50.205Z] === RUN TestInspectNetwork [2021-11-11T17:29:50.214Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-11T17:29:50.214Z] Using test binary docker [2021-11-11T17:29:50.214Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-11T17:29:50.214Z] +++ /etc/init.d/apparmor start [2021-11-11T17:29:50.214Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-11T17:29:50.214Z] INFO: Waiting for daemon to start... [2021-11-11T17:29:50.214Z] Starting dockerd [2021-11-11T17:29:50.214Z] +++ 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 [2021-11-11T17:29:51.078Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-11-11T17:29:51.335Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-11T17:29:51.591Z] docker_api_swarm_test.go:364: Waiting for possible election... [2021-11-11T17:29:51.734Z] tests/integration/models_services_test.py ................X. [ 95%] [2021-11-11T17:29:53.489Z] === RUN TestInspectNetwork/full_network_id [2021-11-11T17:29:53.489Z] === RUN TestInspectNetwork/partial_network_id [2021-11-11T17:29:53.489Z] === RUN TestInspectNetwork/network_name [2021-11-11T17:29:53.489Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-11-11T17:29:54.856Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-11T17:29:54.856Z] INFO: Testing against a local daemon [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-11T17:29:54.856Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-11T17:29:54.856Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-11T17:29:54.856Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-11T17:29:54.902Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-11T17:29:55.326Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-11T17:29:55.797Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-11T17:29:55.830Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-11-11T17:29:56.757Z] --- PASS: TestDockerNetworkMacvlan (12.71s) [2021-11-11T17:29:56.757Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-11-11T17:29:56.757Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-11-11T17:29:56.757Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.25s) [2021-11-11T17:29:56.757Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.24s) [2021-11-11T17:29:56.757Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.26s) [2021-11-11T17:29:56.757Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.79s) [2021-11-11T17:29:56.757Z] PASS [2021-11-11T17:29:56.757Z] [2021-11-11T17:29:56.757Z] DONE 8 tests in 14.245s [2021-11-11T17:29:56.757Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-11T17:29:56.757Z] ++ 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 [2021-11-11T17:29:56.757Z] ++ set -e [2021-11-11T17:29:56.757Z] ++ '[' -n 0 ']' [2021-11-11T17:29:56.757Z] ++ set -x [2021-11-11T17:29:56.758Z] ++ 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 [2021-11-11T17:29:56.758Z] testing: warning: no tests to run [2021-11-11T17:29:56.758Z] PASS [2021-11-11T17:29:56.758Z] [2021-11-11T17:29:56.758Z] DONE 0 tests in 0.025s [2021-11-11T17:29:56.758Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-11T17:29:56.758Z] ++ 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 [2021-11-11T17:29:56.758Z] ++ set -e [2021-11-11T17:29:56.758Z] ++ '[' -n 0 ']' [2021-11-11T17:29:56.758Z] ++ set -x [2021-11-11T17:29:56.758Z] ++ 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 [2021-11-11T17:29:56.768Z] . [2021-11-11T17:29:56.768Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-11T17:29:56.768Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-11T17:29:56.768Z] Error: No such image: emptyfs [2021-11-11T17:29:56.768Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-11T17:29:56.768Z] ++++ docker load [2021-11-11T17:29:56.768Z] Running integration-test (iteration 1) [2021-11-11T17:29:56.768Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-11-11T17:29:56.768Z] ++ 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 [2021-11-11T17:29:56.768Z] ++ set -e [2021-11-11T17:29:56.768Z] ++ '[' -n 0 ']' [2021-11-11T17:29:56.768Z] ++ set -x [2021-11-11T17:29:56.768Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-11-11T17:29:56.768Z] Loaded image: busybox:latest [2021-11-11T17:29:56.768Z] Loaded image: busybox:glibc [2021-11-11T17:29:57.013Z] INFO: Testing against a local daemon [2021-11-11T17:29:57.013Z] === RUN TestAuthZPluginAllowRequest [2021-11-11T17:29:57.333Z] Loaded image: debian:bullseye-slim [2021-11-11T17:29:57.333Z] Loaded image: hello-world:latest [2021-11-11T17:29:57.333Z] Loaded image: arm32v7/hello-world:latest [2021-11-11T17:29:57.333Z] INFO: Testing against a local daemon [2021-11-11T17:29:57.333Z] === RUN TestCgroupNamespacesBuild [2021-11-11T17:29:57.670Z] --- PASS: TestInspectNetwork (7.23s) [2021-11-11T17:29:57.671Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-11-11T17:29:57.671Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-11-11T17:29:57.671Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-11-11T17:29:57.671Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-11-11T17:29:57.671Z] === RUN TestRunContainerWithBridgeNone [2021-11-11T17:29:58.422Z] --- PASS: TestAuthZPluginAllowRequest (1.37s) [2021-11-11T17:29:58.422Z] === RUN TestAuthZPluginTLS [2021-11-11T17:29:58.552Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-11-11T17:29:58.552Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-11-11T17:29:58.707Z] --- PASS: TestCgroupNamespacesBuild (1.10s) [2021-11-11T17:29:58.707Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-11T17:29:58.984Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-11-11T17:29:58.984Z] === RUN TestAuthZPluginDenyRequest [2021-11-11T17:29:59.545Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-11-11T17:29:59.545Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-11T17:29:59.571Z] --- PASS: TestRunContainerWithBridgeNone (1.77s) [2021-11-11T17:29:59.571Z] === RUN TestNetworkInvalidJSON [2021-11-11T17:29:59.571Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-11T17:29:59.571Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-11T17:29:59.571Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:29:59.571Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:29:59.571Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:29:59.571Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:29:59.571Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-11T17:29:59.571Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:29:59.571Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:29:59.571Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-11-11T17:29:59.571Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-11T17:29:59.571Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-11T17:29:59.571Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-11T17:29:59.571Z] === RUN TestNetworkList [2021-11-11T17:29:59.571Z] === RUN TestNetworkList//networks [2021-11-11T17:29:59.571Z] === PAUSE TestNetworkList//networks [2021-11-11T17:29:59.571Z] === RUN TestNetworkList//networks/ [2021-11-11T17:29:59.571Z] === PAUSE TestNetworkList//networks/ [2021-11-11T17:29:59.571Z] === CONT TestNetworkList//networks [2021-11-11T17:29:59.571Z] === CONT TestNetworkList//networks/ [2021-11-11T17:29:59.571Z] --- PASS: TestNetworkList (0.01s) [2021-11-11T17:29:59.571Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-11T17:29:59.571Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-11T17:29:59.571Z] === RUN TestHostIPv4BridgeLabel [2021-11-11T17:29:59.644Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.11s) [2021-11-11T17:29:59.644Z] === RUN TestBuildWithSession [2021-11-11T17:29:59.644Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:29:59.644Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-11T17:29:59.644Z] === RUN TestBuildSquashParent [2021-11-11T17:29:59.829Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-11-11T17:29:59.829Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-11T17:30:00.106Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2021-11-11T17:30:00.106Z] === RUN TestAuthZPluginDenyResponse [2021-11-11T17:30:00.669Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2021-11-11T17:30:00.669Z] === RUN TestAuthZPluginAllowEventStream [2021-11-11T17:30:01.202Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-11-11T17:30:01.202Z] === RUN TestDaemonDefaultNetworkPools [2021-11-11T17:30:01.769Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-11-11T17:30:01.769Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-11T17:30:02.035Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2021-11-11T17:30:02.035Z] === RUN TestAuthZPluginErrorResponse [2021-11-11T17:30:02.292Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-11-11T17:30:02.292Z] === RUN TestAuthZPluginErrorRequest [2021-11-11T17:30:02.704Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-11-11T17:30:02.704Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-11T17:30:02.722Z] tests/integration/regression_test.py ...... [ 98%] [2021-11-11T17:30:02.855Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-11-11T17:30:02.855Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-11T17:30:03.238Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-11-11T17:30:03.238Z] tests/integration/credentials/utils_test.py . [100%] [2021-11-11T17:30:03.238Z] [2021-11-11T17:30:03.238Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-11-11T17:30:03.238Z] =========================== short test summary info ============================ [2021-11-11T17:30:03.238Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-11-11T17:30:03.238Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-11-11T17:30:03.238Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-11-11T17:30:03.238Z] Not supported on most drivers [2021-11-11T17:30:03.238Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-11-11T17:30:03.238Z] Output of docker top depends on host distro, and is not formalized. [2021-11-11T17:30:03.238Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-11-11T17:30:03.238Z] Output of docker top depends on host distro, and is not formalized. [2021-11-11T17:30:03.238Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-11-11T17:30:03.238Z] Can fail if eth0 has multiple IP addresses [2021-11-11T17:30:03.238Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-11-11T17:30:03.238Z] This doesn't seem to be taken into account by the engine [2021-11-11T17:30:03.238Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-11-11T17:30:03.238Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-11-11T17:30:03.238Z] = 384 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 301.15 seconds == [2021-11-11T17:30:03.417Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-11-11T17:30:03.417Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-11T17:30:03.498Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-11-11T17:30:03.828Z] --- PASS: TestBuildSquashParent (3.61s) [2021-11-11T17:30:03.828Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-11T17:30:03.828Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:30:03.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:30:03.828Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:30:03.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:30:03.828Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:30:03.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:30:03.828Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:30:03.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:30:03.828Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:30:03.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:30:03.828Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:30:03.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:30:03.828Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:30:03.828Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:30:04.079Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2021-11-11T17:30:04.079Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-11T17:30:04.394Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:30:04.645Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-11-11T17:30:04.645Z] === RUN TestServiceWithPredefinedNetwork [2021-11-11T17:30:04.652Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:30:05.319Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.74s) [2021-11-11T17:30:05.319Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-11T17:30:05.586Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:30:05.844Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:30:06.247Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-11T17:30:06.779Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-11-11T17:30:06.779Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.13s) [2021-11-11T17:30:06.779Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.38s) [2021-11-11T17:30:06.779Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.10s) [2021-11-11T17:30:06.779Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.11s) [2021-11-11T17:30:06.779Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.09s) [2021-11-11T17:30:06.779Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.09s) [2021-11-11T17:30:06.779Z] === RUN TestBuildMultiStageCopy [2021-11-11T17:30:06.779Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-11T17:30:06.810Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.65s) [2021-11-11T17:30:06.810Z] === RUN TestAuthZPluginHeader [2021-11-11T17:30:06.810Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-11T17:30:07.066Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-11T17:30:07.174Z] --- PASS: TestServiceWithPredefinedNetwork (2.24s) [2021-11-11T17:30:07.174Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-11T17:30:07.174Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:30:07.174Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:30:07.174Z] === RUN TestServiceWithDataPathPortInit [2021-11-11T17:30:07.628Z] --- PASS: TestAuthZPluginHeader (0.81s) [2021-11-11T17:30:07.628Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-11T17:30:07.884Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-11T17:30:08.141Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-11-11T17:30:08.151Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-11T17:30:08.151Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-11T17:30:08.151Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-11T17:30:08.409Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-11T17:30:08.667Z] --- PASS: TestBuildMultiStageCopy (1.79s) [2021-11-11T17:30:08.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.05s) [2021-11-11T17:30:08.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2021-11-11T17:30:08.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2021-11-11T17:30:08.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2021-11-11T17:30:08.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2021-11-11T17:30:08.667Z] === RUN TestBuildMultiStageParentConfig [2021-11-11T17:30:08.702Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-11T17:30:09.233Z] --- PASS: TestBuildMultiStageParentConfig (0.52s) [2021-11-11T17:30:09.233Z] === RUN TestBuildLabelWithTargets [2021-11-11T17:30:09.631Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-11T17:30:09.631Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-11-11T17:30:09.631Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-11T17:30:09.631Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-11-11T17:30:09.631Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-11T17:30:09.631Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-11-11T17:30:09.631Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-11T17:30:09.631Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-11-11T17:30:09.631Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-11T17:30:09.877Z] --- PASS: TestBuildLabelWithTargets (0.85s) [2021-11-11T17:30:09.877Z] === RUN TestBuildWithEmptyLayers [2021-11-11T17:30:10.443Z] --- PASS: TestBuildWithEmptyLayers (0.39s) [2021-11-11T17:30:10.443Z] === RUN TestBuildMultiStageOnBuild [2021-11-11T17:30:10.563Z] docker_api_swarm_test.go:272: [d9443bb9f3058] joining swarm manager [d7aaa23c6797e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:30:11.127Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-11T17:30:11.384Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-11T17:30:11.819Z] --- PASS: TestBuildMultiStageOnBuild (1.24s) [2021-11-11T17:30:11.819Z] === RUN TestBuildUncleanTarFilenames [2021-11-11T17:30:11.947Z] docker_api_swarm_test.go:273: [d528ba4e71392] joining swarm manager [d7aaa23c6797e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:30:12.077Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2021-11-11T17:30:12.077Z] === RUN TestBuildMultiStageLayerLeak [2021-11-11T17:30:12.204Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-11T17:30:12.461Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.77s) [2021-11-11T17:30:12.461Z] === RUN TestAuthZPluginV2Disable [2021-11-11T17:30:13.023Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-11T17:30:13.455Z] --- PASS: TestBuildMultiStageLayerLeak (1.35s) [2021-11-11T17:30:13.455Z] === RUN TestBuildWithHugeFile [2021-11-11T17:30:13.584Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-11T17:30:13.584Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-11T17:30:15.476Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-11T17:30:15.687Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-11T17:30:15.687Z] [2021-11-11T17:30:15.687Z] Unloading profiles will leave already running processes permanently [2021-11-11T17:30:15.687Z] unconfined, which can lead to unexpected situations. [2021-11-11T17:30:15.687Z] [2021-11-11T17:30:15.687Z] To set a process to complain mode, use the command line tool [2021-11-11T17:30:15.687Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-11T17:30:15.687Z] Post stage [Pipeline] junit [2021-11-11T17:30:15.701Z] Recording test results [2021-11-11T17:30:15.898Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-11-11T17:30:16.038Z] --- PASS: TestAuthZPluginV2Disable (3.72s) [2021-11-11T17:30:16.038Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-11T17:30:16.172Z] + echo Ensuring container killed. [2021-11-11T17:30:16.172Z] Ensuring container killed. [2021-11-11T17:30:16.172Z] + docker rm -vf docker-pr11 [2021-11-11T17:30:16.172Z] Error: No such container: docker-pr11 [Pipeline] sh [2021-11-11T17:30:16.451Z] + echo Chowning /workspace to jenkins user [2021-11-11T17:30:16.451Z] Chowning /workspace to jenkins user [2021-11-11T17:30:16.451Z] + id -u [2021-11-11T17:30:16.451Z] + id -g [2021-11-11T17:30:16.451Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42838:/workspace busybox chown -R 1000:1000 /workspace [2021-11-11T17:30:16.965Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-11T17:30:17.526Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-11T17:30:17.826Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-11T17:30:18.082Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-11T17:30:18.082Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-11-11T17:30:18.082Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-11-11T17:30:18.142Z] + bundleName=docker-py [2021-11-11T17:30:18.142Z] + echo Creating docker-py-bundles.tar.gz [2021-11-11T17:30:18.142Z] Creating docker-py-bundles.tar.gz [2021-11-11T17:30:18.142Z] + 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 [2021-11-11T17:30:18.155Z] Archiving artifacts [2021-11-11T17:30:18.610Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42838/11/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-11-11T17:30:18.646Z] === RUN TestDockerSuite/TestBuildXZHost [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-11-11T17:30:18.980Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_GITCOMMIT=ff0c7f89b8defb2f6f921d998912fdcde74545d6 -e DOCKER_GRAPHDRIVER docker:ff0c7f89b8defb2f6f921d998912fdcde74545d6 hack/make.sh binary [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-11T17:30:19.077Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-11T17:30:19.077Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-11T17:30:19.077Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-11T17:30:19.077Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-11T17:30:19.077Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-11T17:30:19.547Z] [2021-11-11T17:30:19.806Z] Removing bundles/ [2021-11-11T17:30:19.806Z] [2021-11-11T17:30:19.806Z] ---> Making bundle: binary (in bundles/binary) [2021-11-11T17:30:19.806Z] Building: bundles/binary-daemon/dockerd-dev [2021-11-11T17:30:19.806Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:30:20.013Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.76s) [2021-11-11T17:30:20.013Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-11T17:30:20.013Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-11T17:30:20.060Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-11T17:30:20.269Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-11T17:30:20.269Z] docker_cli_sni_test.go:18: Flakey test [2021-11-11T17:30:20.269Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-11T17:30:20.525Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-11-11T17:30:21.089Z] === RUN TestDockerSuite/TestCommitChange [2021-11-11T17:30:21.623Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-11T17:30:21.624Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-11T17:30:21.624Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-11T17:30:21.624Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-11T17:30:21.624Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-11T17:30:21.624Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-11T17:30:22.019Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-11T17:30:22.096Z] --- PASS: TestServiceWithDataPathPortInit (13.75s) [2021-11-11T17:30:22.096Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-11T17:30:22.959Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-11T17:30:23.031Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:2qu0eaiak4bwr7qe0doxtvwfq Created:2021-11-11 17:30:21.885554965 +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[1f927e4794b67384904597f0af07b480f92d5a9fb49914f1ebfb7a84ea6cfdf8:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kx7uslhrx4gq28tfofvj1qkwv EndpointID:a68d9b297a7bc39332a57dd3d2fca4b798230b8c5de9865dc104490374d70834 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8c742e1219a4af5f04834f3a4d42c372259a5ecac0f6d4bac10ee884c76e1ac4 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:a0b83bd2cc1e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kx7uslhrx4gq28tfofvj1qkwv EndpointID:a68d9b297a7bc39332a57dd3d2fca4b798230b8c5de9865dc104490374d70834 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-11-11T17:30:24.204Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-11T17:30:24.323Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-11T17:30:26.217Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-11T17:30:27.147Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-11T17:30:28.080Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-11T17:30:28.296Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.78s) [2021-11-11T17:30:28.296Z] PASS [2021-11-11T17:30:28.296Z] [2021-11-11T17:30:28.296Z] === Skipped [2021-11-11T17:30:28.296Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:30:28.296Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:30:28.296Z] [2021-11-11T17:30:28.296Z] DONE 26 tests, 1 skipped in 43.905s [2021-11-11T17:30:28.296Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-11T17:30:28.296Z] INFO: Testing against a local daemon [2021-11-11T17:30:28.296Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-11T17:30:28.296Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:30:28.296Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-11T17:30:28.296Z] === RUN TestDockerNetworkIpvlan [2021-11-11T17:30:28.296Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:30:28.296Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-11T17:30:28.296Z] PASS [2021-11-11T17:30:28.296Z] [2021-11-11T17:30:28.296Z] === Skipped [2021-11-11T17:30:28.296Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-11T17:30:28.296Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:30:28.296Z] [2021-11-11T17:30:28.296Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-11T17:30:28.296Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:30:28.296Z] [2021-11-11T17:30:28.296Z] DONE 2 tests, 2 skipped in 0.042s [2021-11-11T17:30:28.296Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-11T17:30:28.296Z] INFO: Testing against a local daemon [2021-11-11T17:30:28.296Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-11T17:30:28.863Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2021-11-11T17:30:28.863Z] === RUN TestDockerNetworkMacvlan [2021-11-11T17:30:29.007Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-11T17:30:29.430Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-11-11T17:30:29.568Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-11-11T17:30:30.365Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-11-11T17:30:30.498Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-11T17:30:30.930Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-11-11T17:30:31.060Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-11T17:30:31.060Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-11T17:30:31.060Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-11T17:30:31.316Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.28s) [2021-11-11T17:30:31.316Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-11T17:30:31.316Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-11T17:30:31.316Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-11T17:30:31.316Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-11T17:30:31.316Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-11T17:30:32.832Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-11-11T17:30:33.207Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-11T17:30:33.768Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-11T17:30:33.768Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-11T17:30:34.329Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-11T17:30:34.613Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-11T17:30:34.734Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-11-11T17:30:34.891Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-11T17:30:35.147Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-11T17:30:35.709Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-11T17:30:35.964Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-11T17:30:35.964Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-11T17:30:35.964Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-11T17:30:36.525Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-11T17:30:36.525Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-11T17:30:36.525Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-11T17:30:36.525Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-11T17:30:36.780Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-11T17:30:37.036Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-11T17:30:37.598Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-11T17:30:38.022Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-11-11T17:30:38.161Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-11T17:30:38.161Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-11T17:30:38.415Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-11T17:30:38.589Z] --- PASS: TestDockerNetworkMacvlan (9.81s) [2021-11-11T17:30:38.589Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-11-11T17:30:38.589Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-11-11T17:30:38.589Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.95s) [2021-11-11T17:30:38.589Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.86s) [2021-11-11T17:30:38.589Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.01s) [2021-11-11T17:30:38.589Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.64s) [2021-11-11T17:30:38.589Z] PASS [2021-11-11T17:30:38.589Z] [2021-11-11T17:30:38.589Z] DONE 8 tests in 11.156s [2021-11-11T17:30:38.589Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-11T17:30:38.589Z] testing: warning: no tests to run [2021-11-11T17:30:38.589Z] PASS [2021-11-11T17:30:38.589Z] [2021-11-11T17:30:38.589Z] DONE 0 tests in 0.014s [2021-11-11T17:30:38.589Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-11T17:30:38.589Z] INFO: Testing against a local daemon [2021-11-11T17:30:38.589Z] === RUN TestAuthZPluginAllowRequest [2021-11-11T17:30:38.883Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-11T17:30:38.883Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-11T17:30:38.883Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-11T17:30:39.088Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-11T17:30:39.648Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-11T17:30:39.648Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-11T17:30:39.968Z] --- PASS: TestAuthZPluginAllowRequest (1.18s) [2021-11-11T17:30:39.968Z] === RUN TestAuthZPluginTLS [2021-11-11T17:30:40.210Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-11T17:30:40.466Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-11T17:30:40.533Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-11-11T17:30:40.533Z] === RUN TestAuthZPluginDenyRequest [2021-11-11T17:30:41.027Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-11T17:30:41.099Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-11-11T17:30:41.099Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-11T17:30:41.603Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-11T17:30:41.603Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-11T17:30:41.665Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-11-11T17:30:41.665Z] === RUN TestAuthZPluginDenyResponse [2021-11-11T17:30:41.862Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-11T17:30:41.925Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-11-11T17:30:41.925Z] === RUN TestAuthZPluginAllowEventStream [2021-11-11T17:30:42.423Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-11T17:30:42.661Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-11T17:30:42.984Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-11T17:30:42.984Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-11T17:30:43.298Z] --- PASS: TestAuthZPluginAllowEventStream (1.19s) [2021-11-11T17:30:43.298Z] === RUN TestAuthZPluginErrorResponse [2021-11-11T17:30:43.545Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-11T17:30:43.645Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-11T17:30:43.864Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-11-11T17:30:43.864Z] === RUN TestAuthZPluginErrorRequest [2021-11-11T17:30:44.106Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-11T17:30:44.429Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-11-11T17:30:44.429Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-11T17:30:44.995Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-11-11T17:30:44.995Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-11T17:30:45.034Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-11T17:30:45.034Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-11T17:30:45.034Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-11T17:30:45.289Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-11T17:30:45.289Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-11T17:30:45.544Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-11T17:30:46.370Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.45s) [2021-11-11T17:30:46.370Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-11T17:30:47.745Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.57s) [2021-11-11T17:30:47.745Z] === RUN TestAuthZPluginHeader [2021-11-11T17:30:48.056Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-11-11T17:30:48.056Z] PASS [2021-11-11T17:30:48.056Z] [2021-11-11T17:30:48.056Z] DONE 17 tests in 51.005s [2021-11-11T17:30:48.056Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-11T17:30:48.056Z] ++ 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 [2021-11-11T17:30:48.056Z] ++ set -e [2021-11-11T17:30:48.056Z] ++ '[' -n 0 ']' [2021-11-11T17:30:48.056Z] ++ set -x [2021-11-11T17:30:48.056Z] ++ 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 [2021-11-11T17:30:48.056Z] INFO: Testing against a local daemon [2021-11-11T17:30:48.056Z] === RUN TestPluginInvalidJSON [2021-11-11T17:30:48.056Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:30:48.056Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:30:48.056Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:30:48.056Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-11-11T17:30:48.056Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-11-11T17:30:48.056Z] === RUN TestPluginInstall [2021-11-11T17:30:48.056Z] === RUN TestPluginInstall/no_auth [2021-11-11T17:30:48.386Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-11T17:30:48.386Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-11T17:30:48.386Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-11T17:30:48.386Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-11T17:30:48.386Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-11T17:30:48.386Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-11T17:30:48.386Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-11T17:30:48.386Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-11T17:30:48.386Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-11T17:30:48.386Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-11T17:30:48.681Z] --- PASS: TestAuthZPluginHeader (0.70s) [2021-11-11T17:30:48.681Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-11T17:30:49.421Z] time="2021-11-11T17:30:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:30:49.421Z] time="2021-11-11T17:30:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f95f93b9b46c731beaedb528e75e1fae7ad0a2bda60da3b72f71f151172a22c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:30:49.421Z] time="2021-11-11T17:30:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:30:49.421Z] time="2021-11-11T17:30:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2f95f93b9b46c731beaedb528e75e1fae7ad0a2bda60da3b72f71f151172a22c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:30:49.677Z] === RUN TestPluginInstall/with_htpasswd [2021-11-11T17:30:49.935Z] time="2021-11-11T17:30:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:30:49.935Z] time="2021-11-11T17:30:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6164d933185c5a63d9085d1304a84314b072ba7baea38d8f8b4cb06600eb884f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:30:49.935Z] time="2021-11-11T17:30:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:30:49.935Z] time="2021-11-11T17:30:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6164d933185c5a63d9085d1304a84314b072ba7baea38d8f8b4cb06600eb884f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:30:49.935Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-11T17:30:50.500Z] === RUN TestPluginInstall/with_insecure [2021-11-11T17:30:50.500Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-11T17:30:51.061Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-11T17:30:51.061Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-11-11T17:30:51.061Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-11T17:30:51.317Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-11T17:30:51.317Z] time="2021-11-11T17:30:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:30:51.317Z] time="2021-11-11T17:30:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4f516cda11272dbe6afbfc6a93081c21c1ed86e955291dd309e14c8801ae416a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:30:51.317Z] time="2021-11-11T17:30:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:30:51.317Z] time="2021-11-11T17:30:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4f516cda11272dbe6afbfc6a93081c21c1ed86e955291dd309e14c8801ae416a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:30:51.573Z] plugin_test.go:165: [d1a60e1216230] daemon is not started [2021-11-11T17:30:51.573Z] --- PASS: TestPluginInstall (3.69s) [2021-11-11T17:30:51.573Z] --- PASS: TestPluginInstall/no_auth (1.66s) [2021-11-11T17:30:51.573Z] --- PASS: TestPluginInstall/with_htpasswd (0.77s) [2021-11-11T17:30:51.573Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2021-11-11T17:30:51.573Z] === RUN TestPluginsWithRuntimes [2021-11-11T17:30:52.864Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.78s) [2021-11-11T17:30:52.864Z] === RUN TestAuthZPluginV2Disable [2021-11-11T17:30:53.463Z] === RUN TestPluginsWithRuntimes/No_Args [2021-11-11T17:30:53.463Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-11-11T17:30:53.718Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-11T17:30:54.280Z] === RUN TestPluginsWithRuntimes/With_Args [2021-11-11T17:30:54.536Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-11T17:30:55.465Z] --- PASS: TestPluginsWithRuntimes (3.87s) [2021-11-11T17:30:55.465Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.05s) [2021-11-11T17:30:55.465Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.16s) [2021-11-11T17:30:55.465Z] === RUN TestPluginBackCompatMediaTypes [2021-11-11T17:30:55.721Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-11T17:30:56.267Z] --- PASS: TestAuthZPluginV2Disable (3.31s) [2021-11-11T17:30:56.267Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-11T17:30:56.650Z] --- PASS: TestPluginBackCompatMediaTypes (1.19s) [2021-11-11T17:30:56.650Z] PASS [2021-11-11T17:30:56.650Z] [2021-11-11T17:30:56.650Z] DONE 10 tests in 8.869s [2021-11-11T17:30:56.650Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-11T17:30:56.650Z] ++ 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 [2021-11-11T17:30:56.650Z] ++ set -e [2021-11-11T17:30:56.650Z] ++ '[' -n 0 ']' [2021-11-11T17:30:56.650Z] ++ set -x [2021-11-11T17:30:56.650Z] ++ 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 [2021-11-11T17:30:56.906Z] INFO: Testing against a local daemon [2021-11-11T17:30:56.906Z] === RUN TestExternalGraphDriver [2021-11-11T17:30:56.906Z] === RUN TestExternalGraphDriver/json [2021-11-11T17:30:57.467Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-11-11T17:30:58.832Z] === RUN TestExternalGraphDriver/spec [2021-11-11T17:30:59.547Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.45s) [2021-11-11T17:30:59.547Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-11T17:30:59.760Z] docker_api_swarm_node_test.go:20: [d370e7706ad35] joining swarm manager [da79e6938f7e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:31:00.016Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-11T17:31:00.946Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-11T17:31:00.946Z] docker_api_swarm_node_test.go:21: [d11337e407d50] joining swarm manager [da79e6938f7e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:31:00.946Z] === RUN TestExternalGraphDriver/pull [2021-11-11T17:31:02.313Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-11T17:31:02.877Z] --- PASS: TestExternalGraphDriver (6.07s) [2021-11-11T17:31:02.877Z] --- PASS: TestExternalGraphDriver/json (1.96s) [2021-11-11T17:31:02.877Z] --- PASS: TestExternalGraphDriver/spec (2.19s) [2021-11-11T17:31:02.877Z] --- PASS: TestExternalGraphDriver/pull (1.88s) [2021-11-11T17:31:02.877Z] === RUN TestGraphdriverPluginV2 [2021-11-11T17:31:03.136Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-11-11T17:31:04.062Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-11-11T17:31:05.425Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-11-11T17:31:06.788Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-11-11T17:31:07.715Z] --- PASS: TestGraphdriverPluginV2 (4.70s) [2021-11-11T17:31:07.715Z] PASS [2021-11-11T17:31:07.715Z] [2021-11-11T17:31:07.715Z] DONE 5 tests in 10.913s [2021-11-11T17:31:07.715Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-11T17:31:07.715Z] ++ 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 [2021-11-11T17:31:07.715Z] ++ set -e [2021-11-11T17:31:07.715Z] ++ '[' -n 0 ']' [2021-11-11T17:31:07.715Z] ++ set -x [2021-11-11T17:31:07.715Z] ++ 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 [2021-11-11T17:31:07.715Z] INFO: Testing against a local daemon [2021-11-11T17:31:07.715Z] === RUN TestContinueAfterPluginCrash [2021-11-11T17:31:07.715Z] === PAUSE TestContinueAfterPluginCrash [2021-11-11T17:31:07.715Z] === RUN TestReadPluginNoRead [2021-11-11T17:31:07.715Z] === PAUSE TestReadPluginNoRead [2021-11-11T17:31:07.715Z] === RUN TestDaemonStartWithLogOpt [2021-11-11T17:31:07.715Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-11T17:31:07.715Z] === CONT TestContinueAfterPluginCrash [2021-11-11T17:31:07.715Z] === CONT TestDaemonStartWithLogOpt [2021-11-11T17:31:07.970Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-11-11T17:31:09.335Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e21a70_} [2021-11-11T17:31:09.519Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.19s) [2021-11-11T17:31:09.520Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-11T17:31:11.223Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1164802589_/foo_false____} [2021-11-11T17:31:11.479Z] --- PASS: TestDaemonStartWithLogOpt (3.66s) [2021-11-11T17:31:11.479Z] === CONT TestReadPluginNoRead [2021-11-11T17:31:11.479Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-11-11T17:31:12.406Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1164802589_/foo_true____} [2021-11-11T17:31:13.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33129129268_/foo_false____} [2021-11-11T17:31:14.032Z] === RUN TestReadPluginNoRead/default [2021-11-11T17:31:15.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33129129268_/foo_true____} [2021-11-11T17:31:15.655Z] docker_api_swarm_test.go:502: [d347e2bc5edd1] joining swarm manager [de6a38a7bb4cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:31:15.913Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-11T17:31:16.476Z] --- PASS: TestContinueAfterPluginCrash (8.74s) [2021-11-11T17:31:16.732Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33129129268_/foo_true__0xc000e21aa0__} [2021-11-11T17:31:17.295Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-11T17:31:17.295Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e21ab8_} [2021-11-11T17:31:18.576Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-11T17:31:18.576Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-11T17:31:18.576Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-11T17:31:18.576Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-11T17:31:18.576Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-11T17:31:18.659Z] === CONT TestReadPluginNoRead [2021-11-11T17:31:18.659Z] read_test.go:92: [dffb6baf199d4] daemon is not started [2021-11-11T17:31:18.659Z] --- PASS: TestReadPluginNoRead (7.16s) [2021-11-11T17:31:18.659Z] --- PASS: TestReadPluginNoRead/default (1.79s) [2021-11-11T17:31:18.659Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.34s) [2021-11-11T17:31:18.659Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.29s) [2021-11-11T17:31:18.659Z] PASS [2021-11-11T17:31:18.659Z] [2021-11-11T17:31:18.659Z] DONE 6 tests in 10.908s [2021-11-11T17:31:18.659Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-11T17:31:18.659Z] ++ 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 [2021-11-11T17:31:18.659Z] ++ set -e [2021-11-11T17:31:18.659Z] ++ '[' -n 0 ']' [2021-11-11T17:31:18.659Z] ++ set -x [2021-11-11T17:31:18.659Z] ++ 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 [2021-11-11T17:31:18.659Z] testing: warning: no tests to run [2021-11-11T17:31:18.659Z] PASS [2021-11-11T17:31:18.659Z] [2021-11-11T17:31:18.659Z] DONE 0 tests in 0.039s [2021-11-11T17:31:18.659Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-11T17:31:18.659Z] ++ 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 [2021-11-11T17:31:18.659Z] ++ set -e [2021-11-11T17:31:18.659Z] ++ '[' -n 0 ']' [2021-11-11T17:31:18.659Z] ++ set -x [2021-11-11T17:31:18.659Z] ++ 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 [2021-11-11T17:31:18.659Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e21ad0_} [2021-11-11T17:31:18.659Z] INFO: Testing against a local daemon [2021-11-11T17:31:18.659Z] === RUN TestPluginWithDevMounts [2021-11-11T17:31:18.659Z] === PAUSE TestPluginWithDevMounts [2021-11-11T17:31:18.659Z] === CONT TestPluginWithDevMounts [2021-11-11T17:31:20.025Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e21ae8_} [2021-11-11T17:31:20.281Z] --- PASS: TestPluginWithDevMounts (1.54s) [2021-11-11T17:31:20.281Z] PASS [2021-11-11T17:31:20.281Z] [2021-11-11T17:31:20.281Z] DONE 1 tests in 1.628s [2021-11-11T17:31:20.281Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-11T17:31:20.281Z] ++ 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 [2021-11-11T17:31:20.281Z] ++ set -e [2021-11-11T17:31:20.281Z] ++ '[' -n 0 ']' [2021-11-11T17:31:20.281Z] ++ set -x [2021-11-11T17:31:20.281Z] ++ 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 [2021-11-11T17:31:20.281Z] INFO: Testing against a local daemon [2021-11-11T17:31:20.281Z] === RUN TestSecretInspect [2021-11-11T17:31:21.159Z] --- PASS: TestBuildWithHugeFile (63.76s) [2021-11-11T17:31:21.159Z] === RUN TestBuildWCOWSandboxSize [2021-11-11T17:31:21.159Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:31:21.159Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:31:21.159Z] === RUN TestBuildWithEmptyDockerfile [2021-11-11T17:31:21.159Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:31:21.159Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:31:21.159Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:31:21.159Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:31:21.159Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:31:21.159Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:31:21.159Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:31:21.159Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:31:21.159Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:31:21.159Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-11-11T17:31:21.159Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2021-11-11T17:31:21.159Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2021-11-11T17:31:21.159Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-11-11T17:31:21.159Z] === RUN TestBuildPreserveOwnership [2021-11-11T17:31:21.159Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-11T17:31:21.159Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-11T17:31:21.159Z] --- PASS: TestBuildPreserveOwnership (2.56s) [2021-11-11T17:31:21.159Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.69s) [2021-11-11T17:31:21.159Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.86s) [2021-11-11T17:31:21.159Z] === RUN TestBuildPlatformInvalid [2021-11-11T17:31:21.159Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-11-11T17:31:21.159Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-11T17:31:21.159Z] Loaded image: busybox:latest [2021-11-11T17:31:21.159Z] Loaded image: busybox:glibc [2021-11-11T17:31:21.215Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e21b00_} [2021-11-11T17:31:22.098Z] Loaded image: debian:bullseye-slim [2021-11-11T17:31:22.098Z] Loaded image: hello-world:latest [2021-11-11T17:31:22.098Z] Loaded image: arm32v7/hello-world:latest [2021-11-11T17:31:22.581Z] --- PASS: TestSecretInspect (2.27s) [2021-11-11T17:31:22.581Z] === RUN TestSecretList [2021-11-11T17:31:22.581Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-11T17:31:23.510Z] docker_api_swarm_test.go:507: [df43f7aef78bc] joining swarm manager [de6a38a7bb4cb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:31:23.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-11T17:31:23.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-11T17:31:23.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-11T17:31:23.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-11T17:31:23.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-11T17:31:23.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-11T17:31:23.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-11-11T17:31:24.022Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-11T17:31:25.388Z] --- PASS: TestSecretList (2.65s) [2021-11-11T17:31:25.388Z] === RUN TestSecretsCreateAndDelete [2021-11-11T17:31:26.314Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-11T17:31:27.592Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.57s) [2021-11-11T17:31:27.592Z] PASS [2021-11-11T17:31:27.592Z] [2021-11-11T17:31:27.592Z] DONE 17 tests in 46.222s [2021-11-11T17:31:27.592Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-11T17:31:27.592Z] INFO: Testing against a local daemon [2021-11-11T17:31:27.592Z] === RUN TestPluginInvalidJSON [2021-11-11T17:31:27.592Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:31:27.592Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:31:27.592Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:31:27.592Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-11-11T17:31:27.592Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-11T17:31:27.592Z] === RUN TestPluginInstall [2021-11-11T17:31:27.592Z] === RUN TestPluginInstall/no_auth [2021-11-11T17:31:27.592Z] time="2021-11-11T17:31:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:31:27.592Z] time="2021-11-11T17:31:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43281f9029bc1ffb82dec2518c256a0defdefdeb89524bf39d9f9dcb96a77731" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:31:27.592Z] time="2021-11-11T17:31:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:31:27.592Z] time="2021-11-11T17:31:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43281f9029bc1ffb82dec2518c256a0defdefdeb89524bf39d9f9dcb96a77731" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:31:27.592Z] === RUN TestPluginInstall/with_htpasswd [2021-11-11T17:31:27.592Z] time="2021-11-11T17:31:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:31:27.592Z] time="2021-11-11T17:31:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43281f9029bc1ffb82dec2518c256a0defdefdeb89524bf39d9f9dcb96a77731" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:31:27.592Z] time="2021-11-11T17:31:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:31:27.593Z] time="2021-11-11T17:31:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:43281f9029bc1ffb82dec2518c256a0defdefdeb89524bf39d9f9dcb96a77731" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:31:27.593Z] === RUN TestPluginInstall/with_insecure [2021-11-11T17:31:28.204Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-11T17:31:28.204Z] --- PASS: TestSecretsCreateAndDelete (2.62s) [2021-11-11T17:31:28.204Z] === RUN TestSecretsUpdate [2021-11-11T17:31:28.552Z] time="2021-11-11T17:31:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:31:28.552Z] time="2021-11-11T17:31:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c7d45e0dd84e05391573a4a2784d899c416dec3b02854edbc6a589894978eb5b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:31:28.552Z] time="2021-11-11T17:31:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:31:28.552Z] time="2021-11-11T17:31:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c7d45e0dd84e05391573a4a2784d899c416dec3b02854edbc6a589894978eb5b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:31:28.552Z] plugin_test.go:165: [d02ad8ed7d554] daemon is not started [2021-11-11T17:31:28.552Z] --- PASS: TestPluginInstall (3.58s) [2021-11-11T17:31:28.552Z] --- PASS: TestPluginInstall/no_auth (1.89s) [2021-11-11T17:31:28.552Z] --- PASS: TestPluginInstall/with_htpasswd (0.61s) [2021-11-11T17:31:28.552Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2021-11-11T17:31:28.552Z] === RUN TestPluginsWithRuntimes [2021-11-11T17:31:29.952Z] === RUN TestPluginsWithRuntimes/No_Args [2021-11-11T17:31:30.094Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-11T17:31:30.209Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.11s) [2021-11-11T17:31:30.209Z] PASS [2021-11-11T17:31:30.209Z] [2021-11-11T17:31:30.209Z] === Skipped [2021-11-11T17:31:30.209Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-11-11T17:31:30.209Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:31:30.209Z] [2021-11-11T17:31:30.209Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:31:30.209Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:31:30.209Z] [2021-11-11T17:31:30.209Z] DONE 34 tests, 2 skipped in 93.322s [2021-11-11T17:31:30.209Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-11-11T17:31:30.209Z] ++ 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 [2021-11-11T17:31:30.209Z] ++ set -e [2021-11-11T17:31:30.209Z] ++ '[' -n 0 ']' [2021-11-11T17:31:30.209Z] ++ set -x [2021-11-11T17:31:30.209Z] ++ 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 [2021-11-11T17:31:30.209Z] INFO: Testing against a local daemon [2021-11-11T17:31:30.209Z] === RUN TestConfigInspect [2021-11-11T17:31:30.886Z] === RUN TestPluginsWithRuntimes/With_Args [2021-11-11T17:31:30.906Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-11T17:31:30.906Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-11T17:31:31.024Z] --- PASS: TestSecretsUpdate (2.90s) [2021-11-11T17:31:31.024Z] === RUN TestTemplatedSecret [2021-11-11T17:31:31.280Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-11T17:31:31.280Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-11T17:31:31.360Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-11T17:31:31.582Z] --- PASS: TestConfigInspect (2.23s) [2021-11-11T17:31:31.582Z] === RUN TestConfigList [2021-11-11T17:31:31.818Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-11T17:31:31.820Z] --- PASS: TestPluginsWithRuntimes (3.40s) [2021-11-11T17:31:31.820Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.90s) [2021-11-11T17:31:31.820Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.89s) [2021-11-11T17:31:31.820Z] === RUN TestPluginBackCompatMediaTypes [2021-11-11T17:31:32.208Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-11T17:31:32.387Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2021-11-11T17:31:32.387Z] PASS [2021-11-11T17:31:32.387Z] [2021-11-11T17:31:32.387Z] DONE 10 tests in 7.586s [2021-11-11T17:31:32.387Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-11T17:31:32.464Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-11-11T17:31:32.645Z] INFO: Testing against a local daemon [2021-11-11T17:31:32.645Z] === RUN TestExternalGraphDriver [2021-11-11T17:31:32.645Z] === RUN TestExternalGraphDriver/json [2021-11-11T17:31:33.393Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-11T17:31:34.114Z] --- PASS: TestConfigList (2.15s) [2021-11-11T17:31:34.114Z] === RUN TestConfigsCreateAndDelete [2021-11-11T17:31:34.319Z] --- PASS: TestTemplatedSecret (3.30s) [2021-11-11T17:31:34.319Z] === RUN TestSecretCreateResolve [2021-11-11T17:31:34.319Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-11T17:31:34.545Z] === RUN TestExternalGraphDriver/spec [2021-11-11T17:31:35.248Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-11T17:31:35.810Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-11T17:31:35.919Z] === RUN TestExternalGraphDriver/pull [2021-11-11T17:31:36.015Z] --- PASS: TestConfigsCreateAndDelete (2.07s) [2021-11-11T17:31:36.015Z] === RUN TestConfigsUpdate [2021-11-11T17:31:36.736Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-11T17:31:36.737Z] --- PASS: TestSecretCreateResolve (2.45s) [2021-11-11T17:31:36.737Z] PASS [2021-11-11T17:31:36.737Z] [2021-11-11T17:31:36.737Z] DONE 6 tests in 16.304s [2021-11-11T17:31:36.737Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-11-11T17:31:36.737Z] ++ 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 [2021-11-11T17:31:36.737Z] ++ set -e [2021-11-11T17:31:36.737Z] ++ '[' -n 0 ']' [2021-11-11T17:31:36.737Z] ++ set -x [2021-11-11T17:31:36.737Z] ++ 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 [2021-11-11T17:31:36.737Z] INFO: Testing against a local daemon [2021-11-11T17:31:36.737Z] === RUN TestServiceCreateInit [2021-11-11T17:31:36.737Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-11T17:31:37.298Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-11T17:31:37.363Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-11T17:31:37.363Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-11T17:31:37.363Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-11T17:31:37.363Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-11T17:31:37.363Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-11T17:31:37.363Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-11T17:31:37.363Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-11T17:31:37.363Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T17:31:37.363Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-11T17:31:37.363Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T17:31:37.363Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-11T17:31:37.363Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T17:31:37.363Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-11T17:31:37.363Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-11T17:31:37.364Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-11T17:31:37.364Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T17:31:37.364Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-11T17:31:37.364Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-11T17:31:37.364Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-11T17:31:37.364Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-11-11T17:31:37.388Z] --- PASS: TestConfigsUpdate (1.73s) [2021-11-11T17:31:37.388Z] === RUN TestTemplatedConfig [2021-11-11T17:31:37.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-11T17:31:37.570Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-11T17:31:37.820Z] --- PASS: TestExternalGraphDriver (5.03s) [2021-11-11T17:31:37.820Z] --- PASS: TestExternalGraphDriver/json (1.65s) [2021-11-11T17:31:37.820Z] --- PASS: TestExternalGraphDriver/spec (1.66s) [2021-11-11T17:31:37.820Z] --- PASS: TestExternalGraphDriver/pull (1.69s) [2021-11-11T17:31:37.820Z] === RUN TestGraphdriverPluginV2 [2021-11-11T17:31:37.859Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-11T17:31:38.421Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-11T17:31:38.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-11T17:31:39.349Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-11T17:31:39.910Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-11T17:31:39.914Z] --- PASS: TestTemplatedConfig (2.41s) [2021-11-11T17:31:39.914Z] === RUN TestConfigCreateResolve [2021-11-11T17:31:40.849Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-11T17:31:41.104Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-11T17:31:41.665Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-11T17:31:41.813Z] --- PASS: TestConfigCreateResolve (1.67s) [2021-11-11T17:31:41.813Z] PASS [2021-11-11T17:31:41.813Z] [2021-11-11T17:31:41.813Z] DONE 6 tests in 12.343s [2021-11-11T17:31:41.813Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-11-11T17:31:41.813Z] ++ 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 [2021-11-11T17:31:41.813Z] ++ set -e [2021-11-11T17:31:41.813Z] ++ '[' -n 0 ']' [2021-11-11T17:31:41.813Z] ++ set -x [2021-11-11T17:31:41.813Z] ++ 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 [2021-11-11T17:31:41.813Z] INFO: Testing against a local daemon [2021-11-11T17:31:41.813Z] === RUN TestCheckpoint [2021-11-11T17:31:41.813Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:31:41.813Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-11T17:31:41.813Z] === RUN TestContainerInvalidJSON [2021-11-11T17:31:41.813Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:31:41.813Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:31:41.813Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:31:41.813Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:31:41.813Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:31:41.813Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:31:41.813Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-11T17:31:41.813Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-11T17:31:41.813Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-11T17:31:41.813Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-11T17:31:41.813Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-11-11T17:31:41.813Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-11T17:31:41.813Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-11-11T17:31:41.813Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-11T17:31:41.813Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-11-11T17:31:41.813Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-11T17:31:41.813Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-11-11T17:31:41.813Z] === RUN TestCopyFromContainer [2021-11-11T17:31:42.002Z] --- PASS: TestGraphdriverPluginV2 (3.81s) [2021-11-11T17:31:42.002Z] PASS [2021-11-11T17:31:42.002Z] [2021-11-11T17:31:42.002Z] DONE 5 tests in 8.872s [2021-11-11T17:31:42.002Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-11T17:31:42.002Z] INFO: Testing against a local daemon [2021-11-11T17:31:42.002Z] === RUN TestContinueAfterPluginCrash [2021-11-11T17:31:42.002Z] === PAUSE TestContinueAfterPluginCrash [2021-11-11T17:31:42.002Z] === RUN TestReadPluginNoRead [2021-11-11T17:31:42.002Z] === PAUSE TestReadPluginNoRead [2021-11-11T17:31:42.002Z] === RUN TestDaemonStartWithLogOpt [2021-11-11T17:31:42.002Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-11T17:31:42.002Z] === CONT TestContinueAfterPluginCrash [2021-11-11T17:31:42.002Z] === CONT TestDaemonStartWithLogOpt [2021-11-11T17:31:42.236Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-11T17:31:42.593Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-11T17:31:42.747Z] === RUN TestCopyFromContainer// [2021-11-11T17:31:42.747Z] === RUN TestCopyFromContainer//bar/root [2021-11-11T17:31:42.747Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-11T17:31:42.747Z] === RUN TestCopyFromContainer/bar/quux [2021-11-11T17:31:43.005Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-11T17:31:43.005Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-11T17:31:43.005Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-11T17:31:43.005Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-11T17:31:43.005Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-11T17:31:43.155Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-11T17:31:43.155Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-11T17:31:43.263Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer (1.35s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer// (0.05s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-11-11T17:31:43.263Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-11-11T17:31:43.263Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-11T17:31:43.263Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:31:43.263Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:31:43.263Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:31:43.263Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:31:43.263Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:31:43.263Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:31:43.263Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:31:43.263Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:31:43.263Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:31:43.263Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-11-11T17:31:43.263Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-11T17:31:43.263Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-11T17:31:43.263Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-11T17:31:43.263Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-11T17:31:43.263Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-11-11T17:31:43.263Z] === RUN TestCreateWithInvalidEnv [2021-11-11T17:31:43.263Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-11T17:31:43.263Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-11T17:31:43.263Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-11T17:31:43.263Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-11T17:31:43.263Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-11T17:31:43.263Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-11T17:31:43.263Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-11T17:31:43.263Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-11T17:31:43.263Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-11T17:31:43.263Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-11-11T17:31:43.263Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-11T17:31:43.263Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-11T17:31:43.263Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-11T17:31:43.263Z] === RUN TestCreateTmpfsMountsTarget [2021-11-11T17:31:43.263Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-11-11T17:31:43.263Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-11T17:31:43.273Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-11T17:31:43.273Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T17:31:43.273Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-11T17:31:43.273Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-11T17:31:43.273Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-11T17:31:43.716Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-11T17:31:44.636Z] --- PASS: TestCreateWithCustomMaskedPaths (1.10s) [2021-11-11T17:31:44.636Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-11T17:31:44.647Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-11T17:31:45.285Z] --- PASS: TestDaemonStartWithLogOpt (3.36s) [2021-11-11T17:31:45.285Z] === CONT TestReadPluginNoRead [2021-11-11T17:31:45.569Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.10s) [2021-11-11T17:31:45.569Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-11T17:31:45.569Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:31:45.569Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:31:45.569Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:31:45.569Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:31:45.569Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:31:45.569Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:31:45.569Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:31:45.569Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:31:45.569Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:31:45.569Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:31:45.569Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:31:45.569Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:31:45.569Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:31:45.569Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:31:45.569Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:31:45.569Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-11T17:31:45.569Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-11T17:31:45.569Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-11T17:31:45.569Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-11T17:31:45.569Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-11T17:31:45.569Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-11T17:31:45.569Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-11T17:31:45.575Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-11T17:31:45.575Z] --- PASS: TestServiceCreateInit (8.83s) [2021-11-11T17:31:45.575Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.51s) [2021-11-11T17:31:45.575Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.30s) [2021-11-11T17:31:45.575Z] === RUN TestCreateServiceMultipleTimes [2021-11-11T17:31:45.827Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2021-11-11T17:31:45.827Z] === RUN TestCreateDifferentPlatform [2021-11-11T17:31:45.827Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-11T17:31:45.827Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-11T17:31:45.827Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-11-11T17:31:45.827Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-11T17:31:45.827Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-11T17:31:45.827Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-11T17:31:46.085Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-11-11T17:31:46.085Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-11T17:31:46.085Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-11-11T17:31:46.085Z] === RUN TestContainerStartOnDaemonRestart [2021-11-11T17:31:46.085Z] === PAUSE TestContainerStartOnDaemonRestart [2021-11-11T17:31:46.085Z] === RUN TestDaemonRestartIpcMode [2021-11-11T17:31:46.085Z] === PAUSE TestDaemonRestartIpcMode [2021-11-11T17:31:46.085Z] === RUN TestDaemonHostGatewayIP [2021-11-11T17:31:46.085Z] === PAUSE TestDaemonHostGatewayIP [2021-11-11T17:31:46.085Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-11T17:31:46.085Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-11T17:31:46.085Z] === RUN TestContainerKillOnDaemonStart [2021-11-11T17:31:46.085Z] === PAUSE TestContainerKillOnDaemonStart [2021-11-11T17:31:46.085Z] === RUN TestDiff [2021-11-11T17:31:46.136Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-11T17:31:46.248Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-11T17:31:46.343Z] --- PASS: TestDiff (0.41s) [2021-11-11T17:31:46.343Z] === RUN TestExecWithCloseStdin [2021-11-11T17:31:46.699Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-11T17:31:46.911Z] --- PASS: TestExecWithCloseStdin (0.47s) [2021-11-11T17:31:46.911Z] === RUN TestExec [2021-11-11T17:31:47.185Z] === RUN TestReadPluginNoRead/default [2021-11-11T17:31:47.476Z] --- PASS: TestExec (0.45s) [2021-11-11T17:31:47.476Z] === RUN TestExecUser [2021-11-11T17:31:47.734Z] --- PASS: TestExecUser (0.44s) [2021-11-11T17:31:47.734Z] === RUN TestExportContainerAndImportImage [2021-11-11T17:31:48.066Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-11T17:31:48.127Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-11T17:31:48.299Z] --- PASS: TestExportContainerAndImportImage (0.53s) [2021-11-11T17:31:48.299Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-11T17:31:48.472Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-11T17:31:48.472Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-11T17:31:48.472Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-11T17:31:48.472Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-11T17:31:48.472Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-11T17:31:48.472Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-11T17:31:48.472Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-11T17:31:48.472Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-11T17:31:48.472Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-11T17:31:48.629Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-11T17:31:49.499Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-11T17:31:49.672Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2021-11-11T17:31:49.672Z] === RUN TestHealthCheckWorkdir [2021-11-11T17:31:49.930Z] --- PASS: TestHealthCheckWorkdir (0.49s) [2021-11-11T17:31:49.930Z] === RUN TestHealthKillContainer [2021-11-11T17:31:50.065Z] --- PASS: TestContinueAfterPluginCrash (8.49s) [2021-11-11T17:31:50.631Z] === CONT TestReadPluginNoRead [2021-11-11T17:31:50.631Z] read_test.go:92: [d91a610a90ca9] daemon is not started [2021-11-11T17:31:50.631Z] --- PASS: TestReadPluginNoRead (5.82s) [2021-11-11T17:31:50.631Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2021-11-11T17:31:50.631Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.25s) [2021-11-11T17:31:50.631Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.17s) [2021-11-11T17:31:50.631Z] PASS [2021-11-11T17:31:50.631Z] [2021-11-11T17:31:50.631Z] DONE 6 tests in 9.223s [2021-11-11T17:31:50.631Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-11T17:31:50.631Z] testing: warning: no tests to run [2021-11-11T17:31:50.631Z] PASS [2021-11-11T17:31:50.631Z] [2021-11-11T17:31:50.631Z] DONE 0 tests in 0.015s [2021-11-11T17:31:50.631Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-11T17:31:50.631Z] INFO: Testing against a local daemon [2021-11-11T17:31:50.631Z] === RUN TestPluginWithDevMounts [2021-11-11T17:31:50.631Z] === PAUSE TestPluginWithDevMounts [2021-11-11T17:31:50.631Z] === CONT TestPluginWithDevMounts [2021-11-11T17:31:50.753Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-11T17:31:51.149Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-11T17:31:51.405Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-11-11T17:31:51.442Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-11T17:31:51.443Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-11T17:31:51.443Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-11T17:31:51.443Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T17:31:51.443Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-11T17:31:52.531Z] --- PASS: TestPluginWithDevMounts (1.58s) [2021-11-11T17:31:52.531Z] PASS [2021-11-11T17:31:52.531Z] [2021-11-11T17:31:52.531Z] DONE 1 tests in 1.615s [2021-11-11T17:31:52.531Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-11T17:31:52.531Z] INFO: Testing against a local daemon [2021-11-11T17:31:52.531Z] === RUN TestSecretInspect [2021-11-11T17:31:53.925Z] docker_api_swarm_node_test.go:81: [d2a3b4a11cdb2] joining swarm manager [d4d953f08f5f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:31:54.432Z] --- PASS: TestSecretInspect (2.14s) [2021-11-11T17:31:54.432Z] === RUN TestSecretList [2021-11-11T17:31:55.290Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-11T17:31:56.245Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-11-11T17:31:56.245Z] Copying nested executables into bundles/binary-daemon [2021-11-11T17:31:56.245Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-11-11T17:31:56.245Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:31:56.245Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-11-11T17:31:56.245Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-11-11T17:31:56.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-11T17:31:56.505Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-11T17:31:56.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-11T17:31:56.580Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_GITCOMMIT=ff0c7f89b8defb2f6f921d998912fdcde74545d6 -e DOCKER_GRAPHDRIVER docker:ff0c7f89b8defb2f6f921d998912fdcde74545d6 hack/make.sh cross [2021-11-11T17:31:56.961Z] --- PASS: TestSecretList (2.14s) [2021-11-11T17:31:56.961Z] === RUN TestSecretsCreateAndDelete [2021-11-11T17:31:57.146Z] [2021-11-11T17:31:57.329Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-11T17:31:57.404Z] Removing bundles/ [2021-11-11T17:31:57.404Z] [2021-11-11T17:31:57.404Z] ---> Making bundle: cross (in bundles/cross) [2021-11-11T17:31:57.404Z] Cross building: bundles/cross/linux/amd64 [2021-11-11T17:31:57.404Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-11-11T17:31:57.404Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-11-11T17:31:57.809Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-11T17:31:58.033Z] --- PASS: TestHealthKillContainer (7.88s) [2021-11-11T17:31:58.033Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-11T17:31:58.291Z] --- PASS: TestInspectCpusetInConfigPre120 (0.38s) [2021-11-11T17:31:58.291Z] === RUN TestIpcModeNone [2021-11-11T17:31:58.370Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-11T17:31:58.857Z] --- PASS: TestIpcModeNone (0.44s) [2021-11-11T17:31:58.857Z] === RUN TestIpcModePrivate [2021-11-11T17:31:58.860Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2021-11-11T17:31:58.860Z] === RUN TestSecretsUpdate [2021-11-11T17:31:59.115Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:73, shared: false, mustBeShared: false [2021-11-11T17:31:59.115Z] --- PASS: TestIpcModePrivate (0.45s) [2021-11-11T17:31:59.115Z] === RUN TestIpcModeShareable [2021-11-11T17:31:59.373Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [2021-11-11T17:31:59.630Z] --- PASS: TestIpcModeShareable (0.43s) [2021-11-11T17:31:59.630Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-11T17:32:00.761Z] --- PASS: TestSecretsUpdate (2.13s) [2021-11-11T17:32:00.761Z] === RUN TestTemplatedSecret [2021-11-11T17:32:01.003Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.38s) [2021-11-11T17:32:01.003Z] === RUN TestAPIIpcModeHost [2021-11-11T17:32:01.159Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-11T17:32:01.159Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-11T17:32:01.159Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-11T17:32:01.159Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-11T17:32:01.159Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-11T17:32:01.262Z] --- PASS: TestAPIIpcModeHost (0.36s) [2021-11-11T17:32:01.262Z] === RUN TestDaemonIpcModeShareable [2021-11-11T17:32:01.644Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-11T17:32:02.635Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2021-11-11T17:32:02.635Z] --- PASS: TestDaemonIpcModeShareable (1.13s) [2021-11-11T17:32:02.635Z] === RUN TestDaemonIpcModePrivate [2021-11-11T17:32:03.012Z] --- PASS: TestCreateServiceMultipleTimes (17.55s) [2021-11-11T17:32:03.012Z] === RUN TestCreateServiceConflict [2021-11-11T17:32:03.290Z] --- PASS: TestTemplatedSecret (2.55s) [2021-11-11T17:32:03.290Z] === RUN TestSecretCreateResolve [2021-11-11T17:32:03.733Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-11T17:32:03.747Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2021-11-11T17:32:03.747Z] --- PASS: TestDaemonIpcModePrivate (1.11s) [2021-11-11T17:32:03.747Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-11T17:32:04.296Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-11T17:32:04.683Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2021-11-11T17:32:04.683Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.11s) [2021-11-11T17:32:04.683Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-11T17:32:05.617Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2021-11-11T17:32:05.663Z] --- PASS: TestCreateServiceConflict (2.66s) [2021-11-11T17:32:05.663Z] === RUN TestCreateServiceMaxReplicas [2021-11-11T17:32:05.818Z] --- PASS: TestSecretCreateResolve (2.17s) [2021-11-11T17:32:05.818Z] PASS [2021-11-11T17:32:05.818Z] [2021-11-11T17:32:05.818Z] DONE 6 tests in 13.306s [2021-11-11T17:32:05.818Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-11-11T17:32:05.818Z] INFO: Testing against a local daemon [2021-11-11T17:32:05.818Z] === RUN TestServiceCreateInit [2021-11-11T17:32:05.818Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-11T17:32:05.875Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.11s) [2021-11-11T17:32:05.875Z] === RUN TestIpcModeOlderClient [2021-11-11T17:32:05.875Z] === PAUSE TestIpcModeOlderClient [2021-11-11T17:32:05.875Z] === RUN TestKillContainerInvalidSignal [2021-11-11T17:32:06.440Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2021-11-11T17:32:06.440Z] === RUN TestKillContainer [2021-11-11T17:32:06.440Z] === RUN TestKillContainer/no_signal [2021-11-11T17:32:06.698Z] === RUN TestKillContainer/non_killing_signal [2021-11-11T17:32:06.911Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-11T17:32:06.911Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-11T17:32:06.911Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-11T17:32:06.911Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-11T17:32:06.911Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-11T17:32:06.911Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-11T17:32:06.911Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-11T17:32:06.956Z] === RUN TestKillContainer/killing_signal [2021-11-11T17:32:07.032Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-11-11T17:32:07.364Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-11T17:32:07.549Z] --- PASS: TestKillContainer (1.18s) [2021-11-11T17:32:07.549Z] --- PASS: TestKillContainer/no_signal (0.36s) [2021-11-11T17:32:07.549Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2021-11-11T17:32:07.549Z] --- PASS: TestKillContainer/killing_signal (0.37s) [2021-11-11T17:32:07.549Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-11T17:32:07.549Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-11T17:32:07.596Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-11-11T17:32:07.819Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-11T17:32:08.388Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2021-11-11T17:32:08.388Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2021-11-11T17:32:08.388Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.34s) [2021-11-11T17:32:08.388Z] === RUN TestKillStoppedContainer [2021-11-11T17:32:08.388Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-11-11T17:32:08.388Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-11T17:32:08.388Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-11-11T17:32:08.388Z] === RUN TestKillDifferentUserContainer [2021-11-11T17:32:08.524Z] === RUN TestDockerSuite/TestCpToDot [2021-11-11T17:32:08.953Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2021-11-11T17:32:08.954Z] === RUN TestInspectOomKilledTrue [2021-11-11T17:32:09.212Z] --- PASS: TestInspectOomKilledTrue (0.47s) [2021-11-11T17:32:09.212Z] === RUN TestInspectOomKilledFalse [2021-11-11T17:32:09.456Z] --- PASS: TestCreateServiceMaxReplicas (3.52s) [2021-11-11T17:32:09.456Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-11T17:32:09.713Z] docker_api_swarm_node_test.go:53: [dbbc49e95a95b] joining swarm manager [d79d7bfdd44ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:32:09.713Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-11T17:32:09.777Z] --- PASS: TestInspectOomKilledFalse (0.37s) [2021-11-11T17:32:09.777Z] === RUN TestLinksEtcHostsContentMatch [2021-11-11T17:32:10.003Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-11T17:32:10.035Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s) [2021-11-11T17:32:10.035Z] === RUN TestLinksContainerNames [2021-11-11T17:32:10.320Z] docker_api_swarm_node_test.go:54: [d202e688aa5e4] joining swarm manager [d79d7bfdd44ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:32:10.883Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-11T17:32:10.973Z] --- PASS: TestLinksContainerNames (0.82s) [2021-11-11T17:32:10.973Z] === RUN TestLogsFollowTailEmpty [2021-11-11T17:32:11.231Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2021-11-11T17:32:11.231Z] === RUN TestContainerNetworkMountsNoChown [2021-11-11T17:32:11.489Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/default [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/default [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/private [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/private [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rprivate [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/slave [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/slave [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rslave [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/shared [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/shared [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rshared [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/default [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/rshared [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/shared [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/rslave [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/slave [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/rprivate [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/private [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-11T17:32:11.489Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:32:11.489Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-11T17:32:11.489Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-11T17:32:11.748Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-11T17:32:12.006Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-11T17:32:12.006Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-11T17:32:12.006Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-11T17:32:12.006Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-11T17:32:12.006Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-11T17:32:12.006Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-11T17:32:12.006Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-11T17:32:12.006Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-11-11T17:32:12.006Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-11-11T17:32:12.006Z] === RUN TestContainerBindMountNonRecursive [2021-11-11T17:32:12.249Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-11T17:32:12.506Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-11T17:32:13.283Z] --- PASS: TestServiceCreateInit (7.51s) [2021-11-11T17:32:13.284Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.64s) [2021-11-11T17:32:13.284Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.86s) [2021-11-11T17:32:13.284Z] === RUN TestCreateServiceMultipleTimes [2021-11-11T17:32:13.379Z] --- PASS: TestContainerBindMountNonRecursive (1.23s) [2021-11-11T17:32:13.379Z] === RUN TestContainerVolumesMountedAsShared [2021-11-11T17:32:13.432Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-11T17:32:13.637Z] --- PASS: TestContainerVolumesMountedAsShared (0.36s) [2021-11-11T17:32:13.637Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-11T17:32:13.687Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-11T17:32:13.894Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) [2021-11-11T17:32:13.894Z] === RUN TestNetworkNat [2021-11-11T17:32:14.248Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-11T17:32:14.460Z] --- PASS: TestNetworkNat (0.43s) [2021-11-11T17:32:14.460Z] === RUN TestNetworkLocalhostTCPNat [2021-11-11T17:32:14.718Z] --- PASS: TestNetworkLocalhostTCPNat (0.40s) [2021-11-11T17:32:14.718Z] === RUN TestNetworkLoopbackNat [2021-11-11T17:32:14.810Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-11T17:32:14.810Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-11T17:32:15.066Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-11T17:32:15.321Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-11T17:32:15.884Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-11T17:32:15.884Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-11-11T17:32:15.884Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-11T17:32:15.884Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-11T17:32:16.445Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-11T17:32:16.701Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-11T17:32:16.701Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-11T17:32:16.957Z] === RUN TestDockerSuite/TestCreateRM [2021-11-11T17:32:16.957Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-11T17:32:16.957Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-11T17:32:16.957Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-11T17:32:16.957Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-11T17:32:17.213Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-11T17:32:17.243Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2021-11-11T17:32:17.243Z] === RUN TestPause [2021-11-11T17:32:17.809Z] --- PASS: TestPause (0.42s) [2021-11-11T17:32:17.809Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-11T17:32:17.809Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-11T17:32:17.809Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-11T17:32:17.809Z] === RUN TestPauseStopPausedContainer [2021-11-11T17:32:18.067Z] --- PASS: TestPauseStopPausedContainer (0.42s) [2021-11-11T17:32:18.067Z] === RUN TestPidHost [2021-11-11T17:32:18.576Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-11T17:32:18.576Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-11T17:32:18.576Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-11T17:32:19.000Z] --- PASS: TestPidHost (0.92s) [2021-11-11T17:32:19.000Z] === RUN TestPsFilter [2021-11-11T17:32:19.000Z] --- PASS: TestPsFilter (0.11s) [2021-11-11T17:32:19.000Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-11T17:32:19.567Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2021-11-11T17:32:19.567Z] === RUN TestRemoveContainerWithVolume [2021-11-11T17:32:19.825Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2021-11-11T17:32:19.825Z] === RUN TestRemoveContainerRunning [2021-11-11T17:32:20.395Z] --- PASS: TestRemoveContainerRunning (0.42s) [2021-11-11T17:32:20.395Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-11T17:32:20.655Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s) [2021-11-11T17:32:20.655Z] === RUN TestRemoveInvalidContainer [2021-11-11T17:32:20.655Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-11T17:32:20.655Z] === RUN TestRenameLinkedContainer [2021-11-11T17:32:21.908Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-11T17:32:21.908Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-11T17:32:21.908Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-11T17:32:21.908Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-11T17:32:21.908Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-11T17:32:21.908Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-11T17:32:22.166Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-11T17:32:22.558Z] --- PASS: TestRenameLinkedContainer (1.58s) [2021-11-11T17:32:22.558Z] === RUN TestRenameStoppedContainer [2021-11-11T17:32:22.558Z] --- PASS: TestRenameStoppedContainer (0.39s) [2021-11-11T17:32:22.558Z] === RUN TestRenameRunningContainerAndReuse [2021-11-11T17:32:23.092Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.88s) [2021-11-11T17:32:23.092Z] === RUN TestCreateServiceSecretFileMode [2021-11-11T17:32:23.092Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-11T17:32:23.493Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2021-11-11T17:32:23.493Z] === RUN TestRenameInvalidName [2021-11-11T17:32:23.653Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-11T17:32:23.751Z] --- PASS: TestRenameInvalidName (0.39s) [2021-11-11T17:32:23.751Z] === RUN TestRenameAnonymousContainer [2021-11-11T17:32:25.020Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-11T17:32:25.651Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2021-11-11T17:32:25.651Z] === RUN TestRenameContainerWithSameName [2021-11-11T17:32:25.651Z] --- PASS: TestRenameContainerWithSameName (0.37s) [2021-11-11T17:32:25.651Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-11T17:32:25.947Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-11T17:32:26.510Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-11T17:32:26.585Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2021-11-11T17:32:26.585Z] === RUN TestResize [2021-11-11T17:32:26.765Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-11T17:32:26.843Z] --- PASS: TestResize (0.40s) [2021-11-11T17:32:26.843Z] === RUN TestResizeWithInvalidSize [2021-11-11T17:32:27.021Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-11T17:32:27.277Z] === RUN TestDockerSuite/TestDockerFails [2021-11-11T17:32:27.277Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-11-11T17:32:27.408Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2021-11-11T17:32:27.408Z] === RUN TestResizeWhenContainerNotStarted [2021-11-11T17:32:27.533Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-11-11T17:32:27.533Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-11-11T17:32:27.974Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:32:27.974Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:32:27.974Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:32:27.974Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-11T17:32:27.974Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:32:28.098Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-11-11T17:32:28.507Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-11T17:32:28.660Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-11-11T17:32:29.587Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-11-11T17:32:29.587Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-11-11T17:32:29.587Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-11-11T17:32:29.843Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-11-11T17:32:29.873Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:32:30.665Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-11T17:32:30.665Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-11T17:32:30.806Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:32:31.119Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-11T17:32:31.119Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T17:32:31.360Z] --- PASS: TestCreateServiceMultipleTimes (15.51s) [2021-11-11T17:32:31.360Z] === RUN TestCreateServiceConflict [2021-11-11T17:32:31.360Z] --- PASS: TestCreateServiceConflict (2.14s) [2021-11-11T17:32:31.360Z] === RUN TestCreateServiceMaxReplicas [2021-11-11T17:32:31.573Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-11T17:32:31.743Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-11T17:32:32.001Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-11T17:32:32.531Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-11T17:32:32.531Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-11T17:32:32.935Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:32:32.987Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-11T17:32:33.193Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-11T17:32:33.960Z] --- PASS: TestCreateServiceMaxReplicas (2.72s) [2021-11-11T17:32:33.960Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-11T17:32:35.129Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-11T17:32:36.057Z] --- PASS: TestCreateServiceSecretFileMode (12.86s) [2021-11-11T17:32:36.057Z] === RUN TestCreateServiceConfigFileMode [2021-11-11T17:32:36.472Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-11T17:32:36.472Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-11T17:32:36.693Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-11T17:32:37.421Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-11T17:32:37.651Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-11T17:32:37.651Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-11T17:32:37.651Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-11T17:32:37.651Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-11T17:32:37.651Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-11T17:32:38.372Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-11T17:32:39.176Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-11T17:32:39.311Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-11T17:32:39.745Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-11T17:32:40.003Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-11T17:32:40.133Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-11T17:32:40.239Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-11-11T17:32:40.586Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-11T17:32:41.041Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-11T17:32:41.166Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-11T17:32:41.422Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-11T17:32:41.495Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-11T17:32:41.904Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-11T17:32:41.904Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-11T17:32:41.985Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-11T17:32:42.569Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-11-11T17:32:42.569Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-11T17:32:43.131Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-11T17:32:43.277Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-11T17:32:43.694Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.69s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.97s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.21s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.32s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.39s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.70s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.57s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.75s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.68s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.89s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.65s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.61s) [2021-11-11T17:32:44.649Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.56s) [2021-11-11T17:32:44.649Z] === RUN TestCgroupNamespacesRun [2021-11-11T17:32:45.101Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-11-11T17:32:46.022Z] --- PASS: TestCgroupNamespacesRun (1.11s) [2021-11-11T17:32:46.022Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-11T17:32:46.030Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-11T17:32:46.955Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2021-11-11T17:32:46.955Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-11T17:32:47.249Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-11T17:32:48.207Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-11T17:32:48.207Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-11T17:32:48.207Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-11T17:32:48.328Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.10s) [2021-11-11T17:32:48.328Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-11T17:32:48.546Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-11-11T17:32:48.801Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-11-11T17:32:48.827Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.14s) [2021-11-11T17:32:48.827Z] === RUN TestCreateServiceSecretFileMode [2021-11-11T17:32:49.056Z] --- PASS: TestCreateServiceConfigFileMode (13.04s) [2021-11-11T17:32:49.056Z] === RUN TestCreateServiceSysctls [2021-11-11T17:32:49.261Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s) [2021-11-11T17:32:49.261Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-11T17:32:49.731Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-11T17:32:49.731Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-11T17:32:49.731Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-11T17:32:49.731Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-11T17:32:50.193Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.09s) [2021-11-11T17:32:50.193Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-11T17:32:50.420Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-11T17:32:51.348Z] docker_api_swarm_test.go:202: [de8de8aeb174d] joining swarm manager [ddfdc2b625497]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:32:51.565Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s) [2021-11-11T17:32:51.565Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-11T17:32:51.911Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-11T17:32:51.921Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-11T17:32:52.131Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2021-11-11T17:32:52.131Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-11T17:32:52.388Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-11T17:32:52.854Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-11T17:32:52.854Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-11T17:32:52.854Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-11T17:32:53.137Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) [2021-11-11T17:32:53.137Z] === RUN TestNISDomainname [2021-11-11T17:32:53.278Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-11T17:32:53.278Z] --- PASS: TestCreateServiceSysctls (4.24s) [2021-11-11T17:32:53.278Z] === RUN TestCreateServiceCapabilities [2021-11-11T17:32:53.720Z] --- PASS: TestNISDomainname (0.52s) [2021-11-11T17:32:53.720Z] === RUN TestHostnameDnsResolution [2021-11-11T17:32:53.839Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-11T17:32:54.286Z] --- PASS: TestHostnameDnsResolution (0.64s) [2021-11-11T17:32:54.286Z] === RUN TestUnprivilegedPortsAndPing [2021-11-11T17:32:54.306Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-11T17:32:54.306Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-11T17:32:54.306Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-11T17:32:54.306Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-11T17:32:54.306Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-11T17:32:54.851Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s) [2021-11-11T17:32:54.851Z] === RUN TestStats [2021-11-11T17:32:55.795Z] --- PASS: TestCreateServiceCapabilities (2.54s) [2021-11-11T17:32:55.795Z] === RUN TestInspect [2021-11-11T17:32:57.377Z] --- PASS: TestStats (2.41s) [2021-11-11T17:32:57.377Z] === RUN TestStopContainerWithTimeout [2021-11-11T17:32:57.377Z] === RUN TestStopContainerWithTimeout/0 [2021-11-11T17:32:57.377Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-11T17:32:57.377Z] === RUN TestStopContainerWithTimeout/1 [2021-11-11T17:32:57.377Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-11T17:32:57.377Z] === RUN TestStopContainerWithTimeout/3 [2021-11-11T17:32:57.377Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-11T17:32:57.377Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-11T17:32:57.377Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-11T17:32:57.377Z] === CONT TestStopContainerWithTimeout/0 [2021-11-11T17:32:57.377Z] === CONT TestStopContainerWithTimeout/3 [2021-11-11T17:32:57.950Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-11T17:32:59.050Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-11T17:32:59.106Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-11T17:32:59.106Z] --- PASS: TestInspect (2.79s) [2021-11-11T17:32:59.106Z] === RUN TestCreateJob [2021-11-11T17:32:59.106Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-11T17:32:59.846Z] === CONT TestStopContainerWithTimeout/1 [2021-11-11T17:33:00.033Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-11-11T17:33:00.034Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-11-11T17:33:00.292Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-11T17:33:00.854Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-11-11T17:33:01.017Z] --- PASS: TestCreateServiceSecretFileMode (12.51s) [2021-11-11T17:33:01.017Z] === RUN TestCreateServiceConfigFileMode [2021-11-11T17:33:01.110Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-11-11T17:33:01.110Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-11T17:33:01.230Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-11-11T17:33:01.230Z] --- PASS: TestStopContainerWithTimeout/0 (0.59s) [2021-11-11T17:33:01.230Z] --- PASS: TestStopContainerWithTimeout/3 (2.63s) [2021-11-11T17:33:01.230Z] --- PASS: TestStopContainerWithTimeout/-1 (2.38s) [2021-11-11T17:33:01.230Z] --- PASS: TestStopContainerWithTimeout/1 (1.39s) [2021-11-11T17:33:01.230Z] === RUN TestDeleteDevicemapper [2021-11-11T17:33:01.230Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-11T17:33:01.230Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-11T17:33:01.230Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-11T17:33:02.476Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-11T17:33:02.476Z] --- PASS: TestCreateJob (3.85s) [2021-11-11T17:33:02.476Z] === RUN TestReplicatedJob [2021-11-11T17:33:03.128Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.61s) [2021-11-11T17:33:03.128Z] === RUN TestUpdateMemory [2021-11-11T17:33:03.386Z] --- PASS: TestUpdateMemory (0.51s) [2021-11-11T17:33:03.386Z] === RUN TestUpdateCPUQuota [2021-11-11T17:33:03.402Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-11T17:33:03.402Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-11T17:33:03.402Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-11T17:33:03.951Z] --- PASS: TestUpdateCPUQuota (0.67s) [2021-11-11T17:33:03.951Z] === RUN TestUpdatePidsLimit [2021-11-11T17:33:03.951Z] === RUN TestUpdatePidsLimit/update_from_none [2021-11-11T17:33:04.210Z] === RUN TestUpdatePidsLimit/no_change [2021-11-11T17:33:04.331Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-11-11T17:33:04.468Z] === RUN TestUpdatePidsLimit/update_lower [2021-11-11T17:33:04.468Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-11-11T17:33:04.587Z] === RUN TestDockerSuite/TestEventsImagePull [2021-11-11T17:33:04.726Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-11-11T17:33:04.984Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-11-11T17:33:05.241Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-11-11T17:33:05.514Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-11T17:33:05.807Z] --- PASS: TestUpdatePidsLimit (1.80s) [2021-11-11T17:33:05.807Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2021-11-11T17:33:05.807Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2021-11-11T17:33:05.807Z] --- PASS: TestUpdatePidsLimit/update_lower (0.19s) [2021-11-11T17:33:05.807Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2021-11-11T17:33:05.807Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2021-11-11T17:33:05.807Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2021-11-11T17:33:05.807Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2021-11-11T17:33:05.807Z] === RUN TestUpdateRestartPolicy [2021-11-11T17:33:06.441Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-11-11T17:33:07.004Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-11-11T17:33:07.004Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-11-11T17:33:07.004Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-11-11T17:33:07.004Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-11-11T17:33:07.004Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-11T17:33:07.931Z] --- PASS: TestReplicatedJob (5.54s) [2021-11-11T17:33:07.931Z] === RUN TestUpdateReplicatedJob [2021-11-11T17:33:08.861Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-11-11T17:33:09.422Z] === RUN TestDockerSuite/TestEventsRename [2021-11-11T17:33:09.986Z] === RUN TestDockerSuite/TestEventsResize [2021-11-11T17:33:10.548Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-11-11T17:33:10.804Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-11T17:33:11.732Z] --- PASS: TestUpdateReplicatedJob (3.66s) [2021-11-11T17:33:11.732Z] === RUN TestServiceListWithStatuses [2021-11-11T17:33:11.732Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-11T17:33:11.732Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-11T17:33:11.732Z] === RUN TestDockerNetworkConnectAlias [2021-11-11T17:33:13.103Z] docker_api_swarm_test.go:384: [d13ac3cc461af] joining swarm manager [d5ac55ec561ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:33:13.210Z] --- PASS: TestCreateServiceConfigFileMode (12.43s) [2021-11-11T17:33:13.210Z] === RUN TestCreateServiceSysctls [2021-11-11T17:33:14.032Z] docker_api_swarm_test.go:385: [d92fba6e2e635] joining swarm manager [d5ac55ec561ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:33:14.583Z] --- PASS: TestCreateServiceSysctls (3.02s) [2021-11-11T17:33:14.584Z] === RUN TestCreateServiceCapabilities [2021-11-11T17:33:16.547Z] --- PASS: TestDockerNetworkConnectAlias (4.46s) [2021-11-11T17:33:16.547Z] === RUN TestDockerNetworkReConnect [2021-11-11T17:33:16.547Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-11T17:33:16.803Z] === RUN TestDockerSuite/TestEventsStreaming [2021-11-11T17:33:17.113Z] --- PASS: TestCreateServiceCapabilities (2.48s) [2021-11-11T17:33:17.306Z] === RUN TestInspect [2021-11-11T17:33:17.364Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-11T17:33:17.999Z] --- PASS: TestUpdateRestartPolicy (10.70s) [2021-11-11T17:33:17.999Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-11T17:33:17.999Z] --- PASS: TestUpdateRestartWithAutoRemove (0.37s) [2021-11-11T17:33:17.999Z] === RUN TestWaitNonBlocked [2021-11-11T17:33:17.999Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:33:17.999Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:33:17.999Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:33:17.999Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:33:17.999Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:33:17.999Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:33:17.999Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-11-11T17:33:17.999Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.55s) [2021-11-11T17:33:17.999Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.58s) [2021-11-11T17:33:17.999Z] === RUN TestWaitBlocked [2021-11-11T17:33:17.999Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:33:17.999Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:33:17.999Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:33:17.999Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:33:17.999Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-11T17:33:17.999Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-11T17:33:17.999Z] --- PASS: TestWaitBlocked (0.01s) [2021-11-11T17:33:17.999Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.51s) [2021-11-11T17:33:17.999Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.65s) [2021-11-11T17:33:17.999Z] === CONT TestContainerStartOnDaemonRestart [2021-11-11T17:33:17.999Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-11T17:33:19.837Z] --- PASS: TestInspect (2.71s) [2021-11-11T17:33:19.837Z] === RUN TestCreateJob [2021-11-11T17:33:19.878Z] --- PASS: TestDockerNetworkReConnect (3.48s) [2021-11-11T17:33:19.879Z] === RUN TestServicePlugin [2021-11-11T17:33:19.898Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.90s) [2021-11-11T17:33:19.898Z] === CONT TestDaemonHostGatewayIP [2021-11-11T17:33:20.155Z] --- PASS: TestContainerStartOnDaemonRestart (1.94s) [2021-11-11T17:33:20.155Z] === CONT TestDaemonRestartIpcMode [2021-11-11T17:33:20.440Z] === RUN TestDockerSuite/TestEventsTop [2021-11-11T17:33:21.002Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-11T17:33:22.682Z] --- PASS: TestDaemonRestartIpcMode (2.26s) [2021-11-11T17:33:22.682Z] === CONT TestIpcModeOlderClient [2021-11-11T17:33:22.682Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-11-11T17:33:22.682Z] === CONT TestContainerKillOnDaemonStart [2021-11-11T17:33:22.682Z] --- PASS: TestDaemonHostGatewayIP (2.36s) [2021-11-11T17:33:23.122Z] --- PASS: TestCreateJob (3.10s) [2021-11-11T17:33:23.122Z] === RUN TestReplicatedJob [2021-11-11T17:33:23.519Z] plugin_test.go:61: [dfd5d0cf03040] joining swarm manager [d590e24e2acb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:33:23.775Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-11-11T17:33:24.701Z] plugin_test.go:64: [d6d4d31b1a998] joining swarm manager [d590e24e2acb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:33:28.387Z] --- PASS: TestReplicatedJob (5.21s) [2021-11-11T17:33:28.387Z] === RUN TestUpdateReplicatedJob [2021-11-11T17:33:29.142Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-11T17:33:29.142Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-11T17:33:29.142Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-11T17:33:31.667Z] --- PASS: TestUpdateReplicatedJob (3.22s) [2021-11-11T17:33:31.667Z] === RUN TestServiceListWithStatuses [2021-11-11T17:33:31.667Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-11T17:33:31.667Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-11T17:33:31.667Z] === RUN TestDockerNetworkConnectAlias [2021-11-11T17:33:32.926Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-11T17:33:32.926Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-11T17:33:32.926Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-11T17:33:32.926Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-11T17:33:32.926Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-11T17:33:32.926Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-11T17:33:32.926Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-11T17:33:33.395Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-11T17:33:33.395Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-11T17:33:33.395Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-11T17:33:33.840Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-11-11T17:33:33.840Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-11-11T17:33:33.840Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-11-11T17:33:33.840Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-11-11T17:33:33.840Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-11-11T17:33:33.840Z] Cross building: bundles/cross/windows/amd64 [2021-11-11T17:33:33.840Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-11-11T17:33:33.840Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-11-11T17:33:34.771Z] === RUN TestDockerSuite/TestExec [2021-11-11T17:33:34.871Z] --- PASS: TestContainerKillOnDaemonStart (11.45s) [2021-11-11T17:33:34.871Z] PASS [2021-11-11T17:33:34.871Z] [2021-11-11T17:33:34.871Z] === Skipped [2021-11-11T17:33:34.871Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-11-11T17:33:34.871Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:33:34.871Z] [2021-11-11T17:33:34.871Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-11T17:33:34.871Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-11T17:33:34.871Z] [2021-11-11T17:33:34.871Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-11T17:33:34.871Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-11T17:33:34.871Z] [2021-11-11T17:33:34.871Z] DONE 200 tests, 3 skipped in 112.281s [2021-11-11T17:33:34.871Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2021-11-11T17:33:34.871Z] ++ 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 [2021-11-11T17:33:34.871Z] ++ set -e [2021-11-11T17:33:34.871Z] ++ '[' -n 0 ']' [2021-11-11T17:33:34.871Z] ++ set -x [2021-11-11T17:33:34.871Z] ++ 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 [2021-11-11T17:33:34.871Z] === RUN TestConfigDaemonLibtrustID [2021-11-11T17:33:34.871Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-11-11T17:33:34.871Z] === RUN TestDaemonConfigValidation [2021-11-11T17:33:34.871Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:33:34.871Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:33:34.871Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-11-11T17:33:34.871Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-11-11T17:33:34.871Z] === RUN TestDaemonConfigValidation/invalid_config [2021-11-11T17:33:34.871Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-11-11T17:33:34.871Z] === RUN TestDaemonConfigValidation/malformed_config [2021-11-11T17:33:34.871Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-11-11T17:33:34.871Z] === RUN TestDaemonConfigValidation/valid_config [2021-11-11T17:33:34.871Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-11-11T17:33:34.871Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-11-11T17:33:34.871Z] === CONT TestDaemonConfigValidation/valid_config [2021-11-11T17:33:34.871Z] === CONT TestDaemonConfigValidation/invalid_config [2021-11-11T17:33:34.871Z] === CONT TestDaemonConfigValidation/malformed_config [2021-11-11T17:33:34.871Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-11-11T17:33:34.871Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-11-11T17:33:34.871Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2021-11-11T17:33:34.871Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2021-11-11T17:33:34.871Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2021-11-11T17:33:34.871Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.05s) [2021-11-11T17:33:34.871Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2021-11-11T17:33:34.871Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-11T17:33:34.871Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-11-11T17:33:35.026Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-11T17:33:35.588Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-11T17:33:35.804Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-11-11T17:33:35.845Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-11T17:33:35.851Z] --- PASS: TestDockerNetworkConnectAlias (4.09s) [2021-11-11T17:33:35.851Z] === RUN TestDockerNetworkReConnect [2021-11-11T17:33:36.406Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-11T17:33:36.736Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-11-11T17:33:37.674Z] === CONT TestConfigDaemonSeccompProfiles [2021-11-11T17:33:37.674Z] daemon_test.go:156: [df131daf2d8df] daemon is not started [2021-11-11T17:33:37.674Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2021-11-11T17:33:37.674Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2021-11-11T17:33:37.674Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2021-11-11T17:33:37.674Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2021-11-11T17:33:37.674Z] === RUN TestDaemonProxy [2021-11-11T17:33:37.674Z] === RUN TestDaemonProxy/environment_variables [2021-11-11T17:33:38.294Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-11T17:33:38.550Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-11T17:33:38.807Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-11T17:33:38.877Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-11T17:33:38.877Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-11T17:33:38.877Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-11T17:33:38.877Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-11T17:33:38.877Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-11T17:33:39.132Z] --- PASS: TestDockerNetworkReConnect (3.42s) [2021-11-11T17:33:39.133Z] === RUN TestServicePlugin [2021-11-11T17:33:39.347Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-11T17:33:39.368Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-11-11T17:33:39.572Z] === RUN TestDaemonProxy/command-line_options [2021-11-11T17:33:39.931Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-11T17:33:40.338Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-11T17:33:40.339Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-11T17:33:40.339Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-11T17:33:40.339Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-11T17:33:40.339Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-11T17:33:40.339Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-11T17:33:40.339Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-11T17:33:40.339Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-11T17:33:40.493Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-11T17:33:41.056Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-11T17:33:41.329Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-11T17:33:41.469Z] === RUN TestDaemonProxy/configuration_file [2021-11-11T17:33:42.027Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-11T17:33:42.417Z] plugin_test.go:61: [d911acfa740f3] joining swarm manager [da9ba221db1fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:33:42.953Z] === RUN TestDockerSuite/TestExecEnv [2021-11-11T17:33:43.366Z] === RUN TestDaemonProxy/conflicting_options [2021-11-11T17:33:43.515Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-11T17:33:43.624Z] === RUN TestDaemonProxy/reload_sanitized [2021-11-11T17:33:43.792Z] plugin_test.go:64: [d2d15b42acbf9] joining swarm manager [da9ba221db1fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:33:44.190Z] --- PASS: TestDaemonProxy (6.28s) [2021-11-11T17:33:44.190Z] --- PASS: TestDaemonProxy/environment_variables (1.83s) [2021-11-11T17:33:44.190Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2021-11-11T17:33:44.190Z] --- PASS: TestDaemonProxy/configuration_file (1.71s) [2021-11-11T17:33:44.190Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2021-11-11T17:33:44.190Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2021-11-11T17:33:44.190Z] PASS [2021-11-11T17:33:44.190Z] [2021-11-11T17:33:44.190Z] DONE 17 tests in 10.231s [2021-11-11T17:33:44.190Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-11-11T17:33:44.190Z] ++ 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 [2021-11-11T17:33:44.190Z] ++ set -e [2021-11-11T17:33:44.190Z] ++ '[' -n 0 ']' [2021-11-11T17:33:44.190Z] ++ set -x [2021-11-11T17:33:44.190Z] ++ 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 [2021-11-11T17:33:44.190Z] INFO: Testing against a local daemon [2021-11-11T17:33:44.190Z] === RUN TestCommitInheritsEnv [2021-11-11T17:33:44.295Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-11T17:33:44.443Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-11T17:33:44.448Z] --- PASS: TestCommitInheritsEnv (0.24s) [2021-11-11T17:33:44.448Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-11T17:33:44.448Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-11-11T17:33:44.448Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-11T17:33:44.448Z] === RUN TestImagesFilterMultiReference [2021-11-11T17:33:44.448Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-11-11T17:33:44.448Z] === RUN TestImagePullPlatformInvalid [2021-11-11T17:33:44.448Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-11T17:33:44.448Z] === RUN TestRemoveImageOrphaning [2021-11-11T17:33:44.699Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-11T17:33:44.706Z] --- PASS: TestRemoveImageOrphaning (0.22s) [2021-11-11T17:33:44.706Z] === RUN TestRemoveImageGarbageCollector [2021-11-11T17:33:44.706Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:33:44.706Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-11-11T17:33:44.706Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-11T17:33:44.706Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-11-11T17:33:44.706Z] === RUN TestTagInvalidReference [2021-11-11T17:33:44.706Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-11T17:33:44.706Z] === RUN TestTagValidPrefixedRepo [2021-11-11T17:33:44.963Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-11-11T17:33:44.963Z] === RUN TestTagExistedNameWithoutForce [2021-11-11T17:33:44.963Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-11T17:33:44.963Z] === RUN TestTagOfficialNames [2021-11-11T17:33:44.963Z] --- PASS: TestTagOfficialNames (0.05s) [2021-11-11T17:33:44.963Z] === RUN TestTagMatchesDigest [2021-11-11T17:33:44.963Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-11-11T17:33:44.963Z] PASS [2021-11-11T17:33:44.963Z] [2021-11-11T17:33:44.963Z] === Skipped [2021-11-11T17:33:44.963Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-11T17:33:44.963Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-11-11T17:33:44.963Z] [2021-11-11T17:33:44.963Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-11-11T17:33:44.963Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:33:44.963Z] [2021-11-11T17:33:44.963Z] DONE 12 tests, 2 skipped in 0.851s [2021-11-11T17:33:44.963Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-11-11T17:33:44.963Z] ++ 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 [2021-11-11T17:33:44.963Z] ++ set -e [2021-11-11T17:33:44.963Z] ++ '[' -n 0 ']' [2021-11-11T17:33:44.963Z] ++ set -x [2021-11-11T17:33:44.963Z] ++ 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 [2021-11-11T17:33:44.963Z] INFO: Testing against a local daemon [2021-11-11T17:33:44.963Z] === RUN TestNetworkCreateDelete [2021-11-11T17:33:45.221Z] --- PASS: TestNetworkCreateDelete (0.12s) [2021-11-11T17:33:45.221Z] === RUN TestDockerNetworkDeletePreferID [2021-11-11T17:33:45.478Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2021-11-11T17:33:45.478Z] === RUN TestDaemonDNSFallback [2021-11-11T17:33:45.872Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-11T17:33:45.872Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-11T17:33:45.872Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-11T17:33:45.872Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-11T17:33:45.872Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-11T17:33:45.872Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-11T17:33:46.586Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-11T17:33:46.841Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-11-11T17:33:47.402Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-11T17:33:47.964Z] === RUN TestDockerSuite/TestExecParseError [2021-11-11T17:33:48.525Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-11T17:33:48.781Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-11T17:33:48.839Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-11T17:33:49.341Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-11T17:33:50.706Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-11T17:33:50.706Z] --- PASS: TestServicePlugin (31.02s) [2021-11-11T17:33:50.706Z] === RUN TestServiceUpdateLabel [2021-11-11T17:33:50.962Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-11T17:33:51.891Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-11T17:33:52.033Z] --- PASS: TestDaemonDNSFallback (6.23s) [2021-11-11T17:33:52.033Z] === RUN TestInspectNetwork [2021-11-11T17:33:53.256Z] --- PASS: TestServiceUpdateLabel (2.38s) [2021-11-11T17:33:53.256Z] === RUN TestServiceUpdateSecrets [2021-11-11T17:33:54.560Z] === RUN TestInspectNetwork/full_network_id [2021-11-11T17:33:54.560Z] === RUN TestInspectNetwork/partial_network_id [2021-11-11T17:33:54.560Z] === RUN TestInspectNetwork/network_name [2021-11-11T17:33:54.560Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-11-11T17:33:54.614Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-11T17:33:54.614Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-11T17:33:54.614Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-11T17:33:54.614Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-11T17:33:58.791Z] --- PASS: TestInspectNetwork (6.79s) [2021-11-11T17:33:58.791Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-11-11T17:33:58.791Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-11-11T17:33:58.791Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-11-11T17:33:58.791Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-11-11T17:33:58.791Z] === RUN TestRunContainerWithBridgeNone [2021-11-11T17:33:59.287Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-11T17:34:00.163Z] --- PASS: TestRunContainerWithBridgeNone (1.42s) [2021-11-11T17:34:00.163Z] === RUN TestNetworkInvalidJSON [2021-11-11T17:34:00.163Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-11T17:34:00.163Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-11T17:34:00.163Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:34:00.163Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:34:00.163Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:34:00.163Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:34:00.163Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-11T17:34:00.163Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:34:00.163Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:34:00.163Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-11-11T17:34:00.163Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-11T17:34:00.163Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-11T17:34:00.163Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-11T17:34:00.163Z] === RUN TestNetworkList [2021-11-11T17:34:00.163Z] === RUN TestNetworkList//networks [2021-11-11T17:34:00.163Z] === PAUSE TestNetworkList//networks [2021-11-11T17:34:00.163Z] === RUN TestNetworkList//networks/ [2021-11-11T17:34:00.163Z] === PAUSE TestNetworkList//networks/ [2021-11-11T17:34:00.163Z] === CONT TestNetworkList//networks [2021-11-11T17:34:00.163Z] === CONT TestNetworkList//networks/ [2021-11-11T17:34:00.163Z] --- PASS: TestNetworkList (0.01s) [2021-11-11T17:34:00.163Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-11T17:34:00.163Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-11T17:34:00.163Z] === RUN TestHostIPv4BridgeLabel [2021-11-11T17:34:00.420Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2021-11-11T17:34:00.420Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-11T17:34:01.793Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-11-11T17:34:01.793Z] === RUN TestDaemonDefaultNetworkPools [2021-11-11T17:34:02.359Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-11-11T17:34:02.359Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-11T17:34:03.204Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-11T17:34:03.204Z] === RUN TestDockerSuite/TestExecTTY [2021-11-11T17:34:03.293Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-11-11T17:34:03.293Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-11T17:34:03.765Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-11T17:34:04.327Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-11T17:34:04.665Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2021-11-11T17:34:04.665Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-11T17:34:04.888Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-11T17:34:05.230Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-11-11T17:34:05.230Z] === RUN TestServiceWithPredefinedNetwork [2021-11-11T17:34:05.450Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-11T17:34:05.450Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-11-11T17:34:05.450Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-11T17:34:06.816Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-11-11T17:34:07.071Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-11T17:34:07.128Z] --- PASS: TestServiceWithPredefinedNetwork (1.85s) [2021-11-11T17:34:07.128Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-11T17:34:07.128Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:34:07.128Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:34:07.128Z] === RUN TestServiceWithDataPathPortInit [2021-11-11T17:34:07.632Z] --- PASS: TestServiceUpdateSecrets (14.53s) [2021-11-11T17:34:07.632Z] === RUN TestServiceUpdateConfigs [2021-11-11T17:34:07.981Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-11T17:34:08.194Z] === RUN TestDockerSuite/TestExecWithTERM [2021-11-11T17:34:08.754Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-11T17:34:08.972Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-11T17:34:08.972Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-11T17:34:08.972Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-11T17:34:09.319Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-11T17:34:09.521Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-11T17:34:10.323Z] --- PASS: TestServicePlugin (29.72s) [2021-11-11T17:34:10.323Z] === RUN TestServiceUpdateLabel [2021-11-11T17:34:10.505Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-11-11T17:34:10.889Z] --- PASS: TestServiceUpdateLabel (2.16s) [2021-11-11T17:34:10.889Z] === RUN TestServiceUpdateSecrets [2021-11-11T17:34:10.971Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-11-11T17:34:12.781Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-11T17:34:13.481Z] check_test.go:379: [d92fba6e2e635] daemon is not started [2021-11-11T17:34:13.481Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-11-11T17:34:13.774Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-11T17:34:13.915Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-11T17:34:14.042Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-11T17:34:14.971Z] docker_api_swarm_test.go:802: [d175a8746a5dd] joining swarm manager [d4ab871ce0938]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:34:16.334Z] docker_api_swarm_test.go:802: [d462229a26c2e] joining swarm manager [d4ab871ce0938]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:34:16.989Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-11T17:34:17.401Z] docker_api_swarm_test.go:802: [d826d431a40d1] joining swarm manager [d4ab871ce0938]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-11-11T17:34:18.763Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-11T17:34:18.763Z] docker_api_swarm_test.go:802: [d2dfc49414e4e] joining swarm manager [d4ab871ce0938]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-11-11T17:34:19.936Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-11T17:34:20.149Z] docker_api_swarm_test.go:810: [dc9882c5aa07b] joining swarm manager [d4ab871ce0938]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-11-11T17:34:20.405Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-11T17:34:21.992Z] --- PASS: TestServiceWithDataPathPortInit (13.06s) [2021-11-11T17:34:21.992Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-11T17:34:22.557Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:s89ly1oyf9o7u0x4963098nbq Created:2021-11-11 17:34:21.378575599 +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[e9869e6d9dc10b9c7f5c05bf305c7a95057f48bd95dd87cb598a69b82fe78b7d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x9siiri79035vocu75c1pc7en EndpointID:ae229f919186fe86c1cf89432c0f5f9ce88d342976168456ddfae0f833030481 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4dc35e0eede6003914d45abc1857feae8c04d3ec40db676121166e79be4dfc52 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:6a9c3d31656a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x9siiri79035vocu75c1pc7en EndpointID:ae229f919186fe86c1cf89432c0f5f9ce88d342976168456ddfae0f833030481 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-11-11T17:34:22.919Z] --- PASS: TestServiceUpdateConfigs (14.89s) [2021-11-11T17:34:22.919Z] === RUN TestServiceUpdateNetwork [2021-11-11T17:34:24.402Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-11T17:34:24.402Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-11T17:34:24.402Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-11T17:34:24.402Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-11T17:34:24.402Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-11T17:34:24.402Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-11T17:34:24.402Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-11T17:34:24.402Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-11T17:34:24.402Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-11T17:34:24.402Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-11T17:34:24.806Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-11T17:34:25.368Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-11T17:34:25.368Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-11T17:34:25.368Z] === RUN TestDockerSuite/TestHealth [2021-11-11T17:34:25.797Z] --- PASS: TestServiceUpdateSecrets (14.37s) [2021-11-11T17:34:25.797Z] === RUN TestServiceUpdateConfigs [2021-11-11T17:34:26.738Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.68s) [2021-11-11T17:34:26.738Z] PASS [2021-11-11T17:34:26.738Z] [2021-11-11T17:34:26.738Z] === Skipped [2021-11-11T17:34:26.738Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:34:26.738Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:34:26.738Z] [2021-11-11T17:34:26.738Z] DONE 26 tests, 1 skipped in 41.837s [2021-11-11T17:34:26.738Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-11T17:34:26.738Z] ++ 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 [2021-11-11T17:34:26.738Z] ++ set -e [2021-11-11T17:34:26.738Z] ++ '[' -n 0 ']' [2021-11-11T17:34:26.738Z] ++ set -x [2021-11-11T17:34:26.738Z] ++ 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 [2021-11-11T17:34:26.996Z] INFO: Testing against a local daemon [2021-11-11T17:34:26.996Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-11T17:34:26.996Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:34:26.996Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-11T17:34:26.996Z] === RUN TestDockerNetworkIpvlan [2021-11-11T17:34:26.996Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:34:26.996Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-11T17:34:26.996Z] PASS [2021-11-11T17:34:26.996Z] [2021-11-11T17:34:26.996Z] === Skipped [2021-11-11T17:34:26.996Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-11T17:34:26.996Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:34:26.996Z] [2021-11-11T17:34:26.996Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-11T17:34:26.996Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-11T17:34:26.996Z] [2021-11-11T17:34:26.996Z] DONE 2 tests, 2 skipped in 0.096s [2021-11-11T17:34:26.996Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-11T17:34:26.996Z] ++ 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 [2021-11-11T17:34:26.996Z] ++ set -e [2021-11-11T17:34:26.996Z] ++ '[' -n 0 ']' [2021-11-11T17:34:26.996Z] ++ set -x [2021-11-11T17:34:26.996Z] ++ 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 [2021-11-11T17:34:26.996Z] INFO: Testing against a local daemon [2021-11-11T17:34:26.996Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-11T17:34:28.368Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.29s) [2021-11-11T17:34:28.368Z] === RUN TestDockerNetworkMacvlan [2021-11-11T17:34:28.933Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-11-11T17:34:29.866Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-11-11T17:34:30.431Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-11-11T17:34:32.329Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-11-11T17:34:33.708Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-11-11T17:34:35.305Z] --- PASS: TestServiceUpdateNetwork (12.44s) [2021-11-11T17:34:35.305Z] === RUN TestServiceUpdatePidsLimit [2021-11-11T17:34:36.232Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-11-11T17:34:36.989Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-11-11T17:34:37.160Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-11-11T17:34:37.248Z] --- PASS: TestDockerNetworkMacvlan (9.09s) [2021-11-11T17:34:37.248Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-11-11T17:34:37.248Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-11-11T17:34:37.248Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.80s) [2021-11-11T17:34:37.248Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.73s) [2021-11-11T17:34:37.248Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.85s) [2021-11-11T17:34:37.248Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.58s) [2021-11-11T17:34:37.248Z] PASS [2021-11-11T17:34:37.248Z] [2021-11-11T17:34:37.248Z] DONE 8 tests in 10.467s [2021-11-11T17:34:37.248Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-11T17:34:37.248Z] ++ 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 [2021-11-11T17:34:37.248Z] ++ set -e [2021-11-11T17:34:37.248Z] ++ '[' -n 0 ']' [2021-11-11T17:34:37.248Z] ++ set -x [2021-11-11T17:34:37.248Z] ++ 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 [2021-11-11T17:34:37.506Z] testing: warning: no tests to run [2021-11-11T17:34:37.506Z] PASS [2021-11-11T17:34:37.506Z] [2021-11-11T17:34:37.506Z] DONE 0 tests in 0.022s [2021-11-11T17:34:37.506Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-11T17:34:37.507Z] ++ 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 [2021-11-11T17:34:37.507Z] ++ set -e [2021-11-11T17:34:37.507Z] ++ '[' -n 0 ']' [2021-11-11T17:34:37.507Z] ++ set -x [2021-11-11T17:34:37.507Z] ++ 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 [2021-11-11T17:34:37.507Z] INFO: Testing against a local daemon [2021-11-11T17:34:37.507Z] === RUN TestAuthZPluginAllowRequest [2021-11-11T17:34:38.878Z] --- PASS: TestAuthZPluginAllowRequest (1.10s) [2021-11-11T17:34:38.878Z] === RUN TestAuthZPluginTLS [2021-11-11T17:34:39.136Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-11-11T17:34:39.136Z] === RUN TestAuthZPluginDenyRequest [2021-11-11T17:34:39.701Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-11-11T17:34:39.701Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-11T17:34:40.266Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-11-11T17:34:40.266Z] === RUN TestAuthZPluginDenyResponse [2021-11-11T17:34:40.670Z] --- PASS: TestServiceUpdateConfigs (14.43s) [2021-11-11T17:34:40.670Z] === RUN TestServiceUpdateNetwork [2021-11-11T17:34:40.832Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-11-11T17:34:40.832Z] === RUN TestAuthZPluginAllowEventStream [2021-11-11T17:34:41.765Z] --- PASS: TestAuthZPluginAllowEventStream (1.09s) [2021-11-11T17:34:41.765Z] === RUN TestAuthZPluginErrorResponse [2021-11-11T17:34:42.330Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-11-11T17:34:42.330Z] === RUN TestAuthZPluginErrorRequest [2021-11-11T17:34:42.896Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-11-11T17:34:42.896Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-11T17:34:43.461Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-11-11T17:34:43.461Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-11T17:34:44.834Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.29s) [2021-11-11T17:34:44.834Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-11T17:34:45.242Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-11-11T17:34:45.242Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-11T17:34:45.242Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-11T17:34:45.242Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-11T17:34:45.242Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-11T17:34:45.242Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-11T17:34:45.243Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-11T17:34:45.805Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-11T17:34:45.805Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-11T17:34:45.805Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-11T17:34:45.805Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-11T17:34:46.106Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-11T17:34:46.207Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.42s) [2021-11-11T17:34:46.207Z] === RUN TestAuthZPluginHeader [2021-11-11T17:34:46.361Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-11T17:34:46.617Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-11T17:34:46.617Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-11T17:34:46.772Z] --- PASS: TestAuthZPluginHeader (0.69s) [2021-11-11T17:34:46.772Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-11T17:34:46.772Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:34:46.772Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-11-11T17:34:46.772Z] === RUN TestAuthZPluginV2Disable [2021-11-11T17:34:46.772Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:34:46.772Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-11-11T17:34:46.772Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-11T17:34:46.772Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:34:46.772Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-11-11T17:34:46.772Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-11T17:34:46.772Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:34:46.772Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-11-11T17:34:46.772Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-11T17:34:47.179Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-11T17:34:47.179Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-11T17:34:47.740Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-11T17:34:48.301Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-11T17:34:48.301Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-11T17:34:48.863Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-11T17:34:51.395Z] --- PASS: TestServiceUpdatePidsLimit (16.50s) [2021-11-11T17:34:51.395Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2021-11-11T17:34:51.395Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2021-11-11T17:34:51.395Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2021-11-11T17:34:51.395Z] PASS [2021-11-11T17:34:51.395Z] [2021-11-11T17:34:51.395Z] === Skipped [2021-11-11T17:34:51.395Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-11T17:34:51.395Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-11T17:34:51.395Z] [2021-11-11T17:34:51.395Z] DONE 27 tests, 1 skipped in 194.789s [2021-11-11T17:34:51.395Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-11-11T17:34:51.395Z] ++ 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 [2021-11-11T17:34:51.395Z] ++ set -e [2021-11-11T17:34:51.395Z] ++ '[' -n 0 ']' [2021-11-11T17:34:51.395Z] ++ set -x [2021-11-11T17:34:51.395Z] ++ 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 [2021-11-11T17:34:51.395Z] INFO: Testing against a local daemon [2021-11-11T17:34:51.395Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-11T17:34:51.395Z] === RUN TestSessionCreate [2021-11-11T17:34:51.395Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-11T17:34:51.395Z] --- PASS: TestSessionCreate (0.03s) [2021-11-11T17:34:51.395Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-11T17:34:51.652Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-11T17:34:51.652Z] PASS [2021-11-11T17:34:51.652Z] [2021-11-11T17:34:51.652Z] DONE 2 tests in 0.137s [2021-11-11T17:34:51.652Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-11-11T17:34:51.652Z] ++ 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 [2021-11-11T17:34:51.652Z] ++ set -e [2021-11-11T17:34:51.652Z] ++ '[' -n 0 ']' [2021-11-11T17:34:51.652Z] ++ set -x [2021-11-11T17:34:51.652Z] ++ 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 [2021-11-11T17:34:51.652Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-11T17:34:51.652Z] INFO: Testing against a local daemon [2021-11-11T17:34:51.652Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-11T17:34:51.652Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-11T17:34:51.652Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:34:51.652Z] === RUN TestDiskUsage [2021-11-11T17:34:51.652Z] === PAUSE TestDiskUsage [2021-11-11T17:34:51.652Z] === RUN TestEventsExecDie [2021-11-11T17:34:52.216Z] --- PASS: TestEventsExecDie (0.70s) [2021-11-11T17:34:52.216Z] === RUN TestEventsBackwardsCompatible [2021-11-11T17:34:52.472Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-11-11T17:34:52.472Z] === RUN TestEventsVolumeCreate [2021-11-11T17:34:52.472Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-11-11T17:34:52.472Z] === RUN TestInfoBinaryCommits [2021-11-11T17:34:52.472Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-11T17:34:52.472Z] === RUN TestInfoAPIVersioned [2021-11-11T17:34:52.472Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-11T17:34:52.472Z] === RUN TestInfoDiscoveryBackend [2021-11-11T17:34:52.865Z] --- PASS: TestServiceUpdateNetwork (12.44s) [2021-11-11T17:34:52.865Z] === RUN TestServiceUpdatePidsLimit [2021-11-11T17:34:53.033Z] === RUN TestDockerSuite/TestImportFile [2021-11-11T17:34:53.034Z] --- PASS: TestInfoDiscoveryBackend (0.58s) [2021-11-11T17:34:53.034Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-11T17:34:53.124Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-11-11T17:34:53.960Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-11-11T17:34:53.960Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-11T17:34:53.960Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-11T17:34:54.058Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-11-11T17:34:54.215Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-11T17:34:54.778Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.56s) [2021-11-11T17:34:54.778Z] === RUN TestInfoAPI [2021-11-11T17:34:54.778Z] --- PASS: TestInfoAPI (0.03s) [2021-11-11T17:34:54.778Z] === RUN TestInfoAPIWarnings [2021-11-11T17:34:55.271Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-11-11T17:34:55.271Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-11-11T17:34:55.271Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-11-11T17:34:55.271Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-11-11T17:34:55.271Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-11-11T17:34:55.271Z] remote: Enumerating objects: 23, done. [2021-11-11T17:34:55.271Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-11-11T17:34:55.271Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-11-11T17:34:55.271Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-11-11T17:34:55.271Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2021-11-11T17:34:55.271Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2021-11-11T17:34:55.271Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-11-11T17:34:55.385Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-11T17:34:56.536Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-11T17:34:57.463Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-11T17:34:57.812Z] Cross building: bundles/cross/linux/ppc64le [2021-11-11T17:34:57.812Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-11-11T17:34:57.812Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-11-11T17:34:58.025Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-11T17:34:58.590Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-11T17:34:59.152Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-11T17:34:59.152Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-11-11T17:34:59.152Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-11T17:34:59.409Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-11T17:34:59.972Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-11T17:35:00.296Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-11T17:35:00.296Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-11T17:35:00.296Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-11T17:35:00.296Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-11T17:35:00.296Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-11T17:35:00.536Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-11T17:35:00.778Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-11-11T17:35:00.791Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-11T17:35:01.353Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-11T17:35:01.915Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-11T17:35:01.915Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-11-11T17:35:02.603Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-11T17:35:02.841Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-11T17:35:03.402Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-11T17:35:03.658Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-11T17:35:03.658Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-11T17:35:04.219Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-11T17:35:04.219Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-11-11T17:35:04.219Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-11T17:35:04.781Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-11T17:35:04.840Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2021-11-11T17:35:04.841Z] PASS [2021-11-11T17:35:04.841Z] [2021-11-11T17:35:04.841Z] === Skipped [2021-11-11T17:35:04.841Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-11-11T17:35:04.841Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:35:04.841Z] [2021-11-11T17:35:04.841Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-11-11T17:35:04.841Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:35:04.841Z] [2021-11-11T17:35:04.841Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-11-11T17:35:04.841Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:35:04.841Z] [2021-11-11T17:35:04.841Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-11-11T17:35:04.841Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:35:04.841Z] [2021-11-11T17:35:04.841Z] DONE 17 tests, 4 skipped in 26.049s [2021-11-11T17:35:04.841Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-11T17:35:04.841Z] ++ 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 [2021-11-11T17:35:04.841Z] ++ set -e [2021-11-11T17:35:04.841Z] ++ '[' -n 0 ']' [2021-11-11T17:35:04.841Z] ++ set -x [2021-11-11T17:35:04.841Z] ++ 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 [2021-11-11T17:35:04.841Z] INFO: Testing against a local daemon [2021-11-11T17:35:04.841Z] === RUN TestPluginInvalidJSON [2021-11-11T17:35:04.841Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:35:04.841Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:35:04.841Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:35:04.841Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-11-11T17:35:04.841Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-11T17:35:04.841Z] === RUN TestPluginInstall [2021-11-11T17:35:04.841Z] === RUN TestPluginInstall/no_auth [2021-11-11T17:35:04.841Z] time="2021-11-11T17:35:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:35:04.841Z] time="2021-11-11T17:35:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ff88aa535cec8cbf2e9d78bec5e319e16a2b410c28b69fb6eeb14d9e984ad786" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:35:04.841Z] time="2021-11-11T17:35:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:35:04.841Z] time="2021-11-11T17:35:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ff88aa535cec8cbf2e9d78bec5e319e16a2b410c28b69fb6eeb14d9e984ad786" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:35:05.099Z] === RUN TestPluginInstall/with_htpasswd [2021-11-11T17:35:05.343Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-11T17:35:05.357Z] time="2021-11-11T17:35:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:35:05.357Z] time="2021-11-11T17:35:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fd7f900a50e1c38175b58fad125c55d14da319ccca617be254bc5aa16ffc7a2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:35:05.357Z] time="2021-11-11T17:35:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:35:05.357Z] time="2021-11-11T17:35:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fd7f900a50e1c38175b58fad125c55d14da319ccca617be254bc5aa16ffc7a2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:35:05.615Z] === RUN TestPluginInstall/with_insecure [2021-11-11T17:35:05.903Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-11T17:35:06.464Z] === RUN TestDockerSuite/TestInspectImage [2021-11-11T17:35:06.464Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-11T17:35:06.464Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-11T17:35:06.464Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-11-11T17:35:06.464Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-11T17:35:06.547Z] time="2021-11-11T17:35:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:35:06.547Z] time="2021-11-11T17:35:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:821a87f8d00dd640aec6cc543dc039dc9e5a661453b0de250a7bbe2dd8eb0ada" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:35:06.547Z] time="2021-11-11T17:35:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-11T17:35:06.547Z] time="2021-11-11T17:35:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:821a87f8d00dd640aec6cc543dc039dc9e5a661453b0de250a7bbe2dd8eb0ada" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-11T17:35:06.720Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-11T17:35:06.807Z] plugin_test.go:165: [d6824cb3ddb69] daemon is not started [2021-11-11T17:35:06.807Z] --- PASS: TestPluginInstall (3.14s) [2021-11-11T17:35:06.807Z] --- PASS: TestPluginInstall/no_auth (1.53s) [2021-11-11T17:35:06.807Z] --- PASS: TestPluginInstall/with_htpasswd (0.58s) [2021-11-11T17:35:06.807Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2021-11-11T17:35:06.807Z] === RUN TestPluginsWithRuntimes [2021-11-11T17:35:07.289Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-11T17:35:07.289Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-11T17:35:07.370Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-11T17:35:07.370Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-11T17:35:07.836Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-11T17:35:07.852Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-11T17:35:08.213Z] === RUN TestPluginsWithRuntimes/No_Args [2021-11-11T17:35:08.414Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-11T17:35:08.884Z] --- PASS: TestServiceUpdatePidsLimit (16.29s) [2021-11-11T17:35:08.884Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2021-11-11T17:35:08.884Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-11-11T17:35:08.884Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2021-11-11T17:35:08.884Z] PASS [2021-11-11T17:35:08.884Z] [2021-11-11T17:35:08.884Z] === Skipped [2021-11-11T17:35:08.884Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-11T17:35:08.884Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-11T17:35:08.884Z] [2021-11-11T17:35:08.884Z] DONE 27 tests, 1 skipped in 182.660s [2021-11-11T17:35:08.884Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-11-11T17:35:08.884Z] INFO: Testing against a local daemon [2021-11-11T17:35:08.884Z] === RUN TestSessionCreate [2021-11-11T17:35:08.884Z] --- PASS: TestSessionCreate (0.02s) [2021-11-11T17:35:08.884Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-11T17:35:08.884Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-11-11T17:35:08.884Z] PASS [2021-11-11T17:35:08.884Z] [2021-11-11T17:35:08.884Z] DONE 2 tests in 0.079s [2021-11-11T17:35:08.884Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-11-11T17:35:08.884Z] INFO: Testing against a local daemon [2021-11-11T17:35:08.884Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-11T17:35:08.884Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-11-11T17:35:08.884Z] === RUN TestDiskUsage [2021-11-11T17:35:08.884Z] === PAUSE TestDiskUsage [2021-11-11T17:35:08.884Z] === RUN TestEventsExecDie [2021-11-11T17:35:08.884Z] --- PASS: TestEventsExecDie (0.54s) [2021-11-11T17:35:08.884Z] === RUN TestEventsBackwardsCompatible [2021-11-11T17:35:08.884Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-11-11T17:35:08.884Z] === RUN TestEventsVolumeCreate [2021-11-11T17:35:09.144Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-11-11T17:35:09.144Z] === RUN TestInfoBinaryCommits [2021-11-11T17:35:09.144Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-11-11T17:35:09.144Z] === RUN TestInfoAPIVersioned [2021-11-11T17:35:09.144Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-11T17:35:09.144Z] === RUN TestInfoDiscoveryBackend [2021-11-11T17:35:09.164Z] === RUN TestPluginsWithRuntimes/With_Args [2021-11-11T17:35:09.709Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-11-11T17:35:09.710Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-11T17:35:10.113Z] --- PASS: TestPluginsWithRuntimes (3.22s) [2021-11-11T17:35:10.113Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.84s) [2021-11-11T17:35:10.113Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.82s) [2021-11-11T17:35:10.113Z] === RUN TestPluginBackCompatMediaTypes [2021-11-11T17:35:10.303Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-11T17:35:10.303Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-11T17:35:10.644Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-11-11T17:35:10.644Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-11T17:35:10.679Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2021-11-11T17:35:10.680Z] PASS [2021-11-11T17:35:10.680Z] [2021-11-11T17:35:10.680Z] DONE 10 tests in 7.072s [2021-11-11T17:35:10.680Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-11T17:35:10.680Z] ++ 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 [2021-11-11T17:35:10.680Z] ++ set -e [2021-11-11T17:35:10.680Z] ++ '[' -n 0 ']' [2021-11-11T17:35:10.680Z] ++ set -x [2021-11-11T17:35:10.680Z] ++ 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 [2021-11-11T17:35:10.680Z] INFO: Testing against a local daemon [2021-11-11T17:35:10.680Z] === RUN TestExternalGraphDriver [2021-11-11T17:35:10.680Z] === RUN TestExternalGraphDriver/json [2021-11-11T17:35:10.866Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-11T17:35:11.123Z] --- PASS: TestInfoAPIWarnings (16.38s) [2021-11-11T17:35:11.123Z] === RUN TestInfoDebug [2021-11-11T17:35:11.210Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-11-11T17:35:11.210Z] === RUN TestInfoAPI [2021-11-11T17:35:11.210Z] --- PASS: TestInfoAPI (0.02s) [2021-11-11T17:35:11.210Z] === RUN TestInfoAPIWarnings [2021-11-11T17:35:11.379Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-11T17:35:11.635Z] --- PASS: TestInfoDebug (0.54s) [2021-11-11T17:35:11.635Z] === RUN TestInfoInsecureRegistries [2021-11-11T17:35:12.196Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-11-11T17:35:12.196Z] === RUN TestInfoRegistryMirrors [2021-11-11T17:35:12.453Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-11-11T17:35:12.577Z] === RUN TestExternalGraphDriver/spec [2021-11-11T17:35:12.709Z] --- PASS: TestInfoRegistryMirrors (0.55s) [2021-11-11T17:35:12.709Z] === RUN TestLoginFailsWithBadCredentials [2021-11-11T17:35:12.709Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s) [2021-11-11T17:35:12.709Z] === RUN TestPingCacheHeaders [2021-11-11T17:35:12.709Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-11T17:35:12.709Z] === RUN TestPingGet [2021-11-11T17:35:12.709Z] --- PASS: TestPingGet (0.01s) [2021-11-11T17:35:12.709Z] === RUN TestPingHead [2021-11-11T17:35:12.709Z] --- PASS: TestPingHead (0.02s) [2021-11-11T17:35:12.709Z] === RUN TestVersion [2021-11-11T17:35:12.966Z] --- PASS: TestVersion (0.03s) [2021-11-11T17:35:12.966Z] === CONT TestDiskUsage [2021-11-11T17:35:12.966Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/container_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/image_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/volume_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox [2021-11-11T17:35:13.531Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-11-11T17:35:13.531Z] === RUN TestDiskUsage/after_container.Run [2021-11-11T17:35:13.950Z] === RUN TestExternalGraphDriver/pull [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-11-11T17:35:14.092Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage (1.41s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.28s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run (0.42s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-11-11T17:35:14.348Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:14.348Z] PASS [2021-11-11T17:35:14.348Z] [2021-11-11T17:35:14.348Z] === Skipped [2021-11-11T17:35:14.348Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:35:14.348Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-11T17:35:14.348Z] [2021-11-11T17:35:14.348Z] DONE 53 tests, 1 skipped in 22.719s [2021-11-11T17:35:14.348Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-11T17:35:14.349Z] ++ 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 [2021-11-11T17:35:14.349Z] ++ set -e [2021-11-11T17:35:14.349Z] ++ '[' -n 0 ']' [2021-11-11T17:35:14.349Z] ++ set -x [2021-11-11T17:35:14.349Z] ++ 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 [2021-11-11T17:35:14.349Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-11T17:35:14.349Z] INFO: Testing against a local daemon [2021-11-11T17:35:14.349Z] === RUN TestVolumesCreateAndList [2021-11-11T17:35:14.349Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-11T17:35:14.349Z] === RUN TestVolumesRemove [2021-11-11T17:35:14.604Z] --- PASS: TestVolumesRemove (0.09s) [2021-11-11T17:35:14.604Z] === RUN TestVolumesInspect [2021-11-11T17:35:14.604Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-11T17:35:14.604Z] === RUN TestVolumesInvalidJSON [2021-11-11T17:35:14.604Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-11T17:35:14.604Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-11T17:35:14.604Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-11T17:35:14.604Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-11-11T17:35:14.604Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-11T17:35:14.604Z] PASS [2021-11-11T17:35:14.604Z] [2021-11-11T17:35:14.604Z] DONE 5 tests in 0.249s [2021-11-11T17:35:14.604Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-11T17:35:14.860Z] ++++ cat bundles/test-integration/docker.pid [2021-11-11T17:35:14.860Z] +++ kill 6296 [2021-11-11T17:35:14.860Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-11T17:35:15.116Z] +++ /etc/init.d/apparmor stop [2021-11-11T17:35:15.116Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-11T17:35:15.116Z] [2021-11-11T17:35:15.116Z] Unloading profiles will leave already running processes permanently [2021-11-11T17:35:15.116Z] unconfined, which can lead to unexpected situations. [2021-11-11T17:35:15.116Z] [2021-11-11T17:35:15.116Z] To set a process to complain mode, use the command line tool [2021-11-11T17:35:15.116Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-11T17:35:15.116Z] +++ true [2021-11-11T17:35:15.116Z] exiting test-integration [2021-11-11T17:35:15.116Z] ++ exit 0 [2021-11-11T17:35:15.116Z] [2021-11-11T17:35:15.323Z] --- PASS: TestExternalGraphDriver (4.68s) [2021-11-11T17:35:15.323Z] --- PASS: TestExternalGraphDriver/json (1.54s) [2021-11-11T17:35:15.323Z] --- PASS: TestExternalGraphDriver/spec (1.55s) [2021-11-11T17:35:15.323Z] --- PASS: TestExternalGraphDriver/pull (1.56s) [2021-11-11T17:35:15.323Z] === RUN TestGraphdriverPluginV2 [2021-11-11T17:35:15.323Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:35:15.323Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-11-11T17:35:15.323Z] PASS [2021-11-11T17:35:15.323Z] [2021-11-11T17:35:15.323Z] === Skipped [2021-11-11T17:35:15.323Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-11-11T17:35:15.323Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:35:15.323Z] [2021-11-11T17:35:15.323Z] DONE 5 tests, 1 skipped in 4.791s [2021-11-11T17:35:15.323Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-11T17:35:15.323Z] ++ 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 [2021-11-11T17:35:15.323Z] ++ set -e [2021-11-11T17:35:15.323Z] ++ '[' -n 0 ']' [2021-11-11T17:35:15.323Z] ++ set -x [2021-11-11T17:35:15.323Z] ++ 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 [2021-11-11T17:35:15.372Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-11T17:35:15.582Z] INFO: Testing against a local daemon [2021-11-11T17:35:15.582Z] === RUN TestContinueAfterPluginCrash [2021-11-11T17:35:15.582Z] === PAUSE TestContinueAfterPluginCrash [2021-11-11T17:35:15.582Z] === RUN TestReadPluginNoRead [2021-11-11T17:35:15.582Z] === PAUSE TestReadPluginNoRead [2021-11-11T17:35:15.582Z] === RUN TestDaemonStartWithLogOpt [2021-11-11T17:35:15.582Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-11T17:35:15.582Z] === CONT TestContinueAfterPluginCrash [2021-11-11T17:35:15.582Z] === CONT TestDaemonStartWithLogOpt [2021-11-11T17:35:15.934Z] + for job in $(jobs -p) [2021-11-11T17:35:15.935Z] + wait 17168 [2021-11-11T17:35:16.500Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-11-11T17:35:16.500Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-11T17:35:16.500Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-11-11T17:35:18.149Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-11T17:35:18.149Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-11T17:35:18.393Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-11T17:35:18.619Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-11T17:35:18.863Z] --- PASS: TestDaemonStartWithLogOpt (3.06s) [2021-11-11T17:35:18.863Z] === CONT TestReadPluginNoRead [2021-11-11T17:35:19.090Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-11T17:35:19.320Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-11T17:35:20.247Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-11T17:35:20.503Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-11T17:35:20.762Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-11T17:35:21.430Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-11T17:35:21.696Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-11T17:35:23.068Z] === RUN TestReadPluginNoRead/default [2021-11-11T17:35:23.320Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-11T17:35:23.633Z] --- PASS: TestContinueAfterPluginCrash (8.12s) [2021-11-11T17:35:23.891Z] === CONT TestReadPluginNoRead [2021-11-11T17:35:23.891Z] read_test.go:92: [daec78354401f] daemon is not started [2021-11-11T17:35:23.891Z] --- PASS: TestReadPluginNoRead (5.48s) [2021-11-11T17:35:23.891Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.12s) [2021-11-11T17:35:23.891Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.12s) [2021-11-11T17:35:23.891Z] --- PASS: TestReadPluginNoRead/default (1.13s) [2021-11-11T17:35:23.891Z] PASS [2021-11-11T17:35:23.891Z] [2021-11-11T17:35:23.891Z] DONE 6 tests in 8.633s [2021-11-11T17:35:23.891Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-11T17:35:23.891Z] ++ 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 [2021-11-11T17:35:23.891Z] ++ set -e [2021-11-11T17:35:23.891Z] ++ '[' -n 0 ']' [2021-11-11T17:35:23.891Z] ++ set -x [2021-11-11T17:35:23.891Z] ++ 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 [2021-11-11T17:35:24.148Z] testing: warning: no tests to run [2021-11-11T17:35:24.148Z] PASS [2021-11-11T17:35:24.148Z] [2021-11-11T17:35:24.148Z] DONE 0 tests in 0.029s [2021-11-11T17:35:24.148Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-11T17:35:24.148Z] ++ 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 [2021-11-11T17:35:24.148Z] ++ set -e [2021-11-11T17:35:24.148Z] ++ '[' -n 0 ']' [2021-11-11T17:35:24.148Z] ++ set -x [2021-11-11T17:35:24.149Z] ++ 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 [2021-11-11T17:35:24.149Z] INFO: Testing against a local daemon [2021-11-11T17:35:24.149Z] === RUN TestPluginWithDevMounts [2021-11-11T17:35:24.149Z] === PAUSE TestPluginWithDevMounts [2021-11-11T17:35:24.149Z] === CONT TestPluginWithDevMounts [2021-11-11T17:35:24.251Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-11T17:35:24.251Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-11T17:35:25.617Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-11T17:35:25.872Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-11T17:35:26.049Z] --- PASS: TestPluginWithDevMounts (1.52s) [2021-11-11T17:35:26.049Z] PASS [2021-11-11T17:35:26.049Z] [2021-11-11T17:35:26.049Z] DONE 1 tests in 1.623s [2021-11-11T17:35:26.049Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-11T17:35:26.049Z] ++ 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 [2021-11-11T17:35:26.049Z] ++ set -e [2021-11-11T17:35:26.049Z] ++ '[' -n 0 ']' [2021-11-11T17:35:26.049Z] ++ set -x [2021-11-11T17:35:26.049Z] ++ 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 [2021-11-11T17:35:26.049Z] INFO: Testing against a local daemon [2021-11-11T17:35:26.049Z] === RUN TestSecretInspect [2021-11-11T17:35:26.263Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-11T17:35:26.263Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-11T17:35:26.263Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-11T17:35:26.457Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-11T17:35:27.946Z] --- PASS: TestSecretInspect (2.13s) [2021-11-11T17:35:27.946Z] === RUN TestSecretList [2021-11-11T17:35:29.280Z] --- PASS: TestInfoAPIWarnings (16.25s) [2021-11-11T17:35:29.280Z] === RUN TestInfoDebug [2021-11-11T17:35:29.280Z] --- PASS: TestInfoDebug (0.53s) [2021-11-11T17:35:29.280Z] === RUN TestInfoInsecureRegistries [2021-11-11T17:35:29.280Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-11-11T17:35:29.280Z] === RUN TestInfoRegistryMirrors [2021-11-11T17:35:29.280Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-11-11T17:35:29.280Z] === RUN TestLoginFailsWithBadCredentials [2021-11-11T17:35:29.280Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2021-11-11T17:35:29.280Z] === RUN TestPingCacheHeaders [2021-11-11T17:35:29.280Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-11T17:35:29.280Z] === RUN TestPingGet [2021-11-11T17:35:29.280Z] --- PASS: TestPingGet (0.02s) [2021-11-11T17:35:29.280Z] === RUN TestPingHead [2021-11-11T17:35:29.280Z] --- PASS: TestPingHead (0.02s) [2021-11-11T17:35:29.280Z] === RUN TestVersion [2021-11-11T17:35:29.280Z] --- PASS: TestVersion (0.02s) [2021-11-11T17:35:29.280Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-11-11T17:35:29.280Z] === CONT TestDiskUsage [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/container_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/image_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/volume_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/build-cache_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-11-11T17:35:29.539Z] === RUN TestDiskUsage/after_LoadBusybox [2021-11-11T17:35:29.843Z] --- PASS: TestSecretList (1.68s) [2021-11-11T17:35:29.843Z] === RUN TestSecretsCreateAndDelete [2021-11-11T17:35:30.105Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-11-11T17:35:30.106Z] === RUN TestDiskUsage/after_container.Run [2021-11-11T17:35:30.293Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-11T17:35:30.364Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-11-11T17:35:30.364Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-11-11T17:35:30.364Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-11-11T17:35:30.364Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-11-11T17:35:30.364Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-11-11T17:35:30.364Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-11-11T17:35:30.365Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-11-11T17:35:30.365Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-11-11T17:35:30.365Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-11-11T17:35:30.365Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-11-11T17:35:30.623Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.57s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage (1.58s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.34s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run (0.49s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-11-11T17:35:30.623Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:35:30.623Z] PASS [2021-11-11T17:35:30.623Z] [2021-11-11T17:35:30.623Z] DONE 53 tests in 22.371s [2021-11-11T17:35:30.623Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-11T17:35:30.882Z] INFO: Testing against a local daemon [2021-11-11T17:35:30.882Z] === RUN TestVolumesCreateAndList [2021-11-11T17:35:30.882Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-11T17:35:30.882Z] === RUN TestVolumesRemove [2021-11-11T17:35:30.882Z] --- PASS: TestVolumesRemove (0.08s) [2021-11-11T17:35:30.882Z] === RUN TestVolumesInspect [2021-11-11T17:35:30.882Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-11T17:35:30.882Z] === RUN TestVolumesInvalidJSON [2021-11-11T17:35:30.882Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-11T17:35:30.882Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-11T17:35:30.882Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-11T17:35:30.882Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-11-11T17:35:30.882Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-11T17:35:30.882Z] PASS [2021-11-11T17:35:30.882Z] [2021-11-11T17:35:30.882Z] DONE 5 tests in 0.176s [2021-11-11T17:35:30.882Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-11T17:35:31.449Z] Stopping apparmor (via systemctl): apparmor.service. [2021-11-11T17:35:31.449Z] Removing test suite binaries [2021-11-11T17:35:31.449Z] exiting test-integration [2021-11-11T17:35:31.449Z] ++ exit 0 [2021-11-11T17:35:31.449Z] [2021-11-11T17:35:31.743Z] --- PASS: TestSecretsCreateAndDelete (2.19s) [2021-11-11T17:35:31.744Z] === RUN TestSecretsUpdate [2021-11-11T17:35:33.178Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename Post stage [Pipeline] junit [2021-11-11T17:35:33.365Z] Recording test results [2021-11-11T17:35:34.270Z] --- PASS: TestSecretsUpdate (2.07s) [2021-11-11T17:35:34.270Z] === RUN TestTemplatedSecret [2021-11-11T17:35:34.940Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-11T17:35:35.067Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-11T17:35:35.283Z] + echo Ensuring container killed. [2021-11-11T17:35:35.283Z] Ensuring container killed. [2021-11-11T17:35:35.283Z] + docker rm -vf docker-pr11 [2021-11-11T17:35:35.283Z] Error: No such container: docker-pr11 [Pipeline] sh [2021-11-11T17:35:35.567Z] + echo Chowning /workspace to jenkins user [2021-11-11T17:35:35.567Z] Chowning /workspace to jenkins user [2021-11-11T17:35:35.567Z] + id -u [2021-11-11T17:35:35.567Z] + id -g [2021-11-11T17:35:35.567Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42838:/workspace busybox chown -R 1000:1000 /workspace [2021-11-11T17:35:35.567Z] Unable to find image 'busybox:latest' locally [2021-11-11T17:35:35.567Z] latest: Pulling from library/busybox [2021-11-11T17:35:35.825Z] 01c2cdc13739: Pulling fs layer [2021-11-11T17:35:35.825Z] 01c2cdc13739: Download complete [2021-11-11T17:35:35.825Z] 01c2cdc13739: Pull complete [2021-11-11T17:35:35.825Z] Digest: sha256:139abcf41943b8bcd4bc5c42ee71ddc9402c7ad69ad9e177b0a9bc4541f14924 [2021-11-11T17:35:35.825Z] Status: Downloaded newer image for busybox:latest [2021-11-11T17:35:35.992Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-11T17:35:36.168Z] --- PASS: TestTemplatedSecret (2.04s) [2021-11-11T17:35:36.168Z] === RUN TestSecretCreateResolve [2021-11-11T17:35:36.248Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-11T17:35:37.613Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-11-11T17:35:37.613Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-11T17:35:37.869Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-11T17:35:37.869Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-11T17:35:37.869Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-11T17:35:37.869Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-11-11T17:35:38.066Z] --- PASS: TestSecretCreateResolve (2.12s) [2021-11-11T17:35:38.066Z] PASS [2021-11-11T17:35:38.066Z] [2021-11-11T17:35:38.066Z] DONE 6 tests in 12.312s [2021-11-11T17:35:38.066Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-11-11T17:35:38.066Z] ++ 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 [2021-11-11T17:35:38.066Z] ++ set -e [2021-11-11T17:35:38.066Z] ++ '[' -n 0 ']' [2021-11-11T17:35:38.066Z] ++ set -x [2021-11-11T17:35:38.067Z] ++ 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 [2021-11-11T17:35:38.067Z] INFO: Testing against a local daemon [2021-11-11T17:35:38.067Z] === RUN TestServiceCreateInit [2021-11-11T17:35:38.067Z] === RUN TestServiceCreateInit/daemonInitDisabled [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-11T17:35:38.432Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-11T17:35:38.654Z] + bundleName=amd64-cgroup2 [2021-11-11T17:35:38.654Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-11-11T17:35:38.654Z] Creating amd64-cgroup2-bundles.tar.gz [2021-11-11T17:35:38.654Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-11-11T17:35:38.655Z] + 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 [2021-11-11T17:35:38.924Z] Archiving artifacts [2021-11-11T17:35:38.972Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-11T17:35:38.993Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-11T17:35:40.886Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42838/11/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-11T17:35:41.200Z] + make clean [2021-11-11T17:35:41.200Z] docker volume rm -f docker-dev-cache [2021-11-11T17:35:41.346Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-11T17:35:41.458Z] docker-dev-cache [Pipeline] deleteDir [2021-11-11T17:35:42.259Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-11-11T17:35:42.515Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-11T17:35:43.077Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-11T17:35:44.006Z] docker_api_swarm_service_test.go:395: [db2d16080ee2d] joining swarm manager [d3e8360cf2b2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:35:44.627Z] --- PASS: TestServiceCreateInit (6.64s) [2021-11-11T17:35:44.627Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.08s) [2021-11-11T17:35:44.627Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.55s) [2021-11-11T17:35:44.627Z] === RUN TestCreateServiceMultipleTimes [2021-11-11T17:35:44.933Z] docker_api_swarm_service_test.go:395: [d43213b6f452e] joining swarm manager [d3e8360cf2b2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:35:46.146Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-11T17:35:46.146Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-11T17:35:46.146Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-11T17:35:47.622Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-11T17:35:48.186Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-11T17:35:48.186Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-11T17:35:49.552Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-11T17:35:50.489Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-11T17:35:51.416Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-11T17:35:52.341Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-11T17:35:52.903Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-11T17:35:54.793Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-11T17:35:55.354Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-11T17:35:55.611Z] === RUN TestDockerSuite/TestLogsSince [2021-11-11T17:35:56.644Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-11T17:35:56.644Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-11T17:35:56.644Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-11T17:35:56.644Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-11T17:35:56.644Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-11T17:35:58.688Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-11T17:35:58.688Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-11T17:35:58.688Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-11T17:35:59.493Z] --- PASS: TestCreateServiceMultipleTimes (14.38s) [2021-11-11T17:35:59.493Z] === RUN TestCreateServiceConflict [2021-11-11T17:35:59.771Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-11-11T17:36:00.757Z] Running on azwin-2-394040 in d:\jenkins\workspace\moby_PR-42838 [Pipeline] { [Pipeline] ws [2021-11-11T17:36:00.773Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-11-11T17:36:00.865Z] --- PASS: TestCreateServiceConflict (1.69s) [2021-11-11T17:36:00.865Z] === RUN TestCreateServiceMaxReplicas [2021-11-11T17:36:00.871Z] The recommended git tool is: git [2021-11-11T17:36:01.094Z] using credential docker-jenkins-github-credentials [2021-11-11T17:36:01.180Z] Cloning the remote Git repository [2021-11-11T17:36:01.180Z] Cloning with configured refspecs honoured and without tags [2021-11-11T17:36:01.420Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-11T17:36:01.420Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-11T17:36:01.420Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-11T17:36:01.890Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-11T17:36:01.890Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-11T17:36:01.890Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-11T17:36:01.890Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-11T17:36:01.890Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-11T17:36:01.217Z] Cloning repository https://github.com/moby/moby.git [2021-11-11T17:36:01.218Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-11-11T17:36:01.272Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:36:01.272Z] > git --version # timeout=10 [2021-11-11T17:36:01.314Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-11T17:36:01.314Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:36:01.315Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:36:02.286Z] docker_api_swarm_service_test.go:343: [dbfbb42b6355d] joining swarm manager [d38b227f874aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:36:02.286Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-11T17:36:02.541Z] docker_api_swarm_service_test.go:343: [dc991cd5ddd2c] joining swarm manager [d38b227f874aa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:36:03.391Z] --- PASS: TestCreateServiceMaxReplicas (2.50s) [2021-11-11T17:36:03.391Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-11T17:36:07.784Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-11T17:36:08.345Z] === RUN TestDockerSuite/TestLogsTail [2021-11-11T17:36:08.601Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-11T17:36:09.163Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-11-11T17:36:09.725Z] === RUN TestDockerSuite/TestMountIntoProc [2021-11-11T17:36:09.725Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-11T17:36:10.287Z] === RUN TestDockerSuite/TestNetHostname [2021-11-11T17:36:11.652Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-11T17:36:11.652Z] === RUN TestDockerSuite/TestNetworkEvents [2021-11-11T17:36:15.836Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-11-11T17:36:16.487Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-11T17:36:17.725Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-11T17:36:17.981Z] docker_api_swarm_service_test.go:490: [d0edee05d9ab2] joining swarm manager [d18630df5fcfe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:36:18.254Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.96s) [2021-11-11T17:36:18.254Z] === RUN TestCreateServiceSecretFileMode [2021-11-11T17:36:18.909Z] docker_api_swarm_service_test.go:490: [d0278d32c7e60] joining swarm manager [d18630df5fcfe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:36:18.909Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-11T17:36:19.472Z] === RUN TestDockerSuite/TestPluginActive [2021-11-11T17:36:21.361Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-11T17:36:21.418Z] Fetching without tags [2021-11-11T17:36:22.112Z] Merging remotes/origin/master commit df7bba7dbc6658ba48851eb4819e0a0a9508b18f into PR head commit 68e3034322969cf06c85988c67dccf7c45ac7b39 [2021-11-11T17:36:21.134Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:36:21.177Z] > git config --add remote.origin.fetch +refs/pull/42838/head:refs/remotes/origin/PR-42838 # timeout=10 [2021-11-11T17:36:21.219Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:36:21.335Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-11T17:36:21.455Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-11T17:36:21.456Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:36:21.457Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42838/head:refs/remotes/origin/PR-42838 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-11T17:36:22.149Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:36:22.194Z] > git checkout -f 68e3034322969cf06c85988c67dccf7c45ac7b39 # timeout=10 [2021-11-11T17:36:23.637Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-11T17:36:25.435Z] Merge succeeded, producing 86f941dce61f1bf0c9a7408106b03cb87a944e04 [2021-11-11T17:36:25.435Z] Checking out Revision 86f941dce61f1bf0c9a7408106b03cb87a944e04 (PR-42838) [2021-11-11T17:36:25.762Z] Commit message: "Merge commit 'df7bba7dbc6658ba48851eb4819e0a0a9508b18f' into HEAD" [2021-11-11T17:36:25.886Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-11T17:36:26.601Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-11T17:36:26.601Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-11-11T17:36:26.601Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-11T17:36:24.655Z] > git remote # timeout=10 [2021-11-11T17:36:24.717Z] > git config --get remote.origin.url # timeout=10 [2021-11-11T17:36:24.758Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-11T17:36:24.759Z] > git merge df7bba7dbc6658ba48851eb4819e0a0a9508b18f # timeout=10 [2021-11-11T17:36:25.354Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-11-11T17:36:25.473Z] > git config core.sparsecheckout # timeout=10 [2021-11-11T17:36:25.517Z] > git checkout -f 86f941dce61f1bf0c9a7408106b03cb87a944e04 # timeout=10 [2021-11-11T17:36:25.799Z] > git rev-list --no-walk 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 # timeout=10 [2021-11-11T17:36:27.373Z] + docker version [2021-11-11T17:36:27.373Z] Client: [2021-11-11T17:36:27.373Z] Version: 20.10.9 [2021-11-11T17:36:27.373Z] API version: 1.41 [2021-11-11T17:36:27.373Z] Go version: go1.16.8 [2021-11-11T17:36:27.373Z] Git commit: c2ea9bc [2021-11-11T17:36:27.373Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-11T17:36:27.373Z] OS/Arch: windows/amd64 [2021-11-11T17:36:27.373Z] Context: default [2021-11-11T17:36:27.373Z] Experimental: true [2021-11-11T17:36:27.373Z] [2021-11-11T17:36:27.373Z] Server: Docker Engine - Community [2021-11-11T17:36:27.373Z] Engine: [2021-11-11T17:36:27.373Z] Version: 20.10.9 [2021-11-11T17:36:27.373Z] API version: 1.41 (minimum version 1.24) [2021-11-11T17:36:27.373Z] Go version: go1.16.8 [2021-11-11T17:36:27.373Z] Git commit: 79ea9d3 [2021-11-11T17:36:27.373Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-11T17:36:27.373Z] OS/Arch: windows/amd64 [2021-11-11T17:36:27.373Z] Experimental: true [Pipeline] sh [2021-11-11T17:36:27.964Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-11T17:36:28.251Z] --- PASS: TestCreateServiceSecretFileMode (12.05s) [2021-11-11T17:36:28.251Z] === RUN TestCreateServiceConfigFileMode [2021-11-11T17:36:28.503Z] + docker info [2021-11-11T17:36:28.504Z] Client: [2021-11-11T17:36:28.504Z] Context: default [2021-11-11T17:36:28.504Z] Debug Mode: false [2021-11-11T17:36:28.504Z] [2021-11-11T17:36:28.504Z] Server: [2021-11-11T17:36:28.504Z] Containers: 0 [2021-11-11T17:36:28.504Z] Running: 0 [2021-11-11T17:36:28.504Z] Paused: 0 [2021-11-11T17:36:28.504Z] Stopped: 0 [2021-11-11T17:36:28.504Z] Images: 11 [2021-11-11T17:36:28.504Z] Server Version: 20.10.9 [2021-11-11T17:36:28.504Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-11-11T17:36:28.504Z] LCOW: [2021-11-11T17:36:28.504Z] Windows: [2021-11-11T17:36:28.504Z] Logging Driver: json-file [2021-11-11T17:36:28.504Z] Plugins: [2021-11-11T17:36:28.504Z] Volume: local [2021-11-11T17:36:28.504Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T17:36:28.504Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T17:36:28.504Z] Swarm: inactive [2021-11-11T17:36:28.504Z] Default Isolation: process [2021-11-11T17:36:28.504Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-11T17:36:28.504Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-11T17:36:28.504Z] OSType: windows [2021-11-11T17:36:28.504Z] Architecture: x86_64 [2021-11-11T17:36:28.504Z] CPUs: 4 [2021-11-11T17:36:28.504Z] Total Memory: 32GiB [2021-11-11T17:36:28.504Z] Name: azwin-2-394040 [2021-11-11T17:36:28.504Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2021-11-11T17:36:28.504Z] Docker Root Dir: D:\docker [2021-11-11T17:36:28.504Z] Debug Mode: false [2021-11-11T17:36:28.504Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:36:28.504Z] Labels: [2021-11-11T17:36:28.504Z] Experimental: true [2021-11-11T17:36:28.504Z] Insecure Registries: [2021-11-11T17:36:28.504Z] 10.0.0.4:5000 [2021-11-11T17:36:28.504Z] 127.0.0.0/8 [2021-11-11T17:36:28.504Z] Registry Mirrors: [2021-11-11T17:36:28.504Z] http://10.0.0.4:5000/ [2021-11-11T17:36:28.504Z] Live Restore Enabled: false [2021-11-11T17:36:28.504Z] Product License: Community Engine [2021-11-11T17:36:28.504Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-11-11T17:36:30.477Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-11T17:36:31.841Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-11-11T17:36:32.278Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-11T17:36:32.402Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-11T17:36:34.237Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-11-11T17:36:34.237Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-11-11T17:36:34.237Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-11-11T17:36:34.237Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-11-11T17:36:34.237Z] Cross building: bundles/cross/linux/s390x [2021-11-11T17:36:34.237Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-11-11T17:36:34.237Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-11-11T17:36:35.670Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-11T17:36:36.444Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-11-11T17:36:36.444Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-470b2fab\powershellScript.ps1'; exit $LASTEXITCODE; [2021-11-11T17:36:36.444Z] ---------------------------------------------------------------------------- [2021-11-11T17:36:36.444Z] [2021-11-11T17:36:36.444Z] INFO: executeCI.ps1 starting at Thu Nov 11 17:36:35 CUT 2021 [2021-11-11T17:36:36.444Z] [2021-11-11T17:36:36.444Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-11-11T17:36:36.444Z] INFO: Running git version 2.24.1.windows.2 [2021-11-11T17:36:36.444Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-11-11T17:36:36.444Z] INFO: Environment variables: [2021-11-11T17:36:36.444Z] [2021-11-11T17:36:36.444Z] Name Value [2021-11-11T17:36:36.444Z] ---- ----- [2021-11-11T17:36:36.444Z] ALLUSERSPROFILE C:\ProgramData [2021-11-11T17:36:36.444Z] amd64 true [2021-11-11T17:36:36.444Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-11-11T17:36:36.444Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-11-11T17:36:36.444Z] arm64 true [2021-11-11T17:36:36.444Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-11-11T17:36:36.444Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-11-11T17:36:36.444Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-11-11T17:36:36.444Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-11-11T17:36:36.444Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-11-11T17:36:36.444Z] BRANCH_NAME PR-42838 [2021-11-11T17:36:36.444Z] BUILD_DISPLAY_NAME #11 [2021-11-11T17:36:36.444Z] BUILD_ID 11 [2021-11-11T17:36:36.444Z] BUILD_NUMBER 11 [2021-11-11T17:36:36.444Z] BUILD_TAG jenkins-moby-PR-42838-11 [2021-11-11T17:36:36.444Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/ [2021-11-11T17:36:36.444Z] cgroup2 true [2021-11-11T17:36:36.444Z] CHANGE_AUTHOR sanjams2 [2021-11-11T17:36:36.444Z] CHANGE_AUTHOR_DISPLAY_NAME James (@sanjams) [2021-11-11T17:36:36.444Z] CHANGE_BRANCH 42731-development [2021-11-11T17:36:36.444Z] CHANGE_FORK sanjams2 [2021-11-11T17:36:36.444Z] CHANGE_ID 42838 [2021-11-11T17:36:36.444Z] CHANGE_TARGET master [2021-11-11T17:36:36.444Z] CHANGE_TITLE Add an option to specify log format for awslogs driver [2021-11-11T17:36:36.444Z] CHANGE_URL https://github.com/moby/moby/pull/42838 [2021-11-11T17:36:36.444Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-11T17:36:36.444Z] CommonProgramFiles C:\Program Files\Common Files [2021-11-11T17:36:36.444Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-11-11T17:36:36.444Z] CommonProgramW6432 C:\Program Files\Common Files [2021-11-11T17:36:36.444Z] COMPUTERNAME azwin-2-394040 [2021-11-11T17:36:36.444Z] ComSpec C:\Windows\system32\cmd.exe [2021-11-11T17:36:36.444Z] ConfigSequenceNumber 0 [2021-11-11T17:36:36.444Z] dco true [2021-11-11T17:36:36.444Z] DOCKER_BUILDKIT 0 [2021-11-11T17:36:36.444Z] DOCKER_DUT_DEBUG 1 [2021-11-11T17:36:36.444Z] DOCKER_EXPERIMENTAL 1 [2021-11-11T17:36:36.444Z] DOCKER_GRAPHDRIVER overlay2 [2021-11-11T17:36:36.444Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2021-11-11T17:36:36.444Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-11-11T17:36:36.444Z] EXECUTOR_NUMBER 0 [2021-11-11T17:36:36.444Z] FQDN azwin-2-394040.westus.cloudapp.azure.com [2021-11-11T17:36:36.444Z] GIT_BRANCH PR-42838 [2021-11-11T17:36:36.444Z] GIT_COMMIT 86f941dce61f1bf0c9a7408106b03cb87a944e04 [2021-11-11T17:36:36.444Z] GIT_PREVIOUS_COMMIT 3ed1260bb522afcb6679cbfcc430a857bdd4ad71 [2021-11-11T17:36:36.444Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 48cfc3a630a16ac422f57c3512e73188a91036dc [2021-11-11T17:36:36.444Z] GIT_URL https://github.com/moby/moby.git [2021-11-11T17:36:36.444Z] HUDSON_COOKIE f739d0f4-3477-41b0-9aa2-08e8c0f45c99 [2021-11-11T17:36:36.444Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-11-11T17:36:36.444Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-11-11T17:36:36.444Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-11-11T17:36:36.444Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-11-11T17:36:36.444Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-11-11T17:36:36.444Z] JENKINS_NODE_COOKIE 03fb524a-3ef5-43af-a614-5c7c6b586170 [2021-11-11T17:36:36.444Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-11-11T17:36:36.444Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-11-11T17:36:36.444Z] JOB_BASE_NAME PR-42838 [2021-11-11T17:36:36.444Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/display/redirect [2021-11-11T17:36:36.444Z] JOB_NAME moby/PR-42838 [2021-11-11T17:36:36.444Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/ [2021-11-11T17:36:36.444Z] library.jps.version master [2021-11-11T17:36:36.444Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-11-11T17:36:36.444Z] NODE_LABELS amd64 azure azwin-2-394040 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-11-11T17:36:36.444Z] NODE_NAME azwin-2-394040 [2021-11-11T17:36:36.444Z] NUMBER_OF_PROCESSORS 4 [2021-11-11T17:36:36.444Z] OS Windows_NT [2021-11-11T17:36:36.444Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-11-11T17:36:36.444Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-11-11T17:36:36.444Z] ppc64le false [2021-11-11T17:36:36.444Z] PROCESSOR_ARCHITECTURE AMD64 [2021-11-11T17:36:36.444Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-11-11T17:36:36.444Z] PROCESSOR_LEVEL 6 [2021-11-11T17:36:36.444Z] PROCESSOR_REVISION 5507 [2021-11-11T17:36:36.444Z] ProgramData C:\ProgramData [2021-11-11T17:36:36.444Z] ProgramFiles C:\Program Files [2021-11-11T17:36:36.444Z] ProgramFiles(x86) C:\Program Files (x86) [2021-11-11T17:36:36.444Z] ProgramW6432 C:\Program Files [2021-11-11T17:36:36.444Z] PROMPT $P$G [2021-11-11T17:36:36.444Z] PSExecutionPolicyPreference Bypass [2021-11-11T17:36:36.444Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-11-11T17:36:36.445Z] PUBLIC C:\Users\Public [2021-11-11T17:36:36.445Z] rootless true [2021-11-11T17:36:36.445Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect?page=arti... [2021-11-11T17:36:36.445Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect?page=changes [2021-11-11T17:36:36.445Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect [2021-11-11T17:36:36.445Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42838/11/display/redirect?page=tests [2021-11-11T17:36:36.445Z] s390x false [2021-11-11T17:36:36.445Z] SKIP_VALIDATION_TESTS 1 [2021-11-11T17:36:36.445Z] SOURCES_DRIVE d [2021-11-11T17:36:36.445Z] SOURCES_SUBDIR gopath [2021-11-11T17:36:36.445Z] STAGE_NAME Run tests [2021-11-11T17:36:36.445Z] SystemDrive C: [2021-11-11T17:36:36.445Z] SystemRoot C:\Windows [2021-11-11T17:36:36.445Z] TEMP C:\Windows\TEMP [2021-11-11T17:36:36.445Z] TESTDEBUG 0 [2021-11-11T17:36:36.445Z] TESTRUN_DRIVE d [2021-11-11T17:36:36.445Z] TESTRUN_SUBDIR CI [2021-11-11T17:36:36.445Z] TIMEOUT 120m [2021-11-11T17:36:36.445Z] TMP C:\Windows\TEMP [2021-11-11T17:36:36.445Z] unit_validate true [2021-11-11T17:36:36.445Z] USERDOMAIN WORKGROUP [2021-11-11T17:36:36.445Z] USERNAME azwin-2-394040$ [2021-11-11T17:36:36.445Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-11-11T17:36:36.445Z] validate_force false [2021-11-11T17:36:36.445Z] windir C:\Windows [2021-11-11T17:36:36.445Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-11-11T17:36:36.445Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-11-11T17:36:36.445Z] windows2022 true [2021-11-11T17:36:36.445Z] windows2022containerd true [2021-11-11T17:36:36.445Z] windowsRS1 false [2021-11-11T17:36:36.445Z] windowsRS5 true [2021-11-11T17:36:36.445Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-11-11T17:36:36.445Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-11-11T17:36:36.445Z] [2021-11-11T17:36:36.445Z] [2021-11-11T17:36:36.445Z] [2021-11-11T17:36:36.445Z] INFO: Sources under d:\gopath\... [2021-11-11T17:36:36.445Z] INFO: Test run under d:\CI\... [2021-11-11T17:36:36.445Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-11-11T17:36:36.445Z] INFO: docker/docker repository was found [2021-11-11T17:36:36.912Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-11-11T17:36:36.912Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.350' [2021-11-11T17:36:36.912Z] INFO: Docker version of control daemon [2021-11-11T17:36:36.912Z] [2021-11-11T17:36:36.912Z] Client: [2021-11-11T17:36:36.912Z] Version: 20.10.9 [2021-11-11T17:36:36.912Z] API version: 1.41 [2021-11-11T17:36:36.912Z] Go version: go1.16.8 [2021-11-11T17:36:36.912Z] Git commit: c2ea9bc [2021-11-11T17:36:36.912Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-11T17:36:36.912Z] OS/Arch: windows/amd64 [2021-11-11T17:36:36.912Z] Context: default [2021-11-11T17:36:36.912Z] Experimental: true [2021-11-11T17:36:36.912Z] [2021-11-11T17:36:36.912Z] Server: Docker Engine - Community [2021-11-11T17:36:36.912Z] Engine: [2021-11-11T17:36:36.912Z] Version: 20.10.9 [2021-11-11T17:36:36.912Z] API version: 1.41 (minimum version 1.24) [2021-11-11T17:36:36.912Z] Go version: go1.16.8 [2021-11-11T17:36:36.912Z] Git commit: 79ea9d3 [2021-11-11T17:36:36.912Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-11T17:36:36.912Z] OS/Arch: windows/amd64 [2021-11-11T17:36:36.912Z] Experimental: true [2021-11-11T17:36:36.912Z] [2021-11-11T17:36:36.912Z] INFO: Docker info of control daemon [2021-11-11T17:36:36.912Z] [2021-11-11T17:36:36.912Z] Client: [2021-11-11T17:36:36.912Z] Context: default [2021-11-11T17:36:36.912Z] Debug Mode: false [2021-11-11T17:36:36.912Z] [2021-11-11T17:36:36.912Z] Server: [2021-11-11T17:36:36.912Z] Containers: 0 [2021-11-11T17:36:36.912Z] Running: 0 [2021-11-11T17:36:36.912Z] Paused: 0 [2021-11-11T17:36:36.912Z] Stopped: 0 [2021-11-11T17:36:36.912Z] Images: 11 [2021-11-11T17:36:36.912Z] Server Version: 20.10.9 [2021-11-11T17:36:36.912Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-11T17:36:36.912Z] Windows: [2021-11-11T17:36:36.912Z] LCOW: [2021-11-11T17:36:36.912Z] Logging Driver: json-file [2021-11-11T17:36:36.912Z] Plugins: [2021-11-11T17:36:36.912Z] Volume: local [2021-11-11T17:36:36.912Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T17:36:36.912Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T17:36:36.912Z] Swarm: inactive [2021-11-11T17:36:36.912Z] Default Isolation: process [2021-11-11T17:36:36.912Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-11T17:36:36.912Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-11T17:36:36.912Z] OSType: windows [2021-11-11T17:36:36.912Z] Architecture: x86_64 [2021-11-11T17:36:36.912Z] CPUs: 4 [2021-11-11T17:36:36.912Z] Total Memory: 32GiB [2021-11-11T17:36:36.912Z] Name: azwin-2-394040 [2021-11-11T17:36:36.912Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2021-11-11T17:36:36.912Z] Docker Root Dir: D:\docker [2021-11-11T17:36:36.912Z] Debug Mode: false [2021-11-11T17:36:36.912Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:36:36.912Z] Labels: [2021-11-11T17:36:36.912Z] Experimental: true [2021-11-11T17:36:36.912Z] Insecure Registries: [2021-11-11T17:36:36.912Z] 10.0.0.4:5000 [2021-11-11T17:36:36.912Z] 127.0.0.0/8 [2021-11-11T17:36:36.912Z] Registry Mirrors: [2021-11-11T17:36:36.912Z] http://10.0.0.4:5000/ [2021-11-11T17:36:36.912Z] Live Restore Enabled: false [2021-11-11T17:36:36.912Z] Product License: Community Engine [2021-11-11T17:36:36.912Z] [2021-11-11T17:36:36.912Z] [2021-11-11T17:36:36.912Z] INFO: Commit hash is 86f941dce6 [2021-11-11T17:36:36.912Z] INFO: Nuke-Everything... [2021-11-11T17:36:36.912Z] INFO: Container count on control daemon to delete is 0 [2021-11-11T17:36:37.035Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-11-11T17:36:37.380Z] INFO: Nuking d:\CI [2021-11-11T17:36:37.380Z] INFO: Zapped successfully [2021-11-11T17:36:37.380Z] INFO: Location for testing is d:\CI\PR-42838\11 [2021-11-11T17:36:37.380Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-11-11T17:36:37.380Z] [2021-11-11T17:36:37.380Z] [2021-11-11T17:36:37.380Z] INFO: Building the image from Dockerfile.windows at 11/11/2021 17:36:37... [2021-11-11T17:36:37.380Z] [2021-11-11T17:36:37.784Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-11T17:36:38.955Z] docker_api_swarm_service_test.go:128: [d6e8068b75cab] joining swarm manager [da945f31ca207]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:36:39.881Z] docker_api_swarm_service_test.go:129: [df4690250381d] joining swarm manager [da945f31ca207]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:36:40.444Z] --- PASS: TestCreateServiceConfigFileMode (11.86s) [2021-11-11T17:36:40.444Z] === RUN TestCreateServiceSysctls [2021-11-11T17:36:40.445Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-11T17:36:40.750Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-11T17:36:40.750Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-11T17:36:41.220Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-11T17:36:41.220Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T17:36:41.220Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-11T17:36:41.811Z] docker_api_swarm_service_test.go:137: [d7dcc789200a0] joining swarm manager [da945f31ca207]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-11-11T17:36:42.066Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-11T17:36:42.086Z] Sending build context to Docker daemon 60.66MB [2021-11-11T17:36:42.086Z] [2021-11-11T17:36:42.086Z] Step 1/11 : FROM microsoft/windowsservercore [2021-11-11T17:36:42.086Z] ---> 3d4792f88e26 [2021-11-11T17:36:42.086Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-11-11T17:36:42.086Z] ---> Using cache [2021-11-11T17:36:42.086Z] ---> 70de36b94f58 [2021-11-11T17:36:42.086Z] Step 3/11 : ARG GO_VERSION=1.17.3 [2021-11-11T17:36:42.086Z] ---> Using cache [2021-11-11T17:36:42.086Z] ---> 324883cb8511 [2021-11-11T17:36:42.086Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.7 [2021-11-11T17:36:42.086Z] ---> Using cache [2021-11-11T17:36:42.086Z] ---> c7445b596199 [2021-11-11T17:36:42.086Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-11-11T17:36:42.086Z] ---> Using cache [2021-11-11T17:36:42.086Z] ---> c9302ba9dec4 [2021-11-11T17:36:42.086Z] 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} [2021-11-11T17:36:42.086Z] ---> Using cache [2021-11-11T17:36:42.086Z] ---> 88ea03fee704 [2021-11-11T17:36:42.087Z] 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; [2021-11-11T17:36:42.087Z] ---> Using cache [2021-11-11T17:36:42.087Z] ---> 11277f4a094f [2021-11-11T17:36:42.087Z] 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 [2021-11-11T17:36:42.087Z] ---> Using cache [2021-11-11T17:36:42.087Z] ---> 344defa1722e [2021-11-11T17:36:42.087Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-11-11T17:36:42.087Z] ---> Using cache [2021-11-11T17:36:42.087Z] ---> 393b6df63d7a [2021-11-11T17:36:42.087Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-11-11T17:36:42.087Z] ---> Using cache [2021-11-11T17:36:42.087Z] ---> 89a43211b6e6 [2021-11-11T17:36:42.087Z] Step 11/11 : COPY . . [2021-11-11T17:36:42.792Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-11T17:36:42.792Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-11T17:36:42.792Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-11T17:36:42.995Z] docker_api_swarm_service_test.go:138: [d70d44804d47b] joining swarm manager [da945f31ca207]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-11-11T17:36:43.251Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-11T17:36:43.725Z] --- PASS: TestCreateServiceSysctls (2.95s) [2021-11-11T17:36:43.725Z] === RUN TestCreateServiceCapabilities [2021-11-11T17:36:44.620Z] === RUN TestDockerSuite/TestPortList [2021-11-11T17:36:45.097Z] --- PASS: TestCreateServiceCapabilities (1.88s) [2021-11-11T17:36:45.097Z] === RUN TestInspect [2021-11-11T17:36:46.632Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-11T17:36:47.622Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-11T17:36:47.622Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-11T17:36:47.645Z] --- PASS: TestInspect (2.22s) [2021-11-11T17:36:47.645Z] === RUN TestCreateJob [2021-11-11T17:36:48.092Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-11T17:36:48.092Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-11T17:36:48.092Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-11T17:36:49.085Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-11T17:36:50.076Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-11T17:36:50.171Z] --- PASS: TestCreateJob (2.94s) [2021-11-11T17:36:50.171Z] === RUN TestReplicatedJob [2021-11-11T17:36:50.546Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-11T17:36:51.153Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-11T17:36:51.409Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-11T17:36:51.539Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-11T17:36:52.009Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-11T17:36:54.354Z] --- PASS: TestReplicatedJob (3.72s) [2021-11-11T17:36:54.354Z] === RUN TestUpdateReplicatedJob [2021-11-11T17:36:56.781Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-11T17:36:56.881Z] --- PASS: TestUpdateReplicatedJob (2.60s) [2021-11-11T17:36:56.881Z] === RUN TestServiceListWithStatuses [2021-11-11T17:36:56.881Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-11T17:36:56.881Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-11T17:36:56.881Z] === RUN TestDockerNetworkConnectAlias [2021-11-11T17:36:57.458Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-11T17:36:57.941Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-11T17:36:57.941Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-11T17:36:57.941Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-11T17:36:57.941Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-11T17:36:57.941Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-11T17:36:58.196Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-11T17:36:58.196Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-11T17:36:58.756Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-11T17:36:58.756Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-11T17:36:59.004Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-11T17:36:59.004Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-11T17:36:59.004Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-11T17:36:59.683Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-11T17:36:59.683Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-11-11T17:36:59.995Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-11T17:36:59.995Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-11T17:36:59.995Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-11T17:37:00.161Z] --- PASS: TestDockerNetworkConnectAlias (3.55s) [2021-11-11T17:37:00.161Z] === RUN TestDockerNetworkReConnect [2021-11-11T17:37:00.466Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-11T17:37:01.571Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-11-11T17:37:02.498Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-11-11T17:37:02.692Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-11T17:37:02.755Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-11-11T17:37:02.755Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-11T17:37:03.162Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-11T17:37:03.346Z] ---> 12151afc5b02 [2021-11-11T17:37:03.346Z] Successfully built 12151afc5b02 [2021-11-11T17:37:03.346Z] Successfully tagged docker:latest [2021-11-11T17:37:03.346Z] INFO: Image build ended at 11/11/2021 17:37:02. Duration:00:00:24.9261094 [2021-11-11T17:37:03.346Z] [2021-11-11T17:37:03.346Z] [2021-11-11T17:37:03.346Z] INFO: Building the test binaries at 11/11/2021 17:37:02... [2021-11-11T17:37:03.441Z] --- PASS: TestDockerNetworkReConnect (3.20s) [2021-11-11T17:37:03.441Z] === RUN TestServicePlugin [2021-11-11T17:37:03.441Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:37:03.441Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-11T17:37:03.441Z] === RUN TestServiceUpdateLabel [2021-11-11T17:37:03.632Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-11T17:37:03.632Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-11T17:37:03.632Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-11T17:37:04.623Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-11T17:37:04.664Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-11T17:37:04.919Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-11-11T17:37:05.094Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-11T17:37:05.094Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-11T17:37:05.094Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-11T17:37:05.094Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-11T17:37:05.340Z] --- PASS: TestServiceUpdateLabel (2.11s) [2021-11-11T17:37:05.340Z] === RUN TestServiceUpdateSecrets [2021-11-11T17:37:05.480Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-11T17:37:05.564Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-11T17:37:05.600Z] INFO: make.ps1 starting at 11/11/2021 17:37:05 [2021-11-11T17:37:06.013Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-11-11T17:37:06.058Z] INFO: Git commit (86f941dce6) assumed from DOCKER_GITCOMMIT environment variable [2021-11-11T17:37:06.058Z] INFO: Invoking autogen... [2021-11-11T17:37:06.516Z] INFO: Building daemon... [2021-11-11T17:37:07.370Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-11-11T17:37:07.933Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-11T17:37:09.824Z] docker_api_swarm_service_test.go:304: [d33f0a1b933b9] joining swarm manager [d0b960769363b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:37:10.341Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-11T17:37:10.751Z] docker_api_swarm_service_test.go:304: [d9dc9f65cedc9] joining swarm manager [d0b960769363b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:37:11.679Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-11T17:37:11.935Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-11T17:37:14.455Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-11T17:37:14.576Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-11-11T17:37:20.203Z] --- PASS: TestServiceUpdateSecrets (13.95s) [2021-11-11T17:37:20.204Z] === RUN TestServiceUpdateConfigs [2021-11-11T17:37:20.987Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-11T17:37:21.914Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-11T17:37:23.804Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-11T17:37:24.367Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-11T17:37:25.294Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-11T17:37:27.185Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-11T17:37:28.558Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-11T17:37:29.120Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-11T17:37:29.376Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-11T17:37:29.937Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-11-11T17:37:29.937Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-11T17:37:31.825Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-11T17:37:32.082Z] docker_api_swarm_service_test.go:100: [d9308107b44c1] joining swarm manager [dbd57f000f108]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:37:33.012Z] docker_api_swarm_service_test.go:101: [d902c513e6e04] joining swarm manager [dbd57f000f108]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:37:33.573Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-11T17:37:33.829Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-11T17:37:33.829Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-11-11T17:37:33.829Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-11T17:37:34.084Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-11T17:37:34.340Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-11T17:37:34.340Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-11T17:37:34.903Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-11T17:37:35.066Z] --- PASS: TestServiceUpdateConfigs (14.24s) [2021-11-11T17:37:35.067Z] === RUN TestServiceUpdateNetwork [2021-11-11T17:37:36.798Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-11T17:37:37.726Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-11T17:37:38.289Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-11T17:37:40.485Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-11T17:37:40.486Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-11T17:37:40.486Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-11T17:37:44.327Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-11T17:37:44.327Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-11T17:37:44.797Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-11T17:37:44.797Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-11T17:37:44.797Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-11T17:37:44.797Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-11T17:37:44.797Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-11T17:37:44.827Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-11T17:37:45.102Z] --- PASS: TestServiceUpdateNetwork (11.56s) [2021-11-11T17:37:45.102Z] === RUN TestServiceUpdatePidsLimit [2021-11-11T17:37:45.389Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-11-11T17:37:45.788Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-11T17:37:45.788Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-11T17:37:45.788Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-11T17:37:46.475Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-11-11T17:37:46.758Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-11T17:37:46.758Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-11T17:37:46.758Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-11T17:37:47.014Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-11T17:37:47.041Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-11-11T17:37:48.905Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-11-11T17:37:50.284Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-11T17:37:52.799Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-11-11T17:37:53.361Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-11T17:37:53.617Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-11T17:37:53.617Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-11T17:37:55.150Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-11-11T17:37:55.508Z] check_test.go:379: [d9308107b44c1] daemon is not started [2021-11-11T17:37:55.712Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-11-11T17:37:55.712Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-11-11T17:37:55.712Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-11-11T17:37:55.712Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-11-11T17:37:55.712Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-11-11T17:37:56.043Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-11-11T17:37:56.322Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ff0c7f89b8defb2f6f921d998912fdcde74545d6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ff0c7f89b8defb2f6f921d998912fdcde74545d6 hack/test/unit [2021-11-11T17:37:56.435Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-11T17:37:56.999Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-11T17:37:57.254Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-11T17:37:57.258Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-11-11T17:37:57.258Z] + TESTFLAGS+=' -test.timeout=5m' [2021-11-11T17:37:57.258Z] + TESTDIRS=./... [2021-11-11T17:37:57.258Z] + exclude_paths='/vendor/|/integration' [2021-11-11T17:37:57.258Z] ++ go list ./... [2021-11-11T17:37:57.258Z] ++ grep -vE '(/vendor/|/integration)' [2021-11-11T17:37:58.620Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-11T17:37:58.660Z] + pkg_list='github.com/docker/docker/api [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/backend [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/container [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/events [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/filters [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/image [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/mount [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/network [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/registry [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/time [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/versions [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:37:58.660Z] github.com/docker/docker/api/types/volume [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:37:58.660Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:37:58.660Z] github.com/docker/docker/cli [2021-11-11T17:37:58.660Z] github.com/docker/docker/cli/config [2021-11-11T17:37:58.660Z] github.com/docker/docker/cli/debug [2021-11-11T17:37:58.660Z] github.com/docker/docker/client [2021-11-11T17:37:58.660Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:37:58.660Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:37:58.660Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:37:58.660Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:37:58.660Z] github.com/docker/docker/container [2021-11-11T17:37:58.660Z] github.com/docker/docker/container/stream [2021-11-11T17:37:58.660Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:37:58.660Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:37:58.660Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/config [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/events [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/exec [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/images [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/links [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/names [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/network [2021-11-11T17:37:58.660Z] github.com/docker/docker/daemon/stats [2021-11-11T17:37:58.660Z] github.com/docker/docker/distribution [2021-11-11T17:37:58.660Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:37:58.660Z] github.com/docker/docker/distribution/utils [2021-11-11T17:37:58.660Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:37:58.660Z] github.com/docker/docker/dockerversion [2021-11-11T17:37:58.660Z] github.com/docker/docker/errdefs [2021-11-11T17:37:58.660Z] github.com/docker/docker/image [2021-11-11T17:37:58.661Z] github.com/docker/docker/image/cache [2021-11-11T17:37:58.661Z] github.com/docker/docker/image/tarexport [2021-11-11T17:37:58.661Z] github.com/docker/docker/image/v1 [2021-11-11T17:37:58.661Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:37:58.661Z] github.com/docker/docker/layer [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/types [2021-11-11T17:37:58.661Z] github.com/docker/docker/oci [2021-11-11T17:37:58.661Z] github.com/docker/docker/oci/caps [2021-11-11T17:37:58.661Z] github.com/docker/docker/opts [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/archive [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/directory [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/locker [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/mount [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/platform [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/pools [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/progress [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/signal [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/stack [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/system [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/term [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:37:58.661Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:37:58.661Z] github.com/docker/docker/plugin [2021-11-11T17:37:58.661Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:37:58.661Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:37:58.661Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:37:58.661Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:37:58.661Z] github.com/docker/docker/quota [2021-11-11T17:37:58.661Z] github.com/docker/docker/reference [2021-11-11T17:37:58.661Z] github.com/docker/docker/registry [2021-11-11T17:37:58.661Z] github.com/docker/docker/registry/resumable [2021-11-11T17:37:58.661Z] github.com/docker/docker/restartmanager [2021-11-11T17:37:58.661Z] github.com/docker/docker/rootless [2021-11-11T17:37:58.661Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:37:58.661Z] github.com/docker/docker/runconfig [2021-11-11T17:37:58.661Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/environment [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/registry [2021-11-11T17:37:58.661Z] github.com/docker/docker/testutil/request [2021-11-11T17:37:58.661Z] github.com/docker/docker/volume [2021-11-11T17:37:58.661Z] github.com/docker/docker/volume/drivers [2021-11-11T17:37:58.661Z] github.com/docker/docker/volume/local [2021-11-11T17:37:58.661Z] github.com/docker/docker/volume/mounts [2021-11-11T17:37:58.661Z] github.com/docker/docker/volume/service [2021-11-11T17:37:58.661Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:37:58.661Z] github.com/docker/docker/volume/testutils' [2021-11-11T17:37:58.661Z] ++ echo 'github.com/docker/docker/api [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/backend [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/container [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/events [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/filters [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/image [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/mount [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/network [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/registry [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/time [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/versions [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:37:58.661Z] github.com/docker/docker/api/types/volume [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:37:58.661Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:37:58.661Z] github.com/docker/docker/cli [2021-11-11T17:37:58.661Z] github.com/docker/docker/cli/config [2021-11-11T17:37:58.661Z] github.com/docker/docker/cli/debug [2021-11-11T17:37:58.661Z] github.com/docker/docker/client [2021-11-11T17:37:58.661Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:37:58.661Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:37:58.661Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:37:58.661Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:37:58.661Z] github.com/docker/docker/container [2021-11-11T17:37:58.661Z] github.com/docker/docker/container/stream [2021-11-11T17:37:58.661Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:37:58.661Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:37:58.661Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/config [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/events [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/exec [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/images [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/links [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/names [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/network [2021-11-11T17:37:58.661Z] github.com/docker/docker/daemon/stats [2021-11-11T17:37:58.661Z] github.com/docker/docker/distribution [2021-11-11T17:37:58.661Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:37:58.661Z] github.com/docker/docker/distribution/utils [2021-11-11T17:37:58.661Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:37:58.661Z] github.com/docker/docker/dockerversion [2021-11-11T17:37:58.661Z] github.com/docker/docker/errdefs [2021-11-11T17:37:58.661Z] github.com/docker/docker/image [2021-11-11T17:37:58.661Z] github.com/docker/docker/image/cache [2021-11-11T17:37:58.661Z] github.com/docker/docker/image/tarexport [2021-11-11T17:37:58.661Z] github.com/docker/docker/image/v1 [2021-11-11T17:37:58.661Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:37:58.661Z] github.com/docker/docker/layer [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:37:58.661Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:37:58.661Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/libnetwork/types [2021-11-11T17:37:58.662Z] github.com/docker/docker/oci [2021-11-11T17:37:58.662Z] github.com/docker/docker/oci/caps [2021-11-11T17:37:58.662Z] github.com/docker/docker/opts [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/archive [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/directory [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/locker [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/mount [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/platform [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/pools [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/progress [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/signal [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/stack [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/system [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/term [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:37:58.662Z] github.com/docker/docker/plugin [2021-11-11T17:37:58.662Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:37:58.662Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:37:58.662Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:37:58.662Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:37:58.662Z] github.com/docker/docker/quota [2021-11-11T17:37:58.662Z] github.com/docker/docker/reference [2021-11-11T17:37:58.662Z] github.com/docker/docker/registry [2021-11-11T17:37:58.662Z] github.com/docker/docker/registry/resumable [2021-11-11T17:37:58.662Z] github.com/docker/docker/restartmanager [2021-11-11T17:37:58.662Z] github.com/docker/docker/rootless [2021-11-11T17:37:58.662Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:37:58.662Z] github.com/docker/docker/runconfig [2021-11-11T17:37:58.662Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/environment [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/registry [2021-11-11T17:37:58.662Z] github.com/docker/docker/testutil/request [2021-11-11T17:37:58.662Z] github.com/docker/docker/volume [2021-11-11T17:37:58.662Z] github.com/docker/docker/volume/drivers [2021-11-11T17:37:58.662Z] github.com/docker/docker/volume/local [2021-11-11T17:37:58.662Z] github.com/docker/docker/volume/mounts [2021-11-11T17:37:58.662Z] github.com/docker/docker/volume/service [2021-11-11T17:37:58.662Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:37:58.662Z] github.com/docker/docker/volume/testutils' [2021-11-11T17:37:58.662Z] ++ grep --fixed-strings -v /libnetwork [2021-11-11T17:37:58.662Z] + base_pkg_list='github.com/docker/docker/api [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/backend [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/container [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/events [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/filters [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/image [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/mount [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/network [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/registry [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/time [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/versions [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:37:58.662Z] github.com/docker/docker/api/types/volume [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:37:58.662Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:37:58.662Z] github.com/docker/docker/cli [2021-11-11T17:37:58.662Z] github.com/docker/docker/cli/config [2021-11-11T17:37:58.662Z] github.com/docker/docker/cli/debug [2021-11-11T17:37:58.662Z] github.com/docker/docker/client [2021-11-11T17:37:58.662Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:37:58.662Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:37:58.662Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:37:58.662Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:37:58.662Z] github.com/docker/docker/container [2021-11-11T17:37:58.662Z] github.com/docker/docker/container/stream [2021-11-11T17:37:58.662Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:37:58.662Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:37:58.662Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/config [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/events [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/exec [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/images [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/links [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/names [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/network [2021-11-11T17:37:58.662Z] github.com/docker/docker/daemon/stats [2021-11-11T17:37:58.662Z] github.com/docker/docker/distribution [2021-11-11T17:37:58.662Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:37:58.662Z] github.com/docker/docker/distribution/utils [2021-11-11T17:37:58.662Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:37:58.662Z] github.com/docker/docker/dockerversion [2021-11-11T17:37:58.662Z] github.com/docker/docker/errdefs [2021-11-11T17:37:58.662Z] github.com/docker/docker/image [2021-11-11T17:37:58.662Z] github.com/docker/docker/image/cache [2021-11-11T17:37:58.662Z] github.com/docker/docker/image/tarexport [2021-11-11T17:37:58.662Z] github.com/docker/docker/image/v1 [2021-11-11T17:37:58.662Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:37:58.662Z] github.com/docker/docker/layer [2021-11-11T17:37:58.662Z] github.com/docker/docker/libcontainerd [2021-11-11T17:37:58.662Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:37:58.662Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:37:58.662Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:37:58.662Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:37:58.662Z] github.com/docker/docker/oci [2021-11-11T17:37:58.662Z] github.com/docker/docker/oci/caps [2021-11-11T17:37:58.662Z] github.com/docker/docker/opts [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/archive [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/directory [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:37:58.662Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/locker [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/mount [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/platform [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/pools [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/progress [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/signal [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/stack [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/system [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/term [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:37:58.663Z] github.com/docker/docker/plugin [2021-11-11T17:37:58.663Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:37:58.663Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:37:58.663Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:37:58.663Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:37:58.663Z] github.com/docker/docker/quota [2021-11-11T17:37:58.663Z] github.com/docker/docker/reference [2021-11-11T17:37:58.663Z] github.com/docker/docker/registry [2021-11-11T17:37:58.663Z] github.com/docker/docker/registry/resumable [2021-11-11T17:37:58.663Z] github.com/docker/docker/restartmanager [2021-11-11T17:37:58.663Z] github.com/docker/docker/rootless [2021-11-11T17:37:58.663Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:37:58.663Z] github.com/docker/docker/runconfig [2021-11-11T17:37:58.663Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/environment [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/registry [2021-11-11T17:37:58.663Z] github.com/docker/docker/testutil/request [2021-11-11T17:37:58.663Z] github.com/docker/docker/volume [2021-11-11T17:37:58.663Z] github.com/docker/docker/volume/drivers [2021-11-11T17:37:58.663Z] github.com/docker/docker/volume/local [2021-11-11T17:37:58.663Z] github.com/docker/docker/volume/mounts [2021-11-11T17:37:58.663Z] github.com/docker/docker/volume/service [2021-11-11T17:37:58.663Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:37:58.663Z] github.com/docker/docker/volume/testutils' [2021-11-11T17:37:58.663Z] ++ echo 'github.com/docker/docker/api [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/backend [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/container [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/events [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/filters [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/image [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/mount [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/network [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/registry [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/time [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/versions [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:37:58.663Z] github.com/docker/docker/api/types/volume [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:37:58.663Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:37:58.663Z] github.com/docker/docker/cli [2021-11-11T17:37:58.663Z] github.com/docker/docker/cli/config [2021-11-11T17:37:58.663Z] github.com/docker/docker/cli/debug [2021-11-11T17:37:58.663Z] github.com/docker/docker/client [2021-11-11T17:37:58.663Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:37:58.663Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:37:58.663Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:37:58.663Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:37:58.663Z] github.com/docker/docker/container [2021-11-11T17:37:58.663Z] github.com/docker/docker/container/stream [2021-11-11T17:37:58.663Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:37:58.663Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:37:58.663Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/config [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/events [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/exec [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/images [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/links [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/names [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/network [2021-11-11T17:37:58.663Z] github.com/docker/docker/daemon/stats [2021-11-11T17:37:58.663Z] github.com/docker/docker/distribution [2021-11-11T17:37:58.663Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:37:58.663Z] github.com/docker/docker/distribution/utils [2021-11-11T17:37:58.663Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:37:58.663Z] github.com/docker/docker/dockerversion [2021-11-11T17:37:58.663Z] github.com/docker/docker/errdefs [2021-11-11T17:37:58.663Z] github.com/docker/docker/image [2021-11-11T17:37:58.663Z] github.com/docker/docker/image/cache [2021-11-11T17:37:58.663Z] github.com/docker/docker/image/tarexport [2021-11-11T17:37:58.663Z] github.com/docker/docker/image/v1 [2021-11-11T17:37:58.663Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:37:58.663Z] github.com/docker/docker/layer [2021-11-11T17:37:58.663Z] github.com/docker/docker/libcontainerd [2021-11-11T17:37:58.663Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:37:58.663Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:37:58.663Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:37:58.663Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:37:58.663Z] github.com/docker/docker/libnetwork/types [2021-11-11T17:37:58.663Z] github.com/docker/docker/oci [2021-11-11T17:37:58.663Z] github.com/docker/docker/oci/caps [2021-11-11T17:37:58.663Z] github.com/docker/docker/opts [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/archive [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:37:58.663Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/directory [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/locker [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/mount [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/platform [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/pools [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/progress [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/signal [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/stack [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/system [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/term [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:37:58.664Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:37:58.664Z] github.com/docker/docker/plugin [2021-11-11T17:37:58.664Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:37:58.664Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:37:58.664Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:37:58.664Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:37:58.664Z] github.com/docker/docker/quota [2021-11-11T17:37:58.664Z] github.com/docker/docker/reference [2021-11-11T17:37:58.664Z] github.com/docker/docker/registry [2021-11-11T17:37:58.664Z] github.com/docker/docker/registry/resumable [2021-11-11T17:37:58.664Z] github.com/docker/docker/restartmanager [2021-11-11T17:37:58.664Z] github.com/docker/docker/rootless [2021-11-11T17:37:58.664Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:37:58.664Z] github.com/docker/docker/runconfig [2021-11-11T17:37:58.664Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/environment [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/registry [2021-11-11T17:37:58.664Z] github.com/docker/docker/testutil/request [2021-11-11T17:37:58.664Z] github.com/docker/docker/volume [2021-11-11T17:37:58.664Z] github.com/docker/docker/volume/drivers [2021-11-11T17:37:58.664Z] github.com/docker/docker/volume/local [2021-11-11T17:37:58.664Z] github.com/docker/docker/volume/mounts [2021-11-11T17:37:58.664Z] github.com/docker/docker/volume/service [2021-11-11T17:37:58.664Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:37:58.664Z] github.com/docker/docker/volume/testutils' [2021-11-11T17:37:58.664Z] ++ grep --fixed-strings /libnetwork [2021-11-11T17:37:58.664Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/types' [2021-11-11T17:37:58.664Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-11-11T17:37:58.664Z] + echo 'github.com/docker/docker/libnetwork [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/types' [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:37:58.664Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:37:58.664Z] + type docker-proxy [2021-11-11T17:37:58.664Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-11-11T17:37:58.664Z] + hack/make.sh binary-proxy install-proxy [2021-11-11T17:37:58.664Z] [2021-11-11T17:37:58.664Z] Removing bundles/ [2021-11-11T17:37:58.664Z] [2021-11-11T17:37:58.664Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-11-11T17:37:58.664Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-11-11T17:37:58.664Z] GOOS="" GOARCH="" GOARM="" [2021-11-11T17:37:58.876Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-11T17:38:00.243Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-11T17:38:00.499Z] === RUN TestDockerSuite/TestRmiTag [2021-11-11T17:38:00.755Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-11-11T17:38:00.755Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-11T17:38:01.317Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-11T17:38:01.736Z] --- PASS: TestServiceUpdatePidsLimit (16.02s) [2021-11-11T17:38:01.736Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2021-11-11T17:38:01.736Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-11-11T17:38:01.736Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2021-11-11T17:38:01.736Z] PASS [2021-11-11T17:38:01.736Z] [2021-11-11T17:38:01.736Z] === Skipped [2021-11-11T17:38:01.736Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-11T17:38:01.736Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-11T17:38:01.736Z] [2021-11-11T17:38:01.736Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-11-11T17:38:01.736Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-11T17:38:01.736Z] [2021-11-11T17:38:01.736Z] DONE 27 tests, 2 skipped in 143.124s [2021-11-11T17:38:01.736Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-11-11T17:38:01.736Z] ++ 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 [2021-11-11T17:38:01.736Z] ++ set -e [2021-11-11T17:38:01.736Z] ++ '[' -n 0 ']' [2021-11-11T17:38:01.736Z] ++ set -x [2021-11-11T17:38:01.736Z] ++ 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 [2021-11-11T17:38:01.736Z] INFO: Testing against a local daemon [2021-11-11T17:38:01.736Z] === RUN TestSessionCreate [2021-11-11T17:38:01.736Z] --- PASS: TestSessionCreate (0.02s) [2021-11-11T17:38:01.736Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-11T17:38:01.736Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-11T17:38:01.736Z] PASS [2021-11-11T17:38:01.736Z] [2021-11-11T17:38:01.736Z] DONE 2 tests in 0.129s [2021-11-11T17:38:01.736Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-11-11T17:38:01.736Z] ++ 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 [2021-11-11T17:38:01.736Z] ++ set -e [2021-11-11T17:38:01.736Z] ++ '[' -n 0 ']' [2021-11-11T17:38:01.736Z] ++ set -x [2021-11-11T17:38:01.736Z] ++ 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 [2021-11-11T17:38:01.736Z] INFO: Testing against a local daemon [2021-11-11T17:38:01.736Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-11T17:38:01.736Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-11T17:38:01.736Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:38:01.736Z] === RUN TestDiskUsage [2021-11-11T17:38:01.736Z] === PAUSE TestDiskUsage [2021-11-11T17:38:01.736Z] === RUN TestEventsExecDie [2021-11-11T17:38:01.736Z] --- PASS: TestEventsExecDie (0.49s) [2021-11-11T17:38:01.736Z] === RUN TestEventsBackwardsCompatible [2021-11-11T17:38:01.995Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-11-11T17:38:01.995Z] === RUN TestEventsVolumeCreate [2021-11-11T17:38:01.995Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-11-11T17:38:01.995Z] === RUN TestInfoBinaryCommits [2021-11-11T17:38:01.995Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-11T17:38:01.995Z] === RUN TestInfoAPIVersioned [2021-11-11T17:38:01.995Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-11T17:38:01.995Z] === RUN TestInfoDiscoveryBackend [2021-11-11T17:38:02.560Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-11-11T17:38:02.560Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-11T17:38:02.686Z] docker_api_swarm_service_test.go:533: [df6138218e5b9] joining swarm manager [d3ac9754ac3ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:38:03.493Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-11-11T17:38:03.493Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-11T17:38:04.058Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-11-11T17:38:04.058Z] === RUN TestInfoAPI [2021-11-11T17:38:04.058Z] --- PASS: TestInfoAPI (0.02s) [2021-11-11T17:38:04.058Z] === RUN TestInfoAPIWarnings [2021-11-11T17:38:04.572Z] docker_api_swarm_service_test.go:534: [de7cbae41b20a] joining swarm manager [d3ac9754ac3ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:38:04.572Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-11T17:38:04.828Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-11T17:38:05.226Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-11-11T17:38:05.226Z] [2021-11-11T17:38:05.226Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-11-11T17:38:05.226Z] Installing docker-proxy to /usr/local/bin/ [2021-11-11T17:38:05.226Z] [2021-11-11T17:38:05.226Z] + mkdir -p bundles [2021-11-11T17:38:05.226Z] + '[' -n 'github.com/docker/docker/api [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/backend/build [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/httputils [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/middleware [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/build [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/container [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/debug [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/distribution [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/grpc [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/image [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/network [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/plugin [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/session [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/swarm [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/system [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/server/router/volume [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/backend [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/blkiodev [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/container [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/events [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/filters [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/image [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/mount [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/network [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/registry [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/strslice [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/swarm [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/time [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/versions [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-11T17:38:05.226Z] github.com/docker/docker/api/types/volume [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/builder-next [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/builder-next/worker [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/dockerfile [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/dockerignore [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/remotecontext [2021-11-11T17:38:05.226Z] github.com/docker/docker/builder/remotecontext/git [2021-11-11T17:38:05.226Z] github.com/docker/docker/cli [2021-11-11T17:38:05.226Z] github.com/docker/docker/cli/config [2021-11-11T17:38:05.226Z] github.com/docker/docker/cli/debug [2021-11-11T17:38:05.226Z] github.com/docker/docker/client [2021-11-11T17:38:05.226Z] github.com/docker/docker/cmd/docker-proxy [2021-11-11T17:38:05.226Z] github.com/docker/docker/cmd/dockerd [2021-11-11T17:38:05.226Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-11T17:38:05.226Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-11T17:38:05.226Z] github.com/docker/docker/container [2021-11-11T17:38:05.226Z] github.com/docker/docker/container/stream [2021-11-11T17:38:05.226Z] github.com/docker/docker/contrib/apparmor [2021-11-11T17:38:05.226Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-11T17:38:05.226Z] github.com/docker/docker/contrib/httpserver [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/cluster [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/cluster/convert [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/cluster/executor [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/cluster/provider [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/config [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/discovery [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/events [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/events/testutils [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/exec [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/graphdriver [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-11T17:38:05.226Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/images [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/initlayer [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/links [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/listeners [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/gelf [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/journald [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/local [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/logentries [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/splunk [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/syslog [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/logger/templates [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/names [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/network [2021-11-11T17:38:05.227Z] github.com/docker/docker/daemon/stats [2021-11-11T17:38:05.227Z] github.com/docker/docker/distribution [2021-11-11T17:38:05.227Z] github.com/docker/docker/distribution/metadata [2021-11-11T17:38:05.227Z] github.com/docker/docker/distribution/utils [2021-11-11T17:38:05.227Z] github.com/docker/docker/distribution/xfer [2021-11-11T17:38:05.227Z] github.com/docker/docker/dockerversion [2021-11-11T17:38:05.227Z] github.com/docker/docker/errdefs [2021-11-11T17:38:05.227Z] github.com/docker/docker/image [2021-11-11T17:38:05.227Z] github.com/docker/docker/image/cache [2021-11-11T17:38:05.227Z] github.com/docker/docker/image/tarexport [2021-11-11T17:38:05.227Z] github.com/docker/docker/image/v1 [2021-11-11T17:38:05.227Z] github.com/docker/docker/internal/test/suite [2021-11-11T17:38:05.227Z] github.com/docker/docker/layer [2021-11-11T17:38:05.227Z] github.com/docker/docker/libcontainerd [2021-11-11T17:38:05.227Z] github.com/docker/docker/libcontainerd/queue [2021-11-11T17:38:05.227Z] github.com/docker/docker/libcontainerd/remote [2021-11-11T17:38:05.227Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-11T17:38:05.227Z] github.com/docker/docker/libcontainerd/types [2021-11-11T17:38:05.227Z] github.com/docker/docker/oci [2021-11-11T17:38:05.227Z] github.com/docker/docker/oci/caps [2021-11-11T17:38:05.227Z] github.com/docker/docker/opts [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/aaparser [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/archive [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/authorization [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/broadcaster [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/capabilities [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/chrootarchive [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/containerfs [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/devicemapper [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/directory [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/discovery [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/discovery/file [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/discovery/kv [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/discovery/memory [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/dmesg [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/filenotify [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/fileutils [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/fsutils [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/homedir [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/idtools [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/ioutils [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/jsonmessage [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/locker [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/longpath [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/loopback [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/mount [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/namesgenerator [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/parsers [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/pidfile [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/platform [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/plugingetter [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/plugins [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/plugins/transport [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/pools [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/progress [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/pubsub [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/reexec [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/signal [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/stack [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/stdcopy [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/streamformatter [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/stringid [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/symlink [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/sysinfo [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/system [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/tailfile [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/tarsum [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/term [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/term/windows [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/truncindex [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/urlutil [2021-11-11T17:38:05.227Z] github.com/docker/docker/pkg/useragent [2021-11-11T17:38:05.227Z] github.com/docker/docker/plugin [2021-11-11T17:38:05.227Z] github.com/docker/docker/plugin/executor/containerd [2021-11-11T17:38:05.227Z] github.com/docker/docker/plugin/v2 [2021-11-11T17:38:05.227Z] github.com/docker/docker/profiles/apparmor [2021-11-11T17:38:05.227Z] github.com/docker/docker/profiles/seccomp [2021-11-11T17:38:05.227Z] github.com/docker/docker/quota [2021-11-11T17:38:05.227Z] github.com/docker/docker/reference [2021-11-11T17:38:05.227Z] github.com/docker/docker/registry [2021-11-11T17:38:05.227Z] github.com/docker/docker/registry/resumable [2021-11-11T17:38:05.227Z] github.com/docker/docker/restartmanager [2021-11-11T17:38:05.227Z] github.com/docker/docker/rootless [2021-11-11T17:38:05.227Z] github.com/docker/docker/rootless/specconv [2021-11-11T17:38:05.227Z] github.com/docker/docker/runconfig [2021-11-11T17:38:05.227Z] github.com/docker/docker/runconfig/opts [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/daemon [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/environment [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/fakecontext [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/fakegit [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/fakestorage [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/fixtures/load [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/registry [2021-11-11T17:38:05.227Z] github.com/docker/docker/testutil/request [2021-11-11T17:38:05.227Z] github.com/docker/docker/volume [2021-11-11T17:38:05.227Z] github.com/docker/docker/volume/drivers [2021-11-11T17:38:05.227Z] github.com/docker/docker/volume/local [2021-11-11T17:38:05.227Z] github.com/docker/docker/volume/mounts [2021-11-11T17:38:05.227Z] github.com/docker/docker/volume/service [2021-11-11T17:38:05.227Z] github.com/docker/docker/volume/service/opts [2021-11-11T17:38:05.227Z] github.com/docker/docker/volume/testutils' ']' [2021-11-11T17:38:05.227Z] + 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/discovery 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/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-11T17:38:05.756Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-11T17:38:06.012Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-11T17:38:06.161Z] ? github.com/docker/docker/api [no test files] [2021-11-11T17:38:07.903Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-11T17:38:08.467Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-11T17:38:08.723Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-11T17:38:09.285Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-11T17:38:09.285Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-11T17:38:09.853Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-11T17:38:11.112Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-11T17:38:11.112Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-11T17:38:11.112Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-11T17:38:11.112Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-11T17:38:11.227Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-11T17:38:11.788Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-11T17:38:12.354Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-11T17:38:12.915Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-11-11T17:38:13.842Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-11T17:38:14.768Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-11-11T17:38:15.023Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-11-11T17:38:15.950Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-11-11T17:38:16.207Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-11-11T17:38:17.136Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-11-11T17:38:17.697Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-11T17:38:18.259Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-11-11T17:38:18.647Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-11-11T17:38:18.647Z] [2021-11-11T17:38:18.647Z] ________ ____ __. [2021-11-11T17:38:18.647Z] \_____ \ | |/ _| [2021-11-11T17:38:18.647Z] / | \| < [2021-11-11T17:38:18.647Z] / | \ | \ [2021-11-11T17:38:18.647Z] \_______ /____|__ \ [2021-11-11T17:38:18.647Z] \/ \/ [2021-11-11T17:38:18.647Z] [2021-11-11T17:38:18.647Z] INFO: make.ps1 ended at 11/11/2021 17:38:12 [2021-11-11T17:38:18.647Z] INFO: Binaries build ended at 11/11/2021 17:38:14. Duration:00:01:12.3338686 [2021-11-11T17:38:18.647Z] INFO: Copying the built daemon binary to d:\CI\PR-42838\11\binary\dockerd-86f941dce6.exe... [2021-11-11T17:38:18.647Z] INFO: Copying the built client binary to d:\CI\PR-42838\11\binary\docker-86f941dce6.exe... [2021-11-11T17:38:18.647Z] INFO: Copying dockerversion from the container... [2021-11-11T17:38:18.647Z] INFO: Copying the golang package from the container to d:\CI\PR-42838\11\installer\go.zip... [2021-11-11T17:38:18.647Z] INFO: Extracting go.zip to d:\CI\PR-42838\11\go [2021-11-11T17:38:19.184Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-11T17:38:19.440Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-11T17:38:20.001Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-11T17:38:20.257Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-11T17:38:20.257Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-11T17:38:21.035Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2021-11-11T17:38:21.672Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-11T17:38:22.126Z] --- PASS: TestInfoAPIWarnings (16.21s) [2021-11-11T17:38:22.126Z] === RUN TestInfoDebug [2021-11-11T17:38:22.126Z] --- PASS: TestInfoDebug (0.53s) [2021-11-11T17:38:22.126Z] === RUN TestInfoInsecureRegistries [2021-11-11T17:38:22.126Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-11-11T17:38:22.126Z] === RUN TestInfoRegistryMirrors [2021-11-11T17:38:22.126Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-11-11T17:38:22.126Z] === RUN TestLoginFailsWithBadCredentials [2021-11-11T17:38:22.126Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2021-11-11T17:38:22.126Z] === RUN TestPingCacheHeaders [2021-11-11T17:38:22.126Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-11T17:38:22.126Z] === RUN TestPingGet [2021-11-11T17:38:22.126Z] --- PASS: TestPingGet (0.01s) [2021-11-11T17:38:22.126Z] === RUN TestPingHead [2021-11-11T17:38:22.126Z] --- PASS: TestPingHead (0.02s) [2021-11-11T17:38:22.126Z] === RUN TestVersion [2021-11-11T17:38:22.126Z] --- PASS: TestVersion (0.02s) [2021-11-11T17:38:22.126Z] === CONT TestDiskUsage [2021-11-11T17:38:22.233Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/container_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/image_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/volume_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/build-cache_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-11-11T17:38:22.383Z] === RUN TestDiskUsage/after_LoadBusybox [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-11-11T17:38:22.641Z] === RUN TestDiskUsage/after_container.Run [2021-11-11T17:38:22.795Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-11-11T17:38:22.899Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage (1.09s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run (0.27s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-11-11T17:38:23.157Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-11-11T17:38:23.157Z] PASS [2021-11-11T17:38:23.157Z] [2021-11-11T17:38:23.157Z] === Skipped [2021-11-11T17:38:23.157Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:38:23.157Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-11T17:38:23.157Z] [2021-11-11T17:38:23.157Z] DONE 53 tests, 1 skipped in 21.806s [2021-11-11T17:38:23.157Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-11T17:38:23.157Z] ++ 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 [2021-11-11T17:38:23.157Z] ++ set -e [2021-11-11T17:38:23.157Z] ++ '[' -n 0 ']' [2021-11-11T17:38:23.157Z] ++ set -x [2021-11-11T17:38:23.157Z] ++ 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 [2021-11-11T17:38:23.157Z] INFO: Testing against a local daemon [2021-11-11T17:38:23.158Z] === RUN TestVolumesCreateAndList [2021-11-11T17:38:23.158Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-11T17:38:23.158Z] === RUN TestVolumesRemove [2021-11-11T17:38:23.158Z] --- PASS: TestVolumesRemove (0.06s) [2021-11-11T17:38:23.158Z] === RUN TestVolumesInspect [2021-11-11T17:38:23.158Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-11T17:38:23.158Z] === RUN TestVolumesInvalidJSON [2021-11-11T17:38:23.356Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-11T17:38:23.417Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-11T17:38:23.417Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-11T17:38:23.417Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-11T17:38:23.417Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-11-11T17:38:23.417Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-11T17:38:23.417Z] PASS [2021-11-11T17:38:23.417Z] [2021-11-11T17:38:23.417Z] DONE 5 tests in 0.204s [2021-11-11T17:38:23.417Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-11T17:38:23.417Z] ++++ cat bundles/test-integration/docker.pid [2021-11-11T17:38:23.417Z] +++ kill 13322 [2021-11-11T17:38:23.613Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-11T17:38:23.613Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-11T17:38:23.675Z] +++ /etc/init.d/apparmor stop [2021-11-11T17:38:23.675Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-11T17:38:23.675Z] [2021-11-11T17:38:23.675Z] Unloading profiles will leave already running processes permanently [2021-11-11T17:38:23.675Z] unconfined, which can lead to unexpected situations. [2021-11-11T17:38:23.675Z] [2021-11-11T17:38:23.675Z] To set a process to complain mode, use the command line tool [2021-11-11T17:38:23.675Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-11T17:38:23.675Z] +++ true [2021-11-11T17:38:23.675Z] exiting test-integration [2021-11-11T17:38:23.675Z] ++ exit 0 [2021-11-11T17:38:23.675Z] [2021-11-11T17:38:24.175Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod Post stage [Pipeline] junit [2021-11-11T17:38:24.622Z] Recording test results [2021-11-11T17:38:24.738Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-11T17:38:24.948Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-11-11T17:38:24.994Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [Pipeline] // stage Post stage [Pipeline] sh [2021-11-11T17:38:25.296Z] + echo Ensuring container killed. [2021-11-11T17:38:25.296Z] Ensuring container killed. [2021-11-11T17:38:25.296Z] + docker rm -vf docker-pr11 [2021-11-11T17:38:25.296Z] Error: No such container: docker-pr11 [Pipeline] sh [2021-11-11T17:38:25.555Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-11T17:38:25.603Z] + echo Chowning /workspace to jenkins user [2021-11-11T17:38:25.603Z] Chowning /workspace to jenkins user [2021-11-11T17:38:25.603Z] + id -u [2021-11-11T17:38:25.603Z] + id -g [2021-11-11T17:38:25.603Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42838:/workspace busybox chown -R 1000:1000 /workspace [2021-11-11T17:38:25.603Z] Unable to find image 'busybox:latest' locally [2021-11-11T17:38:25.603Z] latest: Pulling from library/busybox [2021-11-11T17:38:25.811Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-11T17:38:25.811Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-11T17:38:25.861Z] 8ba530ca112c: Pulling fs layer [2021-11-11T17:38:25.861Z] 8ba530ca112c: Verifying Checksum [2021-11-11T17:38:25.861Z] 8ba530ca112c: Download complete [2021-11-11T17:38:25.861Z] 8ba530ca112c: Pull complete [2021-11-11T17:38:25.861Z] Digest: sha256:139abcf41943b8bcd4bc5c42ee71ddc9402c7ad69ad9e177b0a9bc4541f14924 [2021-11-11T17:38:25.861Z] Status: Downloaded newer image for busybox:latest [2021-11-11T17:38:26.172Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-11T17:38:26.373Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-11T17:38:26.373Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-11T17:38:26.643Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-11T17:38:26.643Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-11T17:38:26.643Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-11T17:38:26.643Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-11T17:38:26.935Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-11T17:38:27.162Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-11T17:38:27.495Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-11-11T17:38:27.495Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-11T17:38:27.528Z] + bundleName=arm64-integration [2021-11-11T17:38:27.528Z] + echo Creating arm64-integration-bundles.tar.gz [2021-11-11T17:38:27.528Z] Creating arm64-integration-bundles.tar.gz [2021-11-11T17:38:27.528Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-11-11T17:38:27.528Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-11-11T17:38:27.634Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [Pipeline] archiveArtifacts [2021-11-11T17:38:27.799Z] Archiving artifacts [2021-11-11T17:38:28.070Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-11T17:38:28.241Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-11T17:38:28.632Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-11T17:38:28.632Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-11T17:38:29.193Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-11T17:38:29.755Z] docker_api_swarm_service_test.go:148: [de8170394379b] joining swarm manager [de9092e6bee90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:38:29.836Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42838/11/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-11T17:38:30.147Z] + make clean [2021-11-11T17:38:30.147Z] docker volume rm -f docker-dev-cache [2021-11-11T17:38:30.147Z] docker-dev-cache [Pipeline] deleteDir [2021-11-11T17:38:30.317Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-11T17:38:30.615Z] docker_api_swarm_service_test.go:148: [d3ee3c653aded] joining swarm manager [de9092e6bee90]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:38:31.542Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-11T17:38:32.023Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-11T17:38:32.023Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-11T17:38:32.023Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-11T17:38:32.023Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-11T17:38:32.490Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-11T17:38:32.490Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-11T17:38:32.490Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-11T17:38:32.490Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-11T17:38:32.490Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-11T17:38:32.490Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-11T17:38:32.490Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-11T17:38:32.908Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-11T17:38:33.164Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-11T17:38:33.728Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-11T17:38:34.289Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-11T17:38:34.850Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-11T17:38:35.411Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-11T17:38:36.269Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-11T17:38:36.269Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T17:38:36.269Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-11T17:38:36.269Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T17:38:36.269Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-11T17:38:36.269Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T17:38:36.269Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-11T17:38:36.318Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-11T17:38:36.338Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-11T17:38:36.736Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-11T17:38:37.896Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-11T17:38:38.225Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-11T17:38:38.225Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-11T17:38:38.788Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-11T17:38:40.078Z] INFO: Extraction ended at 11/11/2021 17:38:39. Duration:00:00:22.7989103 [2021-11-11T17:38:40.078Z] INFO: Updating the golang and path environment variables [2021-11-11T17:38:40.078Z] INFO: GOPATH=d:\gopath [2021-11-11T17:38:40.078Z] INFO: go version go1.17.3 windows/amd64 [2021-11-11T17:38:40.078Z] INFO: Running the daemon under test in debug mode [2021-11-11T17:38:40.078Z] INFO: Running the daemon under test in containerd mode [2021-11-11T17:38:40.078Z] INFO: Starting a daemon under test... [2021-11-11T17:38:40.078Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42838\11\daemon --pidfile d:\CI\PR-42838\11\docker.pid -D --containerd \\.\pipe\containerd-containerd [2021-11-11T17:38:40.078Z] INFO: Containerd started successfully. [2021-11-11T17:38:40.078Z] INFO: Process started successfully. [2021-11-11T17:38:40.078Z] INFO: Start tailing logs of the daemon under tests [2021-11-11T17:38:40.078Z] INFO: Waiting for the daemon under test to start... [2021-11-11T17:38:40.153Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-11T17:38:40.525Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-11-11T17:38:40.869Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-11T17:38:41.560Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-11T17:38:42.926Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-11T17:38:44.335Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-11T17:38:44.335Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-11-11T17:38:44.335Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-11T17:38:44.335Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-11-11T17:38:44.335Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-11T17:38:44.898Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-11T17:38:46.264Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-11T17:38:46.826Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-11T17:38:49.359Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-11T17:38:49.359Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-11T17:38:50.286Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-11T17:38:50.848Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-11-11T17:38:50.848Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-11-11T17:38:50.848Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-11T17:38:51.410Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-11-11T17:38:52.338Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-11T17:38:52.338Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-11T17:38:52.594Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-11T17:38:52.994Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-11T17:38:52.994Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-11T17:38:52.994Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-11T17:38:52.994Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-11T17:38:52.994Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-11T17:38:52.994Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-11T17:38:52.994Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-11T17:38:52.994Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-11T17:38:52.994Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-11T17:38:52.994Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-11T17:38:52.994Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-11T17:38:52.994Z] === RUN TestDockerSuite/TestBuildFails [2021-11-11T17:38:53.156Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-11T17:38:53.718Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-11-11T17:38:53.974Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-11T17:38:53.974Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-11T17:38:54.902Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-11T17:38:55.201Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-11T17:38:55.201Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-11T17:38:55.464Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-11T17:38:56.025Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-11T17:38:56.587Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-11T17:38:56.842Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-11T17:38:57.404Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-11T17:38:57.966Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-11T17:38:58.222Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-11T17:38:58.222Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-11T17:38:58.783Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-11T17:38:59.039Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-11T17:38:59.967Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-11T17:39:00.223Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-11T17:39:00.223Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-11T17:39:00.223Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-11T17:39:01.052Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-11T17:39:01.380Z] ...INFO: Daemon under test started and replied! [2021-11-11T17:39:01.380Z] INFO: Docker version of the daemon under test [2021-11-11T17:39:01.380Z] [2021-11-11T17:39:01.380Z] Client: [2021-11-11T17:39:01.380Z] Version: 17.06.2-ce [2021-11-11T17:39:01.380Z] API version: 1.30 [2021-11-11T17:39:01.380Z] Go version: go1.8.3 [2021-11-11T17:39:01.380Z] Git commit: cec0b72 [2021-11-11T17:39:01.380Z] Built: Tue Sep 5 19:57:19 2017 [2021-11-11T17:39:01.380Z] OS/Arch: windows/amd64 [2021-11-11T17:39:01.380Z] [2021-11-11T17:39:01.380Z] Server: [2021-11-11T17:39:01.380Z] Version: 0.0.0-dev [2021-11-11T17:39:01.380Z] API version: 1.42 (minimum version 1.24) [2021-11-11T17:39:01.380Z] Go version: go1.17.3 [2021-11-11T17:39:01.380Z] Git commit: 86f941dce6 [2021-11-11T17:39:01.380Z] Built: 11/11/2021 17:37:05 [2021-11-11T17:39:01.380Z] OS/Arch: windows/amd64 [2021-11-11T17:39:01.380Z] Experimental: false [2021-11-11T17:39:01.380Z] [2021-11-11T17:39:01.380Z] INFO: Docker info of the daemon under test [2021-11-11T17:39:01.380Z] [2021-11-11T17:39:01.380Z] Containers: 0 [2021-11-11T17:39:01.380Z] Running: 0 [2021-11-11T17:39:01.380Z] Paused: 0 [2021-11-11T17:39:01.380Z] Stopped: 0 [2021-11-11T17:39:01.380Z] Images: 0 [2021-11-11T17:39:01.380Z] Server Version: 0.0.0-dev [2021-11-11T17:39:01.380Z] Storage Driver: windowsfilter [2021-11-11T17:39:01.380Z] Windows: [2021-11-11T17:39:01.380Z] Logging Driver: json-file [2021-11-11T17:39:01.380Z] Plugins: [2021-11-11T17:39:01.380Z] Volume: local [2021-11-11T17:39:01.380Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T17:39:01.380Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T17:39:01.380Z] Swarm: inactive [2021-11-11T17:39:01.380Z] Default Isolation: process [2021-11-11T17:39:01.380Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-11T17:39:01.380Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-11T17:39:01.380Z] OSType: windows [2021-11-11T17:39:01.380Z] Architecture: x86_64 [2021-11-11T17:39:01.380Z] CPUs: 4 [2021-11-11T17:39:01.380Z] Total Memory: 32GiB [2021-11-11T17:39:01.380Z] Name: azwin-2-394040 [2021-11-11T17:39:01.380Z] ID: GFRW:EGSH:D5DK:56XD:R6CA:X5WN:B2SY:3M4L:MAQ4:LIUZ:5M5F:DLJA [2021-11-11T17:39:01.380Z] Docker Root Dir: D:\CI\PR-42838\11\daemon [2021-11-11T17:39:01.380Z] Debug Mode (client): false [2021-11-11T17:39:01.380Z] Debug Mode (server): true [2021-11-11T17:39:01.380Z] File Descriptors: -1 [2021-11-11T17:39:01.380Z] Goroutines: 31 [2021-11-11T17:39:01.380Z] System Time: 2021-11-11T17:38:59.0968913Z [2021-11-11T17:39:01.380Z] EventsListeners: 0 [2021-11-11T17:39:01.381Z] Registry: https://index.docker.io/v1/ [2021-11-11T17:39:01.381Z] Labels: [2021-11-11T17:39:01.381Z] Experimental: false [2021-11-11T17:39:01.381Z] Insecure Registries: [2021-11-11T17:39:01.381Z] 127.0.0.0/8 [2021-11-11T17:39:01.381Z] Live Restore Enabled: false [2021-11-11T17:39:01.381Z] [2021-11-11T17:39:01.381Z] [2021-11-11T17:39:01.381Z] INFO: Docker images of the daemon under test [2021-11-11T17:39:01.381Z] [2021-11-11T17:39:01.381Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-11T17:39:01.381Z] [2021-11-11T17:39:01.381Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-11-11T17:39:01.381Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-11-11T17:39:01.381Z] ltsc2022: Pulling from windows/servercore [2021-11-11T17:39:01.381Z] 8f616e6e9eec: Pulling fs layer [2021-11-11T17:39:01.381Z] a0eb404f1860: Pulling fs layer [2021-11-11T17:39:02.738Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-11T17:39:02.738Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-11T17:39:06.903Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-11-11T17:39:06.903Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-11T17:39:11.647Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-11T17:39:14.999Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-11-11T17:39:14.999Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-11T17:39:15.258Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-11-11T17:39:15.258Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-11-11T17:39:15.258Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-11T17:39:15.258Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-11T17:39:15.821Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-11T17:39:17.496Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-11T17:39:18.338Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-11-11T17:39:18.478Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-11T17:39:18.900Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-11T17:39:19.827Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-11T17:39:22.673Z] a0eb404f1860: Verifying Checksum [2021-11-11T17:39:22.673Z] a0eb404f1860: Download complete [2021-11-11T17:39:26.359Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-11T17:39:26.359Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-11T17:39:26.359Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-11T17:39:26.921Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-11T17:39:26.921Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-11T17:39:27.177Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-11T17:39:28.104Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-11T17:39:28.877Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-11T17:39:28.877Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-11T17:39:28.877Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-11T17:39:28.877Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-11T17:39:28.877Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-11T17:39:28.877Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-11T17:39:28.877Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-11T17:39:29.033Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-11T17:39:29.960Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-11-11T17:39:30.522Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-11T17:39:30.522Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-11T17:39:30.779Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-11T17:39:31.707Z] === RUN TestDockerSuite/TestRunMount [2021-11-11T17:39:33.317Z] 8f616e6e9eec: Verifying Checksum [2021-11-11T17:39:33.317Z] 8f616e6e9eec: Download complete [2021-11-11T17:39:34.975Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-11-11T17:39:37.508Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-11T17:39:37.509Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-11-11T17:39:37.518Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-11T17:39:37.518Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T17:39:37.518Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-11T17:39:37.764Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-11T17:39:38.326Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-11T17:39:39.253Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-11T17:39:40.619Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-11-11T17:39:41.181Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/api/server/httputils 0.013s coverage: 14.7% of statements [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/builder [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/builder/remotecontext 0.083s coverage: 13.7% of statements [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/builder/dockerfile 0.171s coverage: 49.0% of statements [2021-11-11T17:39:42.531Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-11T17:39:42.531Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-11-11T17:39:43.466Z] ok github.com/docker/docker/builder/remotecontext/git 1.393s coverage: 86.3% of statements [2021-11-11T17:39:43.466Z] ? github.com/docker/docker/cli [no test files] [2021-11-11T17:39:43.466Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-11T17:39:43.697Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-11-11T17:39:43.697Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-11T17:39:44.402Z] ok github.com/docker/docker/cmd/docker-proxy 0.109s coverage: 67.6% of statements [2021-11-11T17:39:45.586Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-11T17:39:46.302Z] ok github.com/docker/docker/client 0.090s coverage: 75.6% of statements [2021-11-11T17:39:46.951Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-11-11T17:39:47.207Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-11T17:39:47.919Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-11T17:39:47.919Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-11T17:39:48.571Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-11T17:39:49.492Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-11T17:39:49.492Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-11T17:39:49.492Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-11T17:39:49.500Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-11-11T17:39:49.757Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-11T17:39:49.757Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-11T17:39:49.958Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-11T17:39:49.958Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-11T17:39:50.319Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-11T17:39:50.882Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-11T17:39:51.812Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-11T17:39:52.375Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-11T17:39:53.741Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-11-11T17:39:53.997Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-11T17:39:54.701Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-11T17:39:55.167Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-11T17:39:55.633Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-11T17:39:55.889Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-11T17:39:56.616Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-11T17:39:57.082Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-11T17:39:57.777Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-11-11T17:39:58.065Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-11T17:39:59.188Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-11T17:39:59.444Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-11T17:39:59.623Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-11T17:39:59.700Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-11-11T17:40:00.264Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-11T17:40:00.520Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-11T17:40:01.083Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-11T17:40:01.338Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-11T17:40:01.338Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-11T17:40:01.900Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-11T17:40:05.474Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-11T17:40:05.474Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T17:40:05.474Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-11T17:40:05.474Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-11T17:40:05.474Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-11T17:40:05.474Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-11T17:40:05.474Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-11T17:40:05.474Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-11T17:40:05.474Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-11T17:40:05.474Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-11T17:40:05.947Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-11T17:40:07.178Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-11T17:40:07.178Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-11T17:40:07.178Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-11T17:40:07.178Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-11T17:40:08.430Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-11-11T17:40:08.430Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-11-11T17:40:08.430Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-11T17:40:08.430Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-11-11T17:40:08.430Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-11T17:40:09.356Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-11T17:40:09.918Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-11-11T17:40:10.174Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-11-11T17:40:10.174Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-11T17:40:10.692Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-11T17:40:10.778Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-11T17:40:11.034Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-11T17:40:11.595Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-11T17:40:11.855Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-11T17:40:11.855Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-11-11T17:40:11.855Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-11T17:40:12.416Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-11T17:40:12.672Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-11T17:40:12.672Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-11-11T17:40:12.672Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-11T17:40:13.234Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-11-11T17:40:14.163Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-11T17:40:14.163Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-11-11T17:40:14.163Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-11T17:40:16.051Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-11T17:40:16.985Z] === RUN TestDockerSuite/TestRunRm [2021-11-11T17:40:17.550Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-11T17:40:20.812Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-11T17:40:21.740Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-11T17:40:21.740Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-11-11T17:40:21.996Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-11-11T17:40:23.886Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-11-11T17:40:24.449Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-11-11T17:40:25.013Z] ok github.com/docker/docker/cmd/dockerd 0.045s coverage: 29.0% of statements [2021-11-11T17:40:25.013Z] ok github.com/docker/docker/container 0.114s coverage: 34.8% of statements [2021-11-11T17:40:25.598Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-11T17:40:25.598Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-11T17:40:25.598Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-11T17:40:25.946Z] ok github.com/docker/docker/cmd/dockerd/trap 2.503s coverage: 0.0% of statements [2021-11-11T17:40:25.946Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-11T17:40:25.946Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-11T17:40:25.946Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-11T17:40:25.946Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-11T17:40:25.946Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-11T17:40:26.966Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-11-11T17:40:27.120Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-11T17:40:30.242Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-11-11T17:40:30.242Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-11-11T17:40:30.498Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-11-11T17:40:31.059Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-11-11T17:40:31.624Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-11-11T17:40:32.187Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-11-11T17:40:32.750Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-11-11T17:40:33.675Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-11-11T17:40:33.675Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-11-11T17:40:33.931Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-11T17:40:34.058Z] ok github.com/docker/docker/daemon/cluster 0.051s coverage: 0.5% of statements [2021-11-11T17:40:34.318Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.012s coverage: 65.3% of statements [2021-11-11T17:40:34.493Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-11T17:40:35.056Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-11T17:40:35.692Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2021-11-11T17:40:38.324Z] === RUN TestDockerSuite/TestRunState [2021-11-11T17:40:38.584Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-11T17:40:39.164Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-11T17:40:39.726Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-11T17:40:39.726Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-11-11T17:40:39.726Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-11-11T17:40:39.726Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-11T17:40:40.286Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-11T17:40:40.542Z] === RUN TestDockerSuite/TestRunSysctls [2021-11-11T17:40:41.469Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-11T17:40:41.469Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-11T17:40:41.469Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-11T17:40:42.033Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-11-11T17:40:43.397Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-11-11T17:40:43.801Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.8% of statements [2021-11-11T17:40:43.801Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 80.9% of statements [2021-11-11T17:40:43.801Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-11-11T17:40:43.959Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-11-11T17:40:44.059Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2021-11-11T17:40:44.624Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-11-11T17:40:44.888Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-11-11T17:40:45.655Z] 8f616e6e9eec: Pull complete [2021-11-11T17:40:46.001Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.467s coverage: 74.6% of statements [2021-11-11T17:40:46.777Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-11-11T17:40:47.339Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-11T17:40:47.376Z] ok github.com/docker/docker/daemon 12.125s coverage: 17.5% of statements [2021-11-11T17:40:47.376Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-11T17:40:47.376Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-11T17:40:47.376Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-11T17:40:47.376Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-11T17:40:47.376Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2021-11-11T17:40:48.310Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.402s coverage: 56.2% of statements [2021-11-11T17:40:49.229Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-11-11T17:40:50.213Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2021-11-11T17:40:50.592Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-11T17:40:50.848Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-11T17:40:51.601Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.619s coverage: 45.9% of statements [2021-11-11T17:40:51.601Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-11T17:40:51.775Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-11T17:40:52.031Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-11-11T17:40:52.167Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.623s coverage: 50.5% of statements [2021-11-11T17:40:52.287Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-11T17:40:53.654Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-11T17:40:55.021Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-11-11T17:40:55.021Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-11T17:40:55.278Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-11T17:40:55.475Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.022s coverage: 58.8% of statements [2021-11-11T17:40:55.533Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-11T17:40:55.790Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-11T17:40:56.045Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-11T17:40:56.421Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.771s coverage: 58.0% of statements [2021-11-11T17:40:56.421Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-11-11T17:40:56.421Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-11T17:40:56.977Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-11T17:40:57.168Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-11T17:40:57.546Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-11-11T17:40:57.546Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-11-11T17:40:57.546Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-11T17:40:57.797Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.037s coverage: 3.0% of statements [2021-11-11T17:40:57.801Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-11T17:40:57.801Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-11-11T17:40:58.363Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-11T17:40:58.366Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2021-11-11T17:41:00.880Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-11-11T17:41:01.442Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-11T17:41:01.651Z] ok github.com/docker/docker/daemon/images 0.050s coverage: 6.7% of statements [2021-11-11T17:41:01.651Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-11T17:41:01.651Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-11T17:41:01.909Z] ok github.com/docker/docker/daemon/logger 0.243s coverage: 43.5% of statements [2021-11-11T17:41:02.003Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-11T17:41:02.932Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-11T17:41:03.811Z] ok github.com/docker/docker/daemon/logger/gelf 0.025s coverage: 67.0% of statements [2021-11-11T17:41:03.859Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-11-11T17:41:04.378Z] ok github.com/docker/docker/daemon/logger/awslogs 0.361s coverage: 77.6% of statements [2021-11-11T17:41:04.378Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-11T17:41:04.378Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-11T17:41:04.789Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-11T17:41:05.313Z] ok github.com/docker/docker/daemon/logger/journald 0.008s coverage: 23.9% of statements [2021-11-11T17:41:05.718Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-11T17:41:06.249Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.016s coverage: 69.9% of statements [2021-11-11T17:41:06.249Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2021-11-11T17:41:06.646Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-11-11T17:41:07.572Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-11T17:41:08.150Z] ok github.com/docker/docker/daemon/logger/local 0.028s coverage: 75.2% of statements [2021-11-11T17:41:08.150Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-11T17:41:08.720Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.071s coverage: 59.3% of statements [2021-11-11T17:41:09.461Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-11T17:41:09.493Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-11T17:41:09.654Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.016s coverage: 31.5% of statements [2021-11-11T17:41:09.717Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-11-11T17:41:09.973Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-11T17:41:09.973Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-11-11T17:41:09.973Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-11T17:41:09.973Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-11-11T17:41:09.973Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-11T17:41:09.973Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-11-11T17:41:09.973Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-11T17:41:10.229Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-11-11T17:41:10.229Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-11-11T17:41:10.229Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-11-11T17:41:10.791Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-11-11T17:41:11.354Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-11-11T17:41:11.555Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2021-11-11T17:41:12.121Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-11-11T17:41:12.769Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-11-11T17:41:13.056Z] ok github.com/docker/docker/daemon/network 0.018s coverage: 63.8% of statements [2021-11-11T17:41:13.056Z] ok github.com/docker/docker/daemon/logger/splunk 2.079s coverage: 82.5% of statements [2021-11-11T17:41:13.056Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-11T17:41:13.056Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-11T17:41:13.331Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-11-11T17:41:13.588Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-11T17:41:13.588Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-11-11T17:41:14.150Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-11T17:41:14.151Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-11-11T17:41:14.151Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-11-11T17:41:14.151Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-11-11T17:41:14.151Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-11T17:41:14.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-11-11T17:41:14.151Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-11-11T17:41:14.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-11-11T17:41:14.151Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-11-11T17:41:14.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-11-11T17:41:14.151Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-11-11T17:41:14.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-11-11T17:41:14.151Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-11-11T17:41:14.151Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-11-11T17:41:14.151Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-11-11T17:41:14.151Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-11-11T17:41:14.712Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-11-11T17:41:15.315Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-11-11T17:41:15.315Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-11-11T17:41:15.605Z] ok github.com/docker/docker/distribution/metadata 0.076s coverage: 48.2% of statements [2021-11-11T17:41:15.906Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-11-11T17:41:15.906Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-11T17:41:16.164Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-11T17:41:16.726Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-11T17:41:16.726Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-11-11T17:41:17.288Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-11-11T17:41:17.504Z] ok github.com/docker/docker/distribution 0.168s coverage: 25.8% of statements [2021-11-11T17:41:17.504Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-11T17:41:17.851Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-11-11T17:41:17.851Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-11T17:41:17.851Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-11T17:41:18.451Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-11T17:41:18.451Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-11-11T17:41:19.379Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-11-11T17:41:19.387Z] ok github.com/docker/docker/image 0.026s coverage: 86.6% of statements [2021-11-11T17:41:19.646Z] ok github.com/docker/docker/distribution/xfer 2.025s coverage: 85.1% of statements [2021-11-11T17:41:19.646Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-11T17:41:19.901Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-11T17:41:19.939Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-11-11T17:41:19.939Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-11-11T17:41:19.939Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-11T17:41:20.196Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-11T17:41:20.196Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-11T17:41:20.213Z] ok github.com/docker/docker/image/cache 0.031s coverage: 19.2% of statements [2021-11-11T17:41:21.126Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-11-11T17:41:21.149Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.7% of statements [2021-11-11T17:41:21.382Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-11T17:41:21.408Z] ok github.com/docker/docker/image/v1 0.022s coverage: 25.0% of statements [2021-11-11T17:41:21.408Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-11T17:41:21.638Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-11T17:41:21.975Z] ok github.com/docker/docker/libcontainerd/queue 0.034s coverage: 100.0% of statements [2021-11-11T17:41:23.878Z] ok github.com/docker/docker/oci 0.037s coverage: 43.3% of statements [2021-11-11T17:41:24.154Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-11T17:41:24.154Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-11T17:41:24.154Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-11T17:41:24.154Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-11T17:41:24.556Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-11T17:41:24.715Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-11-11T17:41:25.253Z] ok github.com/docker/docker/opts 0.037s coverage: 67.1% of statements [2021-11-11T17:41:25.253Z] ok github.com/docker/docker/pkg/aaparser 0.003s coverage: 52.9% of statements [2021-11-11T17:41:25.641Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-11-11T17:41:26.202Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-11T17:41:26.202Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-11T17:41:27.568Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-11T17:41:27.568Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-11T17:41:27.824Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-11T17:41:28.540Z] ok github.com/docker/docker/pkg/archive 0.544s coverage: 82.1% of statements [2021-11-11T17:41:28.751Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents533668589 [2021-11-11T17:41:29.008Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-11T17:41:29.008Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-11T17:41:29.106Z] ok github.com/docker/docker/pkg/authorization 0.150s coverage: 68.3% of statements [2021-11-11T17:41:29.365Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2021-11-11T17:41:29.622Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-11-11T17:41:29.934Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-11T17:41:30.190Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-11T17:41:30.190Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-11T17:41:31.555Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-11T17:41:32.154Z] ok github.com/docker/docker/layer 7.480s coverage: 68.8% of statements [2021-11-11T17:41:32.154Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-11T17:41:32.154Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-11T17:41:32.154Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-11T17:41:32.154Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-11T17:41:32.154Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-11T17:41:32.413Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2021-11-11T17:41:32.484Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-11T17:41:32.980Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2021-11-11T17:41:33.045Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-11T17:41:33.045Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-11T17:41:33.045Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-11T17:41:33.045Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-11T17:41:33.240Z] ok github.com/docker/docker/pkg/chrootarchive 2.817s coverage: 43.5% of statements [2021-11-11T17:41:33.240Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-11T17:41:33.240Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-11T17:41:33.483Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-11T17:41:33.483Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-11T17:41:33.483Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-11T17:41:33.498Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 97.6% of statements [2021-11-11T17:41:33.606Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-11T17:41:34.434Z] ok github.com/docker/docker/pkg/discovery/memory 0.014s coverage: 92.3% of statements [2021-11-11T17:41:34.533Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-11-11T17:41:35.000Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2021-11-11T17:41:35.567Z] ok github.com/docker/docker/pkg/dmesg 0.015s coverage: 83.3% of statements [2021-11-11T17:41:35.913Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-11T17:41:36.948Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2021-11-11T17:41:37.278Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-11-11T17:41:37.518Z] ok github.com/docker/docker/pkg/discovery/kv 3.036s coverage: 84.1% of statements [2021-11-11T17:41:37.518Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 83.4% of statements [2021-11-11T17:41:38.085Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-11-11T17:41:38.085Z] ok github.com/docker/docker/pkg/fsutils 0.158s coverage: 85.1% of statements [2021-11-11T17:41:39.019Z] ok github.com/docker/docker/pkg/ioutils 0.419s coverage: 70.6% of statements [2021-11-11T17:41:39.019Z] ok github.com/docker/docker/pkg/idtools 0.551s coverage: 69.5% of statements [2021-11-11T17:41:39.299Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-11T17:41:39.299Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-11T17:41:39.299Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-11T17:41:39.585Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2021-11-11T17:41:39.585Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2021-11-11T17:41:39.585Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-11T17:41:39.585Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-11-11T17:41:39.585Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-11T17:41:39.585Z] ok github.com/docker/docker/pkg/namesgenerator 0.014s coverage: 85.7% of statements [2021-11-11T17:41:39.585Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-11T17:41:39.844Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-11-11T17:41:39.844Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-11-11T17:41:40.103Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 86.7% of statements [2021-11-11T17:41:40.361Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 82.4% of statements [2021-11-11T17:41:40.361Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-11T17:41:40.361Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-11T17:41:40.544Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-11-11T17:41:40.802Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-11T17:41:40.928Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2021-11-11T17:41:41.186Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-11-11T17:41:41.443Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-11-11T17:41:41.701Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-11-11T17:41:42.693Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-11T17:41:43.074Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2021-11-11T17:41:43.074Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-11-11T17:41:43.332Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2021-11-11T17:41:43.332Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-11-11T17:41:43.591Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-11-11T17:41:43.621Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-11-11T17:41:43.621Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-11T17:41:43.849Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2021-11-11T17:41:44.108Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 51.2% of statements [2021-11-11T17:41:44.548Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-11T17:41:44.675Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2021-11-11T17:41:44.933Z] ok github.com/docker/docker/pkg/tailfile 0.075s coverage: 88.6% of statements [2021-11-11T17:41:45.191Z] ok github.com/docker/docker/pkg/tarsum 0.037s coverage: 89.3% of statements [2021-11-11T17:41:45.449Z] coverage: [no statements] [2021-11-11T17:41:45.449Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-11-11T17:41:45.708Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-11-11T17:41:45.708Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-11-11T17:41:45.966Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-11-11T17:41:46.329Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-11T17:41:46.785Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-11T17:41:46.785Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-11T17:41:46.785Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-11T17:41:46.785Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-11T17:41:46.785Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-11T17:41:47.104Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-11T17:41:47.342Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2021-11-11T17:41:47.908Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-11-11T17:41:48.031Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-11-11T17:41:48.166Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2021-11-11T17:41:48.959Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-11T17:41:49.101Z] ok github.com/docker/docker/quota 0.252s coverage: 71.4% of statements [2021-11-11T17:41:49.214Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-11T17:41:49.358Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-11-11T17:41:49.665Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-11T17:41:50.292Z] ok github.com/docker/docker/registry 0.039s coverage: 58.3% of statements [2021-11-11T17:41:50.859Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-11-11T17:41:50.859Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-11-11T17:41:51.104Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-11T17:41:51.104Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-11-11T17:41:51.425Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2021-11-11T17:41:51.425Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-11-11T17:41:52.996Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-11T17:41:53.376Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-11T17:41:53.924Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-11T17:41:53.954Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2021-11-11T17:41:54.540Z] ok github.com/docker/docker/volume/local 0.108s coverage: 76.4% of statements [2021-11-11T17:41:54.760Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-11T17:41:55.107Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2021-11-11T17:41:55.537Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-11T17:41:55.994Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-11T17:41:55.994Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-11T17:41:56.042Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2021-11-11T17:41:56.474Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-11T17:41:58.877Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-11T17:41:59.332Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-11T17:42:00.665Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-11T17:42:00.854Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-11T17:42:01.939Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-11T17:42:03.928Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-11T17:42:03.928Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-11-11T17:42:09.171Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-11T17:42:09.380Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-11T17:42:10.339Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-11T17:42:10.626Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-11T17:42:11.058Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-11-11T17:42:11.744Z] a0eb404f1860: Pull complete [2021-11-11T17:42:11.744Z] Digest: sha256:35b987eaca23cce6456c07adea57a155352dce50adf0539fd57e68f3af3e8e29 [2021-11-11T17:42:11.744Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:42:11.744Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-11-11T17:42:11.744Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-11-11T17:42:11.744Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.350' [2021-11-11T17:42:11.744Z] WARN: Skipping validation tests [2021-11-11T17:42:11.744Z] INFO: Running unit tests at 11/11/2021 17:42:02... [2021-11-11T17:42:11.744Z] INFO: make.ps1 starting at 11/11/2021 17:42:05 [2021-11-11T17:42:11.745Z] INFO: Git commit (86f941dce6) assumed from DOCKER_GITCOMMIT environment variable [2021-11-11T17:42:11.745Z] INFO: Invoking autogen... [2021-11-11T17:42:11.745Z] INFO: Running unit tests... [2021-11-11T17:42:11.745Z] 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/discovery 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/hostdiscovery 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/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-11T17:42:12.421Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-11T17:42:12.678Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-11T17:42:13.239Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-11T17:42:13.801Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-11T17:42:13.801Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-11-11T17:42:13.801Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-11T17:42:14.363Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-11T17:42:16.878Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-11-11T17:42:16.878Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-11T17:42:17.951Z] ok github.com/docker/docker/pkg/plugins 33.638s coverage: 76.3% of statements [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/rootless [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-11T17:42:17.951Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-11T17:42:17.952Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-11T17:42:17.952Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-11T17:42:17.952Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-11T17:42:17.952Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-11T17:42:17.952Z] ? github.com/docker/docker/volume [no test files] [2021-11-11T17:42:17.952Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-11T17:42:17.952Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === Skipped [2021-11-11T17:42:17.952Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-11T17:42:17.952Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-11T17:42:17.952Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-11T17:42:17.952Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-11T17:42:17.952Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:71: No driver to put! [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-11-11T17:42:17.952Z] time="2021-11-11T17:40:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-11-11T17:42:17.952Z] time="2021-11-11T17:40:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-11-11T17:42:17.952Z] time="2021-11-11T17:40:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-11-11T17:42:17.952Z] time="2021-11-11T17:40:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-11-11T17:42:17.952Z] time="2021-11-11T17:40:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:71: No driver to put! [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-11-11T17:42:17.952Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-11-11T17:42:17.952Z] overlay_test.go:50: Fails to compute changes intermittently [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-11-11T17:42:17.952Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-11T17:42:17.952Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-11-11T17:42:17.952Z] graphtest_unix.go:71: No driver to put! [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-11-11T17:42:17.952Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-11-11T17:42:17.952Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-11-11T17:42:17.952Z] [2021-11-11T17:42:17.952Z] DONE 2324 tests, 28 skipped in 249.670s [2021-11-11T17:42:17.952Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/bitseq [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/cluster [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/config [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/datastore [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/driverapi [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/etchosts [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/idm [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/ipam [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/iptables [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/netlabel [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/netutils [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/networkdb [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/ns [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/options [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/osl [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/portallocator [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/portmapper [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/testutils [2021-11-11T17:42:17.952Z] github.com/docker/docker/libnetwork/types' ']' [2021-11-11T17:42:17.952Z] + 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/hostdiscovery 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 [2021-11-11T17:42:18.767Z] docker_cli_service_logs_test.go:246: checking task o6saqebggsoc [2021-11-11T17:42:18.767Z] docker_cli_service_logs_test.go:251: checking messages for o6saqebggsoc [2021-11-11T17:42:18.767Z] docker_cli_service_logs_test.go:246: checking task tiupk24lrxaz [2021-11-11T17:42:18.767Z] docker_cli_service_logs_test.go:251: checking messages for tiupk24lrxaz [2021-11-11T17:42:18.885Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-11T17:42:20.129Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-11-11T17:42:20.319Z] ? github.com/docker/docker/api [no test files] [2021-11-11T17:42:20.385Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-11-11T17:42:20.959Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-11-11T17:42:20.959Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-11-11T17:42:20.959Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-11-11T17:42:20.959Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-11-11T17:42:20.959Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-11-11T17:42:21.828Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-11T17:42:21.893Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-11-11T17:42:22.454Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-11-11T17:42:23.017Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-11-11T17:42:23.944Z] === RUN TestDockerSuite/TestUpdateStats [2021-11-11T17:42:27.205Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-11-11T17:42:28.135Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-11-11T17:42:28.135Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-11-11T17:42:28.135Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-11-11T17:42:28.697Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-11-11T17:42:28.964Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-11T17:42:29.624Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-11-11T17:42:29.624Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-11T17:42:32.137Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-11-11T17:42:32.393Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-11-11T17:42:32.744Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-11T17:42:34.908Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-11-11T17:42:35.367Z] === RUN TestMiddlewares [2021-11-11T17:42:35.367Z] --- PASS: TestMiddlewares (0.00s) [2021-11-11T17:42:35.367Z] PASS [2021-11-11T17:42:35.367Z] coverage: 9.0% of statements [2021-11-11T17:42:35.367Z] ok github.com/docker/docker/api/server 0.044s coverage: 9.0% of statements [2021-11-11T17:42:35.685Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-11T17:42:36.668Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-11T17:42:36.668Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-11T17:42:36.838Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-11-11T17:42:37.134Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-11T17:42:37.134Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-11T17:42:37.134Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-11T17:42:38.204Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-11T17:42:38.694Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-11T17:42:38.694Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-11T17:42:38.694Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-11T17:42:41.471Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-11T17:42:43.987Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-11-11T17:42:44.914Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-11-11T17:42:46.519Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-11T17:42:46.803Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-11-11T17:42:47.730Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-11-11T17:42:48.658Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-11-11T17:42:49.586Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-11-11T17:42:50.514Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-11-11T17:42:52.404Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-11-11T17:42:52.404Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-11-11T17:42:53.770Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-11-11T17:42:54.697Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-11-11T17:42:55.258Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-11-11T17:42:56.763Z] ok github.com/docker/docker/libnetwork 37.214s coverage: 40.7% of statements [2021-11-11T17:42:56.763Z] ok github.com/docker/docker/libnetwork/bitseq 0.121s coverage: 84.4% of statements [2021-11-11T17:42:56.763Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-11T17:42:57.149Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-11-11T17:42:57.149Z] docker_cli_swarm_test.go:1901: [d76de061376a6] joining swarm manager [db45549667867]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:42:58.075Z] docker_cli_swarm_test.go:1902: [d40a18ab7acb1] joining swarm manager [db45549667867]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:42:58.137Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-11T17:42:58.395Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-11T17:42:58.395Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-11T17:42:58.395Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-11T17:42:58.395Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-11T17:42:58.395Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-11-11T17:42:58.395Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-11T17:42:58.962Z] ok github.com/docker/docker/libnetwork/config 0.027s coverage: 24.0% of statements [2021-11-11T17:42:59.220Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-11-11T17:42:59.220Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-11T17:42:59.220Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-11T17:42:59.478Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-11-11T17:43:02.005Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.404s coverage: 59.9% of statements [2021-11-11T17:43:02.005Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-11T17:43:02.263Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-11-11T17:43:02.830Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.200s coverage: 4.0% of statements [2021-11-11T17:43:02.830Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-11T17:43:03.396Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2021-11-11T17:43:03.396Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-11T17:43:03.654Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-11-11T17:43:04.372Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-11-11T17:43:12.917Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-11T17:43:12.917Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-11T17:43:12.917Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-11T17:43:12.917Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-11T17:43:12.917Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-11T17:43:12.917Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-11T17:43:12.917Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-11-11T17:43:13.173Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-11T17:43:13.173Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-11T17:43:13.616Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.680s coverage: 7.2% of statements [2021-11-11T17:43:13.616Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-11T17:43:13.616Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-11-11T17:43:13.616Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-11-11T17:43:13.616Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-11T17:43:13.616Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-11-11T17:43:13.616Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-11T17:43:13.616Z] ok github.com/docker/docker/libnetwork/drvregistry 0.018s coverage: 82.4% of statements [2021-11-11T17:43:13.735Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-11T17:43:13.735Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-11T17:43:13.876Z] ok github.com/docker/docker/libnetwork/etchosts 0.011s coverage: 81.2% of statements [2021-11-11T17:43:13.991Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-11T17:43:13.991Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-11T17:43:13.991Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-11T17:43:14.134Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.003s coverage: 48.1% of statements [2021-11-11T17:43:14.247Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-11-11T17:43:14.393Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-11-11T17:43:14.520Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-11T17:43:14.651Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-11-11T17:43:15.612Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-11T17:43:15.613Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-11T17:43:15.613Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-11T17:43:15.869Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-11T17:43:15.869Z] === RUN TestDockerSuite/TestVolumeEvents [2021-11-11T17:43:16.895Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-11-11T17:43:22.401Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-11T17:43:22.401Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-11-11T17:43:23.332Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-11T17:43:23.332Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-11T17:43:23.332Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-11T17:43:24.641Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2021-11-11T17:43:24.699Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-11-11T17:43:25.629Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-11T17:43:26.233Z] === RUN TestBoolValue [2021-11-11T17:43:26.233Z] --- PASS: TestBoolValue (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestBoolValueOrDefault [2021-11-11T17:43:26.233Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestInt64ValueOrZero [2021-11-11T17:43:26.233Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestInt64ValueOrDefault [2021-11-11T17:43:26.233Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestInt64ValueOrDefaultWithError [2021-11-11T17:43:26.233Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestJsonContentType [2021-11-11T17:43:26.233Z] --- PASS: TestJsonContentType (0.00s) [2021-11-11T17:43:26.233Z] PASS [2021-11-11T17:43:26.233Z] coverage: 14.7% of statements [2021-11-11T17:43:26.233Z] ok github.com/docker/docker/api/server/httputils 0.077s coverage: 14.7% of statements [2021-11-11T17:43:26.233Z] === RUN TestMaskSecretKeys [2021-11-11T17:43:26.233Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-11-11T17:43:26.233Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-11-11T17:43:26.233Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-11-11T17:43:26.233Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-11-11T17:43:26.233Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-11-11T17:43:26.233Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-11-11T17:43:26.233Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestVersionMiddlewareVersion [2021-11-11T17:43:26.233Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-11-11T17:43:26.233Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-11-11T17:43:26.233Z] PASS [2021-11-11T17:43:26.233Z] coverage: 37.7% of statements [2021-11-11T17:43:26.233Z] ok github.com/docker/docker/api/server/middleware 0.053s coverage: 37.7% of statements [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-11T17:43:26.233Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-11T17:43:26.233Z] === RUN TestToJSON [2021-11-11T17:43:26.233Z] --- PASS: TestToJSON (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestToParamWithVersion [2021-11-11T17:43:26.233Z] --- PASS: TestToParamWithVersion (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestFromJSON [2021-11-11T17:43:26.233Z] --- PASS: TestFromJSON (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestEmpty [2021-11-11T17:43:26.233Z] --- PASS: TestEmpty (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestArgsMatchKVListEmptySources [2021-11-11T17:43:26.233Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestArgsMatchKVList [2021-11-11T17:43:26.233Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestArgsMatch [2021-11-11T17:43:26.233Z] --- PASS: TestArgsMatch (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestAdd [2021-11-11T17:43:26.233Z] --- PASS: TestAdd (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestDel [2021-11-11T17:43:26.233Z] --- PASS: TestDel (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestLen [2021-11-11T17:43:26.233Z] --- PASS: TestLen (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestExactMatch [2021-11-11T17:43:26.233Z] --- PASS: TestExactMatch (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestOnlyOneExactMatch [2021-11-11T17:43:26.233Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestContains [2021-11-11T17:43:26.233Z] --- PASS: TestContains (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestValidate [2021-11-11T17:43:26.233Z] --- PASS: TestValidate (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestWalkValues [2021-11-11T17:43:26.233Z] --- PASS: TestWalkValues (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestFuzzyMatch [2021-11-11T17:43:26.233Z] --- PASS: TestFuzzyMatch (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestClone [2021-11-11T17:43:26.233Z] --- PASS: TestClone (0.00s) [2021-11-11T17:43:26.233Z] PASS [2021-11-11T17:43:26.233Z] coverage: 92.2% of statements [2021-11-11T17:43:26.233Z] ok github.com/docker/docker/api/types/filters 0.076s coverage: 92.2% of statements [2021-11-11T17:43:26.233Z] === RUN TestStrSliceMarshalJSON [2021-11-11T17:43:26.233Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestStrSliceUnmarshalJSON [2021-11-11T17:43:26.233Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-11-11T17:43:26.233Z] === RUN TestStrSliceUnmarshalString [2021-11-11T17:43:26.234Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestStrSliceUnmarshalSlice [2021-11-11T17:43:26.234Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-11-11T17:43:26.234Z] PASS [2021-11-11T17:43:26.234Z] coverage: 90.0% of statements [2021-11-11T17:43:26.234Z] ok github.com/docker/docker/api/types/strslice 0.034s coverage: 90.0% of statements [2021-11-11T17:43:26.234Z] === RUN TestAdjustForAPIVersion [2021-11-11T17:43:26.234Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-11-11T17:43:26.234Z] PASS [2021-11-11T17:43:26.234Z] coverage: 5.7% of statements [2021-11-11T17:43:26.234Z] ok github.com/docker/docker/api/server/router/swarm 0.040s coverage: 5.7% of statements [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-11T17:43:26.234Z] === RUN TestDurationToSecondsString [2021-11-11T17:43:26.234Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestGetTimestamp [2021-11-11T17:43:26.234Z] --- PASS: TestGetTimestamp (0.13s) [2021-11-11T17:43:26.234Z] === RUN TestParseTimestamps [2021-11-11T17:43:26.234Z] --- PASS: TestParseTimestamps (0.00s) [2021-11-11T17:43:26.234Z] PASS [2021-11-11T17:43:26.234Z] coverage: 100.0% of statements [2021-11-11T17:43:26.234Z] ok github.com/docker/docker/api/types/time 0.177s coverage: 100.0% of statements [2021-11-11T17:43:26.234Z] === RUN TestCompareVersion [2021-11-11T17:43:26.234Z] --- PASS: TestCompareVersion (0.00s) [2021-11-11T17:43:26.234Z] PASS [2021-11-11T17:43:26.234Z] coverage: 77.3% of statements [2021-11-11T17:43:26.234Z] ok github.com/docker/docker/api/types/versions 0.034s coverage: 77.3% of statements [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/builder [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-11T17:43:26.234Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-11-11T17:43:26.234Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-11-11T17:43:26.234Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestCloneArgsSmartHttp [2021-11-11T17:43:26.234Z] --- PASS: TestCloneArgsSmartHttp (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestCloneArgsDumbHttp [2021-11-11T17:43:26.234Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestCloneArgsGit [2021-11-11T17:43:26.234Z] --- PASS: TestCloneArgsGit (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestCheckoutGit [2021-11-11T17:43:26.234Z] === RUN TestEnable [2021-11-11T17:43:26.234Z] --- PASS: TestEnable (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestDisable [2021-11-11T17:43:26.234Z] --- PASS: TestDisable (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestEnabled [2021-11-11T17:43:26.234Z] --- PASS: TestEnabled (0.00s) [2021-11-11T17:43:26.234Z] PASS [2021-11-11T17:43:26.234Z] coverage: 100.0% of statements [2021-11-11T17:43:26.234Z] ok github.com/docker/docker/cli/debug 0.034s coverage: 100.0% of statements [2021-11-11T17:43:26.234Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-11-11T17:43:26.234Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestProcessNoDockerignore [2021-11-11T17:43:26.234Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestProcessShouldLeaveAllFiles [2021-11-11T17:43:26.234Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestDetectContentType [2021-11-11T17:43:26.234Z] --- PASS: TestDetectContentType (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestSelectAcceptableMIME [2021-11-11T17:43:26.234Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestInspectEmptyResponse [2021-11-11T17:43:26.234Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestInspectResponseBinary [2021-11-11T17:43:26.234Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestResponseUnsupportedContentType [2021-11-11T17:43:26.234Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestInspectResponseTextSimple [2021-11-11T17:43:26.234Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestInspectResponseEmptyContentType [2021-11-11T17:43:26.234Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestUnknownContentLength [2021-11-11T17:43:26.234Z] --- PASS: TestUnknownContentLength (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestDownloadRemote [2021-11-11T17:43:26.234Z] --- PASS: TestDownloadRemote (0.07s) [2021-11-11T17:43:26.234Z] === RUN TestGetWithStatusError [2021-11-11T17:43:26.234Z] --- PASS: TestGetWithStatusError (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestCloseRootDirectory [2021-11-11T17:43:26.234Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:43:26.234Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestHashFile [2021-11-11T17:43:26.234Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:43:26.234Z] --- SKIP: TestHashFile (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestHashSubdir [2021-11-11T17:43:26.234Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:43:26.234Z] --- SKIP: TestHashSubdir (0.00s) [2021-11-11T17:43:26.234Z] === RUN TestRemoveDirectory [2021-11-11T17:43:26.234Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:43:26.234Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-11-11T17:43:26.234Z] PASS [2021-11-11T17:43:26.234Z] coverage: 9.3% of statements [2021-11-11T17:43:26.234Z] ok github.com/docker/docker/builder/remotecontext 0.191s coverage: 9.3% of statements [2021-11-11T17:43:27.219Z] === RUN TestGetAllAllowed [2021-11-11T17:43:27.219Z] --- PASS: TestGetAllAllowed (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestGetAllMeta [2021-11-11T17:43:27.219Z] --- PASS: TestGetAllMeta (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestWarnOnUnusedBuildArgs [2021-11-11T17:43:27.219Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestIsUnreferencedBuiltin [2021-11-11T17:43:27.219Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestIsExistingDirectory [2021-11-11T17:43:27.219Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestGetFilenameForDownload [2021-11-11T17:43:27.219Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestEnv2Variables [2021-11-11T17:43:27.219Z] --- PASS: TestEnv2Variables (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-11-11T17:43:27.219Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestMaintainer [2021-11-11T17:43:27.219Z] --- PASS: TestMaintainer (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestLabel [2021-11-11T17:43:27.219Z] --- PASS: TestLabel (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestFromScratch [2021-11-11T17:43:27.219Z] --- PASS: TestFromScratch (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestFromWithArg [2021-11-11T17:43:27.219Z] --- PASS: TestFromWithArg (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-11-11T17:43:27.219Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestFromWithUndefinedArg [2021-11-11T17:43:27.219Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestFromMultiStageWithNamedStage [2021-11-11T17:43:27.219Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestOnbuild [2021-11-11T17:43:27.219Z] --- PASS: TestOnbuild (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestWorkdir [2021-11-11T17:43:27.219Z] --- PASS: TestWorkdir (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestCmd [2021-11-11T17:43:27.219Z] --- PASS: TestCmd (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestHealthcheckNone [2021-11-11T17:43:27.219Z] --- PASS: TestHealthcheckNone (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestHealthcheckCmd [2021-11-11T17:43:27.219Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestEntrypoint [2021-11-11T17:43:27.219Z] --- PASS: TestEntrypoint (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestExpose [2021-11-11T17:43:27.219Z] --- PASS: TestExpose (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestUser [2021-11-11T17:43:27.219Z] --- PASS: TestUser (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestVolume [2021-11-11T17:43:27.219Z] --- PASS: TestVolume (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestStopSignal [2021-11-11T17:43:27.219Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-11T17:43:27.219Z] --- SKIP: TestStopSignal (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestArg [2021-11-11T17:43:27.219Z] --- PASS: TestArg (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestShell [2021-11-11T17:43:27.219Z] --- PASS: TestShell (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestPrependEnvOnCmd [2021-11-11T17:43:27.219Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestRunWithBuildArgs [2021-11-11T17:43:27.219Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestRunIgnoresHealthcheck [2021-11-11T17:43:27.219Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestDispatchUnsupportedOptions [2021-11-11T17:43:27.219Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-11-11T17:43:27.219Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-11-11T17:43:27.219Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-11-11T17:43:27.219Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestNormalizeWorkdir [2021-11-11T17:43:27.219Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestDispatch [2021-11-11T17:43:27.219Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-11-11T17:43:27.219Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-11-11T17:43:27.219Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-11-11T17:43:27.219Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-11-11T17:43:27.219Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-11-11T17:43:27.219Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-11-11T17:43:27.219Z] === RUN TestDispatch/COPY_url [2021-11-11T17:43:27.219Z] --- PASS: TestDispatch (0.05s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.00s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-11-11T17:43:27.219Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestAddScratchImageAddsToMounts [2021-11-11T17:43:27.219Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestAddFromScratchPopulatesPlatform [2021-11-11T17:43:27.219Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-11-11T17:43:27.219Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-11-11T17:43:27.219Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestImageSourceGetAddsToMounts [2021-11-11T17:43:27.219Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestEmptyDockerfile [2021-11-11T17:43:27.219Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestSymlinkDockerfile [2021-11-11T17:43:27.219Z] --- PASS: TestSymlinkDockerfile (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestDockerfileOutsideTheBuildContext [2021-11-11T17:43:27.219Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestNonExistingDockerfile [2021-11-11T17:43:27.219Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestCopyRunConfig [2021-11-11T17:43:27.219Z] --- PASS: TestCopyRunConfig (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestDeepCopyRunConfig [2021-11-11T17:43:27.219Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestExportImage [2021-11-11T17:43:27.219Z] --- PASS: TestExportImage (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestNormalizeDest [2021-11-11T17:43:27.219Z] --- PASS: TestNormalizeDest (0.00s) [2021-11-11T17:43:27.219Z] PASS [2021-11-11T17:43:27.219Z] coverage: 46.8% of statements [2021-11-11T17:43:27.219Z] ok github.com/docker/docker/builder/dockerfile 0.153s coverage: 46.8% of statements [2021-11-11T17:43:27.219Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-11T17:43:27.219Z] === RUN TestTCP4Proxy [2021-11-11T17:43:27.219Z] --- PASS: TestTCP4Proxy (0.01s) [2021-11-11T17:43:27.219Z] === RUN TestTCP4ProxyHalfClose [2021-11-11T17:43:27.219Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestTCP6Proxy [2021-11-11T17:43:27.219Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-11T17:43:27.219Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestTCPDualStackProxy [2021-11-11T17:43:27.219Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-11T17:43:27.219Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestUDP4Proxy [2021-11-11T17:43:27.219Z] --- PASS: TestUDP4Proxy (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestUDP6Proxy [2021-11-11T17:43:27.219Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-11T17:43:27.219Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestUDPWriteError [2021-11-11T17:43:27.219Z] --- PASS: TestUDPWriteError (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestSCTP4Proxy [2021-11-11T17:43:27.219Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-11T17:43:27.219Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-11-11T17:43:27.219Z] === RUN TestSCTP6Proxy [2021-11-11T17:43:27.219Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-11T17:43:27.219Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-11-11T17:43:27.219Z] PASS [2021-11-11T17:43:27.219Z] coverage: 49.4% of statements [2021-11-11T17:43:27.219Z] ok github.com/docker/docker/cmd/docker-proxy 0.047s coverage: 49.4% of statements [2021-11-11T17:43:28.147Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-11T17:43:28.147Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite (1293.10s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.64s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.19s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.49s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.55s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.17s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.15s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.91s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.00s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.31s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.42s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.91s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.75s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.71s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.79s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.51s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.00s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.77s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAttachDetach (0.91s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.86s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.79s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.70s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.73s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.03s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.76s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.31s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.13s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.17s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.68s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.71s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.45s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.38s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.73s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.74s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.58s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.72s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.52s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.25s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.83s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.40s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.88s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.78s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.53s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.67s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.84s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.82s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.61s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.62s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.03s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.53s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.24s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.32s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.32s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.70s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (4.96s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.24s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.67s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.60s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.97s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.73s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.85s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.17s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.21s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.28s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.48s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.53s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.45s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.38s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.89s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.54s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.12s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.11s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.24s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.72s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.79s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.47s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.43s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.80s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.92s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.91s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.95s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.61s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.33s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCmd (0.19s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.31s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.27s) [2021-11-11T17:43:28.147Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.17s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.08s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.03s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.96s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.35s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.85s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.58s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.29s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.64s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.45s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.31s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.08s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.92s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.68s) [2021-11-11T17:43:28.147Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-11-11T17:43:28.147Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-11-11T17:43:28.147Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2021-11-11T17:43:28.147Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.31s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.29s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (1.82s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.20s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.59s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.23s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.31s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.02s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.84s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.61s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.03s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (0.77s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.79s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignore (7.06s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.94s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.82s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.76s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.88s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.56s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.20s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.08s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.88s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.15s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.91s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.28s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.21s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.64s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.36s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.38s) [2021-11-11T17:43:28.147Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.75s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.21s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.38s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.07s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.65s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.77s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnv (1.47s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.35s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.19s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.91s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.10s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.81s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.05s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.71s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.46s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.43s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.15s) [2021-11-11T17:43:28.148Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.62s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildExpose (0.50s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.65s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.77s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.54s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFails (0.99s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.23s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.05s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.40s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.24s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.37s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.89s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.10s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.09s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.31s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.21s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.58s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.33s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildHistory (3.66s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.44s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.67s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.53s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.53s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.81s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLabel (0.40s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.41s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.28s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLabels (0.66s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.47s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.71s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.74s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.67s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.27s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (2.24s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.34s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.97s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.43s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.62s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.74s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.80s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.90s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.44s) [2021-11-11T17:43:28.148Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.74s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.28s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.26s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.20s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.49s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.67s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.74s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.78s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.07s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.22s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.24s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.41s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.36s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.38s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.93s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.21s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.46s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.85s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.98s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.36s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.41s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildPATH (1.83s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.59s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.83s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.05s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.86s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.41s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildRm (2.01s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.04s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.09s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.41s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.48s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.03s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.99s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.63s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.24s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.19s) [2021-11-11T17:43:28.148Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.72s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildStderr (0.68s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.00s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.83s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.88s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.52s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.83s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.25s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildUser (1.61s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.24s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.45s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.80s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.27s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.76s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.65s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.05s) [2021-11-11T17:43:28.148Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-11-11T17:43:28.148Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2021-11-11T17:43:28.148Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2021-11-11T17:43:28.148Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.55s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.12s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.93s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.62s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.63s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.83s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.33s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.62s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.40s) [2021-11-11T17:43:28.148Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.57s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.48s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-11-11T17:43:28.148Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.47s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.55s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitChange (0.89s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.88s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.43s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.47s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.05s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitTTY (1.23s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.82s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.41s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.68s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.16s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.04s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.42s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.00s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.43s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.48s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.42s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.43s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.43s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.44s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.06s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.05s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.46s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.47s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.43s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.04s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.51s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.45s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.45s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.50s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.45s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.47s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.51s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.43s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.46s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.85s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (0.87s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-11-11T17:43:28.148Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.47s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.30s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.62s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.57s) [2021-11-11T17:43:28.149Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.59s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.68s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.23s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.42s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.83s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.28s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.05s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.42s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.31s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.36s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.37s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.34s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e21a70_} (1.55s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1164802589_/foo_false____} (1.38s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1164802589_/foo_true____} (1.46s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33129129268_/foo_false____} (1.47s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33129129268_/foo_true____} (1.56s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33129129268_/foo_true__0xc000e21aa0__} (0.54s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e21ab8_} (1.34s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e21ad0_} (1.33s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e21ae8_} (1.33s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e21b00_} (1.35s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.19s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.24s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.22s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.54s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.03s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.26s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.71s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.60s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.82s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.94s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.78s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.60s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.84s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.64s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.60s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.75s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.88s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.57s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.87s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.91s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.63s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.69s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.68s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.60s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.11s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.55s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.67s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.31s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.64s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.11s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.29s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.66s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.50s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.44s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.10s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.50s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.39s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.88s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToDot (1.05s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.20s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.16s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToStdout (0.63s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.81s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.50s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.76s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateArgs (0.05s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.33s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.47s) [2021-11-11T17:43:28.149Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.65s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.23s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2021-11-11T17:43:28.149Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.37s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.78s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.44s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.09s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.55s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.18s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.47s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.43s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.47s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.77s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.52s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (0.94s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.36s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.89s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.15s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.66s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsAttach (0.50s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsCommit (0.61s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.51s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.50s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.56s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.90s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.10s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.28s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsCopy (1.46s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.28s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.47s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.32s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.04s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.18s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.22s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.41s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.23s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.05s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFilters (1.26s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFormat (1.08s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.75s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.42s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.91s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.35s) [2021-11-11T17:43:28.149Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-11-11T17:43:28.149Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.01s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.47s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsRename (0.66s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsResize (0.67s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.51s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.62s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.48s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.05s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsTop (0.71s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsUntag (2.61s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.74s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExec (0.61s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.47s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.47s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.49s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.50s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.50s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.53s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.60s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.51s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.93s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecCgroup (0.82s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecEnv (0.53s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.93s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.53s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecInspectID (1.54s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecInteractive (0.54s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.51s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecParseError (0.46s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.50s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.45s) [2021-11-11T17:43:28.149Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.12s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.62s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecStartFails (0.69s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.86s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.56s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecTTY (0.54s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.56s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.47s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecUlimits (0.57s) [2021-11-11T17:43:28.150Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.18s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.57s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.02s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.61s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestExecWithUser (0.72s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.64s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.56s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.66s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.60s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.50s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestHealth (18.97s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.67s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.57s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.59s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.51s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImportDisplay (1.35s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImportFile (1.16s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.16s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImportGzipped (1.10s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.10s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.56s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.49s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.45s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.47s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.42s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.08s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.43s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.44s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.43s) [2021-11-11T17:43:28.150Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectHistory (0.54s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-11-11T17:43:28.150Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.44s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.99s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectStatus (0.67s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.03s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.57s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.54s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.69s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.58s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.57s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.89s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.99s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.86s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.08s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.40s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.34s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.35s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.59s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.72s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.53s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.04s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.43s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.44s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.50s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.57s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.51s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.47s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.52s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.51s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.26s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.03s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.84s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.89s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.44s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsSince (6.54s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.54s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.44s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsTail (0.49s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.45s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.48s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.25s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.46s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestNetHostname (1.23s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.61s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.59s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.48s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPluginActive (2.00s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.17s) [2021-11-11T17:43:28.150Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.27s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.66s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.88s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.73s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.17s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.74s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.25s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.09s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPortList (6.04s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.88s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.91s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.44s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.42s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.46s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.84s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.90s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.88s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsByOrder (1.87s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.71s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.39s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.94s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.17s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.52s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.63s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.95s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.39s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.95s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.94s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.54s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.49s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.90s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.57s) [2021-11-11T17:43:28.150Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.61s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.88s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s) [2021-11-11T17:43:28.151Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.13s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.15s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.64s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.68s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.25s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.46s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.07s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.85s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.42s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.22s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.98s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.03s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.45s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.01s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.88s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.60s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.04s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.62s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.10s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.58s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiTag (0.19s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.51s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.15s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.63s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.50s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.57s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAddHost (0.75s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.28s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.52s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.62s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.45s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.49s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.54s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.84s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.58s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.57s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.70s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.57s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.61s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.79s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.49s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.42s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.31s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.62s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.49s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.48s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.42s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.42s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.46s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.45s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.70s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.53s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.58s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.42s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.62s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.14s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.19s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.16s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.40s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.48s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.66s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.53s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.99s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.01s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.45s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.49s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.11s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.50s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.46s) [2021-11-11T17:43:28.151Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-11-11T17:43:28.151Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.46s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.15s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.96s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.98s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.46s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.98s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s) [2021-11-11T17:43:28.151Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (0.97s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.44s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.46s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.46s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.62s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.63s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.68s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.49s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunExitCode (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.45s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.44s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.44s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.45s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.86s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.23s) [2021-11-11T17:43:28.151Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.15s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.85s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.62s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.91s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.48s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.14s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.07s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.98s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.55s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.34s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.36s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.68s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.92s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.16s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.39s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.21s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.00s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunMount (5.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.59s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.46s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.01s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.84s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.63s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.47s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.01s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.22s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.25s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.54s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNetHost (0.72s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.62s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.60s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.72s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.73s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.30s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.55s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.13s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.68s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.11s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.49s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.40s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.44s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.51s) [2021-11-11T17:43:28.151Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.46s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.45s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.03s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.55s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.41s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.40s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.42s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.40s) [2021-11-11T17:43:28.151Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.46s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.41s) [2021-11-11T17:43:28.151Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.43s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.87s) [2021-11-11T17:43:28.151Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.05s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.86s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunRm (0.47s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.68s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.51s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.77s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.66s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.53s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.04s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.49s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.52s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.44s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.67s) [2021-11-11T17:43:28.151Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.54s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.72s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.54s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.58s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.49s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.60s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunState (0.96s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.46s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.45s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.46s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.44s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunSysctls (0.88s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.44s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.43s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.46s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.07s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.45s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.89s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.58s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.67s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.59s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.46s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.31s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUserByID (0.46s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.46s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUserByName (0.65s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.71s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.55s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.31s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.50s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.87s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.71s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.94s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.87s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.07s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.53s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.15s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.68s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.50s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.23s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.56s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.45s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.48s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.09s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.48s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.50s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.64s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.22s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.47s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.47s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.61s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.66s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.86s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.50s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.31s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.08s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.50s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.91s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.46s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.62s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.64s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.74s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.10s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.34s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.29s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.16s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.15s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.46s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.10s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.53s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.08s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.05s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.79s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.86s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.99s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.58s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.77s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.48s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStartRecordError (1.56s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.81s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.35s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.49s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.70s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.50s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.54s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.48s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.51s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.77s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.95s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.44s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.92s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.60s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.55s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.95s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdateStats (3.49s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.80s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.65s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.86s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.69s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.50s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.94s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.36s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.74s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.83s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.29s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.44s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.08s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.22s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.81s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.65s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.47s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.62s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.63s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.46s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.51s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.54s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.08s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.07s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.63s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.73s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.10s) [2021-11-11T17:43:28.152Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.72s) [2021-11-11T17:43:28.152Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-11-11T17:43:28.152Z] === RUN TestDockerRegistrySuite [2021-11-11T17:43:28.152Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-11T17:43:29.519Z] check_test.go:195: [d17332a2613ed] daemon is not started [2021-11-11T17:43:29.519Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-11T17:43:29.568Z] === RUN TestDockerSuite/TestBuildRm [2021-11-11T17:43:30.447Z] check_test.go:195: [d654ea99107bf] daemon is not started [2021-11-11T17:43:30.447Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-11T17:43:31.374Z] check_test.go:195: [db7de64dd564d] daemon is not started [2021-11-11T17:43:31.374Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-11T17:43:31.630Z] check_test.go:195: [d03251530cba7] daemon is not started [2021-11-11T17:43:31.630Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-11T17:43:34.905Z] check_test.go:195: [d2db60c526ae4] daemon is not started [2021-11-11T17:43:34.905Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-11T17:43:35.876Z] === RUN TestCheckpointCreateError [2021-11-11T17:43:35.876Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCheckpointCreate [2021-11-11T17:43:35.876Z] --- PASS: TestCheckpointCreate (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCheckpointDeleteError [2021-11-11T17:43:35.876Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCheckpointDelete [2021-11-11T17:43:35.876Z] --- PASS: TestCheckpointDelete (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCheckpointListError [2021-11-11T17:43:35.876Z] --- PASS: TestCheckpointListError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCheckpointList [2021-11-11T17:43:35.876Z] --- PASS: TestCheckpointList (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCheckpointListContainerNotFound [2021-11-11T17:43:35.876Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestNewClientWithOpsFromEnv [2021-11-11T17:43:35.876Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-11T17:43:35.876Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestGetAPIPath [2021-11-11T17:43:35.876Z] --- PASS: TestGetAPIPath (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestParseHostURL [2021-11-11T17:43:35.876Z] --- PASS: TestParseHostURL (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-11-11T17:43:35.876Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestNegotiateAPIVersionEmpty [2021-11-11T17:43:35.876Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestNegotiateAPIVersion [2021-11-11T17:43:35.876Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestNegotiateAPVersionOverride [2021-11-11T17:43:35.876Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestNegotiateAPIVersionAutomatic [2021-11-11T17:43:35.876Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-11-11T17:43:35.876Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-11-11T17:43:35.876Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestClientRedirect [2021-11-11T17:43:35.876Z] --- PASS: TestClientRedirect (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigCreateUnsupported [2021-11-11T17:43:35.876Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigCreateError [2021-11-11T17:43:35.876Z] --- PASS: TestConfigCreateError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigCreate [2021-11-11T17:43:35.876Z] --- PASS: TestConfigCreate (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigInspectNotFound [2021-11-11T17:43:35.876Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigInspectWithEmptyID [2021-11-11T17:43:35.876Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigInspectUnsupported [2021-11-11T17:43:35.876Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigInspectError [2021-11-11T17:43:35.876Z] --- PASS: TestConfigInspectError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigInspectConfigNotFound [2021-11-11T17:43:35.876Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigInspect [2021-11-11T17:43:35.876Z] --- PASS: TestConfigInspect (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigListUnsupported [2021-11-11T17:43:35.876Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigListError [2021-11-11T17:43:35.876Z] --- PASS: TestConfigListError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigList [2021-11-11T17:43:35.876Z] --- PASS: TestConfigList (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigRemoveUnsupported [2021-11-11T17:43:35.876Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigRemoveError [2021-11-11T17:43:35.876Z] --- PASS: TestConfigRemoveError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigRemove [2021-11-11T17:43:35.876Z] --- PASS: TestConfigRemove (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigUpdateUnsupported [2021-11-11T17:43:35.876Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigUpdateError [2021-11-11T17:43:35.876Z] --- PASS: TestConfigUpdateError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestConfigUpdate [2021-11-11T17:43:35.876Z] --- PASS: TestConfigUpdate (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerCommitError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerCommitError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerCommit [2021-11-11T17:43:35.876Z] --- PASS: TestContainerCommit (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerStatPathError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerStatPathError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerStatPathNotFoundError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerStatPathNoHeaderError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerStatPath [2021-11-11T17:43:35.876Z] --- PASS: TestContainerStatPath (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCopyToContainerError [2021-11-11T17:43:35.876Z] --- PASS: TestCopyToContainerError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCopyToContainerNotFoundError [2021-11-11T17:43:35.876Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCopyToContainerNotStatusOKError [2021-11-11T17:43:35.876Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCopyToContainer [2021-11-11T17:43:35.876Z] --- PASS: TestCopyToContainer (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCopyFromContainerError [2021-11-11T17:43:35.876Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCopyFromContainerNotFoundError [2021-11-11T17:43:35.876Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCopyFromContainerNotStatusOKError [2021-11-11T17:43:35.876Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCopyFromContainerNoHeaderError [2021-11-11T17:43:35.876Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestCopyFromContainer [2021-11-11T17:43:35.876Z] --- PASS: TestCopyFromContainer (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerCreateError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerCreateError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerCreateImageNotFound [2021-11-11T17:43:35.876Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerCreateWithName [2021-11-11T17:43:35.876Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerCreateAutoRemove [2021-11-11T17:43:35.876Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerDiffError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerDiffError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerDiff [2021-11-11T17:43:35.876Z] --- PASS: TestContainerDiff (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerExecCreateError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerExecCreate [2021-11-11T17:43:35.876Z] --- PASS: TestContainerExecCreate (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerExecStartError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerExecStartError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerExecStart [2021-11-11T17:43:35.876Z] --- PASS: TestContainerExecStart (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerExecInspectError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerExecInspect [2021-11-11T17:43:35.876Z] --- PASS: TestContainerExecInspect (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerExportError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerExportError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerExport [2021-11-11T17:43:35.876Z] --- PASS: TestContainerExport (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerInspectError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerInspectError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerInspectContainerNotFound [2021-11-11T17:43:35.876Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerInspectWithEmptyID [2021-11-11T17:43:35.876Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerInspect [2021-11-11T17:43:35.876Z] --- PASS: TestContainerInspect (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerInspectNode [2021-11-11T17:43:35.876Z] --- PASS: TestContainerInspectNode (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerKillError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerKillError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerKill [2021-11-11T17:43:35.876Z] --- PASS: TestContainerKill (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerListError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerListError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerList [2021-11-11T17:43:35.876Z] --- PASS: TestContainerList (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerLogsNotFoundError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerLogsError [2021-11-11T17:43:35.876Z] --- PASS: TestContainerLogsError (0.00s) [2021-11-11T17:43:35.876Z] === RUN TestContainerLogs [2021-11-11T17:43:36.344Z] --- PASS: TestContainerLogs (0.15s) [2021-11-11T17:43:36.344Z] === RUN TestContainerPauseError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerPauseError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerPause [2021-11-11T17:43:36.344Z] --- PASS: TestContainerPause (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainersPruneError [2021-11-11T17:43:36.344Z] --- PASS: TestContainersPruneError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainersPrune [2021-11-11T17:43:36.344Z] --- PASS: TestContainersPrune (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerRemoveError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerRemoveError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerRemoveNotFoundError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerRemove [2021-11-11T17:43:36.344Z] --- PASS: TestContainerRemove (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerRenameError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerRenameError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerRename [2021-11-11T17:43:36.344Z] --- PASS: TestContainerRename (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerResizeError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerResizeError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerExecResizeError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerResize [2021-11-11T17:43:36.344Z] --- PASS: TestContainerResize (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerExecResize [2021-11-11T17:43:36.344Z] --- PASS: TestContainerExecResize (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerRestartError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerRestartError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerRestart [2021-11-11T17:43:36.344Z] --- PASS: TestContainerRestart (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerStartError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerStartError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerStart [2021-11-11T17:43:36.344Z] --- PASS: TestContainerStart (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerStatsError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerStatsError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerStats [2021-11-11T17:43:36.344Z] --- PASS: TestContainerStats (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerStopError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerStopError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerStop [2021-11-11T17:43:36.344Z] --- PASS: TestContainerStop (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerTopError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerTopError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerTop [2021-11-11T17:43:36.344Z] --- PASS: TestContainerTop (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerUnpauseError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerUnpause [2021-11-11T17:43:36.344Z] --- PASS: TestContainerUnpause (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerUpdateError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerUpdateError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerUpdate [2021-11-11T17:43:36.344Z] --- PASS: TestContainerUpdate (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerWaitError [2021-11-11T17:43:36.344Z] --- PASS: TestContainerWaitError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestContainerWait [2021-11-11T17:43:36.344Z] --- PASS: TestContainerWait (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestDiskUsageError [2021-11-11T17:43:36.344Z] --- PASS: TestDiskUsageError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestDiskUsage [2021-11-11T17:43:36.344Z] --- PASS: TestDiskUsage (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestDistributionInspectUnsupported [2021-11-11T17:43:36.344Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestDistributionInspectWithEmptyID [2021-11-11T17:43:36.344Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestEventsErrorInOptions [2021-11-11T17:43:36.344Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestEventsErrorFromServer [2021-11-11T17:43:36.344Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestEvents [2021-11-11T17:43:36.344Z] --- PASS: TestEvents (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestTLSCloseWriter [2021-11-11T17:43:36.344Z] === PAUSE TestTLSCloseWriter [2021-11-11T17:43:36.344Z] === RUN TestImageBuildError [2021-11-11T17:43:36.344Z] --- PASS: TestImageBuildError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageBuild [2021-11-11T17:43:36.344Z] --- PASS: TestImageBuild (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestGetDockerOS [2021-11-11T17:43:36.344Z] --- PASS: TestGetDockerOS (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageCreateError [2021-11-11T17:43:36.344Z] --- PASS: TestImageCreateError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageCreate [2021-11-11T17:43:36.344Z] --- PASS: TestImageCreate (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageHistoryError [2021-11-11T17:43:36.344Z] --- PASS: TestImageHistoryError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageHistory [2021-11-11T17:43:36.344Z] --- PASS: TestImageHistory (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageImportError [2021-11-11T17:43:36.344Z] --- PASS: TestImageImportError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageImport [2021-11-11T17:43:36.344Z] --- PASS: TestImageImport (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageInspectError [2021-11-11T17:43:36.344Z] --- PASS: TestImageInspectError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageInspectImageNotFound [2021-11-11T17:43:36.344Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageInspectWithEmptyID [2021-11-11T17:43:36.344Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageInspect [2021-11-11T17:43:36.344Z] --- PASS: TestImageInspect (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageListError [2021-11-11T17:43:36.344Z] --- PASS: TestImageListError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageList [2021-11-11T17:43:36.344Z] --- PASS: TestImageList (0.02s) [2021-11-11T17:43:36.344Z] === RUN TestImageListApiBefore125 [2021-11-11T17:43:36.344Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageLoadError [2021-11-11T17:43:36.344Z] --- PASS: TestImageLoadError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageLoad [2021-11-11T17:43:36.344Z] --- PASS: TestImageLoad (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagesPruneError [2021-11-11T17:43:36.344Z] --- PASS: TestImagesPruneError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagesPrune [2021-11-11T17:43:36.344Z] --- PASS: TestImagesPrune (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePullReferenceParseError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePullAnyError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePullAnyError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePullStatusUnauthorizedError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePullWithoutErrors [2021-11-11T17:43:36.344Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePushReferenceError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePushAnyError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushAnyError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePushStatusUnauthorizedError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImagePushWithoutErrors [2021-11-11T17:43:36.344Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-11-11T17:43:36.344Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-11-11T17:43:36.344Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-11-11T17:43:36.344Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-11-11T17:43:36.344Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageRemoveError [2021-11-11T17:43:36.344Z] --- PASS: TestImageRemoveError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageRemoveImageNotFound [2021-11-11T17:43:36.344Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageRemove [2021-11-11T17:43:36.344Z] --- PASS: TestImageRemove (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageSaveError [2021-11-11T17:43:36.344Z] --- PASS: TestImageSaveError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageSave [2021-11-11T17:43:36.344Z] --- PASS: TestImageSave (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageSearchAnyError [2021-11-11T17:43:36.344Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageSearchStatusUnauthorizedError [2021-11-11T17:43:36.344Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-11T17:43:36.344Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-11T17:43:36.344Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-11-11T17:43:36.344Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageSearchWithoutErrors [2021-11-11T17:43:36.344Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageTagError [2021-11-11T17:43:36.344Z] --- PASS: TestImageTagError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageTagInvalidReference [2021-11-11T17:43:36.344Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageTagInvalidSourceImageName [2021-11-11T17:43:36.344Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageTagHexSource [2021-11-11T17:43:36.344Z] --- PASS: TestImageTagHexSource (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestImageTag [2021-11-11T17:43:36.344Z] --- PASS: TestImageTag (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestInfoServerError [2021-11-11T17:43:36.344Z] --- PASS: TestInfoServerError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestInfoInvalidResponseJSONError [2021-11-11T17:43:36.344Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestInfo [2021-11-11T17:43:36.344Z] --- PASS: TestInfo (0.00s) [2021-11-11T17:43:36.344Z] === RUN TestNetworkConnectError [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkConnectError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkConnect [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkConnect (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkCreateError [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkCreateError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkCreate [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkCreate (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkDisconnectError [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkDisconnect [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkInspect [2021-11-11T17:43:36.345Z] === RUN TestNetworkInspect/empty_ID [2021-11-11T17:43:36.345Z] === RUN TestNetworkInspect/no_options [2021-11-11T17:43:36.345Z] === RUN TestNetworkInspect/verbose [2021-11-11T17:43:36.345Z] === RUN TestNetworkInspect/global_scope [2021-11-11T17:43:36.345Z] === RUN TestNetworkInspect/unknown_network [2021-11-11T17:43:36.345Z] === RUN TestNetworkInspect/server_error [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkInspect (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkListError [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkListError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkList [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkList (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworksPruneError [2021-11-11T17:43:36.345Z] --- PASS: TestNetworksPruneError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworksPrune [2021-11-11T17:43:36.345Z] --- PASS: TestNetworksPrune (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkRemoveError [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNetworkRemove [2021-11-11T17:43:36.345Z] --- PASS: TestNetworkRemove (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeInspectError [2021-11-11T17:43:36.345Z] --- PASS: TestNodeInspectError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeInspectNodeNotFound [2021-11-11T17:43:36.345Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeInspectWithEmptyID [2021-11-11T17:43:36.345Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeInspect [2021-11-11T17:43:36.345Z] --- PASS: TestNodeInspect (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeListError [2021-11-11T17:43:36.345Z] --- PASS: TestNodeListError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeList [2021-11-11T17:43:36.345Z] --- PASS: TestNodeList (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeRemoveError [2021-11-11T17:43:36.345Z] --- PASS: TestNodeRemoveError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeRemove [2021-11-11T17:43:36.345Z] --- PASS: TestNodeRemove (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeUpdateError [2021-11-11T17:43:36.345Z] --- PASS: TestNodeUpdateError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestNodeUpdate [2021-11-11T17:43:36.345Z] --- PASS: TestNodeUpdate (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestOptionWithTimeout [2021-11-11T17:43:36.345Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPingFail [2021-11-11T17:43:36.345Z] --- PASS: TestPingFail (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPingWithError [2021-11-11T17:43:36.345Z] 2021/11/11 17:43:35 RoundTripper returned a response & error; ignoring response [2021-11-11T17:43:36.345Z] 2021/11/11 17:43:35 RoundTripper returned a response & error; ignoring response [2021-11-11T17:43:36.345Z] --- PASS: TestPingWithError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPingSuccess [2021-11-11T17:43:36.345Z] --- PASS: TestPingSuccess (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPingHeadFallback [2021-11-11T17:43:36.345Z] === RUN TestPingHeadFallback/OK [2021-11-11T17:43:36.345Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-11-11T17:43:36.345Z] === RUN TestPingHeadFallback/Not_Found [2021-11-11T17:43:36.345Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-11-11T17:43:36.345Z] --- PASS: TestPingHeadFallback (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-11-11T17:43:36.345Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginDisableError [2021-11-11T17:43:36.345Z] --- PASS: TestPluginDisableError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginDisable [2021-11-11T17:43:36.345Z] --- PASS: TestPluginDisable (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginEnableError [2021-11-11T17:43:36.345Z] --- PASS: TestPluginEnableError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginEnable [2021-11-11T17:43:36.345Z] --- PASS: TestPluginEnable (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginInspectError [2021-11-11T17:43:36.345Z] --- PASS: TestPluginInspectError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginInspectWithEmptyID [2021-11-11T17:43:36.345Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginInspect [2021-11-11T17:43:36.345Z] --- PASS: TestPluginInspect (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginListError [2021-11-11T17:43:36.345Z] --- PASS: TestPluginListError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginList [2021-11-11T17:43:36.345Z] --- PASS: TestPluginList (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginPushError [2021-11-11T17:43:36.345Z] --- PASS: TestPluginPushError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginPush [2021-11-11T17:43:36.345Z] --- PASS: TestPluginPush (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginRemoveError [2021-11-11T17:43:36.345Z] --- PASS: TestPluginRemoveError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginRemove [2021-11-11T17:43:36.345Z] --- PASS: TestPluginRemove (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginSetError [2021-11-11T17:43:36.345Z] --- PASS: TestPluginSetError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPluginSet [2021-11-11T17:43:36.345Z] --- PASS: TestPluginSet (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSetHostHeader [2021-11-11T17:43:36.345Z] --- PASS: TestSetHostHeader (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestPlainTextError [2021-11-11T17:43:36.345Z] --- PASS: TestPlainTextError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestInfiniteError [2021-11-11T17:43:36.345Z] --- PASS: TestInfiniteError (0.02s) [2021-11-11T17:43:36.345Z] === RUN TestCanceledContext [2021-11-11T17:43:36.345Z] 2021/11/11 17:43:35 RoundTripper returned a response & error; ignoring response [2021-11-11T17:43:36.345Z] --- PASS: TestCanceledContext (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestDeadlineExceededContext [2021-11-11T17:43:36.345Z] 2021/11/11 17:43:35 RoundTripper returned a response & error; ignoring response [2021-11-11T17:43:36.345Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretCreateUnsupported [2021-11-11T17:43:36.345Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretCreateError [2021-11-11T17:43:36.345Z] --- PASS: TestSecretCreateError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretCreate [2021-11-11T17:43:36.345Z] --- PASS: TestSecretCreate (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretInspectUnsupported [2021-11-11T17:43:36.345Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretInspectError [2021-11-11T17:43:36.345Z] --- PASS: TestSecretInspectError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretInspectSecretNotFound [2021-11-11T17:43:36.345Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretInspectWithEmptyID [2021-11-11T17:43:36.345Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretInspect [2021-11-11T17:43:36.345Z] --- PASS: TestSecretInspect (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretListUnsupported [2021-11-11T17:43:36.345Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretListError [2021-11-11T17:43:36.345Z] --- PASS: TestSecretListError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretList [2021-11-11T17:43:36.345Z] --- PASS: TestSecretList (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretRemoveUnsupported [2021-11-11T17:43:36.345Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretRemoveError [2021-11-11T17:43:36.345Z] --- PASS: TestSecretRemoveError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretRemove [2021-11-11T17:43:36.345Z] --- PASS: TestSecretRemove (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretUpdateUnsupported [2021-11-11T17:43:36.345Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretUpdateError [2021-11-11T17:43:36.345Z] --- PASS: TestSecretUpdateError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSecretUpdate [2021-11-11T17:43:36.345Z] --- PASS: TestSecretUpdate (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceCreateError [2021-11-11T17:43:36.345Z] --- PASS: TestServiceCreateError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceCreate [2021-11-11T17:43:36.345Z] --- PASS: TestServiceCreate (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceCreateCompatiblePlatforms [2021-11-11T17:43:36.345Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceCreateDigestPinning [2021-11-11T17:43:36.345Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceInspectError [2021-11-11T17:43:36.345Z] --- PASS: TestServiceInspectError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceInspectServiceNotFound [2021-11-11T17:43:36.345Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceInspectWithEmptyID [2021-11-11T17:43:36.345Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceInspect [2021-11-11T17:43:36.345Z] --- PASS: TestServiceInspect (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceListError [2021-11-11T17:43:36.345Z] --- PASS: TestServiceListError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceList [2021-11-11T17:43:36.345Z] --- PASS: TestServiceList (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceLogsError [2021-11-11T17:43:36.345Z] --- PASS: TestServiceLogsError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceLogs [2021-11-11T17:43:36.345Z] --- PASS: TestServiceLogs (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceRemoveError [2021-11-11T17:43:36.345Z] --- PASS: TestServiceRemoveError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceRemoveNotFoundError [2021-11-11T17:43:36.345Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceRemove [2021-11-11T17:43:36.345Z] --- PASS: TestServiceRemove (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceUpdateError [2021-11-11T17:43:36.345Z] --- PASS: TestServiceUpdateError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestServiceUpdate [2021-11-11T17:43:36.345Z] --- PASS: TestServiceUpdate (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmGetUnlockKeyError [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmGetUnlockKey [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmInitError [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmInitError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmInit [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmInit (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmInspectError [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmInspectError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmInspect [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmInspect (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmJoinError [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmJoinError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmJoin [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmJoin (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmLeaveError [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmLeave [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmLeave (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmUnlockError [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmUnlock [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmUnlock (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmUpdateError [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestSwarmUpdate [2021-11-11T17:43:36.345Z] --- PASS: TestSwarmUpdate (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestTaskInspectError [2021-11-11T17:43:36.345Z] --- PASS: TestTaskInspectError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestTaskInspectWithEmptyID [2021-11-11T17:43:36.345Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestTaskInspect [2021-11-11T17:43:36.345Z] --- PASS: TestTaskInspect (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestTaskListError [2021-11-11T17:43:36.345Z] --- PASS: TestTaskListError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestTaskList [2021-11-11T17:43:36.345Z] --- PASS: TestTaskList (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeCreateError [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeCreateError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeCreate [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeCreate (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeInspectError [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeInspectError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeInspectNotFound [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeInspectWithEmptyID [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeInspect [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeInspect (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeListError [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeListError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeList [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeList (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeRemoveError [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-11-11T17:43:36.345Z] === RUN TestVolumeRemove [2021-11-11T17:43:36.345Z] --- PASS: TestVolumeRemove (0.00s) [2021-11-11T17:43:36.346Z] === CONT TestTLSCloseWriter [2021-11-11T17:43:36.346Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-11-11T17:43:36.346Z] PASS [2021-11-11T17:43:36.346Z] coverage: 75.1% of statements [2021-11-11T17:43:36.346Z] ok github.com/docker/docker/client 0.328s coverage: 75.1% of statements [2021-11-11T17:43:39.513Z] ok github.com/docker/docker/libnetwork/ipam 13.701s coverage: 85.3% of statements [2021-11-11T17:43:39.513Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-11T17:43:39.513Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-11T17:43:39.513Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2021-11-11T17:43:39.772Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2021-11-11T17:43:39.772Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-11T17:43:39.968Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-11T17:43:40.030Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2021-11-11T17:43:40.149Z] check_test.go:195: [d653183a9c12a] daemon is not started [2021-11-11T17:43:40.149Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-11T17:43:40.405Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-11-11T17:43:40.597Z] ok github.com/docker/docker/libnetwork/ipamutils 0.247s coverage: 74.0% of statements [2021-11-11T17:43:41.162Z] ok github.com/docker/docker/libnetwork/iptables 0.162s coverage: 45.1% of statements [2021-11-11T17:43:41.162Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2021-11-11T17:43:41.420Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2021-11-11T17:43:42.179Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-11T17:43:42.179Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-11T17:43:42.179Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-11T17:43:42.179Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-11T17:43:42.646Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-11T17:43:42.919Z] docker_cli_swarm_test.go:1802: [db1ab7221a92c] joining swarm manager [d2bd01ded70d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:43:42.919Z] check_test.go:195: [df2a6245a7ddb] daemon is not started [2021-11-11T17:43:42.919Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-11T17:43:43.629Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-11T17:43:43.847Z] check_test.go:195: [dc7db4902e991] daemon is not started [2021-11-11T17:43:43.847Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-11T17:43:43.847Z] docker_cli_swarm_test.go:1803: [d453dabddc45e] joining swarm manager [d2bd01ded70d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:43:44.775Z] check_test.go:195: [d6ea4d7b5f3a7] daemon is not started [2021-11-11T17:43:44.775Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-11T17:43:45.744Z] check_test.go:195: [d72579ad44793] daemon is not started [2021-11-11T17:43:45.744Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-11T17:43:47.109Z] check_test.go:195: [d1c8e10c9c967] daemon is not started [2021-11-11T17:43:47.109Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-11T17:43:47.414Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-11T17:43:48.036Z] check_test.go:195: [dcd20de356112] daemon is not started [2021-11-11T17:43:48.036Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-11T17:43:48.598Z] check_test.go:195: [df3ffc30f08a9] daemon is not started [2021-11-11T17:43:48.598Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-11T17:43:49.526Z] check_test.go:195: [dc810cb76789d] daemon is not started [2021-11-11T17:43:49.526Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-11T17:43:50.452Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:93f70a36377894993bf169d11f61e20c994ecbf337935a083ba9c2aa3d7b185e [2021-11-11T17:43:51.191Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-11T17:43:51.379Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b4a8532e629342c8134b72b73c9a40f662cb0f91182dedc5ce354341bbb56cdc [2021-11-11T17:43:51.380Z] check_test.go:195: [d14fc52c857f8] daemon is not started [2021-11-11T17:43:51.380Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-11T17:43:52.403Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:96d3afbc9a5c927e7876de8bd132867b80fa1b2bb3b258811237bb8c3c9fe50f [2021-11-11T17:43:52.966Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:bc820879c684bbb6d5aa30e505dbc62a6d24b0aa02b1b8d422d06b9e56784079 [2021-11-11T17:43:53.222Z] check_test.go:195: [daac10ed746e0] daemon is not started [2021-11-11T17:43:53.222Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-11T17:43:54.150Z] check_test.go:195: [d05e72e687730] daemon is not started [2021-11-11T17:43:54.150Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-11T17:43:54.333Z] --- PASS: TestCheckoutGit (27.04s) [2021-11-11T17:43:54.333Z] === RUN TestValidGitTransport [2021-11-11T17:43:54.333Z] --- PASS: TestValidGitTransport (0.00s) [2021-11-11T17:43:54.333Z] === RUN TestGitInvalidRef [2021-11-11T17:43:54.333Z] --- PASS: TestGitInvalidRef (0.17s) [2021-11-11T17:43:54.333Z] PASS [2021-11-11T17:43:54.333Z] coverage: 86.3% of statements [2021-11-11T17:43:54.333Z] ok github.com/docker/docker/builder/remotecontext/git 27.350s coverage: 86.3% of statements [2021-11-11T17:43:54.333Z] ? github.com/docker/docker/cli [no test files] [2021-11-11T17:43:54.333Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-11T17:43:55.122Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-11T17:43:56.047Z] check_test.go:195: [dc78e88cea65e] daemon is not started [2021-11-11T17:43:56.047Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-11T17:43:56.988Z] check_test.go:195: [dedefaf94cab2] daemon is not started [2021-11-11T17:43:56.988Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-11T17:43:57.244Z] check_test.go:195: [d3a1e3b12a526] daemon is not started [2021-11-11T17:43:57.244Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-11-11T17:43:58.134Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestConfigureDaemonLogs [2021-11-11T17:43:58.134Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestCommonOptionsInstallFlags [2021-11-11T17:43:58.134Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-11-11T17:43:58.134Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-11-11T17:43:58.134Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-11-11T17:43:58.134Z] PASS [2021-11-11T17:43:58.134Z] coverage: 18.6% of statements [2021-11-11T17:43:58.134Z] ok github.com/docker/docker/cmd/dockerd 0.171s coverage: 18.6% of statements [2021-11-11T17:43:58.134Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-11-11T17:43:58.134Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-11T17:43:58.171Z] check_test.go:195: [dd46a3354857b] daemon is not started [2021-11-11T17:43:58.172Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-11T17:43:58.602Z] === RUN TestContainerStopSignal [2021-11-11T17:43:58.602Z] --- PASS: TestContainerStopSignal (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestContainerStopTimeout [2021-11-11T17:43:58.602Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestContainerSecretReferenceDestTarget [2021-11-11T17:43:58.602Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-11-11T17:43:58.602Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestContainerLogPathSetForRingLogger [2021-11-11T17:43:58.602Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestReplaceAndAppendEnvVars [2021-11-11T17:43:58.602Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-11-11T17:43:58.602Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestNewMemoryStore [2021-11-11T17:43:58.602Z] --- PASS: TestNewMemoryStore (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestAddContainers [2021-11-11T17:43:58.602Z] --- PASS: TestAddContainers (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestGetContainer [2021-11-11T17:43:58.602Z] --- PASS: TestGetContainer (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestDeleteContainer [2021-11-11T17:43:58.602Z] --- PASS: TestDeleteContainer (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestListContainers [2021-11-11T17:43:58.602Z] --- PASS: TestListContainers (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestFirstContainer [2021-11-11T17:43:58.602Z] --- PASS: TestFirstContainer (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestApplyAllContainer [2021-11-11T17:43:58.602Z] --- PASS: TestApplyAllContainer (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestIsValidHealthString [2021-11-11T17:43:58.602Z] --- PASS: TestIsValidHealthString (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestStateRunStop [2021-11-11T17:43:58.602Z] --- PASS: TestStateRunStop (0.00s) [2021-11-11T17:43:58.602Z] === RUN TestStateTimeoutWait [2021-11-11T17:43:59.069Z] state_test.go:141: Stop callback fired [2021-11-11T17:43:59.070Z] state_test.go:165: Stop callback fired [2021-11-11T17:43:59.070Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-11-11T17:43:59.070Z] === RUN TestIsValidStateString [2021-11-11T17:43:59.070Z] --- PASS: TestIsValidStateString (0.00s) [2021-11-11T17:43:59.070Z] === RUN TestViewSaveDelete [2021-11-11T17:43:59.070Z] --- PASS: TestViewSaveDelete (0.01s) [2021-11-11T17:43:59.070Z] === RUN TestViewAll [2021-11-11T17:43:59.070Z] --- PASS: TestViewAll (0.02s) [2021-11-11T17:43:59.070Z] === RUN TestViewGet [2021-11-11T17:43:59.070Z] --- PASS: TestViewGet (0.00s) [2021-11-11T17:43:59.070Z] === RUN TestNames [2021-11-11T17:43:59.070Z] --- PASS: TestNames (0.00s) [2021-11-11T17:43:59.070Z] === RUN TestViewWithHealthCheck [2021-11-11T17:43:59.070Z] --- PASS: TestViewWithHealthCheck (0.00s) [2021-11-11T17:43:59.070Z] PASS [2021-11-11T17:43:59.070Z] coverage: 41.7% of statements [2021-11-11T17:43:59.070Z] ok github.com/docker/docker/container 0.223s coverage: 41.7% of statements [2021-11-11T17:43:59.070Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-11T17:43:59.070Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-11T17:43:59.070Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-11T17:43:59.070Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-11T17:43:59.100Z] check_test.go:195: [d4e0c19df1dbb] daemon is not started [2021-11-11T17:43:59.100Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-11T17:43:59.662Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-11-11T17:43:59.917Z] check_test.go:195: [d9354979885a7] daemon is not started [2021-11-11T17:43:59.917Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-11T17:44:00.054Z] === RUN TestPrepare [2021-11-11T17:44:00.054Z] --- PASS: TestPrepare (0.00s) [2021-11-11T17:44:00.054Z] === RUN TestStart [2021-11-11T17:44:00.054Z] --- PASS: TestStart (0.00s) [2021-11-11T17:44:00.054Z] === RUN TestWaitCancel [2021-11-11T17:44:00.054Z] --- PASS: TestWaitCancel (0.00s) [2021-11-11T17:44:00.054Z] === RUN TestWaitDisabled [2021-11-11T17:44:00.054Z] --- PASS: TestWaitDisabled (0.00s) [2021-11-11T17:44:00.054Z] === RUN TestWaitEnabled [2021-11-11T17:44:00.054Z] --- PASS: TestWaitEnabled (0.00s) [2021-11-11T17:44:00.054Z] === RUN TestRemove [2021-11-11T17:44:00.054Z] --- PASS: TestRemove (0.00s) [2021-11-11T17:44:00.054Z] PASS [2021-11-11T17:44:00.054Z] coverage: 65.3% of statements [2021-11-11T17:44:00.054Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.057s coverage: 65.3% of statements [2021-11-11T17:44:02.365Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-11-11T17:44:02.365Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCIsolation [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCIsolation [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-11-11T17:44:02.365Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCConfigs [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCConfigs [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-11-11T17:44:02.365Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-11-11T17:44:02.365Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-11-11T17:44:02.365Z] PASS [2021-11-11T17:44:02.365Z] coverage: 35.9% of statements [2021-11-11T17:44:02.365Z] ok github.com/docker/docker/daemon/cluster/convert 0.550s coverage: 35.9% of statements [2021-11-11T17:44:02.365Z] === RUN TestNewListSecretsFilters [2021-11-11T17:44:02.365Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-11-11T17:44:02.365Z] === RUN TestNewListConfigsFilters [2021-11-11T17:44:02.365Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-11-11T17:44:02.365Z] PASS [2021-11-11T17:44:02.365Z] coverage: 0.5% of statements [2021-11-11T17:44:02.365Z] ok github.com/docker/docker/daemon/cluster 0.470s coverage: 0.5% of statements [2021-11-11T17:44:02.433Z] check_test.go:195: [dd461a1ea756b] daemon is not started [2021-11-11T17:44:02.433Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-11T17:44:02.994Z] check_test.go:195: [d81cdab1027ea] daemon is not started [2021-11-11T17:44:02.994Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-11T17:44:03.921Z] check_test.go:195: [d0ee51b099f00] daemon is not started [2021-11-11T17:44:03.921Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-11T17:44:04.176Z] check_test.go:195: [d1689a1ea6ed5] daemon is not started [2021-11-11T17:44:04.176Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-11T17:44:04.432Z] check_test.go:195: [d5f1de7e719d8] daemon is not started [2021-11-11T17:44:04.432Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-11T17:44:04.688Z] check_test.go:195: [d434dd9216641] daemon is not started [2021-11-11T17:44:04.688Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-11T17:44:04.944Z] check_test.go:195: [db501a1df6d93] daemon is not started [2021-11-11T17:44:04.944Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-11T17:44:05.200Z] check_test.go:195: [d5168301870bc] daemon is not started [2021-11-11T17:44:05.200Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-11T17:44:05.311Z] === RUN TestBuilderGC [2021-11-11T17:44:05.311Z] --- PASS: TestBuilderGC (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestDaemonConfigurationNotFound [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestDaemonBrokenConfiguration [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestParseClusterAdvertiseSettings [2021-11-11T17:44:05.311Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestFindConfigurationConflicts [2021-11-11T17:44:05.311Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-11-11T17:44:05.311Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestDaemonConfigurationMergeConflicts [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-11-11T17:44:05.311Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-11-11T17:44:05.311Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-11-11T17:44:05.311Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-11-11T17:44:05.311Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-11-11T17:44:05.311Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-11-11T17:44:05.311Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestValidateConfiguration [2021-11-11T17:44:05.311Z] === RUN TestValidateConfiguration/with_label [2021-11-11T17:44:05.311Z] === RUN TestValidateConfiguration/with_dns [2021-11-11T17:44:05.311Z] === RUN TestValidateConfiguration/with_dns-search [2021-11-11T17:44:05.311Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-11-11T17:44:05.311Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-11-11T17:44:05.311Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-11-11T17:44:05.311Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-11-11T17:44:05.311Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfiguration (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-11-11T17:44:05.311Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestModifiedDiscoverySettings [2021-11-11T17:44:05.311Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestReloadSetConfigFileNotExist [2021-11-11T17:44:05.311Z] time="2021-11-11T17:44:04Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-11-11T17:44:05.311Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2021-11-11T17:44:05.311Z] === RUN TestReloadDefaultConfigNotExist [2021-11-11T17:44:05.311Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:44:05.311Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-11-11T17:44:05.311Z] === RUN TestReloadBadDefaultConfig [2021-11-11T17:44:05.311Z] time="2021-11-11T17:44:04Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-2543592434" [2021-11-11T17:44:05.311Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-11-11T17:44:05.312Z] === RUN TestReloadWithConflictingLabels [2021-11-11T17:44:05.312Z] time="2021-11-11T17:44:04Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-53339702" [2021-11-11T17:44:05.312Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-11-11T17:44:05.312Z] === RUN TestReloadWithDuplicateLabels [2021-11-11T17:44:05.312Z] time="2021-11-11T17:44:04Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3889015601" [2021-11-11T17:44:05.312Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-11-11T17:44:05.312Z] === RUN TestMaskURLCredentials [2021-11-11T17:44:05.312Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-11-11T17:44:05.312Z] === RUN TestDaemonConfigurationMerge [2021-11-11T17:44:05.312Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-11-11T17:44:05.312Z] PASS [2021-11-11T17:44:05.312Z] coverage: 80.0% of statements [2021-11-11T17:44:05.312Z] ok github.com/docker/docker/daemon/config 0.221s coverage: 80.0% of statements [2021-11-11T17:44:05.312Z] === RUN TestDiscoveryOptsErrors [2021-11-11T17:44:05.312Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-11-11T17:44:05.312Z] === RUN TestDiscoveryOpts [2021-11-11T17:44:05.312Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-11-11T17:44:05.312Z] PASS [2021-11-11T17:44:05.312Z] coverage: 30.0% of statements [2021-11-11T17:44:05.312Z] ok github.com/docker/docker/daemon/discovery 0.159s coverage: 30.0% of statements [2021-11-11T17:44:05.455Z] check_test.go:195: [d0f3ed8503c57] daemon is not started [2021-11-11T17:44:05.455Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-11T17:44:05.779Z] === RUN TestWaitNodeAttachment [2021-11-11T17:44:06.247Z] --- PASS: TestWaitNodeAttachment (0.42s) [2021-11-11T17:44:06.247Z] === RUN TestIsolationConversion [2021-11-11T17:44:06.247Z] === RUN TestIsolationConversion/default [2021-11-11T17:44:06.247Z] === RUN TestIsolationConversion/process [2021-11-11T17:44:06.247Z] === RUN TestIsolationConversion/hyperv [2021-11-11T17:44:06.247Z] --- PASS: TestIsolationConversion (0.00s) [2021-11-11T17:44:06.247Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-11-11T17:44:06.247Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-11-11T17:44:06.247Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-11-11T17:44:06.247Z] === RUN TestContainerLabels [2021-11-11T17:44:06.247Z] --- PASS: TestContainerLabels (0.00s) [2021-11-11T17:44:06.247Z] === RUN TestCredentialSpecConversion [2021-11-11T17:44:06.247Z] === RUN TestCredentialSpecConversion/none [2021-11-11T17:44:06.247Z] === RUN TestCredentialSpecConversion/config [2021-11-11T17:44:06.247Z] === RUN TestCredentialSpecConversion/file [2021-11-11T17:44:06.247Z] === RUN TestCredentialSpecConversion/registry [2021-11-11T17:44:06.247Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-11-11T17:44:06.247Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-11-11T17:44:06.247Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-11-11T17:44:06.247Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-11-11T17:44:06.247Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-11-11T17:44:06.247Z] === RUN TestControllerValidateMountBind [2021-11-11T17:44:06.247Z] --- PASS: TestControllerValidateMountBind (0.01s) [2021-11-11T17:44:06.247Z] === RUN TestControllerValidateMountVolume [2021-11-11T17:44:06.247Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-11-11T17:44:06.247Z] === RUN TestControllerValidateMountTarget [2021-11-11T17:44:06.247Z] --- PASS: TestControllerValidateMountTarget (0.02s) [2021-11-11T17:44:06.247Z] === RUN TestControllerValidateMountTmpfs [2021-11-11T17:44:06.247Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-11-11T17:44:06.247Z] === RUN TestControllerValidateMountInvalidType [2021-11-11T17:44:06.247Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-11-11T17:44:06.247Z] === RUN TestControllerValidateMountNamedPipe [2021-11-11T17:44:06.247Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-11-11T17:44:06.247Z] PASS [2021-11-11T17:44:06.247Z] coverage: 11.0% of statements [2021-11-11T17:44:06.247Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.722s coverage: 11.0% of statements [2021-11-11T17:44:06.247Z] === RUN TestEventsLog [2021-11-11T17:44:06.247Z] --- PASS: TestEventsLog (0.00s) [2021-11-11T17:44:06.247Z] === RUN TestEventsLogTimeout [2021-11-11T17:44:06.247Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-11-11T17:44:06.247Z] === RUN TestLogEvents [2021-11-11T17:44:06.385Z] check_test.go:195: [d044df0966d3f] daemon is not started [2021-11-11T17:44:06.385Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-11T17:44:06.714Z] --- PASS: TestLogEvents (0.05s) [2021-11-11T17:44:06.714Z] === RUN TestLoadBufferedEvents [2021-11-11T17:44:06.714Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-11-11T17:44:06.714Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-11-11T17:44:06.714Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-11-11T17:44:06.714Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-11-11T17:44:06.714Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-11-11T17:44:06.714Z] PASS [2021-11-11T17:44:06.714Z] coverage: 50.0% of statements [2021-11-11T17:44:06.714Z] ok github.com/docker/docker/daemon/events 0.237s coverage: 50.0% of statements [2021-11-11T17:44:07.181Z] === RUN TestIsEmptyDir [2021-11-11T17:44:07.181Z] --- PASS: TestIsEmptyDir (0.01s) [2021-11-11T17:44:07.181Z] PASS [2021-11-11T17:44:07.181Z] coverage: 2.3% of statements [2021-11-11T17:44:07.181Z] ok github.com/docker/docker/daemon/graphdriver 0.071s coverage: 2.3% of statements [2021-11-11T17:44:07.181Z] === RUN TestVerifyNetworkingConfig [2021-11-11T17:44:07.181Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestGetContainer [2021-11-11T17:44:07.181Z] --- PASS: TestGetContainer (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestValidContainerNames [2021-11-11T17:44:07.181Z] --- PASS: TestValidContainerNames (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestContainerInitDNS [2021-11-11T17:44:07.181Z] daemon_test.go:146: root required [2021-11-11T17:44:07.181Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestMerge [2021-11-11T17:44:07.181Z] --- PASS: TestMerge (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestValidateContainerIsolation [2021-11-11T17:44:07.181Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestFindNetworkErrorType [2021-11-11T17:44:07.181Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestEnsureServicesExist [2021-11-11T17:44:07.181Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestEnsureServicesExistErrors [2021-11-11T17:44:07.181Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-11-11T17:44:07.181Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-11-11T17:44:07.181Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-11-11T17:44:07.181Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-11-11T17:44:07.181Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-11-11T17:44:07.181Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-11-11T17:44:07.181Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestContainerDelete [2021-11-11T17:44:07.181Z] --- PASS: TestContainerDelete (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestContainerDoubleDelete [2021-11-11T17:44:07.181Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestLogContainerEventCopyLabels [2021-11-11T17:44:07.181Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestLogContainerEventWithAttributes [2021-11-11T17:44:07.181Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestNoneHealthcheck [2021-11-11T17:44:07.181Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestHealthStates [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:06Z" 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" [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:07Z" 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" [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:07Z" 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" [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:07Z" 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" [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:07Z" 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" [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:07Z" 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" [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:07Z" 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" [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:07Z" 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" [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:07Z" 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" [2021-11-11T17:44:07.181Z] time="2021-11-11T17:44:07Z" 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" [2021-11-11T17:44:07.181Z] --- PASS: TestHealthStates (0.14s) [2021-11-11T17:44:07.181Z] === RUN TestGetInspectData [2021-11-11T17:44:07.181Z] --- PASS: TestGetInspectData (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestFillLicense [2021-11-11T17:44:07.181Z] --- PASS: TestFillLicense (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestListInvalidFilter [2021-11-11T17:44:07.181Z] --- PASS: TestListInvalidFilter (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestNameFilter [2021-11-11T17:44:07.181Z] --- PASS: TestNameFilter (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-11-11T17:44:07.181Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-11-11T17:44:07.181Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-11-11T17:44:07.182Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-11-11T17:44:07.182Z] === 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 [2021-11-11T17:44:07.182Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-11-11T17:44:07.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-11-11T17:44:07.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-11-11T17:44:07.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-11-11T17:44:07.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-11-11T17:44:07.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-11-11T17:44:07.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-11-11T17:44:07.182Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-11-11T17:44:07.182Z] --- 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) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-11-11T17:44:07.182Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-11-11T17:44:07.316Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-11-11T17:44:07.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-11-11T17:44:07.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-11-11T17:44:07.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-11-11T17:44:07.649Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestDaemonReloadLabels [2021-11-11T17:44:07.649Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-11-11T17:44:07.649Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestDaemonReloadMirrors [2021-11-11T17:44:07.649Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestDaemonReloadInsecureRegistries [2021-11-11T17:44:07.649Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestDaemonReloadNotAffectOthers [2021-11-11T17:44:07.649Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestDaemonDiscoveryReload [2021-11-11T17:44:07.649Z] === RUN TestLinkNaming [2021-11-11T17:44:07.649Z] --- PASS: TestLinkNaming (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestLinkNew [2021-11-11T17:44:07.649Z] --- PASS: TestLinkNew (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestLinkEnv [2021-11-11T17:44:07.649Z] --- PASS: TestLinkEnv (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestLinkMultipleEnv [2021-11-11T17:44:07.649Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-11-11T17:44:07.649Z] === RUN TestLinkPortRangeEnv [2021-11-11T17:44:07.649Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-11-11T17:44:07.649Z] PASS [2021-11-11T17:44:07.649Z] coverage: 93.0% of statements [2021-11-11T17:44:07.649Z] ok github.com/docker/docker/daemon/links 0.036s coverage: 93.0% of statements [2021-11-11T17:44:07.878Z] check_test.go:195: [d97b1f8724b19] daemon is not started [2021-11-11T17:44:08.135Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-11T17:44:08.634Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-11-11T17:44:08.634Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-11-11T17:44:08.697Z] check_test.go:195: [da67bf7ef788e] daemon is not started [2021-11-11T17:44:08.953Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-11T17:44:09.101Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-11-11T17:44:09.101Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-11-11T17:44:09.101Z] === RUN TestAdapterReadLogs [2021-11-11T17:44:09.101Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-11-11T17:44:09.101Z] === RUN TestCopier [2021-11-11T17:44:09.101Z] --- PASS: TestCopier (0.00s) [2021-11-11T17:44:09.101Z] === RUN TestCopierLongLines [2021-11-11T17:44:09.101Z] --- PASS: TestCopierLongLines (0.00s) [2021-11-11T17:44:09.101Z] === RUN TestCopierSlow [2021-11-11T17:44:09.516Z] docker_cli_swarm_test.go:1321: [dbb9f90f55952] joining swarm manager [daf1fb6f550cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:44:09.569Z] --- PASS: TestCopierSlow (0.24s) [2021-11-11T17:44:09.569Z] === RUN TestCopierWithSized [2021-11-11T17:44:09.569Z] === RUN TestCopierWithSized/as_is [2021-11-11T17:44:09.569Z] === RUN TestCopierWithSized/With_RingLogger [2021-11-11T17:44:09.569Z] --- PASS: TestCopierWithSized (0.01s) [2021-11-11T17:44:09.569Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-11-11T17:44:09.569Z] === RUN TestCopierWithPartial [2021-11-11T17:44:09.569Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-11-11T17:44:09.569Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-11-11T17:44:09.569Z] reload_test.go:520: root required [2021-11-11T17:44:09.569Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-11-11T17:44:09.569Z] --- PASS: TestCopierWithPartial (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestRingLogger [2021-11-11T17:44:09.569Z] --- PASS: TestRingLogger (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestRingCap [2021-11-11T17:44:09.569Z] --- PASS: TestRingCap (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestRingClose [2021-11-11T17:44:09.569Z] --- PASS: TestRingClose (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestRingDrain [2021-11-11T17:44:09.569Z] --- PASS: TestRingDrain (0.00s) [2021-11-11T17:44:09.569Z] PASS [2021-11-11T17:44:09.569Z] coverage: 43.8% of statements [2021-11-11T17:44:09.569Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-11-11T17:44:09.569Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-11-11T17:44:09.569Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-11-11T17:44:09.569Z] ok github.com/docker/docker/daemon/logger 0.294s coverage: 43.8% of statements [2021-11-11T17:44:09.569Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-11-11T17:44:09.569Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-11-11T17:44:09.569Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-11-11T17:44:09.569Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-11-11T17:44:09.569Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestParseVolumesFrom [2021-11-11T17:44:09.569Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-11-11T17:44:09.569Z] PASS [2021-11-11T17:44:09.569Z] coverage: 9.0% of statements [2021-11-11T17:44:09.569Z] ok github.com/docker/docker/daemon 2.366s coverage: 9.0% of statements [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-11-11T17:44:09.569Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-11-11T17:44:09.569Z] === RUN TestNewStreamConfig [2021-11-11T17:44:09.569Z] === RUN TestNewStreamConfig/defaults [2021-11-11T17:44:09.569Z] === RUN TestNewStreamConfig/invalid_create_group [2021-11-11T17:44:09.569Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-11-11T17:44:09.569Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-11-11T17:44:09.569Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-11-11T17:44:09.569Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-11-11T17:44:09.569Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-11-11T17:44:09.569Z] --- PASS: TestNewStreamConfig (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-11-11T17:44:09.569Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2021-11-11T17:44:09.569Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2021-11-11T17:44:09.569Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2021-11-11T17:44:09.569Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2021-11-11T17:44:09.569Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-11-11T17:44:09.569Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-11-11T17:44:09.569Z] === RUN TestNewAWSLogsClientRegionDetect [2021-11-11T17:44:10.030Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-11T17:44:10.030Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-11T17:44:10.030Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-11T17:44:10.036Z] time="2021-11-11T17:44:09Z" level=info msg="Trying to get region from EC2 Metadata" [2021-11-11T17:44:10.036Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-11-11T17:44:10.036Z] === RUN TestCreateSuccess [2021-11-11T17:44:10.036Z] --- PASS: TestCreateSuccess (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCreateStreamSkipped [2021-11-11T17:44:10.036Z] time="2021-11-11T17:44:09Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-11-11T17:44:10.036Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCreateLogGroupSuccess [2021-11-11T17:44:10.036Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCreateError [2021-11-11T17:44:10.036Z] --- PASS: TestCreateError (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCreateAlreadyExists [2021-11-11T17:44:10.036Z] time="2021-11-11T17:44:09Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-11-11T17:44:10.036Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestLogClosed [2021-11-11T17:44:10.036Z] --- PASS: TestLogClosed (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestLogBlocking [2021-11-11T17:44:10.036Z] --- PASS: TestLogBlocking (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestLogNonBlockingBufferEmpty [2021-11-11T17:44:10.036Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestLogNonBlockingBufferFull [2021-11-11T17:44:10.036Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestPublishBatchSuccess [2021-11-11T17:44:10.036Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestPublishBatchError [2021-11-11T17:44:10.036Z] time="2021-11-11T17:44:09Z" level=error msg=Error [2021-11-11T17:44:10.036Z] --- PASS: TestPublishBatchError (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-11-11T17:44:10.036Z] time="2021-11-11T17:44:09Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-11T17:44:10.036Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestPublishBatchAlreadyAccepted [2021-11-11T17:44:10.036Z] time="2021-11-11T17:44:09Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-11T17:44:10.036Z] time="2021-11-11T17:44:09Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-11-11T17:44:10.036Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchSimple [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchTicker [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchMultilinePattern [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.08s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchClose [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchClose (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestEffectiveLen [2021-11-11T17:44:10.036Z] === RUN TestEffectiveLen/0/Hello [2021-11-11T17:44:10.036Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-11-11T17:44:10.036Z] === RUN TestEffectiveLen/2/🙃 [2021-11-11T17:44:10.036Z] === RUN TestEffectiveLen/3/���� [2021-11-11T17:44:10.036Z] === RUN TestEffectiveLen/4/He��o [2021-11-11T17:44:10.036Z] === RUN TestEffectiveLen/5/ [2021-11-11T17:44:10.036Z] --- PASS: TestEffectiveLen (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestFindValidSplit [2021-11-11T17:44:10.036Z] === RUN TestFindValidSplit/0/ [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1105: [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:44:10.036Z] === RUN TestFindValidSplit/1/Hello [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1105: Hello [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:44:10.036Z] === RUN TestFindValidSplit/2/Hello [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1105: He [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1106: llo [2021-11-11T17:44:10.036Z] === RUN TestFindValidSplit/3/Hello [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1105: [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1106: Hello [2021-11-11T17:44:10.036Z] === RUN TestFindValidSplit/4/🙃 [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1105: [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1106: 🙃 [2021-11-11T17:44:10.036Z] === RUN TestFindValidSplit/5/🙃 [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1105: 🙃 [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:44:10.036Z] === RUN TestFindValidSplit/6/a� [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1105: a [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1106: � [2021-11-11T17:44:10.036Z] === RUN TestFindValidSplit/7/a� [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1105: a� [2021-11-11T17:44:10.036Z] cloudwatchlogs_test.go:1106: [2021-11-11T17:44:10.036Z] --- PASS: TestFindValidSplit (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestProcessEventEmoji [2021-11-11T17:44:10.036Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchLineSplit [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchLineSplitWithBinary [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchMaxEvents [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchMaxTotalBytes [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-11-11T17:44:10.036Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-11-11T17:44:10.036Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-11-11T17:44:10.036Z] === RUN TestParseLogOptionsMultilinePattern [2021-11-11T17:44:10.036Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestParseLogOptionsDatetimeFormat [2021-11-11T17:44:10.036Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-11-11T17:44:10.036Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-11-11T17:44:10.036Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-11-11T17:44:10.036Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-11-11T17:44:10.036Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-11-11T17:44:10.036Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-11-11T17:44:10.036Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-11-11T17:44:10.036Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-11-11T17:44:10.036Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-11-11T17:44:10.036Z] === RUN TestValidateLogOptionsFormat [2021-11-11T17:44:10.037Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2021-11-11T17:44:10.037Z] === RUN TestValidateLogOptionsFormat/1/random [2021-11-11T17:44:10.037Z] === RUN TestValidateLogOptionsFormat/2/ [2021-11-11T17:44:10.037Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2021-11-11T17:44:10.037Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2021-11-11T17:44:10.037Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2021-11-11T17:44:10.037Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2021-11-11T17:44:10.037Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2021-11-11T17:44:10.037Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2021-11-11T17:44:10.037Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2021-11-11T17:44:10.037Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2021-11-11T17:44:10.037Z] === RUN TestCreateTagSuccess [2021-11-11T17:44:10.037Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-11-11T17:44:10.037Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-11-11T17:44:10.037Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-11-11T17:44:10.037Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-11-11T17:44:10.037Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-11-11T17:44:10.037Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-11-11T17:44:10.037Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-11-11T17:44:10.037Z] PASS [2021-11-11T17:44:10.037Z] coverage: 78.0% of statements [2021-11-11T17:44:10.037Z] ok github.com/docker/docker/daemon/logger/awslogs 0.395s coverage: 78.0% of statements [2021-11-11T17:44:10.037Z] === RUN TestSearchRegistryForImagesErrors [2021-11-11T17:44:10.037Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-11-11T17:44:10.037Z] === RUN TestSearchRegistryForImages [2021-11-11T17:44:10.037Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-11-11T17:44:10.037Z] === RUN TestOnlyPlatformWithFallback [2021-11-11T17:44:10.037Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-11-11T17:44:10.037Z] === RUN TestImageDelete [2021-11-11T17:44:10.037Z] === RUN TestImageDelete/no_lease [2021-11-11T17:44:10.037Z] === RUN TestImageDelete/lease_exists [2021-11-11T17:44:10.037Z] --- PASS: TestImageDelete (0.03s) [2021-11-11T17:44:10.037Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-11-11T17:44:10.037Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-11-11T17:44:10.037Z] === RUN TestContentStoreForPull [2021-11-11T17:44:10.078Z] check_test.go:195: [d105eb541ff86] daemon is not started [2021-11-11T17:44:10.078Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-11T17:44:10.521Z] --- PASS: TestContentStoreForPull (0.16s) [2021-11-11T17:44:10.521Z] PASS [2021-11-11T17:44:10.521Z] coverage: 6.7% of statements [2021-11-11T17:44:10.521Z] ok github.com/docker/docker/daemon/images 0.295s coverage: 6.7% of statements [2021-11-11T17:44:10.521Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-11T17:44:10.521Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-11T17:44:10.521Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-11-11T17:44:10.521Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-11T17:44:10.521Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-11T17:44:10.521Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-11-11T17:44:10.521Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-11-11T17:44:10.521Z] === RUN TestJSONLogsMarshalJSONBuf [2021-11-11T17:44:10.521Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-11-11T17:44:10.521Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-11-11T17:44:10.521Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2021-11-11T17:44:10.521Z] === RUN TestFastTimeMarshalJSON [2021-11-11T17:44:10.521Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-11-11T17:44:10.521Z] PASS [2021-11-11T17:44:10.521Z] coverage: 87.2% of statements [2021-11-11T17:44:10.521Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.195s coverage: 87.2% of statements [2021-11-11T17:44:10.640Z] docker_cli_swarm_test.go:1322: [d5dc6981882fa] joining swarm manager [daf1fb6f550cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:44:10.994Z] === RUN TestJSONFileLogger [2021-11-11T17:44:10.994Z] --- PASS: TestJSONFileLogger (0.00s) [2021-11-11T17:44:10.994Z] === RUN TestJSONFileLoggerWithTags [2021-11-11T17:44:10.994Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-11-11T17:44:10.994Z] === RUN TestJSONFileLoggerWithOpts [2021-11-11T17:44:10.994Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-11-11T17:44:10.994Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-11-11T17:44:10.994Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-11-11T17:44:10.994Z] === RUN TestEncodeDecode [2021-11-11T17:44:10.994Z] === PAUSE TestEncodeDecode [2021-11-11T17:44:10.995Z] === RUN TestUnexpectedEOF [2021-11-11T17:44:10.995Z] time="2021-11-11T17:44:10Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-11T17:44:10.995Z] time="2021-11-11T17:44:10Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-11T17:44:10.995Z] --- PASS: TestUnexpectedEOF (0.13s) [2021-11-11T17:44:10.995Z] === CONT TestEncodeDecode [2021-11-11T17:44:10.995Z] --- PASS: TestEncodeDecode (0.00s) [2021-11-11T17:44:10.995Z] PASS [2021-11-11T17:44:10.995Z] coverage: 69.9% of statements [2021-11-11T17:44:10.995Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.203s coverage: 69.9% of statements [2021-11-11T17:44:11.202Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-11T17:44:11.461Z] === RUN TestWriteLog [2021-11-11T17:44:11.462Z] === PAUSE TestWriteLog [2021-11-11T17:44:11.462Z] === RUN TestReadLog [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite (43.64s) [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.11s) [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.95s) [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.21s) [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.78s) [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.25s) [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.21s) [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.04s) [2021-11-11T17:44:11.762Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.96s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.96s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.03s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.99s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.88s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.93s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.78s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.73s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.91s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.05s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.88s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.73s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.36s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.04s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.63s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.83s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.28s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s) [2021-11-11T17:44:11.763Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2021-11-11T17:44:11.763Z] === RUN TestDockerSchema1RegistrySuite [2021-11-11T17:44:11.763Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-11T17:44:11.929Z] === PAUSE TestReadLog [2021-11-11T17:44:11.929Z] === CONT TestWriteLog [2021-11-11T17:44:11.929Z] --- PASS: TestWriteLog (0.00s) [2021-11-11T17:44:11.929Z] === CONT TestReadLog [2021-11-11T17:44:11.929Z] === RUN TestReadLog/tail_exact [2021-11-11T17:44:11.929Z] === RUN TestReadLog/tail_less_than_available [2021-11-11T17:44:11.929Z] === RUN TestReadLog/tail_more_than_available [2021-11-11T17:44:11.929Z] --- PASS: TestReadLog (0.13s) [2021-11-11T17:44:11.929Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-11-11T17:44:11.929Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-11-11T17:44:11.929Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-11-11T17:44:11.929Z] PASS [2021-11-11T17:44:11.929Z] coverage: 75.2% of statements [2021-11-11T17:44:11.929Z] ok github.com/docker/docker/daemon/logger/local 0.172s coverage: 75.2% of statements [2021-11-11T17:44:11.929Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-11T17:44:11.929Z] === RUN TestLog [2021-11-11T17:44:11.929Z] --- PASS: TestLog (0.00s) [2021-11-11T17:44:11.929Z] PASS [2021-11-11T17:44:11.929Z] coverage: 31.5% of statements [2021-11-11T17:44:11.929Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.054s coverage: 31.5% of statements [2021-11-11T17:44:11.929Z] === RUN TestOpenFileDelete [2021-11-11T17:44:11.929Z] --- PASS: TestOpenFileDelete (0.00s) [2021-11-11T17:44:11.929Z] === RUN TestOpenFileRename [2021-11-11T17:44:11.929Z] --- PASS: TestOpenFileRename (0.00s) [2021-11-11T17:44:11.929Z] === RUN TestParseLogTagDefaultTag [2021-11-11T17:44:11.929Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-11-11T17:44:11.929Z] === RUN TestParseLogTag [2021-11-11T17:44:11.929Z] --- PASS: TestParseLogTag (0.00s) [2021-11-11T17:44:11.929Z] === RUN TestParseLogTagEmptyTag [2021-11-11T17:44:11.929Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-11-11T17:44:11.929Z] === RUN TestTailFiles [2021-11-11T17:44:11.929Z] --- PASS: TestTailFiles (0.00s) [2021-11-11T17:44:12.018Z] check_test.go:222: [d580ab8620aba] daemon is not started [2021-11-11T17:44:12.018Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-11T17:44:12.395Z] === RUN TestFollowLogsConsumerGone [2021-11-11T17:44:12.396Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-11-11T17:44:12.396Z] === RUN TestFollowLogsProducerGone [2021-11-11T17:44:12.396Z] logfile_test.go:178: logDecode() closed after sending 3394 messages [2021-11-11T17:44:12.396Z] logfile_test.go:231: messages sent: 3394, received: 3394 [2021-11-11T17:44:12.396Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-11-11T17:44:12.396Z] === RUN TestCheckCapacityAndRotate [2021-11-11T17:44:12.396Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-11-11T17:44:12.396Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-11-11T17:44:12.396Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2021-11-11T17:44:12.396Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2021-11-11T17:44:12.396Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2021-11-11T17:44:12.396Z] PASS [2021-11-11T17:44:12.396Z] coverage: 53.7% of statements [2021-11-11T17:44:12.396Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.105s coverage: 53.7% of statements [2021-11-11T17:44:12.932Z] === RUN TestNewParse [2021-11-11T17:44:12.932Z] --- PASS: TestNewParse (0.00s) [2021-11-11T17:44:12.932Z] PASS [2021-11-11T17:44:12.932Z] coverage: 8.3% of statements [2021-11-11T17:44:12.932Z] ok github.com/docker/docker/daemon/logger/templates 0.034s coverage: 8.3% of statements [2021-11-11T17:44:12.932Z] === RUN TestValidateLogOpt [2021-11-11T17:44:12.932Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-11T17:44:12.932Z] === RUN TestNewMissedConfig [2021-11-11T17:44:12.932Z] --- PASS: TestNewMissedConfig (0.00s) [2021-11-11T17:44:12.932Z] === RUN TestNewMissedUrl [2021-11-11T17:44:12.932Z] --- PASS: TestNewMissedUrl (0.00s) [2021-11-11T17:44:12.932Z] === RUN TestNewMissedToken [2021-11-11T17:44:12.932Z] --- PASS: TestNewMissedToken (0.00s) [2021-11-11T17:44:12.932Z] === RUN TestNewWithProxy [2021-11-11T17:44:12.932Z] --- PASS: TestNewWithProxy (0.00s) [2021-11-11T17:44:12.932Z] === RUN TestDefault [2021-11-11T17:44:12.932Z] --- PASS: TestDefault (0.01s) [2021-11-11T17:44:12.932Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-11-11T17:44:12.932Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-11-11T17:44:12.932Z] === RUN TestJsonFormat [2021-11-11T17:44:12.932Z] --- PASS: TestJsonFormat (0.01s) [2021-11-11T17:44:12.932Z] === RUN TestRawFormat [2021-11-11T17:44:12.932Z] --- PASS: TestRawFormat (0.00s) [2021-11-11T17:44:12.933Z] === RUN TestRawFormatWithLabels [2021-11-11T17:44:12.933Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-11-11T17:44:12.933Z] === RUN TestRawFormatWithoutTag [2021-11-11T17:44:12.933Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-11-11T17:44:12.933Z] === RUN TestBatching [2021-11-11T17:44:12.933Z] --- PASS: TestBatching (0.23s) [2021-11-11T17:44:12.933Z] === RUN TestFrequency [2021-11-11T17:44:12.933Z] === RUN TestParseLogFormat [2021-11-11T17:44:12.933Z] --- PASS: TestParseLogFormat (0.00s) [2021-11-11T17:44:12.933Z] === RUN TestValidateLogOptEmpty [2021-11-11T17:44:12.933Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-11-11T17:44:12.933Z] === RUN TestValidateSyslogAddress [2021-11-11T17:44:12.933Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-11-11T17:44:12.933Z] === RUN TestParseAddressDefaultPort [2021-11-11T17:44:12.933Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-11-11T17:44:12.933Z] === RUN TestValidateSyslogFacility [2021-11-11T17:44:12.933Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-11-11T17:44:12.933Z] === RUN TestValidateLogOptSyslogFormat [2021-11-11T17:44:12.933Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-11-11T17:44:12.933Z] === RUN TestValidateLogOpt [2021-11-11T17:44:12.933Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-11T17:44:12.933Z] PASS [2021-11-11T17:44:12.933Z] coverage: 46.8% of statements [2021-11-11T17:44:13.414Z] ok github.com/docker/docker/daemon/logger/syslog 0.043s coverage: 46.8% of statements [2021-11-11T17:44:13.414Z] --- PASS: TestFrequency (0.24s) [2021-11-11T17:44:13.414Z] === RUN TestOneMessagePerRequest [2021-11-11T17:44:13.414Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-11-11T17:44:13.414Z] === RUN TestVerify [2021-11-11T17:44:13.414Z] --- PASS: TestVerify (0.00s) [2021-11-11T17:44:13.414Z] === RUN TestSkipVerify [2021-11-11T17:44:13.414Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.414Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.414Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.414Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.882Z] --- PASS: TestSkipVerify (0.44s) [2021-11-11T17:44:13.882Z] === RUN TestBufferMaximum [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636652653.507013\",\"host\":\"18d57c60bcc6\"}'" [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636652653.507013\",\"host\":\"18d57c60bcc6\"}'" [2021-11-11T17:44:13.882Z] --- PASS: TestBufferMaximum (0.00s) [2021-11-11T17:44:13.882Z] === RUN TestServerAlwaysDown [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636652653.510015\",\"host\":\"18d57c60bcc6\"}'" [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636652653.510015\",\"host\":\"18d57c60bcc6\"}'" [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636652653.510015\",\"host\":\"18d57c60bcc6\"}'" [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636652653.510015\",\"host\":\"18d57c60bcc6\"}'" [2021-11-11T17:44:13.882Z] time="2021-11-11T17:44:13Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1636652653.510015\",\"host\":\"18d57c60bcc6\"}'" [2021-11-11T17:44:13.882Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-11-11T17:44:13.882Z] === RUN TestCannotSendAfterClose [2021-11-11T17:44:13.882Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-11-11T17:44:13.882Z] === RUN TestDeadlockOnBlockedEndpoint [2021-11-11T17:44:14.350Z] === RUN TestV1IDService [2021-11-11T17:44:14.350Z] --- PASS: TestV1IDService (0.01s) [2021-11-11T17:44:14.350Z] === RUN TestV2MetadataService [2021-11-11T17:44:14.533Z] check_test.go:222: [dd2f3600c8ed5] daemon is not started [2021-11-11T17:44:14.533Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-11T17:44:14.817Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-11-11T17:44:14.817Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-11-11T17:44:14.817Z] === RUN TestContinueOnError_MirrorEndpoint [2021-11-11T17:44:14.817Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-11-11T17:44:14.817Z] === RUN TestContinueOnError_NeverContinue [2021-11-11T17:44:14.817Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-11-11T17:44:14.817Z] === RUN TestManifestStore [2021-11-11T17:44:14.817Z] === RUN TestManifestStore/no_remote_or_local [2021-11-11T17:44:14.817Z] time="2021-11-11T17:44:14Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49210/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-11-11T17:44:14.817Z] time="2021-11-11T17:44:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"18d57c60bcc6\"}'" [2021-11-11T17:44:14.818Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-11-11T17:44:14.818Z] PASS [2021-11-11T17:44:14.818Z] coverage: 82.5% of statements [2021-11-11T17:44:14.818Z] ok github.com/docker/docker/daemon/logger/splunk 1.991s coverage: 82.5% of statements [2021-11-11T17:44:14.818Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-11T17:44:14.818Z] ? github.com/docker/docker/daemon/network [no test files] [2021-11-11T17:44:14.818Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-11T17:44:14.818Z] --- PASS: TestV2MetadataService (0.54s) [2021-11-11T17:44:14.818Z] PASS [2021-11-11T17:44:14.818Z] coverage: 48.2% of statements [2021-11-11T17:44:14.818Z] ok github.com/docker/docker/distribution/metadata 0.605s coverage: 48.2% of statements [2021-11-11T17:44:14.818Z] time="2021-11-11T17:44:14Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3056151100\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/no_local_cache [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/with_local_cache [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/unknown_media_type [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-11-11T17:44:14.818Z] time="2021-11-11T17:44:14Z" level=warning msg="reference for unknown type: " [2021-11-11T17:44:14.818Z] time="2021-11-11T17:44:14Z" level=warning msg="reference for unknown type: " [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-11-11T17:44:14.818Z] time="2021-11-11T17:44:14Z" level=warning msg="reference for unknown type: " [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-11-11T17:44:14.818Z] time="2021-11-11T17:44:14Z" level=warning msg="reference for unknown type: " [2021-11-11T17:44:14.818Z] === RUN TestSuccessfulDownload [2021-11-11T17:44:14.818Z] download_test.go:267: Needs fixing on Windows [2021-11-11T17:44:14.818Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestCancelledDownload [2021-11-11T17:44:14.818Z] --- PASS: TestCancelledDownload (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestMaxDownloadAttempts [2021-11-11T17:44:14.818Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-11T17:44:14.818Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-11T17:44:14.818Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-11T17:44:14.818Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-11T17:44:14.818Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-11T17:44:14.818Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-11T17:44:14.818Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-11T17:44:14.818Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-11T17:44:14.818Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-11T17:44:14.818Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-11T17:44:14.818Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-11T17:44:14.818Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-11T17:44:14.818Z] time="2021-11-11T17:44:14Z" level=warning msg="reference for unknown type: " [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/error_persisting_manifest [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-11-11T17:44:14.818Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-11-11T17:44:14.818Z] time="2021-11-11T17:44:14Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore (0.22s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/no_remote_or_local (0.14s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-11-11T17:44:14.818Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-11-11T17:44:14.818Z] === RUN TestDetectManifestBlobMediaType [2021-11-11T17:44:14.818Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-11-11T17:44:14.818Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-11-11T17:44:14.818Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-11-11T17:44:14.818Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-11-11T17:44:14.818Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-11-11T17:44:14.818Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-11-11T17:44:14.818Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-11-11T17:44:14.818Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-11-11T17:44:14.818Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-11-11T17:44:14.818Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-11-11T17:44:14.818Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-11-11T17:44:14.818Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-11-11T17:44:14.818Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestFixManifestLayers [2021-11-11T17:44:14.818Z] --- PASS: TestFixManifestLayers (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestFixManifestLayersBaseLayerParent [2021-11-11T17:44:14.818Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-11T17:44:14.818Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestFixManifestLayersBadParent [2021-11-11T17:44:14.818Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestValidateManifest [2021-11-11T17:44:14.818Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-11T17:44:14.818Z] --- SKIP: TestValidateManifest (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestFormatPlatform [2021-11-11T17:44:14.818Z] --- PASS: TestFormatPlatform (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestGetRepositoryMountCandidates [2021-11-11T17:44:14.818Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestLayerAlreadyExists [2021-11-11T17:44:14.818Z] 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} [2021-11-11T17:44:14.818Z] 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} [2021-11-11T17:44:14.818Z] 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} [2021-11-11T17:44:14.818Z] 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} [2021-11-11T17:44:14.818Z] 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} [2021-11-11T17:44:14.818Z] 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} [2021-11-11T17:44:14.818Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-11-11T17:44:14.818Z] === RUN TestWhenEmptyAuthConfig [2021-11-11T17:44:15.293Z] time="2021-11-11T17:44:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:44:15.293Z] time="2021-11-11T17:44:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:44:15.293Z] time="2021-11-11T17:44:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:44:15.293Z] time="2021-11-11T17:44:14Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-11T17:44:15.293Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-11-11T17:44:15.293Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.38s) [2021-11-11T17:44:15.293Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.38s) [2021-11-11T17:44:15.293Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.38s) [2021-11-11T17:44:15.293Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.38s) [2021-11-11T17:44:15.293Z] === RUN TestTransfer [2021-11-11T17:44:15.293Z] --- PASS: TestTransfer (0.14s) [2021-11-11T17:44:15.293Z] === RUN TestConcurrencyLimit [2021-11-11T17:44:15.761Z] === RUN TestNotFound [2021-11-11T17:44:15.761Z] --- PASS: TestNotFound (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestConflict [2021-11-11T17:44:15.761Z] --- PASS: TestConflict (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestForbidden [2021-11-11T17:44:15.761Z] --- PASS: TestForbidden (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestInvalidParameter [2021-11-11T17:44:15.761Z] --- PASS: TestInvalidParameter (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestNotImplemented [2021-11-11T17:44:15.761Z] --- PASS: TestNotImplemented (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestNotModified [2021-11-11T17:44:15.761Z] --- PASS: TestNotModified (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestUnauthorized [2021-11-11T17:44:15.761Z] --- PASS: TestUnauthorized (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestUnknown [2021-11-11T17:44:15.761Z] --- PASS: TestUnknown (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestCancelled [2021-11-11T17:44:15.761Z] --- PASS: TestCancelled (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestDeadline [2021-11-11T17:44:15.761Z] --- PASS: TestDeadline (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestDataLoss [2021-11-11T17:44:15.761Z] --- PASS: TestDataLoss (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestUnavailable [2021-11-11T17:44:15.761Z] --- PASS: TestUnavailable (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestSystem [2021-11-11T17:44:15.761Z] --- PASS: TestSystem (0.00s) [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Not_Found [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Bad_Request [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Conflict [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Unauthorized [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Service_Unavailable [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Forbidden [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Not_Modified [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Not_Implemented [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-11-11T17:44:15.761Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-11-11T17:44:15.761Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-11-11T17:44:15.761Z] PASS [2021-11-11T17:44:15.761Z] coverage: 53.1% of statements [2021-11-11T17:44:15.761Z] ok github.com/docker/docker/errdefs 0.034s coverage: 53.1% of statements [2021-11-11T17:44:15.761Z] --- PASS: TestConcurrencyLimit (0.35s) [2021-11-11T17:44:15.761Z] === RUN TestInactiveJobs [2021-11-11T17:44:16.229Z] --- PASS: TestWhenEmptyAuthConfig (1.10s) [2021-11-11T17:44:16.229Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-11-11T17:44:16.229Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-11-11T17:44:16.229Z] === RUN TestTokenPassThru [2021-11-11T17:44:16.229Z] --- PASS: TestTokenPassThru (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestTokenPassThruDifferentHost [2021-11-11T17:44:16.229Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-11-11T17:44:16.229Z] PASS [2021-11-11T17:44:16.229Z] coverage: 24.1% of statements [2021-11-11T17:44:16.229Z] ok github.com/docker/docker/distribution 1.405s coverage: 24.1% of statements [2021-11-11T17:44:16.229Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-11T17:44:16.229Z] --- PASS: TestInactiveJobs (0.38s) [2021-11-11T17:44:16.229Z] === RUN TestWatchRelease [2021-11-11T17:44:16.229Z] --- PASS: TestWatchRelease (0.04s) [2021-11-11T17:44:16.229Z] === RUN TestWatchFinishedTransfer [2021-11-11T17:44:16.229Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-11-11T17:44:16.229Z] === RUN TestDuplicateTransfer [2021-11-11T17:44:16.229Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-11-11T17:44:16.229Z] === RUN TestSuccessfulUpload [2021-11-11T17:44:16.229Z] === RUN TestFSGetInvalidData [2021-11-11T17:44:16.229Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestFSInvalidSet [2021-11-11T17:44:16.229Z] --- PASS: TestFSInvalidSet (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestFSInvalidRoot [2021-11-11T17:44:16.229Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestFSMetadataGetSet [2021-11-11T17:44:16.229Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-11-11T17:44:16.229Z] === RUN TestFSInvalidWalker [2021-11-11T17:44:16.229Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestFSGetSet [2021-11-11T17:44:16.229Z] --- PASS: TestFSGetSet (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestFSGetUnsetKey [2021-11-11T17:44:16.229Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestFSGetEmptyData [2021-11-11T17:44:16.229Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-11-11T17:44:16.229Z] === RUN TestFSDelete [2021-11-11T17:44:16.229Z] --- PASS: TestFSDelete (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestFSWalker [2021-11-11T17:44:16.229Z] --- PASS: TestFSWalker (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestFSWalkerStopOnError [2021-11-11T17:44:16.229Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-11-11T17:44:16.229Z] === RUN TestNewFromJSON [2021-11-11T17:44:16.229Z] --- PASS: TestNewFromJSON (0.00s) [2021-11-11T17:44:16.229Z] === RUN TestNewFromJSONWithInvalidJSON [2021-11-11T17:44:16.229Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-11-11T17:44:16.229Z] === RUN TestMarshalKeyOrder [2021-11-11T17:44:16.229Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-11-11T17:44:16.229Z] === RUN TestHistoryEqual [2021-11-11T17:44:16.696Z] --- PASS: TestHistoryEqual (0.12s) [2021-11-11T17:44:16.696Z] === RUN TestImage [2021-11-11T17:44:16.696Z] --- PASS: TestImage (0.00s) [2021-11-11T17:44:16.696Z] === RUN TestImageOSNotEmpty [2021-11-11T17:44:16.696Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-11-11T17:44:16.696Z] === RUN TestNewChildImageFromImageWithRootFS [2021-11-11T17:44:16.696Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-11-11T17:44:16.696Z] === RUN TestCreate [2021-11-11T17:44:16.696Z] --- PASS: TestCreate (0.00s) [2021-11-11T17:44:16.696Z] === RUN TestRestore [2021-11-11T17:44:16.696Z] time="2021-11-11T17:44:16Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-11-11T17:44:16.696Z] --- PASS: TestRestore (0.02s) [2021-11-11T17:44:16.696Z] === RUN TestAddDelete [2021-11-11T17:44:16.696Z] time="2021-11-11T17:44:16Z" level=error msg="Upload failed, retrying: simulating retry" [2021-11-11T17:44:16.696Z] --- PASS: TestAddDelete (0.02s) [2021-11-11T17:44:16.696Z] === RUN TestSearchAfterDelete [2021-11-11T17:44:16.696Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-11-11T17:44:16.696Z] === RUN TestParentReset [2021-11-11T17:44:16.696Z] --- PASS: TestParentReset (0.02s) [2021-11-11T17:44:16.696Z] === RUN TestGetAndSetLastUpdated [2021-11-11T17:44:16.696Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-11-11T17:44:16.696Z] === RUN TestStoreLen [2021-11-11T17:44:16.696Z] --- PASS: TestStoreLen (0.03s) [2021-11-11T17:44:16.696Z] PASS [2021-11-11T17:44:16.696Z] coverage: 86.6% of statements [2021-11-11T17:44:16.696Z] ok github.com/docker/docker/image 0.399s coverage: 86.6% of statements [2021-11-11T17:44:16.696Z] --- PASS: TestSuccessfulUpload (0.40s) [2021-11-11T17:44:16.696Z] === RUN TestCancelledUpload [2021-11-11T17:44:16.696Z] --- PASS: TestCancelledUpload (0.00s) [2021-11-11T17:44:16.696Z] PASS [2021-11-11T17:44:16.696Z] coverage: 77.3% of statements [2021-11-11T17:44:16.696Z] ok github.com/docker/docker/distribution/xfer 1.801s coverage: 77.3% of statements [2021-11-11T17:44:16.696Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-11T17:44:16.696Z] === RUN TestCompare [2021-11-11T17:44:16.696Z] --- PASS: TestCompare (0.00s) [2021-11-11T17:44:16.696Z] PASS [2021-11-11T17:44:16.696Z] coverage: 19.2% of statements [2021-11-11T17:44:16.696Z] ok github.com/docker/docker/image/cache 0.062s coverage: 19.2% of statements [2021-11-11T17:44:17.172Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-11T17:44:17.172Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-11T17:44:17.780Z] === RUN TestValidateManifest [2021-11-11T17:44:17.780Z] === RUN TestValidateManifest/nil [2021-11-11T17:44:17.780Z] === RUN TestValidateManifest/non-nil [2021-11-11T17:44:17.780Z] --- PASS: TestValidateManifest (0.00s) [2021-11-11T17:44:17.780Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-11-11T17:44:17.780Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-11-11T17:44:17.780Z] PASS [2021-11-11T17:44:17.780Z] coverage: 0.7% of statements [2021-11-11T17:44:17.780Z] ok github.com/docker/docker/image/tarexport 0.138s coverage: 0.7% of statements [2021-11-11T17:44:17.780Z] === RUN TestMakeV1ConfigFromConfig [2021-11-11T17:44:17.780Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-11-11T17:44:17.780Z] PASS [2021-11-11T17:44:17.780Z] coverage: 25.0% of statements [2021-11-11T17:44:17.780Z] ok github.com/docker/docker/image/v1 0.073s coverage: 25.0% of statements [2021-11-11T17:44:17.780Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-11T17:44:18.765Z] === RUN TestSerialization [2021-11-11T17:44:18.765Z] --- PASS: TestSerialization (0.02s) [2021-11-11T17:44:18.765Z] PASS [2021-11-11T17:44:18.765Z] coverage: 100.0% of statements [2021-11-11T17:44:18.765Z] ok github.com/docker/docker/libcontainerd/queue 0.053s coverage: 100.0% of statements [2021-11-11T17:44:18.765Z] === RUN TestEnvironmentParsing [2021-11-11T17:44:18.765Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-11-11T17:44:18.765Z] PASS [2021-11-11T17:44:18.765Z] coverage: 1.2% of statements [2021-11-11T17:44:18.765Z] ok github.com/docker/docker/libcontainerd/local 0.057s coverage: 1.2% of statements [2021-11-11T17:44:19.233Z] === RUN TestEmptyLayer [2021-11-11T17:44:19.233Z] --- PASS: TestEmptyLayer (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestCommitFailure [2021-11-11T17:44:19.233Z] --- PASS: TestCommitFailure (0.01s) [2021-11-11T17:44:19.233Z] === RUN TestStartTransactionFailure [2021-11-11T17:44:19.233Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestGetOrphan [2021-11-11T17:44:19.233Z] --- PASS: TestGetOrphan (0.01s) [2021-11-11T17:44:19.233Z] === RUN TestMountAndRegister [2021-11-11T17:44:19.233Z] layer_test.go:270: Layer size: 14 [2021-11-11T17:44:19.233Z] --- PASS: TestMountAndRegister (0.03s) [2021-11-11T17:44:19.233Z] === RUN TestLayerRelease [2021-11-11T17:44:19.233Z] layer_test.go:303: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestLayerRelease (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestStoreRestore [2021-11-11T17:44:19.233Z] layer_test.go:352: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestStoreRestore (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestTarStreamStability [2021-11-11T17:44:19.233Z] layer_test.go:467: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestTarStreamStability (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestRegisterExistingLayer [2021-11-11T17:44:19.233Z] --- PASS: TestRegisterExistingLayer (0.07s) [2021-11-11T17:44:19.233Z] === RUN TestTarStreamVerification [2021-11-11T17:44:19.233Z] layer_test.go:696: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestLayerMigration [2021-11-11T17:44:19.233Z] migration_test.go:45: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestLayerMigration (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestLayerMigrationNoTarsplit [2021-11-11T17:44:19.233Z] migration_test.go:181: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestMountInit [2021-11-11T17:44:19.233Z] mount_test.go:17: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestMountInit (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestMountSize [2021-11-11T17:44:19.233Z] mount_test.go:76: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestMountSize (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestMountChanges [2021-11-11T17:44:19.233Z] mount_test.go:125: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestMountChanges (0.00s) [2021-11-11T17:44:19.233Z] === RUN TestMountApply [2021-11-11T17:44:19.233Z] mount_test.go:212: Failing on Windows [2021-11-11T17:44:19.233Z] --- SKIP: TestMountApply (0.00s) [2021-11-11T17:44:19.233Z] PASS [2021-11-11T17:44:19.233Z] coverage: 30.1% of statements [2021-11-11T17:44:19.233Z] ok github.com/docker/docker/layer 0.211s coverage: 30.1% of statements [2021-11-11T17:44:19.233Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-11T17:44:19.233Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-11T17:44:19.233Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-11T17:44:19.233Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-11T17:44:19.700Z] === RUN TestSequenceGetAvailableBit [2021-11-11T17:44:19.700Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestSequenceEqual [2021-11-11T17:44:19.700Z] --- PASS: TestSequenceEqual (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestSequenceCopy [2021-11-11T17:44:19.700Z] --- PASS: TestSequenceCopy (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestGetFirstAvailable [2021-11-11T17:44:19.700Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestFindSequence [2021-11-11T17:44:19.700Z] --- PASS: TestFindSequence (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestCheckIfAvailable [2021-11-11T17:44:19.700Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestMergeSequences [2021-11-11T17:44:19.700Z] --- PASS: TestMergeSequences (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestPushReservation [2021-11-11T17:44:19.700Z] --- PASS: TestPushReservation (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestSerializeDeserialize [2021-11-11T17:44:19.700Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestSet [2021-11-11T17:44:19.700Z] --- PASS: TestSet (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestSetUnset [2021-11-11T17:44:19.700Z] --- PASS: TestSetUnset (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestOffsetSetUnset [2021-11-11T17:44:19.700Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestSetInRange [2021-11-11T17:44:19.700Z] --- PASS: TestSetInRange (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestSetAnyInRange [2021-11-11T17:44:19.700Z] --- PASS: TestSetAnyInRange (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestMethods [2021-11-11T17:44:19.700Z] --- PASS: TestMethods (0.00s) [2021-11-11T17:44:19.700Z] === RUN TestRandomAllocateDeallocate [2021-11-11T17:44:19.778Z] check_test.go:222: [d80db758f4195] daemon is not started [2021-11-11T17:44:19.779Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-11T17:44:20.956Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-11T17:44:20.956Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-11T17:44:21.261Z] === RUN TestInvalidConfig [2021-11-11T17:44:21.261Z] --- PASS: TestInvalidConfig (0.00s) [2021-11-11T17:44:21.261Z] === RUN TestConfig [2021-11-11T17:44:21.261Z] --- PASS: TestConfig (0.00s) [2021-11-11T17:44:21.261Z] === RUN TestOptionsLabels [2021-11-11T17:44:21.261Z] --- PASS: TestOptionsLabels (0.00s) [2021-11-11T17:44:21.261Z] === RUN TestValidName [2021-11-11T17:44:21.261Z] --- PASS: TestValidName (0.00s) [2021-11-11T17:44:21.261Z] === RUN TestTLSConfiguration [2021-11-11T17:44:21.261Z] time="2021-11-11T17:44:20Z" level=info msg="Option Initializing KV with TLS" [2021-11-11T17:44:21.261Z] --- PASS: TestTLSConfiguration (0.13s) [2021-11-11T17:44:21.261Z] PASS [2021-11-11T17:44:21.261Z] coverage: 24.0% of statements [2021-11-11T17:44:21.261Z] ok github.com/docker/docker/libnetwork/config 0.187s coverage: 24.0% of statements [2021-11-11T17:44:21.261Z] === RUN TestKey [2021-11-11T17:44:21.261Z] --- PASS: TestKey (0.00s) [2021-11-11T17:44:21.261Z] === RUN TestParseKey [2021-11-11T17:44:21.261Z] --- PASS: TestParseKey (0.00s) [2021-11-11T17:44:21.261Z] === RUN TestInvalidDataStore [2021-11-11T17:44:21.261Z] --- PASS: TestInvalidDataStore (0.00s) [2021-11-11T17:44:21.261Z] === RUN TestKVObjectFlatKey [2021-11-11T17:44:21.261Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-11-11T17:44:21.261Z] === RUN TestAtomicKVObjectFlatKey [2021-11-11T17:44:21.261Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-11-11T17:44:21.261Z] PASS [2021-11-11T17:44:21.261Z] coverage: 21.9% of statements [2021-11-11T17:44:21.261Z] ok github.com/docker/docker/libnetwork/datastore 0.043s coverage: 21.9% of statements [2021-11-11T17:44:22.248Z] === RUN TestIPDataMarshalling [2021-11-11T17:44:22.248Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-11-11T17:44:22.248Z] === RUN TestValidateAndIsV6 [2021-11-11T17:44:22.248Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-11-11T17:44:22.248Z] PASS [2021-11-11T17:44:22.248Z] coverage: 68.9% of statements [2021-11-11T17:44:22.248Z] ok github.com/docker/docker/libnetwork/driverapi 0.045s coverage: 68.9% of statements [2021-11-11T17:44:22.295Z] check_test.go:222: [d46e3108b428c] daemon is not started [2021-11-11T17:44:22.295Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-11T17:44:22.784Z] --- PASS: TestRandomAllocateDeallocate (2.90s) [2021-11-11T17:44:22.784Z] === RUN TestAllocateRandomDeallocate [2021-11-11T17:44:22.784Z] === RUN TestErrorInterfaces [2021-11-11T17:44:22.784Z] --- PASS: TestErrorInterfaces (0.00s) [2021-11-11T17:44:22.784Z] === RUN TestNetworkMarshalling [2021-11-11T17:44:22.784Z] --- PASS: TestNetworkMarshalling (0.14s) [2021-11-11T17:44:22.784Z] === RUN TestEndpointMarshalling [2021-11-11T17:44:22.785Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-11-11T17:44:22.785Z] === RUN TestAuxAddresses [2021-11-11T17:44:22.785Z] === RUN TestDriver [2021-11-11T17:44:22.785Z] --- PASS: TestDriver (0.00s) [2021-11-11T17:44:22.785Z] PASS [2021-11-11T17:44:22.785Z] coverage: 34.8% of statements [2021-11-11T17:44:22.785Z] time="2021-11-11T17:44:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-11T17:44:22.785Z] ok github.com/docker/docker/libnetwork/drivers/host 0.042s coverage: 34.8% of statements [2021-11-11T17:44:22.785Z] --- PASS: TestAuxAddresses (0.01s) [2021-11-11T17:44:22.785Z] === RUN TestSRVServiceQuery [2021-11-11T17:44:22.785Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-11-11T17:44:22.785Z] === RUN TestServiceVIPReuse [2021-11-11T17:44:22.785Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestServiceVIPReuse (0.01s) [2021-11-11T17:44:22.785Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-11-11T17:44:22.785Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2021-11-11T17:44:22.785Z] === RUN TestDNSIPQuery [2021-11-11T17:44:22.785Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-11-11T17:44:22.785Z] === RUN TestDNSProxyServFail [2021-11-11T17:44:22.785Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-11-11T17:44:22.785Z] === RUN TestSandboxAddEmpty [2021-11-11T17:44:22.785Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-11-11T17:44:22.785Z] === RUN TestSandboxAddMultiPrio [2021-11-11T17:44:22.785Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-11-11T17:44:22.785Z] === RUN TestSandboxAddSamePrio [2021-11-11T17:44:22.785Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-11-11T17:44:22.785Z] === RUN TestCleanupServiceDiscovery [2021-11-11T17:44:22.785Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-11-11T17:44:22.785Z] === RUN TestDNSOptions [2021-11-11T17:44:22.785Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:44:22.785Z] --- SKIP: TestDNSOptions (0.00s) [2021-11-11T17:44:22.785Z] === RUN TestMultipleControllersWithSameStore [2021-11-11T17:44:22.785Z] time="2021-11-11T17:44:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-11T17:44:22.785Z] time="2021-11-11T17:44:22Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-11T17:44:22.785Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-11-11T17:44:22.785Z] PASS [2021-11-11T17:44:22.785Z] coverage: 8.6% of statements [2021-11-11T17:44:22.785Z] ok github.com/docker/docker/libnetwork 0.270s coverage: 8.6% of statements [2021-11-11T17:44:23.222Z] check_test.go:222: [dea0321660fa6] daemon is not started [2021-11-11T17:44:23.223Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-11T17:44:23.255Z] --- PASS: TestAllocateRandomDeallocate (0.70s) [2021-11-11T17:44:23.255Z] === RUN TestAllocateRandomDeallocateSerialize [2021-11-11T17:44:23.255Z] === RUN TestDriver [2021-11-11T17:44:23.255Z] --- PASS: TestDriver (0.00s) [2021-11-11T17:44:23.255Z] PASS [2021-11-11T17:44:23.255Z] coverage: 34.8% of statements [2021-11-11T17:44:23.255Z] ok github.com/docker/docker/libnetwork/drivers/null 0.033s coverage: 34.8% of statements [2021-11-11T17:44:23.721Z] === RUN TestNetworkAllocateFree [2021-11-11T17:44:23.721Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-11-11T17:44:23.721Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-11-11T17:44:23.721Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-11-11T17:44:23.721Z] PASS [2021-11-11T17:44:23.721Z] coverage: 63.6% of statements [2021-11-11T17:44:23.721Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.048s coverage: 63.6% of statements [2021-11-11T17:44:23.721Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.61s) [2021-11-11T17:44:23.721Z] === RUN TestRetrieveFromStore [2021-11-11T17:44:23.721Z] === RUN TestGetEmptyCapabilities [2021-11-11T17:44:23.721Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-11-11T17:44:23.721Z] === RUN TestGetExtraCapabilities [2021-11-11T17:44:23.721Z] --- PASS: TestGetExtraCapabilities (0.01s) [2021-11-11T17:44:23.721Z] === RUN TestGetInvalidCapabilities [2021-11-11T17:44:23.721Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-11-11T17:44:23.721Z] === RUN TestRemoteDriver [2021-11-11T17:44:23.721Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-11T17:44:23.721Z] === RUN TestDriverError [2021-11-11T17:44:23.722Z] --- PASS: TestDriverError (0.00s) [2021-11-11T17:44:23.722Z] === RUN TestMissingValues [2021-11-11T17:44:23.722Z] --- PASS: TestMissingValues (0.00s) [2021-11-11T17:44:23.722Z] === RUN TestRollback [2021-11-11T17:44:23.722Z] --- PASS: TestRollback (0.00s) [2021-11-11T17:44:23.722Z] PASS [2021-11-11T17:44:23.722Z] coverage: 57.4% of statements [2021-11-11T17:44:23.722Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.077s coverage: 57.4% of statements [2021-11-11T17:44:24.149Z] check_test.go:222: [dafd6d87c16f7] daemon is not started [2021-11-11T17:44:24.149Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-11T17:44:24.149Z] check_test.go:222: [df35333f2f752] daemon is not started [2021-11-11T17:44:24.149Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-11T17:44:24.188Z] --- PASS: TestRetrieveFromStore (0.34s) [2021-11-11T17:44:24.188Z] === RUN TestIsCorrupted [2021-11-11T17:44:24.188Z] --- PASS: TestIsCorrupted (0.05s) [2021-11-11T17:44:24.188Z] === RUN TestSetRollover [2021-11-11T17:44:24.655Z] === RUN TestNAT [2021-11-11T17:44:24.655Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-11T17:44:24.655Z] --- SKIP: TestNAT (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestTransparent [2021-11-11T17:44:24.655Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-11T17:44:24.655Z] --- SKIP: TestTransparent (0.00s) [2021-11-11T17:44:24.655Z] PASS [2021-11-11T17:44:24.655Z] coverage: 0.0% of statements [2021-11-11T17:44:24.655Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.071s coverage: 0.0% of statements [2021-11-11T17:44:24.655Z] === RUN TestBuildDefault [2021-11-11T17:44:24.655Z] --- PASS: TestBuildDefault (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestBuildHostnameDomainname [2021-11-11T17:44:24.655Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestBuildHostname [2021-11-11T17:44:24.655Z] --- PASS: TestBuildHostname (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestBuildHostnameFQDN [2021-11-11T17:44:24.655Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestBuildNoIP [2021-11-11T17:44:24.655Z] --- PASS: TestBuildNoIP (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestUpdate [2021-11-11T17:44:24.655Z] --- PASS: TestUpdate (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-11-11T17:44:24.655Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-11-11T17:44:24.655Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestAddEmpty [2021-11-11T17:44:24.655Z] --- PASS: TestAddEmpty (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestAdd [2021-11-11T17:44:24.655Z] --- PASS: TestAdd (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestDeleteEmpty [2021-11-11T17:44:24.655Z] --- PASS: TestDeleteEmpty (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestDeleteNewline [2021-11-11T17:44:24.655Z] --- PASS: TestDeleteNewline (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestDelete [2021-11-11T17:44:24.655Z] --- PASS: TestDelete (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestConcurrentWrites [2021-11-11T17:44:24.655Z] === RUN TestNew [2021-11-11T17:44:24.655Z] --- PASS: TestNew (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestAddDriver [2021-11-11T17:44:24.655Z] --- PASS: TestAddDriver (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestAddDuplicateDriver [2021-11-11T17:44:24.655Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestIPAMDefaultAddressSpaces [2021-11-11T17:44:24.655Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestDriver [2021-11-11T17:44:24.655Z] --- PASS: TestDriver (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestIPAM [2021-11-11T17:44:24.655Z] --- PASS: TestIPAM (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestWalkIPAMs [2021-11-11T17:44:24.655Z] --- PASS: TestWalkIPAMs (0.00s) [2021-11-11T17:44:24.655Z] === RUN TestWalkDrivers [2021-11-11T17:44:24.655Z] --- PASS: TestWalkDrivers (0.00s) [2021-11-11T17:44:24.655Z] PASS [2021-11-11T17:44:24.655Z] coverage: 82.4% of statements [2021-11-11T17:44:24.655Z] ok github.com/docker/docker/libnetwork/drvregistry 0.070s coverage: 82.4% of statements [2021-11-11T17:44:25.277Z] check_test.go:222: [dedd5974d145f] daemon is not started [2021-11-11T17:44:25.277Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-11T17:44:25.301Z] --- PASS: TestConcurrentWrites (0.16s) [2021-11-11T17:44:25.301Z] PASS [2021-11-11T17:44:25.301Z] coverage: 81.2% of statements [2021-11-11T17:44:25.301Z] ok github.com/docker/docker/libnetwork/etchosts 0.223s coverage: 81.2% of statements [2021-11-11T17:44:25.301Z] --- PASS: TestSetRollover (0.97s) [2021-11-11T17:44:25.301Z] === RUN TestSetRolloverSerial [2021-11-11T17:44:25.301Z] === RUN TestNew [2021-11-11T17:44:25.301Z] --- PASS: TestNew (0.00s) [2021-11-11T17:44:25.301Z] === RUN TestAllocate [2021-11-11T17:44:25.301Z] --- PASS: TestAllocate (0.00s) [2021-11-11T17:44:25.301Z] === RUN TestUninitialized [2021-11-11T17:44:25.301Z] --- PASS: TestUninitialized (0.00s) [2021-11-11T17:44:25.301Z] === RUN TestAllocateInRange [2021-11-11T17:44:25.301Z] --- PASS: TestAllocateInRange (0.00s) [2021-11-11T17:44:25.301Z] === RUN TestAllocateSerial [2021-11-11T17:44:25.301Z] --- PASS: TestAllocateSerial (0.00s) [2021-11-11T17:44:25.301Z] PASS [2021-11-11T17:44:25.301Z] coverage: 87.5% of statements [2021-11-11T17:44:25.301Z] ok github.com/docker/docker/libnetwork/idm 0.037s coverage: 87.5% of statements [2021-11-11T17:44:25.768Z] === RUN TestDiff [2021-11-11T17:44:25.768Z] --- PASS: TestDiff (0.00s) [2021-11-11T17:44:25.768Z] === RUN TestAddedCallback [2021-11-11T17:44:25.768Z] --- PASS: TestAddedCallback (0.00s) [2021-11-11T17:44:25.768Z] === RUN TestRemovedCallback [2021-11-11T17:44:25.768Z] --- PASS: TestRemovedCallback (0.00s) [2021-11-11T17:44:25.768Z] === RUN TestNoCallback [2021-11-11T17:44:25.768Z] --- PASS: TestNoCallback (0.00s) [2021-11-11T17:44:25.768Z] PASS [2021-11-11T17:44:25.768Z] coverage: 48.1% of statements [2021-11-11T17:44:25.768Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.042s coverage: 48.1% of statements [2021-11-11T17:44:25.870Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-11-11T17:44:26.205Z] check_test.go:222: [d9b6eb5109f54] daemon is not started [2021-11-11T17:44:26.205Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-11T17:44:26.235Z] === RUN TestCaller [2021-11-11T17:44:26.235Z] --- PASS: TestCaller (0.00s) [2021-11-11T17:44:26.235Z] PASS [2021-11-11T17:44:26.235Z] coverage: 100.0% of statements [2021-11-11T17:44:26.235Z] --- PASS: TestSetRolloverSerial (0.81s) [2021-11-11T17:44:26.235Z] === RUN TestGetFirstAvailableFromCurrent [2021-11-11T17:44:26.235Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-11-11T17:44:26.235Z] PASS [2021-11-11T17:44:26.235Z] coverage: 84.4% of statements [2021-11-11T17:44:26.235Z] ok github.com/docker/docker/libnetwork/internal/caller 0.042s coverage: 100.0% of statements [2021-11-11T17:44:26.235Z] ok github.com/docker/docker/libnetwork/bitseq 6.410s coverage: 84.4% of statements [2021-11-11T17:44:26.235Z] === RUN TestSetSerialInsertDelete [2021-11-11T17:44:26.235Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-11-11T17:44:26.235Z] === RUN TestSetParallelInsertDelete [2021-11-11T17:44:27.132Z] check_test.go:222: [d6a5992f26a2d] daemon is not started [2021-11-11T17:44:27.132Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-11T17:44:27.219Z] === RUN TestPoolRequest [2021-11-11T17:44:27.219Z] --- PASS: TestPoolRequest (0.00s) [2021-11-11T17:44:27.219Z] === RUN TestOtherRequests [2021-11-11T17:44:27.219Z] --- PASS: TestOtherRequests (0.00s) [2021-11-11T17:44:27.219Z] PASS [2021-11-11T17:44:27.219Z] coverage: 57.1% of statements [2021-11-11T17:44:27.219Z] ok github.com/docker/docker/libnetwork/ipams/null 0.036s coverage: 57.1% of statements [2021-11-11T17:44:27.219Z] === RUN TestInt2IP2IntConversion [2021-11-11T17:44:27.686Z] --- PASS: TestInt2IP2IntConversion (0.41s) [2021-11-11T17:44:27.686Z] === RUN TestGetAddressVersion [2021-11-11T17:44:27.686Z] --- PASS: TestGetAddressVersion (0.00s) [2021-11-11T17:44:27.686Z] === RUN TestKeyString [2021-11-11T17:44:27.686Z] --- PASS: TestKeyString (0.00s) [2021-11-11T17:44:27.686Z] === RUN TestPoolDataMarshal [2021-11-11T17:44:27.686Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-11-11T17:44:27.686Z] === RUN TestSubnetsMarshal [2021-11-11T17:44:27.686Z] --- PASS: TestSubnetsMarshal (0.04s) [2021-11-11T17:44:27.686Z] === RUN TestAddSubnets [2021-11-11T17:44:27.686Z] --- PASS: TestAddSubnets (0.03s) [2021-11-11T17:44:27.686Z] === RUN TestDoublePoolRelease [2021-11-11T17:44:27.686Z] --- PASS: TestDoublePoolRelease (0.01s) [2021-11-11T17:44:27.686Z] === RUN TestAddReleasePoolID [2021-11-11T17:44:27.686Z] --- PASS: TestAddReleasePoolID (0.03s) [2021-11-11T17:44:27.686Z] === RUN TestPredefinedPool [2021-11-11T17:44:27.686Z] --- PASS: TestPredefinedPool (0.01s) [2021-11-11T17:44:27.686Z] === RUN TestRemoveSubnet [2021-11-11T17:44:27.686Z] --- PASS: TestRemoveSubnet (0.08s) [2021-11-11T17:44:27.686Z] === RUN TestGetSameAddress [2021-11-11T17:44:27.686Z] --- PASS: TestGetSameAddress (0.02s) [2021-11-11T17:44:27.686Z] === RUN TestPoolAllocationReuse [2021-11-11T17:44:28.153Z] === RUN TestGetCapabilities [2021-11-11T17:44:28.153Z] --- PASS: TestGetCapabilities (0.01s) [2021-11-11T17:44:28.153Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-11-11T17:44:28.153Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-11-11T17:44:28.153Z] === RUN TestGetDefaultAddressSpaces [2021-11-11T17:44:28.153Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-11-11T17:44:28.153Z] === RUN TestRemoteDriver [2021-11-11T17:44:28.153Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-11T17:44:28.153Z] PASS [2021-11-11T17:44:28.153Z] coverage: 47.4% of statements [2021-11-11T17:44:28.153Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.060s coverage: 47.4% of statements [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-11T17:44:28.620Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-11T17:44:28.620Z] --- PASS: TestPoolAllocationReuse (0.94s) [2021-11-11T17:44:28.620Z] === RUN TestGetAddressSubPoolEqualPool [2021-11-11T17:44:28.620Z] --- PASS: TestGetAddressSubPoolEqualPool (0.01s) [2021-11-11T17:44:28.620Z] === RUN TestRequestReleaseAddressFromSubPool [2021-11-11T17:44:29.087Z] === RUN TestWindowsIPAM [2021-11-11T17:44:29.087Z] --- PASS: TestWindowsIPAM (0.00s) [2021-11-11T17:44:29.087Z] PASS [2021-11-11T17:44:29.087Z] coverage: 71.4% of statements [2021-11-11T17:44:29.087Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.038s coverage: 71.4% of statements [2021-11-11T17:44:29.087Z] === RUN TestDefaultNetwork [2021-11-11T17:44:29.555Z] === RUN TestKeyValue [2021-11-11T17:44:29.555Z] --- PASS: TestKeyValue (0.00s) [2021-11-11T17:44:29.555Z] PASS [2021-11-11T17:44:29.555Z] coverage: 60.0% of statements [2021-11-11T17:44:29.555Z] ok github.com/docker/docker/libnetwork/netlabel 0.034s coverage: 60.0% of statements [2021-11-11T17:44:29.555Z] --- PASS: TestDefaultNetwork (0.21s) [2021-11-11T17:44:29.555Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-11-11T17:44:29.555Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.23s) [2021-11-11T17:44:29.555Z] === RUN TestInitAddressPools [2021-11-11T17:44:29.555Z] --- PASS: TestInitAddressPools (0.00s) [2021-11-11T17:44:29.555Z] PASS [2021-11-11T17:44:29.555Z] coverage: 74.0% of statements [2021-11-11T17:44:29.555Z] ok github.com/docker/docker/libnetwork/ipamutils 0.502s coverage: 74.0% of statements [2021-11-11T17:44:29.648Z] check_test.go:222: [dbb19fb3cc073] daemon is not started [2021-11-11T17:44:29.648Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-11T17:44:29.648Z] check_test.go:222: [dd65da7fb5d64] daemon is not started [2021-11-11T17:44:29.648Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-11T17:44:29.903Z] check_test.go:222: [d8ac8b3730b83] daemon is not started [2021-11-11T17:44:29.903Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-11T17:44:30.023Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.16s) [2021-11-11T17:44:30.023Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-11-11T17:44:30.158Z] check_test.go:222: [d790cc067fc5c] daemon is not started [2021-11-11T17:44:30.158Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-11T17:44:30.414Z] check_test.go:222: [de4a8ca1c67f4] daemon is not started [2021-11-11T17:44:30.414Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-11T17:44:30.490Z] === RUN TestGenerate [2021-11-11T17:44:30.490Z] --- PASS: TestGenerate (0.00s) [2021-11-11T17:44:30.490Z] === RUN TestGeneratePtr [2021-11-11T17:44:30.490Z] --- PASS: TestGeneratePtr (0.00s) [2021-11-11T17:44:30.490Z] === RUN TestGenerateMissingField [2021-11-11T17:44:30.490Z] --- PASS: TestGenerateMissingField (0.00s) [2021-11-11T17:44:30.490Z] === RUN TestFieldCannotBeSet [2021-11-11T17:44:30.490Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-11-11T17:44:30.490Z] === RUN TestTypeMismatchError [2021-11-11T17:44:30.490Z] --- PASS: TestTypeMismatchError (0.00s) [2021-11-11T17:44:30.490Z] PASS [2021-11-11T17:44:30.490Z] coverage: 100.0% of statements [2021-11-11T17:44:30.490Z] ok github.com/docker/docker/libnetwork/options 0.059s coverage: 100.0% of statements [2021-11-11T17:44:30.670Z] check_test.go:222: [d6fbc0e4e4561] daemon is not started [2021-11-11T17:44:30.670Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-11T17:44:30.925Z] check_test.go:222: [dac10a77a82f3] daemon is not started [2021-11-11T17:44:30.925Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-11T17:44:31.181Z] check_test.go:222: [dfb643b761ff8] daemon is not started [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite (19.27s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.58s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.88s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.68s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.06s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.95s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.84s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.28s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.36s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.23s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2021-11-11T17:44:31.181Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-11-11T17:44:31.181Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-11T17:44:31.181Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-11T17:44:31.474Z] testing: warning: no tests to run [2021-11-11T17:44:31.474Z] PASS [2021-11-11T17:44:31.474Z] coverage: 0.0% of statements [2021-11-11T17:44:31.474Z] ok github.com/docker/docker/libnetwork/osl 0.032s coverage: 0.0% of statements [no tests to run] [2021-11-11T17:44:31.474Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.52s) [2021-11-11T17:44:31.474Z] === RUN TestGetAddress [2021-11-11T17:44:31.474Z] === RUN TestNetworkDBSimple [2021-11-11T17:44:31.743Z] check_test.go:251: [db0b1aea7397a] daemon is not started [2021-11-11T17:44:31.743Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-11T17:44:31.940Z] === RUN TestRequestNewPort [2021-11-11T17:44:31.941Z] --- PASS: TestRequestNewPort (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestRequestSpecificPort [2021-11-11T17:44:31.941Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestReleasePort [2021-11-11T17:44:31.941Z] --- PASS: TestReleasePort (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestReuseReleasedPort [2021-11-11T17:44:31.941Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestReleaseUnreadledPort [2021-11-11T17:44:31.941Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestUnknowProtocol [2021-11-11T17:44:31.941Z] --- PASS: TestUnknowProtocol (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestAllocateAllPorts [2021-11-11T17:44:31.941Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestPortAllocation [2021-11-11T17:44:31.941Z] --- PASS: TestPortAllocation (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestPortAllocationWithCustomRange [2021-11-11T17:44:31.941Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestNoDuplicateBPR [2021-11-11T17:44:31.941Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-11-11T17:44:31.941Z] === RUN TestChangePortRange [2021-11-11T17:44:31.941Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-11-11T17:44:31.941Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-11-11T17:44:31.941Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-11-11T17:44:31.941Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-11-11T17:44:31.941Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-11-11T17:44:31.941Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-11-11T17:44:31.941Z] --- PASS: TestChangePortRange (0.00s) [2021-11-11T17:44:31.941Z] PASS [2021-11-11T17:44:31.941Z] coverage: 88.6% of statements [2021-11-11T17:44:31.941Z] ok github.com/docker/docker/libnetwork/portallocator 0.039s coverage: 88.6% of statements [2021-11-11T17:44:32.306Z] check_test.go:251: [d1e84f85faf45] daemon is not started [2021-11-11T17:44:32.306Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-11T17:44:32.409Z] 2021/11/11 17:44:32 Closing DB instances... [2021-11-11T17:44:32.562Z] check_test.go:251: [d9a0313775f59] daemon is not started [2021-11-11T17:44:32.562Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-11T17:44:32.947Z] testing: warning: no tests to run [2021-11-11T17:44:32.947Z] PASS [2021-11-11T17:44:32.947Z] coverage: 0.0% of statements [2021-11-11T17:44:32.947Z] ok github.com/docker/docker/libnetwork/portmapper 0.033s coverage: 0.0% of statements [no tests to run] [2021-11-11T17:44:33.417Z] === RUN TestHashData [2021-11-11T17:44:33.417Z] --- PASS: TestHashData (0.00s) [2021-11-11T17:44:33.417Z] PASS [2021-11-11T17:44:33.417Z] coverage: 2.8% of statements [2021-11-11T17:44:33.417Z] ok github.com/docker/docker/libnetwork/resolvconf 0.033s coverage: 2.8% of statements [2021-11-11T17:44:33.417Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-11-11T17:44:33.417Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-11-11T17:44:33.884Z] === RUN TestErrorConstructors [2021-11-11T17:44:33.884Z] --- PASS: TestErrorConstructors (0.00s) [2021-11-11T17:44:33.884Z] === RUN TestCompareIPMask [2021-11-11T17:44:33.884Z] --- PASS: TestCompareIPMask (0.00s) [2021-11-11T17:44:33.884Z] === RUN TestUtilGetHostPartIP [2021-11-11T17:44:33.884Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-11-11T17:44:33.884Z] === RUN TestUtilGetBroadcastIP [2021-11-11T17:44:33.884Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-11-11T17:44:33.884Z] === RUN TestParseCIDR [2021-11-11T17:44:33.884Z] --- PASS: TestParseCIDR (0.00s) [2021-11-11T17:44:33.884Z] PASS [2021-11-11T17:44:33.884Z] coverage: 37.3% of statements [2021-11-11T17:44:33.884Z] ok github.com/docker/docker/libnetwork/types 0.033s coverage: 37.3% of statements [2021-11-11T17:44:33.927Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-11T17:44:34.182Z] check_test.go:251: [dd669d20452d1] daemon is not started [2021-11-11T17:44:34.182Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-11T17:44:34.744Z] check_test.go:251: [db7ce3ae123fe] daemon is not started [2021-11-11T17:44:34.744Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-11T17:44:34.867Z] 2021/11/11 17:44:34 Closing DB instances... [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-11-11T17:44:34.867Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-11-11T17:44:34.867Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-11-11T17:44:34.868Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-11-11T17:44:34.868Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-11-11T17:44:34.868Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-11-11T17:44:34.868Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-11-11T17:44:34.868Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-11-11T17:44:34.868Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-11-11T17:44:34.868Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-11-11T17:44:34.868Z] PASS [2021-11-11T17:44:34.868Z] coverage: 50.0% of statements [2021-11-11T17:44:34.868Z] ok github.com/docker/docker/oci 0.042s coverage: 50.0% of statements [2021-11-11T17:44:35.671Z] check_test.go:251: [d0de81f79ef95] daemon is not started [2021-11-11T17:44:35.671Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-11T17:44:35.671Z] check_test.go:251: [de694a279b3b8] daemon is not started [2021-11-11T17:44:35.671Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.64s) [2021-11-11T17:44:35.671Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.68s) [2021-11-11T17:44:35.671Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2021-11-11T17:44:35.671Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-11-11T17:44:35.671Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s) [2021-11-11T17:44:35.671Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2021-11-11T17:44:35.671Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2021-11-11T17:44:35.671Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s) [2021-11-11T17:44:35.671Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-11-11T17:44:35.671Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-11T17:44:35.671Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-11T17:44:36.429Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-11-11T17:44:36.429Z] PASS [2021-11-11T17:44:36.429Z] coverage: 100.0% of statements [2021-11-11T17:44:36.429Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.049s coverage: 100.0% of statements [2021-11-11T17:44:36.429Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.63s) [2021-11-11T17:44:36.429Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-11-11T17:44:36.429Z] === RUN TestAddressPoolOpt [2021-11-11T17:44:36.429Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/a [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/something [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/_=a [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/env1=value1 [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/_env1=value1 [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/env2=value2=value3 [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/env3=abc!qwe [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/env_4=value_4 [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/PATH [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/=a [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/PATH= [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/PATH=something [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/asd!qwe [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/1asd [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/123 [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/some_space [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/__some_space_before [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/some_space_after__ [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/= [2021-11-11T17:44:36.429Z] === RUN TestValidateEnv/PaTh [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/a (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/something (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/= (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestParseHost [2021-11-11T17:44:36.429Z] --- PASS: TestParseHost (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestParseDockerDaemonHost [2021-11-11T17:44:36.429Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestParseTCP [2021-11-11T17:44:36.429Z] --- PASS: TestParseTCP (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestParseInvalidUnixAddrInvalid [2021-11-11T17:44:36.429Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestValidateExtraHosts [2021-11-11T17:44:36.429Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestIpOptString [2021-11-11T17:44:36.429Z] --- PASS: TestIpOptString (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestNewIpOptInvalidDefaultVal [2021-11-11T17:44:36.429Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestNewIpOptValidDefaultVal [2021-11-11T17:44:36.429Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestIpOptSetInvalidVal [2021-11-11T17:44:36.429Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestValidateIPAddress [2021-11-11T17:44:36.429Z] --- PASS: TestValidateIPAddress (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestMapOpts [2021-11-11T17:44:36.429Z] --- PASS: TestMapOpts (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestListOptsWithoutValidator [2021-11-11T17:44:36.429Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestListOptsWithValidator [2021-11-11T17:44:36.429Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestValidateDNSSearch [2021-11-11T17:44:36.429Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_general_format [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_one_more [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-11-11T17:44:36.429Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-11-11T17:44:36.429Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestNamedListOpts [2021-11-11T17:44:36.429Z] --- PASS: TestNamedListOpts (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestNamedMapOpts [2021-11-11T17:44:36.429Z] --- PASS: TestNamedMapOpts (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestParseLink [2021-11-11T17:44:36.429Z] --- PASS: TestParseLink (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestQuotedStringSetWithQuotes [2021-11-11T17:44:36.429Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-11-11T17:44:36.429Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestQuotedStringSetWithNoQuotes [2021-11-11T17:44:36.429Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-11-11T17:44:36.429Z] === RUN TestUlimitOpt [2021-11-11T17:44:36.429Z] --- PASS: TestUlimitOpt (0.00s) [2021-11-11T17:44:36.429Z] PASS [2021-11-11T17:44:36.429Z] coverage: 67.1% of statements [2021-11-11T17:44:36.429Z] ok github.com/docker/docker/opts 0.066s coverage: 67.1% of statements [2021-11-11T17:44:36.429Z] === RUN TestParseVersion [2021-11-11T17:44:36.429Z] --- PASS: TestParseVersion (0.00s) [2021-11-11T17:44:36.429Z] PASS [2021-11-11T17:44:36.429Z] coverage: 52.9% of statements [2021-11-11T17:44:36.429Z] ok github.com/docker/docker/pkg/aaparser 0.028s coverage: 52.9% of statements [2021-11-11T17:44:37.415Z] 2021/11/11 17:44:37 Closing DB instances... [2021-11-11T17:44:37.884Z] === RUN TestIsArchivePathDir [2021-11-11T17:44:37.884Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-11-11T17:44:37.884Z] === RUN TestIsArchivePathInvalidFile [2021-11-11T17:44:38.350Z] === RUN TestPeerCertificateMarshalJSON [2021-11-11T17:44:38.350Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2021-11-11T17:44:38.350Z] === RUN TestIsArchivePathTar [2021-11-11T17:44:38.350Z] --- PASS: TestIsArchivePathTar (0.12s) [2021-11-11T17:44:38.350Z] === RUN TestDecompressStreamGzip [2021-11-11T17:44:38.350Z] --- PASS: TestDecompressStreamGzip (0.20s) [2021-11-11T17:44:38.350Z] === RUN TestDecompressStreamBzip2 [2021-11-11T17:44:38.818Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2021-11-11T17:44:38.818Z] === RUN TestDecompressStreamXz [2021-11-11T17:44:38.818Z] archive_test.go:133: Xz not present in msys2 [2021-11-11T17:44:38.818Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestDecompressStreamZstd [2021-11-11T17:44:38.818Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-11-11T17:44:38.818Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-11-11T17:44:38.818Z] --- PASS: TestPeerCertificateMarshalJSON (0.50s) [2021-11-11T17:44:38.818Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-11-11T17:44:38.818Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestMiddleware [2021-11-11T17:44:38.818Z] --- PASS: TestMiddleware (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestNewResponseModifier [2021-11-11T17:44:38.818Z] --- PASS: TestNewResponseModifier (0.00s) [2021-11-11T17:44:38.818Z] PASS [2021-11-11T17:44:38.818Z] coverage: 26.8% of statements [2021-11-11T17:44:38.818Z] ok github.com/docker/docker/pkg/authorization 0.544s coverage: 26.8% of statements [2021-11-11T17:44:38.818Z] archive_test.go:140: zstd not installed [2021-11-11T17:44:38.818Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2021-11-11T17:44:38.818Z] === RUN TestCompressStreamXzUnsupported [2021-11-11T17:44:38.818Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestCompressStreamBzip2Unsupported [2021-11-11T17:44:38.818Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestCompressStreamInvalid [2021-11-11T17:44:38.818Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestExtensionInvalid [2021-11-11T17:44:38.818Z] --- PASS: TestExtensionInvalid (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestExtensionUncompressed [2021-11-11T17:44:38.818Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestExtensionBzip2 [2021-11-11T17:44:38.818Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestExtensionGzip [2021-11-11T17:44:38.818Z] --- PASS: TestExtensionGzip (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestExtensionXz [2021-11-11T17:44:38.818Z] --- PASS: TestExtensionXz (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestExtensionZstd [2021-11-11T17:44:38.818Z] --- PASS: TestExtensionZstd (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestCmdStreamLargeStderr [2021-11-11T17:44:38.818Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-11-11T17:44:38.818Z] === RUN TestCmdStreamBad [2021-11-11T17:44:38.818Z] archive_test.go:252: Failing on Windows CI machines [2021-11-11T17:44:38.818Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestCmdStreamGood [2021-11-11T17:44:38.818Z] --- PASS: TestCmdStreamGood (0.04s) [2021-11-11T17:44:38.818Z] === RUN TestUntarPathWithInvalidDest [2021-11-11T17:44:38.818Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-11-11T17:44:38.818Z] === RUN TestUntarPathWithInvalidSrc [2021-11-11T17:44:38.818Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestUntarPath [2021-11-11T17:44:38.818Z] --- PASS: TestUntarPath (0.07s) [2021-11-11T17:44:38.818Z] === RUN TestUntarPathWithDestinationFile [2021-11-11T17:44:38.818Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-11-11T17:44:38.818Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-11-11T17:44:38.818Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-11-11T17:44:38.818Z] === RUN TestCopyWithTarInvalidSrc [2021-11-11T17:44:38.818Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-11-11T17:44:38.818Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestCopyWithTarSrcFile [2021-11-11T17:44:38.818Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2021-11-11T17:44:38.818Z] === RUN TestNetworkDBCRUDTableEntry [2021-11-11T17:44:38.818Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-11-11T17:44:38.818Z] === RUN TestCopyWithTarSrcFolder [2021-11-11T17:44:38.818Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-11-11T17:44:38.818Z] === RUN TestCopyFileWithTarInvalidSrc [2021-11-11T17:44:38.818Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-11-11T17:44:38.818Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestCopyFileWithTarSrcFolder [2021-11-11T17:44:38.818Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-11-11T17:44:38.818Z] === RUN TestCopyFileWithTarSrcFile [2021-11-11T17:44:38.818Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-11-11T17:44:38.818Z] === RUN TestTarFiles [2021-11-11T17:44:39.286Z] === RUN TestUnbuffered [2021-11-11T17:44:39.286Z] --- PASS: TestUnbuffered (0.00s) [2021-11-11T17:44:39.286Z] === RUN TestRaceUnbuffered [2021-11-11T17:44:39.286Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-11-11T17:44:39.286Z] PASS [2021-11-11T17:44:39.286Z] coverage: 100.0% of statements [2021-11-11T17:44:39.286Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2021-11-11T17:44:39.753Z] === RUN TestMatch [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[]] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[foo]] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[bar]_[foo]] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[foo_bar]] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[qux]_[foo]] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[]#01 [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[qux]] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[foo_bar_qux]] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[qux]_[baz]] [2021-11-11T17:44:39.753Z] === RUN TestMatch/[[foo_baz]] [2021-11-11T17:44:39.753Z] --- PASS: TestMatch (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[]] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-11-11T17:44:39.753Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-11-11T17:44:39.753Z] PASS [2021-11-11T17:44:39.753Z] coverage: 87.5% of statements [2021-11-11T17:44:39.753Z] ok github.com/docker/docker/pkg/capabilities 0.037s coverage: 87.5% of statements [2021-11-11T17:44:40.738Z] === RUN TestChrootTarUntar [2021-11-11T17:44:40.738Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:44:40.738Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-11-11T17:44:40.738Z] === RUN TestChrootUntarWithHugeExcludesList [2021-11-11T17:44:40.738Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:44:40.738Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-11T17:44:40.738Z] === RUN TestChrootUntarEmptyArchive [2021-11-11T17:44:40.738Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-11-11T17:44:40.738Z] === RUN TestChrootTarUntarWithSymlink [2021-11-11T17:44:40.738Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:44:40.738Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-11-11T17:44:40.738Z] === RUN TestChrootCopyWithTar [2021-11-11T17:44:40.738Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:44:40.738Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-11-11T17:44:40.738Z] === RUN TestChrootCopyFileWithTar [2021-11-11T17:44:40.738Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:44:40.738Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-11-11T17:44:40.738Z] === RUN TestChrootUntarPath [2021-11-11T17:44:40.738Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:44:40.738Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-11-11T17:44:40.738Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-11-11T17:44:40.738Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:44:40.738Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:44:40.738Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-11-11T17:44:40.738Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:44:40.738Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:44:40.738Z] === RUN TestChrootApplyDotDotFile [2021-11-11T17:44:40.738Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:44:40.738Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-11-11T17:44:40.738Z] PASS [2021-11-11T17:44:40.738Z] coverage: 15.1% of statements [2021-11-11T17:44:40.738Z] ok github.com/docker/docker/pkg/chrootarchive 0.079s coverage: 15.1% of statements [2021-11-11T17:44:40.776Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-11T17:44:40.777Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-11T17:44:40.777Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-11T17:44:40.911Z] check_test.go:278: [d6535d8519a22] daemon is not started [2021-11-11T17:44:40.911Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-11T17:44:40.911Z] check_test.go:278: [d7543728e044e] daemon is not started [2021-11-11T17:44:40.911Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-11T17:44:41.166Z] check_test.go:278: [d4ad8f25ab6d4] daemon is not started [2021-11-11T17:44:41.166Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-11T17:44:41.206Z] 2021/11/11 17:44:40 Closing DB instances... [2021-11-11T17:44:41.206Z] === RUN TestSizeEmpty [2021-11-11T17:44:41.206Z] --- PASS: TestSizeEmpty (0.00s) [2021-11-11T17:44:41.206Z] === RUN TestSizeEmptyFile [2021-11-11T17:44:41.206Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-11-11T17:44:41.206Z] === RUN TestSizeNonemptyFile [2021-11-11T17:44:41.206Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-11-11T17:44:41.206Z] === RUN TestSizeNestedDirectoryEmpty [2021-11-11T17:44:41.206Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-11-11T17:44:41.206Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-11-11T17:44:41.206Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-11-11T17:44:41.206Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-11-11T17:44:41.206Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-11-11T17:44:41.206Z] === RUN TestMoveToSubdir [2021-11-11T17:44:41.206Z] --- PASS: TestMoveToSubdir (0.00s) [2021-11-11T17:44:41.206Z] === RUN TestSizeNonExistingDirectory [2021-11-11T17:44:41.206Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-11-11T17:44:41.206Z] PASS [2021-11-11T17:44:41.206Z] coverage: 80.0% of statements [2021-11-11T17:44:41.206Z] ok github.com/docker/docker/pkg/directory 0.043s coverage: 80.0% of statements [2021-11-11T17:44:41.422Z] check_test.go:278: [d079ccd670c85] daemon is not started [2021-11-11T17:44:41.422Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-11T17:44:41.422Z] check_test.go:278: [d47d52b72d82d] daemon is not started [2021-11-11T17:44:41.422Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2021-11-11T17:44:41.422Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-11-11T17:44:41.422Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-11-11T17:44:41.422Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-11-11T17:44:41.422Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2021-11-11T17:44:41.422Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-11-11T17:44:41.422Z] === RUN TestDockerNetworkSuite [2021-11-11T17:44:41.422Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-11-11T17:44:42.193Z] === RUN Test [2021-11-11T17:44:42.193Z] === RUN Test/TestContainsEntry [2021-11-11T17:44:42.193Z] === RUN Test/TestCreateEntries [2021-11-11T17:44:42.193Z] === RUN Test/TestEntriesDiff [2021-11-11T17:44:42.193Z] === RUN Test/TestEntriesEquality [2021-11-11T17:44:42.193Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-11-11T17:44:42.194Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-11-11T17:44:42.194Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-11-11T17:44:42.194Z] === RUN Test/TestGeneratorNotGenerate [2021-11-11T17:44:42.194Z] === RUN Test/TestGeneratorWithPort [2021-11-11T17:44:42.194Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-11-11T17:44:42.194Z] === RUN Test/TestNewEntry [2021-11-11T17:44:42.194Z] === RUN Test/TestParse [2021-11-11T17:44:42.194Z] --- PASS: Test (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestNewEntry (0.00s) [2021-11-11T17:44:42.194Z] --- PASS: Test/TestParse (0.00s) [2021-11-11T17:44:42.194Z] PASS [2021-11-11T17:44:42.194Z] coverage: 58.3% of statements [2021-11-11T17:44:42.194Z] ok github.com/docker/docker/pkg/discovery 0.036s coverage: 58.3% of statements [2021-11-11T17:44:42.194Z] --- PASS: TestTarFiles (3.35s) [2021-11-11T17:44:42.194Z] === RUN TestDetectCompressionZstd [2021-11-11T17:44:42.194Z] --- PASS: TestDetectCompressionZstd (0.00s) [2021-11-11T17:44:42.194Z] === RUN TestTarUntar [2021-11-11T17:44:42.194Z] --- PASS: TestTarUntar (0.03s) [2021-11-11T17:44:42.194Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-11-11T17:44:42.194Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-11-11T17:44:42.194Z] === RUN TestTarWithOptions [2021-11-11T17:44:42.194Z] --- PASS: TestTarWithOptions (0.02s) [2021-11-11T17:44:42.194Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-11-11T17:44:42.194Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-11-11T17:44:42.194Z] === RUN TestUntarUstarGnuConflict [2021-11-11T17:44:42.194Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-11-11T17:44:42.194Z] === RUN TestUntarInvalidFilenames [2021-11-11T17:44:42.661Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1847606284\\dest" [2021-11-11T17:44:42.661Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-11-11T17:44:42.661Z] === RUN TestUntarHardlinkToSymlink [2021-11-11T17:44:42.661Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-11-11T17:44:42.661Z] === RUN TestUntarInvalidHardlink [2021-11-11T17:44:42.661Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1733172094\\victim\\hello" -> "../victim/hello" [2021-11-11T17:44:42.661Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2624784289\\victim\\hello" -> "/../victim/hello" [2021-11-11T17:44:42.661Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1270440598\\victim" -> "../victim" [2021-11-11T17:44:42.661Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1894537211\\victim" -> "../victim" [2021-11-11T17:44:42.661Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3506070428\\victim" -> "../victim" [2021-11-11T17:44:42.661Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1951792268\\victim" -> "../victim" [2021-11-11T17:44:42.661Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-11-11T17:44:42.661Z] === RUN TestUntarInvalidSymlink [2021-11-11T17:44:42.661Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2424779662\\dest\\dotdot" -> "../victim/hello" [2021-11-11T17:44:42.661Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3349826479\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-11T17:44:42.661Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink25156309\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:44:42.661Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1711288061\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:44:42.661Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2852254920\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:44:42.661Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2544668572\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:44:42.661Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink986175531\\dest\\dir\\loophole" -> "../../victim" [2021-11-11T17:44:42.661Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2021-11-11T17:44:42.661Z] === RUN TestTempArchiveCloseMultipleTimes [2021-11-11T17:44:42.661Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-11-11T17:44:42.661Z] === RUN TestXGlobalNoParent [2021-11-11T17:44:42.661Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-11-11T17:44:42.661Z] === RUN TestReplaceFileTarWrapper [2021-11-11T17:44:42.661Z] --- PASS: TestReplaceFileTarWrapper (0.11s) [2021-11-11T17:44:42.661Z] === RUN TestPrefixHeaderReadable [2021-11-11T17:44:42.661Z] === RUN Test [2021-11-11T17:44:42.661Z] === RUN Test/TestContent [2021-11-11T17:44:42.661Z] === RUN Test/TestInitialize [2021-11-11T17:44:42.661Z] === RUN Test/TestNew [2021-11-11T17:44:42.661Z] === RUN Test/TestParsingContentsWithComments [2021-11-11T17:44:42.661Z] === RUN Test/TestRegister [2021-11-11T17:44:42.661Z] === RUN Test/TestWatch [2021-11-11T17:44:42.661Z] --- PASS: Test (0.00s) [2021-11-11T17:44:42.661Z] --- PASS: Test/TestContent (0.00s) [2021-11-11T17:44:42.661Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-11T17:44:42.661Z] --- PASS: Test/TestNew (0.00s) [2021-11-11T17:44:42.661Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-11-11T17:44:42.661Z] --- PASS: Test/TestRegister (0.00s) [2021-11-11T17:44:42.661Z] --- PASS: Test/TestWatch (0.00s) [2021-11-11T17:44:42.661Z] PASS [2021-11-11T17:44:42.661Z] coverage: 97.6% of statements [2021-11-11T17:44:42.661Z] ok github.com/docker/docker/pkg/discovery/file 0.039s coverage: 97.6% of statements [2021-11-11T17:44:42.661Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-11-11T17:44:42.661Z] === RUN TestDisablePigz [2021-11-11T17:44:42.661Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2021-11-11T17:44:42.661Z] --- PASS: TestDisablePigz (0.10s) [2021-11-11T17:44:42.661Z] === RUN TestPigz [2021-11-11T17:44:43.128Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2021-11-11T17:44:43.128Z] --- PASS: TestPigz (0.14s) [2021-11-11T17:44:43.128Z] === RUN TestCopyFileWithInvalidDest [2021-11-11T17:44:43.128Z] archive_windows_test.go:16: Currently fails [2021-11-11T17:44:43.128Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestCanonicalTarNameForPath [2021-11-11T17:44:43.128Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestCanonicalTarName [2021-11-11T17:44:43.128Z] --- PASS: TestCanonicalTarName (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestChmodTarEntry [2021-11-11T17:44:43.128Z] --- PASS: TestChmodTarEntry (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestHardLinkOrder [2021-11-11T17:44:43.128Z] --- PASS: TestHardLinkOrder (0.07s) [2021-11-11T17:44:43.128Z] === RUN TestChangeString [2021-11-11T17:44:43.128Z] --- PASS: TestChangeString (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestChangesWithNoChanges [2021-11-11T17:44:43.128Z] --- PASS: TestNetworkDBCRUDTableEntry (4.05s) [2021-11-11T17:44:43.128Z] === RUN TestNetworkDBCRUDTableEntries [2021-11-11T17:44:43.128Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-11-11T17:44:43.128Z] === RUN TestChangesWithChanges [2021-11-11T17:44:43.128Z] --- PASS: TestChangesWithChanges (0.04s) [2021-11-11T17:44:43.128Z] === RUN TestChangesWithChangesGH13590 [2021-11-11T17:44:43.128Z] changes_test.go:195: needs more investigation [2021-11-11T17:44:43.128Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestChangesDirsEmpty [2021-11-11T17:44:43.128Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-11T17:44:43.128Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestChangesDirsMutated [2021-11-11T17:44:43.128Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-11T17:44:43.128Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestApplyLayer [2021-11-11T17:44:43.128Z] changes_test.go:432: needs further investigation [2021-11-11T17:44:43.128Z] --- SKIP: TestApplyLayer (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestChangesSizeWithHardlinks [2021-11-11T17:44:43.128Z] changes_test.go:468: needs further investigation [2021-11-11T17:44:43.128Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestChangesSizeWithNoChanges [2021-11-11T17:44:43.128Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-11-11T17:44:43.128Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestChangesSize [2021-11-11T17:44:43.128Z] --- PASS: TestChangesSize (0.00s) [2021-11-11T17:44:43.128Z] === RUN TestApplyLayerInvalidFilenames [2021-11-11T17:44:43.128Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3924163655\\dest" [2021-11-11T17:44:43.128Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-11-11T17:44:43.128Z] === RUN TestApplyLayerInvalidHardlink [2021-11-11T17:44:43.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink341487265\\victim\\hello" -> "../victim/hello" [2021-11-11T17:44:43.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1122252638\\victim\\hello" -> "/../victim/hello" [2021-11-11T17:44:43.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3843455790\\victim" -> "../victim" [2021-11-11T17:44:43.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink120051455\\victim" -> "../victim" [2021-11-11T17:44:43.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3969387399\\victim" -> "../victim" [2021-11-11T17:44:43.128Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2626809013\\victim" -> "../victim" [2021-11-11T17:44:43.128Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-11-11T17:44:43.128Z] === RUN TestApplyLayerInvalidSymlink [2021-11-11T17:44:43.128Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1926942998\\dest\\dotdot" -> "../victim/hello" [2021-11-11T17:44:43.129Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1124748783\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-11T17:44:43.129Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1629673336\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:44:43.129Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1657791739\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:44:43.129Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3239929260\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:44:43.129Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2217789340\\dest\\loophole-victim" -> "../victim" [2021-11-11T17:44:43.129Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-11-11T17:44:43.129Z] === RUN TestApplyLayerWhiteouts [2021-11-11T17:44:43.129Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-11-11T17:44:43.129Z] === RUN TestGenerateEmptyFile [2021-11-11T17:44:43.129Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-11-11T17:44:43.129Z] === RUN TestGenerateWithContent [2021-11-11T17:44:43.129Z] --- PASS: TestGenerateWithContent (0.00s) [2021-11-11T17:44:43.129Z] PASS [2021-11-11T17:44:43.129Z] coverage: 62.0% of statements [2021-11-11T17:44:43.129Z] ok github.com/docker/docker/pkg/archive 5.189s coverage: 62.0% of statements [2021-11-11T17:44:43.311Z] docker_cli_network_unix_test.go:46: [d05428cac633b] daemon is not started [2021-11-11T17:44:43.567Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-11-11T17:44:43.666Z] === RUN Test [2021-11-11T17:44:43.666Z] === RUN Test/TestInitialize [2021-11-11T17:44:43.824Z] docker_cli_network_unix_test.go:46: [da69bd8b1e506] daemon is not started [2021-11-11T17:44:44.133Z] time="2021-11-11T17:44:43Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:44:44.133Z] time="2021-11-11T17:44:43Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:44:44.133Z] time="2021-11-11T17:44:43Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:44:44.133Z] === RUN Test/TestInitializeWithCerts [2021-11-11T17:44:44.133Z] time="2021-11-11T17:44:43Z" level=info msg="Initializing discovery with TLS" [2021-11-11T17:44:44.133Z] === RUN Test/TestWatch [2021-11-11T17:44:44.133Z] time="2021-11-11T17:44:43Z" level=info msg="Initializing discovery without TLS" [2021-11-11T17:44:44.387Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-11-11T17:44:44.634Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-11T17:44:45.101Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-11T17:44:45.117Z] 2021/11/11 17:44:44 Closing DB instances... [2021-11-11T17:44:46.276Z] docker_cli_network_unix_test.go:46: [da90c649f367f] daemon is not started [2021-11-11T17:44:46.695Z] --- PASS: TestNetworkDBCRUDTableEntries (3.46s) [2021-11-11T17:44:46.695Z] === RUN TestNetworkDBNodeLeave [2021-11-11T17:44:46.695Z] --- PASS: Test (3.12s) [2021-11-11T17:44:46.695Z] --- PASS: Test/TestInitialize (0.12s) [2021-11-11T17:44:46.695Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-11-11T17:44:46.695Z] --- PASS: Test/TestWatch (3.00s) [2021-11-11T17:44:46.695Z] PASS [2021-11-11T17:44:46.695Z] coverage: 84.1% of statements [2021-11-11T17:44:46.695Z] ok github.com/docker/docker/pkg/discovery/kv 3.161s coverage: 84.1% of statements [2021-11-11T17:44:47.203Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-11-11T17:44:47.680Z] === RUN Test [2021-11-11T17:44:47.680Z] === RUN Test/TestWatch [2021-11-11T17:44:47.680Z] --- PASS: Test (0.00s) [2021-11-11T17:44:47.680Z] --- PASS: Test/TestWatch (0.00s) [2021-11-11T17:44:47.680Z] PASS [2021-11-11T17:44:47.680Z] coverage: 92.3% of statements [2021-11-11T17:44:47.680Z] ok github.com/docker/docker/pkg/discovery/memory 0.040s coverage: 92.3% of statements [2021-11-11T17:44:48.129Z] docker_cli_network_unix_test.go:46: [d1e5f81fbf462] daemon is not started [2021-11-11T17:44:48.158Z] === RUN Test [2021-11-11T17:44:48.158Z] === RUN Test/TestInitialize [2021-11-11T17:44:48.158Z] === RUN Test/TestInitializeWithPattern [2021-11-11T17:44:48.158Z] === RUN Test/TestRegister [2021-11-11T17:44:48.158Z] === RUN Test/TestWatch [2021-11-11T17:44:48.158Z] --- PASS: Test (0.00s) [2021-11-11T17:44:48.158Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-11T17:44:48.158Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-11-11T17:44:48.158Z] --- PASS: Test/TestRegister (0.00s) [2021-11-11T17:44:48.158Z] --- PASS: Test/TestWatch (0.00s) [2021-11-11T17:44:48.158Z] PASS [2021-11-11T17:44:48.158Z] coverage: 93.8% of statements [2021-11-11T17:44:48.158Z] ok github.com/docker/docker/pkg/discovery/nodes 0.059s coverage: 93.8% of statements [2021-11-11T17:44:48.386Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-11-11T17:44:48.645Z] docker_cli_network_unix_test.go:1233: [dadacb76d0c27] daemon is not started [2021-11-11T17:44:48.878Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-11-11T17:44:49.143Z] === RUN TestPollerAddRemove [2021-11-11T17:44:49.143Z] --- PASS: TestPollerAddRemove (0.00s) [2021-11-11T17:44:49.143Z] === RUN TestPollerEvent [2021-11-11T17:44:49.143Z] poller_test.go:40: No chmod on Windows [2021-11-11T17:44:49.143Z] --- SKIP: TestPollerEvent (0.00s) [2021-11-11T17:44:49.143Z] === RUN TestPollerClose [2021-11-11T17:44:49.143Z] --- PASS: TestPollerClose (0.00s) [2021-11-11T17:44:49.143Z] PASS [2021-11-11T17:44:49.143Z] coverage: 45.7% of statements [2021-11-11T17:44:49.143Z] ok github.com/docker/docker/pkg/filenotify 0.039s coverage: 45.7% of statements [2021-11-11T17:44:49.143Z] --- PASS: TestGetAddress (17.55s) [2021-11-11T17:44:49.143Z] === RUN TestRequestSyntaxCheck [2021-11-11T17:44:49.143Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-11-11T17:44:49.143Z] === RUN TestRequest [2021-11-11T17:44:49.143Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-11-11T17:44:49.143Z] === RUN TestNetworkDBWatch [2021-11-11T17:44:49.612Z] === RUN TestCopyFileWithInvalidSrc [2021-11-11T17:44:49.612Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCopyFileWithInvalidDest [2021-11-11T17:44:49.612Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCopyFileWithSameSrcAndDest [2021-11-11T17:44:49.612Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-11-11T17:44:49.612Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCopyFile [2021-11-11T17:44:49.612Z] --- PASS: TestCopyFile (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-11-11T17:44:49.612Z] fileutils_test.go:133: Needs porting to Windows [2021-11-11T17:44:49.612Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-11-11T17:44:49.612Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestReadSymlinkedDirectoryToFile [2021-11-11T17:44:49.612Z] fileutils_test.go:179: Needs porting to Windows [2021-11-11T17:44:49.612Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestWildcardMatches [2021-11-11T17:44:49.612Z] --- PASS: TestWildcardMatches (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestPatternMatches [2021-11-11T17:44:49.612Z] --- PASS: TestPatternMatches (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-11-11T17:44:49.612Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestPatternMatchesFolderExclusions [2021-11-11T17:44:49.612Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-11-11T17:44:49.612Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-11-11T17:44:49.612Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-11-11T17:44:49.612Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-11-11T17:44:49.612Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestSingleExclamationError [2021-11-11T17:44:49.612Z] --- PASS: TestSingleExclamationError (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestMatchesWithNoPatterns [2021-11-11T17:44:49.612Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestMatchesWithMalformedPatterns [2021-11-11T17:44:49.612Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestMatches [2021-11-11T17:44:49.612Z] === RUN TestMatches/MatchesOrParentMatches [2021-11-11T17:44:49.612Z] === RUN TestMatches/MatchesUsingParentResult [2021-11-11T17:44:49.612Z] --- PASS: TestMatches (0.00s) [2021-11-11T17:44:49.612Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-11-11T17:44:49.612Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCleanPatterns [2021-11-11T17:44:49.612Z] --- PASS: TestCleanPatterns (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-11-11T17:44:49.612Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCleanPatternsExceptionFlag [2021-11-11T17:44:49.612Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-11-11T17:44:49.612Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-11-11T17:44:49.612Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCleanPatternsErrorSingleException [2021-11-11T17:44:49.612Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCreateIfNotExistsDir [2021-11-11T17:44:49.612Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestCreateIfNotExistsFile [2021-11-11T17:44:49.612Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-11-11T17:44:49.612Z] === RUN TestMatch [2021-11-11T17:44:49.612Z] --- PASS: TestMatch (0.00s) [2021-11-11T17:44:49.612Z] PASS [2021-11-11T17:44:49.612Z] coverage: 82.5% of statements [2021-11-11T17:44:49.612Z] ok github.com/docker/docker/pkg/fileutils 0.055s coverage: 82.5% of statements [2021-11-11T17:44:50.080Z] === RUN TestGet [2021-11-11T17:44:50.080Z] --- PASS: TestGet (0.00s) [2021-11-11T17:44:50.080Z] === RUN TestGetShortcutString [2021-11-11T17:44:50.080Z] --- PASS: TestGetShortcutString (0.00s) [2021-11-11T17:44:50.080Z] PASS [2021-11-11T17:44:50.080Z] coverage: 42.9% of statements [2021-11-11T17:44:50.080Z] ok github.com/docker/docker/pkg/homedir 0.031s coverage: 42.9% of statements [2021-11-11T17:44:51.067Z] 2021/11/11 17:44:50 Closing DB instances... [2021-11-11T17:44:51.067Z] === RUN TestCreateIDMapOrder [2021-11-11T17:44:51.067Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-11-11T17:44:51.067Z] PASS [2021-11-11T17:44:51.067Z] coverage: 7.2% of statements [2021-11-11T17:44:51.067Z] ok github.com/docker/docker/pkg/idtools 0.036s coverage: 7.2% of statements [2021-11-11T17:44:51.159Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-11-11T17:44:52.067Z] === RUN TestFixedBufferCap [2021-11-11T17:44:52.067Z] --- PASS: TestFixedBufferCap (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestFixedBufferLen [2021-11-11T17:44:52.067Z] --- PASS: TestFixedBufferLen (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestFixedBufferString [2021-11-11T17:44:52.067Z] --- PASS: TestFixedBufferString (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestFixedBufferWrite [2021-11-11T17:44:52.067Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestFixedBufferRead [2021-11-11T17:44:52.067Z] --- PASS: TestFixedBufferRead (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestBytesPipeRead [2021-11-11T17:44:52.067Z] --- PASS: TestBytesPipeRead (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestBytesPipeWrite [2021-11-11T17:44:52.067Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestBytesPipeWriteRandomChunks [2021-11-11T17:44:52.067Z] --- PASS: TestBytesPipeWriteRandomChunks (0.39s) [2021-11-11T17:44:52.067Z] === RUN TestAtomicWriteToFile [2021-11-11T17:44:52.067Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestAtomicWriteSetCommit [2021-11-11T17:44:52.067Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestAtomicWriteSetCancel [2021-11-11T17:44:52.067Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestReadCloserWrapperClose [2021-11-11T17:44:52.067Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestReaderErrWrapperReadOnError [2021-11-11T17:44:52.067Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestReaderErrWrapperRead [2021-11-11T17:44:52.067Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-11-11T17:44:52.067Z] === RUN TestCancelReadCloser [2021-11-11T17:44:52.086Z] docker_cli_network_unix_test.go:46: [d945cae08c3f6] daemon is not started [2021-11-11T17:44:52.342Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-11-11T17:44:52.534Z] --- PASS: TestNetworkDBWatch (3.04s) [2021-11-11T17:44:52.534Z] === RUN TestNetworkDBBulkSync [2021-11-11T17:44:52.534Z] --- PASS: TestCancelReadCloser (0.10s) [2021-11-11T17:44:52.534Z] === RUN TestWriteCloserWrapperClose [2021-11-11T17:44:52.534Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-11-11T17:44:52.534Z] === RUN TestNopWriteCloser [2021-11-11T17:44:52.534Z] --- PASS: TestNopWriteCloser (0.00s) [2021-11-11T17:44:52.534Z] === RUN TestNopWriter [2021-11-11T17:44:52.534Z] --- PASS: TestNopWriter (0.00s) [2021-11-11T17:44:52.534Z] === RUN TestWriteCounter [2021-11-11T17:44:52.534Z] --- PASS: TestWriteCounter (0.00s) [2021-11-11T17:44:52.534Z] PASS [2021-11-11T17:44:52.534Z] coverage: 69.2% of statements [2021-11-11T17:44:52.534Z] ok github.com/docker/docker/pkg/ioutils 0.534s coverage: 69.2% of statements [2021-11-11T17:44:52.657Z] === RUN TestDockerSuite/TestBuildUser [2021-11-11T17:44:52.657Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-11T17:44:52.657Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-11T17:44:52.657Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-11T17:44:52.657Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-11T17:44:52.657Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-11T17:44:53.012Z] === RUN TestError [2021-11-11T17:44:53.012Z] --- PASS: TestError (0.00s) [2021-11-11T17:44:53.012Z] === RUN TestProgressString [2021-11-11T17:44:53.012Z] === RUN TestProgressString/no_progress [2021-11-11T17:44:53.012Z] === RUN TestProgressString/progress_1 [2021-11-11T17:44:53.012Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-11-11T17:44:53.012Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-11-11T17:44:53.012Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-11-11T17:44:53.012Z] === RUN TestProgressString/with_units [2021-11-11T17:44:53.012Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-11-11T17:44:53.012Z] === RUN TestProgressString/hide_counts [2021-11-11T17:44:53.012Z] --- PASS: TestProgressString (0.00s) [2021-11-11T17:44:53.012Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-11-11T17:44:53.012Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-11-11T17:44:53.012Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-11-11T17:44:53.012Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-11-11T17:44:53.012Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-11-11T17:44:53.012Z] --- PASS: TestProgressString/with_units (0.00s) [2021-11-11T17:44:53.012Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-11-11T17:44:53.012Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-11-11T17:44:53.012Z] === RUN TestJSONMessageDisplay [2021-11-11T17:44:53.012Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-11-11T17:44:53.012Z] === RUN TestJSONMessageDisplayWithJSONError [2021-11-11T17:44:53.012Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-11-11T17:44:53.012Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-11-11T17:44:53.012Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-11-11T17:44:53.012Z] === RUN TestDisplayJSONMessagesStream [2021-11-11T17:44:53.012Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-11-11T17:44:53.012Z] PASS [2021-11-11T17:44:53.012Z] coverage: 91.7% of statements [2021-11-11T17:44:53.012Z] ok github.com/docker/docker/pkg/jsonmessage 0.149s coverage: 91.7% of statements [2021-11-11T17:44:53.124Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-11T17:44:53.479Z] 2021/11/11 17:44:53 Closing DB instances... [2021-11-11T17:44:53.479Z] --- PASS: TestRequest (4.71s) [2021-11-11T17:44:53.479Z] === RUN TestOverlappingRequests [2021-11-11T17:44:53.479Z] === RUN TestStandardLongPath [2021-11-11T17:44:53.479Z] --- PASS: TestStandardLongPath (0.00s) [2021-11-11T17:44:53.479Z] === RUN TestUNCLongPath [2021-11-11T17:44:53.479Z] --- PASS: TestUNCLongPath (0.00s) [2021-11-11T17:44:53.479Z] PASS [2021-11-11T17:44:53.479Z] coverage: 100.0% of statements [2021-11-11T17:44:53.479Z] ok github.com/docker/docker/pkg/longpath 0.029s coverage: 100.0% of statements [2021-11-11T17:44:53.947Z] --- PASS: TestOverlappingRequests (0.24s) [2021-11-11T17:44:53.947Z] === RUN TestRelease [2021-11-11T17:44:54.415Z] === RUN TestNameFormat [2021-11-11T17:44:54.415Z] --- PASS: TestNameFormat (0.00s) [2021-11-11T17:44:54.415Z] === RUN TestNameRetries [2021-11-11T17:44:54.415Z] --- PASS: TestNameRetries (0.00s) [2021-11-11T17:44:54.415Z] PASS [2021-11-11T17:44:54.415Z] coverage: 85.7% of statements [2021-11-11T17:44:54.415Z] ok github.com/docker/docker/pkg/namesgenerator 0.030s coverage: 85.7% of statements [2021-11-11T17:44:54.884Z] === RUN TestParseKeyValueOpt [2021-11-11T17:44:54.884Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-11-11T17:44:54.884Z] === RUN TestParseUintList [2021-11-11T17:44:54.884Z] --- PASS: TestParseUintList (0.00s) [2021-11-11T17:44:54.884Z] === RUN TestParseUintListMaximumLimits [2021-11-11T17:44:54.884Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-11-11T17:44:54.884Z] PASS [2021-11-11T17:44:54.884Z] coverage: 97.0% of statements [2021-11-11T17:44:54.884Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2021-11-11T17:44:54.884Z] --- PASS: TestRelease (0.89s) [2021-11-11T17:44:54.884Z] === RUN TestAllocateRandomDeallocate [2021-11-11T17:44:55.352Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-11-11T17:44:55.352Z] === RUN TestNetworkDBCRUDMediumCluster [2021-11-11T17:44:55.352Z] === RUN TestNewAndRemove [2021-11-11T17:44:55.352Z] --- PASS: TestNewAndRemove (0.00s) [2021-11-11T17:44:55.352Z] === RUN TestRemoveInvalidPath [2021-11-11T17:44:55.352Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-11-11T17:44:55.352Z] PASS [2021-11-11T17:44:55.352Z] coverage: 82.6% of statements [2021-11-11T17:44:55.352Z] ok github.com/docker/docker/pkg/pidfile 0.033s coverage: 82.6% of statements [2021-11-11T17:44:56.228Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-11T17:44:56.548Z] docker_cli_network_unix_test.go:46: [d2b8ca3c48f05] daemon is not started [2021-11-11T17:44:56.694Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-11T17:44:56.913Z] === RUN TestFailedConnection [2021-11-11T17:44:57.380Z] --- PASS: TestAllocateRandomDeallocate (2.48s) [2021-11-11T17:44:57.380Z] === RUN TestRetrieveFromStore [2021-11-11T17:44:57.380Z] === RUN TestParseEmptyInterface [2021-11-11T17:44:57.380Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-11-11T17:44:57.380Z] === RUN TestParseNonInterfaceType [2021-11-11T17:44:57.380Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-11-11T17:44:57.380Z] === RUN TestParseWithOneFunction [2021-11-11T17:44:57.380Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-11-11T17:44:57.380Z] === RUN TestParseWithMultipleFuncs [2021-11-11T17:44:57.380Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-11-11T17:44:57.380Z] === RUN TestParseWithUnnamedReturn [2021-11-11T17:44:57.380Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-11-11T17:44:57.380Z] === RUN TestEmbeddedInterface [2021-11-11T17:44:57.380Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-11-11T17:44:57.380Z] === RUN TestParsedImports [2021-11-11T17:44:57.380Z] --- PASS: TestParsedImports (0.00s) [2021-11-11T17:44:57.380Z] === RUN TestAliasedImports [2021-11-11T17:44:57.380Z] --- PASS: TestAliasedImports (0.00s) [2021-11-11T17:44:57.380Z] PASS [2021-11-11T17:44:57.380Z] coverage: 56.8% of statements [2021-11-11T17:44:57.380Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.041s coverage: 56.8% of statements [2021-11-11T17:44:57.479Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-11-11T17:44:57.848Z] --- PASS: TestRetrieveFromStore (0.72s) [2021-11-11T17:44:57.848Z] === RUN TestRequestReleaseAddressDuplicate [2021-11-11T17:44:57.848Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2021-11-11T17:44:57.848Z] === RUN TestParallelPredefinedRequest1 [2021-11-11T17:44:57.848Z] === PAUSE TestParallelPredefinedRequest1 [2021-11-11T17:44:57.848Z] === RUN TestParallelPredefinedRequest2 [2021-11-11T17:44:57.848Z] === PAUSE TestParallelPredefinedRequest2 [2021-11-11T17:44:57.848Z] === RUN TestParallelPredefinedRequest3 [2021-11-11T17:44:57.848Z] === PAUSE TestParallelPredefinedRequest3 [2021-11-11T17:44:57.848Z] === RUN TestParallelPredefinedRequest4 [2021-11-11T17:44:57.848Z] === PAUSE TestParallelPredefinedRequest4 [2021-11-11T17:44:57.848Z] === RUN TestParallelPredefinedRequest5 [2021-11-11T17:44:57.848Z] === PAUSE TestParallelPredefinedRequest5 [2021-11-11T17:44:57.848Z] === RUN TestDebug [2021-11-11T17:44:57.848Z] --- PASS: TestDebug (0.00s) [2021-11-11T17:44:57.848Z] === RUN TestRequestPoolParallel [2021-11-11T17:44:58.320Z] 2021/11/11 17:44:57 Closing DB instances... [2021-11-11T17:44:58.320Z] time="2021-11-11T17:44:57Z" level=error msg="node: 0d519015562a is unknown to memberlist" [2021-11-11T17:44:58.320Z] === RUN TestHTTPTransport [2021-11-11T17:44:58.320Z] --- PASS: TestHTTPTransport (0.00s) [2021-11-11T17:44:58.320Z] PASS [2021-11-11T17:44:58.320Z] coverage: 85.7% of statements [2021-11-11T17:44:58.320Z] ok github.com/docker/docker/pkg/plugins/transport 0.040s coverage: 85.7% of statements [2021-11-11T17:44:58.320Z] --- PASS: TestRequestPoolParallel (0.45s) [2021-11-11T17:44:58.320Z] === RUN TestFullAllocateRelease [2021-11-11T17:44:58.789Z] --- PASS: TestFailedConnection (2.01s) [2021-11-11T17:44:58.789Z] === RUN TestFailOnce [2021-11-11T17:44:58.789Z] 2021/11/11 17:44:58 http: panic serving 127.0.0.1:49287: Plugin not ready [2021-11-11T17:44:58.789Z] goroutine 18 [running]: [2021-11-11T17:44:58.789Z] net/http.(*conn).serve.func1() [2021-11-11T17:44:58.789Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-11-11T17:44:58.789Z] panic({0x12a9c60, 0x13b59b0}) [2021-11-11T17:44:58.789Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-11-11T17:44:58.789Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xbfb5b41c40b2d660}, 0xc0001a9a98) [2021-11-11T17:44:58.789Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-11-11T17:44:58.789Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x13c2730, 0xc0001c6000}, 0x11fe666) [2021-11-11T17:44:58.789Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-11-11T17:44:58.789Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x13c2730, 0xc0001c6000}, 0xc0001a0000) [2021-11-11T17:44:58.789Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-11-11T17:44:58.789Z] net/http.serverHandler.ServeHTTP({0x13c0d30}, {0x13c2730, 0xc0001c6000}, 0xc0001a0000) [2021-11-11T17:44:58.789Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-11-11T17:44:58.789Z] net/http.(*conn).serve(0xc00018e000, {0x13c4600, 0xc00008a0c0}) [2021-11-11T17:44:58.789Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-11-11T17:44:58.789Z] created by net/http.(*Server).Serve [2021-11-11T17:44:58.789Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-11-11T17:44:58.789Z] time="2021-11-11T17:44:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49286/Test.FailOnce: Post \"http://127.0.0.1:49286/Test.FailOnce\": EOF, retrying in 1s" [2021-11-11T17:44:58.789Z] --- PASS: TestFullAllocateRelease (0.45s) [2021-11-11T17:44:58.789Z] === RUN TestOddAllocateRelease [2021-11-11T17:44:59.256Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-11-11T17:44:59.256Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-11T17:44:59.256Z] === RUN TestBufioReaderPoolPutAndGet [2021-11-11T17:44:59.256Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-11-11T17:44:59.256Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-11-11T17:44:59.256Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-11-11T17:44:59.256Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-11-11T17:44:59.256Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-11T17:44:59.256Z] === RUN TestBufioWriterPoolPutAndGet [2021-11-11T17:44:59.256Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-11-11T17:44:59.256Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-11-11T17:44:59.256Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-11-11T17:44:59.256Z] === RUN TestBufferPoolPutAndGet [2021-11-11T17:44:59.256Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-11-11T17:44:59.256Z] PASS [2021-11-11T17:44:59.256Z] coverage: 88.2% of statements [2021-11-11T17:44:59.256Z] ok github.com/docker/docker/pkg/pools 0.029s coverage: 88.2% of statements [2021-11-11T17:44:59.256Z] --- PASS: TestOddAllocateRelease (0.21s) [2021-11-11T17:44:59.256Z] === RUN TestFullAllocateSerialReleaseParallel [2021-11-11T17:44:59.257Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2021-11-11T17:44:59.257Z] === RUN TestOddAllocateSerialReleaseParallel [2021-11-11T17:44:59.257Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-11-11T17:44:59.257Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-11-11T17:44:59.257Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-11-11T17:44:59.257Z] === CONT TestParallelPredefinedRequest1 [2021-11-11T17:44:59.257Z] === CONT TestParallelPredefinedRequest4 [2021-11-11T17:44:59.257Z] === CONT TestParallelPredefinedRequest3 [2021-11-11T17:44:59.257Z] === CONT TestParallelPredefinedRequest2 [2021-11-11T17:44:59.257Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:44:59.257Z] === CONT TestParallelPredefinedRequest3 [2021-11-11T17:44:59.257Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:44:59.257Z] === CONT TestParallelPredefinedRequest1 [2021-11-11T17:44:59.257Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:44:59.257Z] === CONT TestParallelPredefinedRequest4 [2021-11-11T17:44:59.257Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:44:59.257Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-11-11T17:44:59.257Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-11-11T17:44:59.257Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-11-11T17:44:59.257Z] === CONT TestParallelPredefinedRequest5 [2021-11-11T17:44:59.257Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:44:59.257Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-11-11T17:44:59.257Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-11-11T17:44:59.257Z] PASS [2021-11-11T17:44:59.257Z] coverage: 85.3% of statements [2021-11-11T17:44:59.257Z] ok github.com/docker/docker/libnetwork/ipam 32.204s coverage: 85.3% of statements [2021-11-11T17:44:59.257Z] === RUN TestOutputOnPrematureClose [2021-11-11T17:44:59.257Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-11-11T17:44:59.257Z] === RUN TestCompleteSilently [2021-11-11T17:44:59.257Z] --- PASS: TestCompleteSilently (0.00s) [2021-11-11T17:44:59.257Z] PASS [2021-11-11T17:44:59.257Z] coverage: 75.9% of statements [2021-11-11T17:44:59.257Z] ok github.com/docker/docker/pkg/progress 0.029s coverage: 75.9% of statements [2021-11-11T17:44:59.369Z] docker_cli_network_unix_test.go:46: [d15a7973db5e7] daemon is not started [2021-11-11T17:44:59.634Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-11T17:44:59.634Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-11T17:44:59.634Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-11T17:44:59.634Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-11T17:44:59.634Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-11T17:44:59.648Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-11-11T17:44:59.724Z] --- PASS: TestFailOnce (1.12s) [2021-11-11T17:44:59.724Z] === RUN TestEchoInputOutput [2021-11-11T17:44:59.724Z] --- PASS: TestEchoInputOutput (0.00s) [2021-11-11T17:44:59.724Z] === RUN TestBackoff [2021-11-11T17:44:59.724Z] --- PASS: TestBackoff (0.00s) [2021-11-11T17:44:59.724Z] === RUN TestAbortRetry [2021-11-11T17:44:59.724Z] --- PASS: TestAbortRetry (0.00s) [2021-11-11T17:44:59.724Z] === RUN TestClientScheme [2021-11-11T17:44:59.724Z] --- PASS: TestClientScheme (0.00s) [2021-11-11T17:44:59.724Z] === RUN TestNewClientWithTimeout [2021-11-11T17:44:59.724Z] === RUN TestSendToOneSub [2021-11-11T17:44:59.724Z] --- PASS: TestSendToOneSub (0.00s) [2021-11-11T17:44:59.724Z] === RUN TestSendToMultipleSubs [2021-11-11T17:44:59.724Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-11-11T17:44:59.724Z] === RUN TestEvictOneSub [2021-11-11T17:44:59.724Z] --- PASS: TestEvictOneSub (0.00s) [2021-11-11T17:44:59.724Z] === RUN TestClosePublisher [2021-11-11T17:44:59.724Z] --- PASS: TestClosePublisher (0.00s) [2021-11-11T17:44:59.724Z] === RUN TestPubSubRace [2021-11-11T17:45:00.191Z] time="2021-11-11T17:45:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49291/Test.Echo: Post \"http://127.0.0.1:49291/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-11-11T17:45:00.583Z] docker_cli_network_unix_test.go:46: [d0cc76b92b966] daemon is not started [2021-11-11T17:45:00.583Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-11-11T17:45:00.658Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.68s) [2021-11-11T17:45:00.658Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-11-11T17:45:01.124Z] --- PASS: TestPubSubRace (1.04s) [2021-11-11T17:45:01.124Z] PASS [2021-11-11T17:45:01.124Z] coverage: 75.0% of statements [2021-11-11T17:45:01.124Z] ok github.com/docker/docker/pkg/pubsub 1.069s coverage: 75.0% of statements [2021-11-11T17:45:01.146Z] docker_cli_network_unix_test.go:46: [d7f99b7a86929] daemon is not started [2021-11-11T17:45:01.146Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-11-11T17:45:01.403Z] docker_cli_network_unix_test.go:46: [d879828c3da26] daemon is not started [2021-11-11T17:45:01.591Z] === RUN TestRegister [2021-11-11T17:45:01.591Z] --- PASS: TestRegister (0.00s) [2021-11-11T17:45:01.591Z] === RUN TestCommand [2021-11-11T17:45:01.591Z] --- PASS: TestCommand (0.02s) [2021-11-11T17:45:01.591Z] === RUN TestNaiveSelf [2021-11-11T17:45:01.591Z] --- PASS: TestNaiveSelf (0.02s) [2021-11-11T17:45:01.591Z] PASS [2021-11-11T17:45:01.591Z] coverage: 82.4% of statements [2021-11-11T17:45:01.591Z] ok github.com/docker/docker/pkg/reexec 0.075s coverage: 82.4% of statements [2021-11-11T17:45:01.591Z] time="2021-11-11T17:45:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49291/Test.Echo: Post \"http://127.0.0.1:49291/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-11-11T17:45:01.659Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-11-11T17:45:01.915Z] docker_cli_network_unix_test.go:46: [d91ff9edf04e2] daemon is not started [2021-11-11T17:45:02.058Z] 2021/11/11 17:45:01 Closing DB instances... [2021-11-11T17:45:02.059Z] === RUN TestDump [2021-11-11T17:45:02.059Z] goroutine 6 [running]: [2021-11-11T17:45:02.059Z] github.com/docker/docker/pkg/stack.dump(0x98b477) [2021-11-11T17:45:02.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-11T17:45:02.059Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-11-11T17:45:02.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-11-11T17:45:02.059Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-11-11T17:45:02.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-11-11T17:45:02.059Z] testing.tRunner(0xc00011c1a0, 0xaf8e38) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:45:02.059Z] created by testing.(*T).Run [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-11T17:45:02.059Z] [2021-11-11T17:45:02.059Z] goroutine 1 [chan receive]: [2021-11-11T17:45:02.059Z] testing.(*T).Run(0xc00011c000, {0xaea4fd, 0x96a1d3}, 0xaf8e38) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-11T17:45:02.059Z] testing.runTests.func1(0xc000068750) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-11T17:45:02.059Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:45:02.059Z] testing.runTests(0xc000076080, {0xc5cba0, 0x3, 0x3}, {0x98a6cd, 0xaec1f7, 0xc61640}) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-11T17:45:02.059Z] testing.(*M).Run(0xc000076080) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-11T17:45:02.059Z] main.main() [2021-11-11T17:45:02.059Z] _testmain.go:95 +0x1f5 [2021-11-11T17:45:02.059Z] --- PASS: TestDump (0.00s) [2021-11-11T17:45:02.059Z] === RUN TestDumpToFile [2021-11-11T17:45:02.059Z] --- PASS: TestDumpToFile (0.09s) [2021-11-11T17:45:02.059Z] === RUN TestDumpToFileWithEmptyInput [2021-11-11T17:45:02.059Z] goroutine 8 [running]: [2021-11-11T17:45:02.059Z] github.com/docker/docker/pkg/stack.dump(0x9f8434) [2021-11-11T17:45:02.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-11T17:45:02.059Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x9f87e0}) [2021-11-11T17:45:02.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-11-11T17:45:02.059Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0) [2021-11-11T17:45:02.059Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-11-11T17:45:02.059Z] testing.tRunner(0xc00011c680, 0xaf8e28) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:45:02.059Z] created by testing.(*T).Run [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-11T17:45:02.059Z] [2021-11-11T17:45:02.059Z] goroutine 1 [chan receive]: [2021-11-11T17:45:02.059Z] testing.(*T).Run(0xc00011c000, {0xaf1289, 0x96a1d3}, 0xaf8e28) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-11T17:45:02.059Z] testing.runTests.func1(0xc000068750) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-11T17:45:02.059Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-11T17:45:02.059Z] testing.runTests(0xc000076080, {0xc5cba0, 0x3, 0x3}, {0x98a6cd, 0xaec1f7, 0xc61640}) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-11T17:45:02.059Z] testing.(*M).Run(0xc000076080) [2021-11-11T17:45:02.059Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-11T17:45:02.059Z] main.main() [2021-11-11T17:45:02.059Z] _testmain.go:95 +0x1f5 [2021-11-11T17:45:02.059Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-11-11T17:45:02.059Z] PASS [2021-11-11T17:45:02.059Z] coverage: 90.9% of statements [2021-11-11T17:45:02.059Z] ok github.com/docker/docker/pkg/stack 0.115s coverage: 90.9% of statements [2021-11-11T17:45:02.476Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-11-11T17:45:02.526Z] === RUN TestNewStdWriter [2021-11-11T17:45:02.526Z] --- PASS: TestNewStdWriter (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestWriteWithUninitializedStdWriter [2021-11-11T17:45:02.526Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestWriteWithNilBytes [2021-11-11T17:45:02.526Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestWrite [2021-11-11T17:45:02.526Z] --- PASS: TestWrite (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestWriteWithWriterError [2021-11-11T17:45:02.526Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-11-11T17:45:02.526Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestStdCopyWriteAndRead [2021-11-11T17:45:02.526Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-11-11T17:45:02.526Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-11-11T17:45:02.526Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-11-11T17:45:02.526Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestStdCopyWithInvalidInputHeader [2021-11-11T17:45:02.526Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestStdCopyWithCorruptedPrefix [2021-11-11T17:45:02.526Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestStdCopyReturnsWriteErrors [2021-11-11T17:45:02.526Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-11-11T17:45:02.526Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-11-11T17:45:02.526Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-11-11T17:45:02.526Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-11-11T17:45:02.526Z] PASS [2021-11-11T17:45:02.526Z] coverage: 100.0% of statements [2021-11-11T17:45:02.526Z] ok github.com/docker/docker/pkg/stdcopy 0.034s coverage: 100.0% of statements [2021-11-11T17:45:02.993Z] === RUN TestRawProgressFormatterFormatStatus [2021-11-11T17:45:02.993Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestRawProgressFormatterFormatProgress [2021-11-11T17:45:02.993Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestFormatStatus [2021-11-11T17:45:02.993Z] --- PASS: TestFormatStatus (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestFormatError [2021-11-11T17:45:02.993Z] --- PASS: TestFormatError (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestFormatJSONError [2021-11-11T17:45:02.993Z] --- PASS: TestFormatJSONError (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestJsonProgressFormatterFormatProgress [2021-11-11T17:45:02.993Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestJsonProgressFormatterFormatStatus [2021-11-11T17:45:02.993Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestNewJSONProgressOutput [2021-11-11T17:45:02.993Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestAuxFormatterEmit [2021-11-11T17:45:02.993Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestStreamWriterStdout [2021-11-11T17:45:02.993Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-11-11T17:45:02.993Z] === RUN TestStreamWriterStderr [2021-11-11T17:45:02.993Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-11-11T17:45:02.993Z] PASS [2021-11-11T17:45:02.993Z] coverage: 66.2% of statements [2021-11-11T17:45:02.993Z] ok github.com/docker/docker/pkg/streamformatter 0.033s coverage: 66.2% of statements [2021-11-11T17:45:03.038Z] docker_cli_network_unix_test.go:46: [dbac1da38c2de] daemon is not started [2021-11-11T17:45:03.293Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-11-11T17:45:03.293Z] docker_cli_network_unix_test.go:46: [d7b51d70784ec] daemon is not started [2021-11-11T17:45:03.460Z] === RUN TestGenerateRandomID [2021-11-11T17:45:03.460Z] --- PASS: TestGenerateRandomID (0.00s) [2021-11-11T17:45:03.460Z] === RUN TestShortenId [2021-11-11T17:45:03.460Z] --- PASS: TestShortenId (0.00s) [2021-11-11T17:45:03.460Z] === RUN TestShortenSha256Id [2021-11-11T17:45:03.460Z] --- PASS: TestShortenSha256Id (0.00s) [2021-11-11T17:45:03.460Z] === RUN TestShortenIdEmpty [2021-11-11T17:45:03.460Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-11-11T17:45:03.460Z] === RUN TestShortenIdInvalid [2021-11-11T17:45:03.460Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-11-11T17:45:03.460Z] === RUN TestIsShortIDNonHex [2021-11-11T17:45:03.460Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-11-11T17:45:03.460Z] === RUN TestIsShortIDNotCorrectSize [2021-11-11T17:45:03.460Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-11-11T17:45:03.460Z] PASS [2021-11-11T17:45:03.460Z] coverage: 70.6% of statements [2021-11-11T17:45:03.460Z] ok github.com/docker/docker/pkg/stringid 0.026s coverage: 70.6% of statements [2021-11-11T17:45:03.460Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.61s) [2021-11-11T17:45:03.460Z] === RUN TestNetworkDBGarbageCollection [2021-11-11T17:45:03.548Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-11-11T17:45:03.805Z] docker_cli_network_unix_test.go:46: [d61b04965a7f1] daemon is not started [2021-11-11T17:45:03.805Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-11-11T17:45:03.928Z] === RUN TestIsCpusetListAvailable [2021-11-11T17:45:03.928Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-11-11T17:45:03.928Z] PASS [2021-11-11T17:45:03.928Z] coverage: 39.4% of statements [2021-11-11T17:45:03.928Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2021-11-11T17:45:04.060Z] docker_cli_network_unix_test.go:46: [d30740e6e018d] daemon is not started [2021-11-11T17:45:04.316Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-11-11T17:45:04.395Z] time="2021-11-11T17:45:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49291/Test.Echo: Post \"http://127.0.0.1:49291/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-11-11T17:45:04.571Z] docker_cli_network_unix_test.go:46: [d9b83f7ada729] daemon is not started [2021-11-11T17:45:04.571Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-11-11T17:45:04.571Z] docker_cli_network_unix_test.go:46: [dc8f17f333b77] daemon is not started [2021-11-11T17:45:04.571Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-11-11T17:45:04.827Z] docker_cli_network_unix_test.go:46: [d13d7a80334a4] daemon is not started [2021-11-11T17:45:04.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-11-11T17:45:05.382Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-11T17:45:05.382Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-11T17:45:05.382Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-11T17:45:05.382Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-11-11T17:45:05.382Z] === RUN TestChtimes [2021-11-11T17:45:05.382Z] --- PASS: TestChtimes (0.00s) [2021-11-11T17:45:05.382Z] === RUN TestChtimesWindows [2021-11-11T17:45:05.382Z] --- PASS: TestChtimesWindows (0.00s) [2021-11-11T17:45:05.382Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-11-11T17:45:05.382Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-11-11T17:45:05.382Z] === RUN TestEnsureRemoveAllNotExist [2021-11-11T17:45:05.382Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-11-11T17:45:05.382Z] === RUN TestEnsureRemoveAllWithDir [2021-11-11T17:45:05.382Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-11-11T17:45:05.382Z] === RUN TestEnsureRemoveAllWithFile [2021-11-11T17:45:05.382Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-11-11T17:45:05.382Z] === RUN TestHasWin32KSupport [2021-11-11T17:45:05.382Z] syscall_windows_test.go:8: win32k: true [2021-11-11T17:45:05.382Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-11-11T17:45:05.382Z] PASS [2021-11-11T17:45:05.382Z] coverage: 13.0% of statements [2021-11-11T17:45:05.382Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 13.0% of statements [2021-11-11T17:45:05.390Z] docker_cli_network_unix_test.go:46: [d23cb72dbf611] daemon is not started [2021-11-11T17:45:05.390Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-11-11T17:45:05.868Z] === RUN TestTailFile [2021-11-11T17:45:05.868Z] --- PASS: TestTailFile (0.00s) [2021-11-11T17:45:05.868Z] === RUN TestTailFileManyLines [2021-11-11T17:45:05.868Z] --- PASS: TestTailFileManyLines (0.00s) [2021-11-11T17:45:05.868Z] === RUN TestTailEmptyFile [2021-11-11T17:45:05.868Z] --- PASS: TestTailEmptyFile (0.00s) [2021-11-11T17:45:05.868Z] === RUN TestTailNegativeN [2021-11-11T17:45:05.868Z] --- PASS: TestTailNegativeN (0.00s) [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/no_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/no_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/truncated_last_line [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/4_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/2_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/single_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/no_delimiter [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/12_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/8_byte_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-11-11T17:45:05.868Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.868Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.869Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.869Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.869Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.870Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.870Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.871Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.872Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.872Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.873Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-11T17:45:05.874Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-11T17:45:05.952Z] docker_cli_network_unix_test.go:46: [d92f8bdbb2519] daemon is not started [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-11T17:45:06.344Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.01s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.01s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:45:06.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.01s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.01s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:45:06.345Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-11-11T17:45:06.346Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-11-11T17:45:06.346Z] PASS [2021-11-11T17:45:06.346Z] coverage: 88.6% of statements [2021-11-11T17:45:06.346Z] ok github.com/docker/docker/pkg/tailfile 0.138s coverage: 88.6% of statements [2021-11-11T17:45:06.346Z] === RUN TestTarSumRemoveNonExistent [2021-11-11T17:45:06.346Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestTarSumRemove [2021-11-11T17:45:06.346Z] --- PASS: TestTarSumRemove (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestSortFileInfoSums [2021-11-11T17:45:06.346Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestNewTarSumForLabelInvalid [2021-11-11T17:45:06.346Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestNewTarSumForLabel [2021-11-11T17:45:06.346Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestEmptyTar [2021-11-11T17:45:06.346Z] --- PASS: TestEmptyTar (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestTarSumsReadSize [2021-11-11T17:45:06.346Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestTarSums [2021-11-11T17:45:06.346Z] --- PASS: TestTarSums (0.06s) [2021-11-11T17:45:06.346Z] === RUN TestIteration [2021-11-11T17:45:06.346Z] --- PASS: TestIteration (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestVersionLabelForChecksum [2021-11-11T17:45:06.346Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestVersion [2021-11-11T17:45:06.346Z] --- PASS: TestVersion (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestGetVersion [2021-11-11T17:45:06.346Z] --- PASS: TestGetVersion (0.00s) [2021-11-11T17:45:06.346Z] === RUN TestGetVersions [2021-11-11T17:45:06.346Z] --- PASS: TestGetVersions (0.00s) [2021-11-11T17:45:06.346Z] PASS [2021-11-11T17:45:06.346Z] coverage: 89.3% of statements [2021-11-11T17:45:06.346Z] ok github.com/docker/docker/pkg/tarsum 0.112s coverage: 89.3% of statements [2021-11-11T17:45:06.346Z] testing: warning: no tests to run [2021-11-11T17:45:06.346Z] PASS [2021-11-11T17:45:06.346Z] coverage: [no statements] [2021-11-11T17:45:06.346Z] ok github.com/docker/docker/pkg/term/windows 0.030s coverage: [no statements] [no tests to run] [2021-11-11T17:45:06.513Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-11-11T17:45:06.513Z] docker_cli_network_unix_test.go:46: [df367171ee772] daemon is not started [2021-11-11T17:45:06.513Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-11-11T17:45:06.769Z] docker_cli_network_unix_test.go:46: [d7f8d4e48f107] daemon is not started [2021-11-11T17:45:06.769Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-11-11T17:45:06.769Z] docker_cli_network_unix_test.go:46: [ddc20bc3746a0] daemon is not started [2021-11-11T17:45:06.769Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-11-11T17:45:06.817Z] === RUN TestTruncIndex [2021-11-11T17:45:06.817Z] --- PASS: TestTruncIndex (0.10s) [2021-11-11T17:45:06.817Z] PASS [2021-11-11T17:45:06.817Z] coverage: 91.5% of statements [2021-11-11T17:45:06.817Z] ok github.com/docker/docker/pkg/truncindex 0.128s coverage: 91.5% of statements [2021-11-11T17:45:06.817Z] === RUN TestIsGIT [2021-11-11T17:45:06.817Z] --- PASS: TestIsGIT (0.00s) [2021-11-11T17:45:06.817Z] === RUN TestIsTransport [2021-11-11T17:45:06.817Z] --- PASS: TestIsTransport (0.00s) [2021-11-11T17:45:06.817Z] PASS [2021-11-11T17:45:06.817Z] coverage: 100.0% of statements [2021-11-11T17:45:06.817Z] ok github.com/docker/docker/pkg/urlutil 0.038s coverage: 100.0% of statements [2021-11-11T17:45:07.285Z] === RUN TestVersionInfo [2021-11-11T17:45:07.285Z] --- PASS: TestVersionInfo (0.00s) [2021-11-11T17:45:07.285Z] === RUN TestAppendVersions [2021-11-11T17:45:07.285Z] --- PASS: TestAppendVersions (0.00s) [2021-11-11T17:45:07.285Z] PASS [2021-11-11T17:45:07.285Z] coverage: 88.9% of statements [2021-11-11T17:45:07.285Z] ok github.com/docker/docker/pkg/useragent 0.029s coverage: 88.9% of statements [2021-11-11T17:45:07.754Z] === RUN TestNewSettable [2021-11-11T17:45:07.755Z] --- PASS: TestNewSettable (0.00s) [2021-11-11T17:45:07.755Z] === RUN TestIsSettable [2021-11-11T17:45:07.755Z] --- PASS: TestIsSettable (0.00s) [2021-11-11T17:45:07.755Z] === RUN TestUpdateSettingsEnv [2021-11-11T17:45:07.755Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-11-11T17:45:07.755Z] PASS [2021-11-11T17:45:07.755Z] coverage: 20.0% of statements [2021-11-11T17:45:07.755Z] ok github.com/docker/docker/plugin/v2 0.030s coverage: 20.0% of statements [2021-11-11T17:45:07.755Z] === RUN TestValidatePrivileges [2021-11-11T17:45:07.755Z] --- PASS: TestValidatePrivileges (0.00s) [2021-11-11T17:45:07.755Z] === RUN TestFilterByCapNeg [2021-11-11T17:45:07.755Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-11-11T17:45:07.755Z] === RUN TestFilterByCapPos [2021-11-11T17:45:07.755Z] --- PASS: TestFilterByCapPos (0.00s) [2021-11-11T17:45:07.755Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-11-11T17:45:07.755Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-11-11T17:45:07.755Z] PASS [2021-11-11T17:45:07.755Z] coverage: 12.0% of statements [2021-11-11T17:45:08.134Z] docker_cli_network_unix_test.go:968: [de1a848e052ea] daemon is not started [2021-11-11T17:45:08.221Z] ok github.com/docker/docker/plugin 0.045s coverage: 12.0% of statements [2021-11-11T17:45:08.688Z] === RUN TestLoad [2021-11-11T17:45:08.688Z] --- PASS: TestLoad (0.00s) [2021-11-11T17:45:08.688Z] === RUN TestSave [2021-11-11T17:45:08.688Z] --- PASS: TestSave (0.02s) [2021-11-11T17:45:08.688Z] === RUN TestAddDeleteGet [2021-11-11T17:45:08.688Z] --- PASS: TestAddDeleteGet (0.02s) [2021-11-11T17:45:08.688Z] === RUN TestInvalidTags [2021-11-11T17:45:08.688Z] --- PASS: TestInvalidTags (0.00s) [2021-11-11T17:45:08.688Z] PASS [2021-11-11T17:45:08.688Z] coverage: 84.4% of statements [2021-11-11T17:45:08.688Z] ok github.com/docker/docker/reference 0.100s coverage: 84.4% of statements [2021-11-11T17:45:08.688Z] time="2021-11-11T17:45:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49291/Test.Echo: Post \"http://127.0.0.1:49291/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-11-11T17:45:09.062Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-11-11T17:45:09.692Z] === RUN TestResolveAuthConfigIndexServer [2021-11-11T17:45:09.692Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestResolveAuthConfigFullURL [2021-11-11T17:45:09.692Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestLoadAllowNondistributableArtifacts [2021-11-11T17:45:09.692Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestValidateMirror [2021-11-11T17:45:09.692Z] --- PASS: TestValidateMirror (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestLoadInsecureRegistries [2021-11-11T17:45:09.692Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-11-11T17:45:09.692Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-11-11T17:45:09.692Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-11-11T17:45:09.692Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-11-11T17:45:09.692Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestResumableRequestReaderWithReadError [2021-11-11T17:45:09.692Z] time="2021-11-11T17:45:09Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-11T17:45:09.692Z] time="2021-11-11T17:45:09Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-11-11T17:45:09.692Z] time="2021-11-11T17:45:09Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-11T17:45:09.692Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-11-11T17:45:09.692Z] === RUN TestNewServiceConfig [2021-11-11T17:45:09.692Z] --- PASS: TestNewServiceConfig (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestValidateIndexName [2021-11-11T17:45:09.692Z] --- PASS: TestValidateIndexName (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestValidateIndexNameWithError [2021-11-11T17:45:09.692Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestEndpointParse [2021-11-11T17:45:09.692Z] --- PASS: TestEndpointParse (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestEndpointParseInvalid [2021-11-11T17:45:09.692Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestValidateEndpoint [2021-11-11T17:45:09.692Z] --- PASS: TestValidateEndpoint (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestPing [2021-11-11T17:45:09.692Z] --- PASS: TestPing (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestPingRegistryEndpoint [2021-11-11T17:45:09.692Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:45:09.692Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestEndpoint [2021-11-11T17:45:09.692Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:45:09.692Z] --- SKIP: TestEndpoint (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestParseRepositoryInfo [2021-11-11T17:45:09.692Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestNewIndexInfo [2021-11-11T17:45:09.692Z] --- PASS: TestNewIndexInfo (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestMirrorEndpointLookup [2021-11-11T17:45:09.692Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:45:09.692Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestSearchRepositories [2021-11-11T17:45:09.692Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-11-11T17:45:09.692Z] Host: 127.0.0.1:49304 [2021-11-11T17:45:09.692Z] User-Agent: docker test client [2021-11-11T17:45:09.692Z] Authorization: Token fake-token [2021-11-11T17:45:09.692Z] X-Docker-Token: true [2021-11-11T17:45:09.692Z] Accept-Encoding: gzip [2021-11-11T17:45:09.692Z] [2021-11-11T17:45:09.692Z] [2021-11-11T17:45:09.692Z] registry_test.go:730: HTTP/1.1 200 OK [2021-11-11T17:45:09.692Z] Connection: close [2021-11-11T17:45:09.692Z] Content-Length: 144 [2021-11-11T17:45:09.692Z] Cache-Control: no-cache [2021-11-11T17:45:09.692Z] Content-Type: application/json [2021-11-11T17:45:09.692Z] Date: Thu, 11 Nov 2021 17:45:09 GMT [2021-11-11T17:45:09.692Z] Expires: -1 [2021-11-11T17:45:09.692Z] Pragma: no-cache [2021-11-11T17:45:09.692Z] Server: docker-tests/mock [2021-11-11T17:45:09.692Z] X-Docker-Registry-Config: mock [2021-11-11T17:45:09.692Z] X-Docker-Registry-Version: 0.0.0 [2021-11-11T17:45:09.692Z] [2021-11-11T17:45:09.692Z] [2021-11-11T17:45:09.692Z] --- PASS: TestSearchRepositories (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestTrustedLocation [2021-11-11T17:45:09.692Z] --- PASS: TestTrustedLocation (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-11-11T17:45:09.692Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestAllowNondistributableArtifacts [2021-11-11T17:45:09.692Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestIsSecureIndex [2021-11-11T17:45:09.692Z] --- PASS: TestIsSecureIndex (0.00s) [2021-11-11T17:45:09.692Z] PASS [2021-11-11T17:45:09.692Z] coverage: 51.2% of statements [2021-11-11T17:45:09.692Z] ok github.com/docker/docker/registry 0.164s coverage: 51.2% of statements [2021-11-11T17:45:09.692Z] time="2021-11-11T17:45:09Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-11-11T17:45:09.692Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-11-11T17:45:09.692Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-11-11T17:45:09.692Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-11-11T17:45:09.692Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-11-11T17:45:09.692Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestResumableRequestReader [2021-11-11T17:45:09.692Z] --- PASS: TestResumableRequestReader (0.00s) [2021-11-11T17:45:09.692Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-11-11T17:45:09.692Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-11-11T17:45:09.692Z] PASS [2021-11-11T17:45:09.692Z] coverage: 100.0% of statements [2021-11-11T17:45:09.692Z] ok github.com/docker/docker/registry/resumable 0.156s coverage: 100.0% of statements [2021-11-11T17:45:10.159Z] === RUN TestRestartManagerTimeout [2021-11-11T17:45:10.159Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-11-11T17:45:10.159Z] === RUN TestRestartManagerTimeoutReset [2021-11-11T17:45:10.159Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-11-11T17:45:10.159Z] PASS [2021-11-11T17:45:10.159Z] coverage: 50.9% of statements [2021-11-11T17:45:10.159Z] ok github.com/docker/docker/restartmanager 0.028s coverage: 50.9% of statements [2021-11-11T17:45:10.159Z] === RUN TestDecodeContainerConfig [2021-11-11T17:45:10.159Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-11-11T17:45:10.159Z] === RUN TestDecodeContainerConfigIsolation [2021-11-11T17:45:10.159Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-11-11T17:45:10.159Z] === RUN TestValidatePrivileged [2021-11-11T17:45:10.159Z] --- PASS: TestValidatePrivileged (0.00s) [2021-11-11T17:45:10.159Z] PASS [2021-11-11T17:45:10.159Z] coverage: 52.6% of statements [2021-11-11T17:45:10.159Z] ok github.com/docker/docker/runconfig 0.031s coverage: 52.6% of statements [2021-11-11T17:45:10.428Z] docker_cli_network_unix_test.go:46: [d10572f2d1ed3] daemon is not started [2021-11-11T17:45:10.429Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-11-11T17:45:10.626Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-11-11T17:45:10.626Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-11-11T17:45:10.626Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-11-11T17:45:10.626Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-11-11T17:45:10.626Z] PASS [2021-11-11T17:45:10.626Z] coverage: 62.5% of statements [2021-11-11T17:45:10.626Z] ok github.com/docker/docker/testutil 0.063s coverage: 62.5% of statements [2021-11-11T17:45:12.838Z] === RUN TestGetDriver [2021-11-11T17:45:12.838Z] --- PASS: TestGetDriver (0.00s) [2021-11-11T17:45:12.838Z] === RUN TestVolumeRequestError [2021-11-11T17:45:12.838Z] --- PASS: TestVolumeRequestError (0.01s) [2021-11-11T17:45:12.838Z] PASS [2021-11-11T17:45:12.838Z] coverage: 36.1% of statements [2021-11-11T17:45:12.838Z] ok github.com/docker/docker/volume/drivers 0.037s coverage: 36.1% of statements [2021-11-11T17:45:12.838Z] === RUN TestGetAddress [2021-11-11T17:45:12.838Z] --- PASS: TestGetAddress (0.00s) [2021-11-11T17:45:12.838Z] === RUN TestRemove [2021-11-11T17:45:12.838Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-11T17:45:12.838Z] --- SKIP: TestRemove (0.00s) [2021-11-11T17:45:12.838Z] === RUN TestInitializeWithVolumes [2021-11-11T17:45:12.838Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-11-11T17:45:12.838Z] === RUN TestCreate [2021-11-11T17:45:12.838Z] --- PASS: TestCreate (0.01s) [2021-11-11T17:45:12.838Z] === RUN TestValidateName [2021-11-11T17:45:12.838Z] --- PASS: TestValidateName (0.00s) [2021-11-11T17:45:12.838Z] === RUN TestCreateWithOpts [2021-11-11T17:45:12.838Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-11T17:45:12.838Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-11-11T17:45:12.838Z] === RUN TestRelaodNoOpts [2021-11-11T17:45:12.838Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-11-11T17:45:12.838Z] PASS [2021-11-11T17:45:12.838Z] coverage: 41.5% of statements [2021-11-11T17:45:12.838Z] ok github.com/docker/docker/volume/local 0.051s coverage: 41.5% of statements [2021-11-11T17:45:12.946Z] docker_cli_network_unix_test.go:1116: [ded2e2a2dbd26] daemon is not started [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRaw [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-11-11T17:45:13.822Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-11-11T17:45:13.822Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-11T17:45:13.822Z] === RUN TestLinuxParseMountRaw [2021-11-11T17:45:13.822Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-11-11T17:45:13.822Z] === RUN TestLinuxParseMountRawSplit [2021-11-11T17:45:13.822Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-11-11T17:45:13.822Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-11-11T17:45:13.822Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-11-11T17:45:13.822Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-11-11T17:45:13.822Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-11-11T17:45:13.822Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-11-11T17:45:13.822Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-11-11T17:45:13.823Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-11-11T17:45:13.823Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-11-11T17:45:13.823Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-11-11T17:45:13.823Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-11-11T17:45:13.823Z] === RUN TestConvertTmpfsOptions [2021-11-11T17:45:13.823Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-11-11T17:45:13.823Z] linux_parser_test.go:209: data="ro" [2021-11-11T17:45:13.823Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-11-11T17:45:13.823Z] === RUN TestParseMountSpec [2021-11-11T17:45:13.823Z] parser_test.go:62: case 0 [2021-11-11T17:45:13.823Z] parser_test.go:62: case 1 [2021-11-11T17:45:13.823Z] parser_test.go:62: case 2 [2021-11-11T17:45:13.823Z] parser_test.go:62: case 3 [2021-11-11T17:45:13.823Z] parser_test.go:62: case 4 [2021-11-11T17:45:13.823Z] parser_test.go:62: case 5 [2021-11-11T17:45:13.823Z] --- PASS: TestParseMountSpec (0.00s) [2021-11-11T17:45:13.823Z] === RUN TestValidateMount [2021-11-11T17:45:13.823Z] --- PASS: TestValidateMount (0.00s) [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRaw [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-11T17:45:13.823Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-11-11T17:45:13.823Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-11-11T17:45:13.823Z] PASS [2021-11-11T17:45:13.823Z] coverage: 67.6% of statements [2021-11-11T17:45:13.823Z] ok github.com/docker/docker/volume/mounts 0.038s coverage: 67.6% of statements [2021-11-11T17:45:14.151Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-11T17:45:14.151Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-11T17:45:14.151Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-11T17:45:14.151Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-11T17:45:14.151Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-11T17:45:14.151Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-11T17:45:14.151Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-11T17:45:14.291Z] === RUN TestSetGetMeta [2021-11-11T17:45:14.292Z] === PAUSE TestSetGetMeta [2021-11-11T17:45:14.292Z] === RUN TestRestore [2021-11-11T17:45:14.292Z] === PAUSE TestRestore [2021-11-11T17:45:14.292Z] === RUN TestServiceCreate [2021-11-11T17:45:14.292Z] === PAUSE TestServiceCreate [2021-11-11T17:45:14.292Z] === RUN TestServiceList [2021-11-11T17:45:14.292Z] === PAUSE TestServiceList [2021-11-11T17:45:14.292Z] === RUN TestServiceRemove [2021-11-11T17:45:14.292Z] === PAUSE TestServiceRemove [2021-11-11T17:45:14.292Z] === RUN TestServiceGet [2021-11-11T17:45:14.292Z] === PAUSE TestServiceGet [2021-11-11T17:45:14.292Z] === RUN TestServicePrune [2021-11-11T17:45:14.292Z] === PAUSE TestServicePrune [2021-11-11T17:45:14.292Z] === RUN TestCreate [2021-11-11T17:45:14.292Z] === PAUSE TestCreate [2021-11-11T17:45:14.292Z] === RUN TestRemove [2021-11-11T17:45:14.292Z] === PAUSE TestRemove [2021-11-11T17:45:14.292Z] === RUN TestList [2021-11-11T17:45:14.292Z] === PAUSE TestList [2021-11-11T17:45:14.292Z] === RUN TestFindByDriver [2021-11-11T17:45:14.292Z] === PAUSE TestFindByDriver [2021-11-11T17:45:14.292Z] === RUN TestFindByReferenced [2021-11-11T17:45:14.292Z] === PAUSE TestFindByReferenced [2021-11-11T17:45:14.292Z] === RUN TestDerefMultipleOfSameRef [2021-11-11T17:45:14.292Z] === PAUSE TestDerefMultipleOfSameRef [2021-11-11T17:45:14.292Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-11T17:45:14.292Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-11T17:45:14.292Z] === RUN TestDefererencePluginOnCreateError [2021-11-11T17:45:14.292Z] === PAUSE TestDefererencePluginOnCreateError [2021-11-11T17:45:14.292Z] === RUN TestRefDerefRemove [2021-11-11T17:45:14.292Z] === PAUSE TestRefDerefRemove [2021-11-11T17:45:14.292Z] === RUN TestGet [2021-11-11T17:45:14.292Z] === PAUSE TestGet [2021-11-11T17:45:14.292Z] === RUN TestGetWithReference [2021-11-11T17:45:14.292Z] === PAUSE TestGetWithReference [2021-11-11T17:45:14.292Z] === RUN TestFilterFunc [2021-11-11T17:45:14.292Z] === RUN TestFilterFunc/test_nil_list [2021-11-11T17:45:14.292Z] === PAUSE TestFilterFunc/test_nil_list [2021-11-11T17:45:14.292Z] === RUN TestFilterFunc/test_empty_list [2021-11-11T17:45:14.292Z] === PAUSE TestFilterFunc/test_empty_list [2021-11-11T17:45:14.292Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-11-11T17:45:14.292Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-11-11T17:45:14.292Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-11T17:45:14.292Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-11T17:45:14.292Z] === RUN TestFilterFunc/test_filter_some [2021-11-11T17:45:14.292Z] === PAUSE TestFilterFunc/test_filter_some [2021-11-11T17:45:14.292Z] === RUN TestFilterFunc/test_filter_middle [2021-11-11T17:45:14.292Z] === PAUSE TestFilterFunc/test_filter_middle [2021-11-11T17:45:14.292Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-11-11T17:45:14.292Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-11-11T17:45:14.292Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-11-11T17:45:14.292Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-11-11T17:45:14.292Z] === CONT TestFilterFunc/test_nil_list [2021-11-11T17:45:14.292Z] === CONT TestFilterFunc/test_filter_some [2021-11-11T17:45:14.292Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-11T17:45:14.292Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-11-11T17:45:14.292Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-11-11T17:45:14.292Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-11-11T17:45:14.292Z] === CONT TestFilterFunc/test_filter_middle [2021-11-11T17:45:14.292Z] === CONT TestFilterFunc/test_empty_list [2021-11-11T17:45:14.292Z] --- PASS: TestFilterFunc (0.00s) [2021-11-11T17:45:14.292Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-11-11T17:45:14.292Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-11-11T17:45:14.292Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-11-11T17:45:14.292Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-11-11T17:45:14.292Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-11-11T17:45:14.292Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-11-11T17:45:14.292Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-11-11T17:45:14.292Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-11-11T17:45:14.292Z] === CONT TestSetGetMeta [2021-11-11T17:45:14.292Z] === CONT TestDefererencePluginOnCreateError [2021-11-11T17:45:14.292Z] === CONT TestList [2021-11-11T17:45:14.292Z] === CONT TestDerefMultipleOfSameRef [2021-11-11T17:45:14.292Z] --- PASS: TestSetGetMeta (0.01s) [2021-11-11T17:45:14.292Z] === CONT TestRemove [2021-11-11T17:45:14.292Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-11-11T17:45:14.292Z] === CONT TestCreate [2021-11-11T17:45:14.292Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-11-11T17:45:14.292Z] === CONT TestServicePrune [2021-11-11T17:45:14.292Z] --- PASS: TestList (0.02s) [2021-11-11T17:45:14.292Z] === CONT TestServiceGet [2021-11-11T17:45:14.292Z] --- PASS: TestRemove (0.02s) [2021-11-11T17:45:14.292Z] === CONT TestServiceRemove [2021-11-11T17:45:14.292Z] --- PASS: TestCreate (0.01s) [2021-11-11T17:45:14.292Z] === CONT TestServiceList [2021-11-11T17:45:14.292Z] time="2021-11-11T17:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:45:14.292Z] --- PASS: TestServiceGet (0.10s) [2021-11-11T17:45:14.292Z] === CONT TestServiceCreate [2021-11-11T17:45:14.292Z] --- PASS: TestServiceRemove (0.09s) [2021-11-11T17:45:14.292Z] === CONT TestRestore [2021-11-11T17:45:14.292Z] --- PASS: TestServiceList (0.09s) [2021-11-11T17:45:14.292Z] === CONT TestFindByReferenced [2021-11-11T17:45:14.292Z] time="2021-11-11T17:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:45:14.292Z] time="2021-11-11T17:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:45:14.292Z] time="2021-11-11T17:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-11-11T17:45:14.292Z] --- PASS: TestServiceCreate (0.02s) [2021-11-11T17:45:14.292Z] === CONT TestGet [2021-11-11T17:45:14.292Z] --- PASS: TestFindByReferenced (0.01s) [2021-11-11T17:45:14.292Z] === CONT TestGetWithReference [2021-11-11T17:45:14.292Z] time="2021-11-11T17:45:14Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-11T17:45:14.292Z] --- PASS: TestRestore (0.02s) [2021-11-11T17:45:14.292Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-11T17:45:14.292Z] --- PASS: TestServicePrune (0.12s) [2021-11-11T17:45:14.292Z] === CONT TestRefDerefRemove [2021-11-11T17:45:14.292Z] --- PASS: TestGet (0.01s) [2021-11-11T17:45:14.292Z] === CONT TestFindByDriver [2021-11-11T17:45:14.292Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-11-11T17:45:14.292Z] --- PASS: TestGetWithReference (0.01s) [2021-11-11T17:45:14.292Z] --- PASS: TestRefDerefRemove (0.01s) [2021-11-11T17:45:14.292Z] --- PASS: TestFindByDriver (0.01s) [2021-11-11T17:45:14.292Z] PASS [2021-11-11T17:45:14.292Z] coverage: 69.0% of statements [2021-11-11T17:45:14.292Z] ok github.com/docker/docker/volume/service 0.195s coverage: 69.0% of statements [2021-11-11T17:45:14.621Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-11T17:45:14.621Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-11T17:45:14.621Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-11T17:45:15.092Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-11T17:45:15.464Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-11-11T17:45:15.563Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-11T17:45:15.720Z] docker_cli_network_unix_test.go:46: [d39dedd48752b] daemon is not started [2021-11-11T17:45:15.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-11-11T17:45:16.647Z] docker_cli_network_unix_test.go:46: [df14bb31ee498] daemon is not started [2021-11-11T17:45:16.647Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-11-11T17:45:16.647Z] docker_cli_network_unix_test.go:46: [d0b42bae3c248] daemon is not started [2021-11-11T17:45:16.647Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-11-11T17:45:16.647Z] docker_cli_network_unix_test.go:46: [d4bd3e9a2fc9c] daemon is not started [2021-11-11T17:45:16.647Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-11-11T17:45:16.902Z] docker_cli_network_unix_test.go:46: [df6bb5540315a] daemon is not started [2021-11-11T17:45:16.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-11-11T17:45:16.902Z] docker_cli_network_unix_test.go:46: [d2436366fe7ef] daemon is not started [2021-11-11T17:45:16.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-11-11T17:45:16.902Z] docker_cli_network_unix_test.go:46: [d51152beb9b5d] daemon is not started [2021-11-11T17:45:16.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-11-11T17:45:17.238Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-11-11T17:45:17.238Z] === RUN TestClientStream [2021-11-11T17:45:17.238Z] --- PASS: TestClientStream (0.00s) [2021-11-11T17:45:17.238Z] === RUN TestClientSendFile [2021-11-11T17:45:17.238Z] --- PASS: TestClientSendFile (0.00s) [2021-11-11T17:45:17.238Z] === RUN TestClientWithRequestTimeout [2021-11-11T17:45:17.238Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-11-11T17:45:17.238Z] === RUN TestFileSpecPlugin [2021-11-11T17:45:17.238Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-11-11T17:45:17.238Z] === RUN TestFileJSONSpecPlugin [2021-11-11T17:45:17.238Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-11-11T17:45:17.238Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-11-11T17:45:17.238Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-11-11T17:45:17.238Z] === RUN TestPluginAddHandler [2021-11-11T17:45:17.238Z] --- PASS: TestPluginAddHandler (0.00s) [2021-11-11T17:45:17.238Z] === RUN TestPluginWaitBadPlugin [2021-11-11T17:45:17.238Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-11-11T17:45:17.238Z] === RUN TestGet [2021-11-11T17:45:17.238Z] time="2021-11-11T17:45:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-11-11T17:45:18.223Z] time="2021-11-11T17:45:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-11-11T17:45:18.798Z] docker_cli_network_unix_test.go:46: [deb8c17a18f49] daemon is not started [2021-11-11T17:45:19.359Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-11-11T17:45:19.616Z] docker_cli_network_unix_test.go:46: [d880d1bb68ff1] daemon is not started [2021-11-11T17:45:19.616Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-11-11T17:45:19.616Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-11-11T17:45:19.616Z] docker_cli_network_unix_test.go:46: [d672f589b53c1] daemon is not started [2021-11-11T17:45:19.616Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-11-11T17:45:19.872Z] docker_cli_network_unix_test.go:46: [d94417def0a0c] daemon is not started [2021-11-11T17:45:20.335Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-11T17:45:20.433Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-11-11T17:45:20.449Z] time="2021-11-11T17:45:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-11-11T17:45:20.844Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-11T17:45:20.844Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-11T17:45:23.396Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-11T17:45:23.698Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-11-11T17:45:24.232Z] time="2021-11-11T17:45:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-11-11T17:45:25.062Z] docker_cli_network_unix_test.go:1084: [d173a795b7281] daemon is not started [2021-11-11T17:45:26.894Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-11T17:45:26.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-11-11T17:45:26.950Z] docker_cli_network_unix_test.go:46: [d0286dffdfdee] daemon is not started [2021-11-11T17:45:26.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-11-11T17:45:27.206Z] docker_cli_network_unix_test.go:46: [da80a98d417ca] daemon is not started [2021-11-11T17:45:27.461Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-11-11T17:45:28.166Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-11T17:45:28.166Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-11T17:45:28.166Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-11T17:45:28.166Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-11T17:45:28.166Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-11T17:45:28.166Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-11T17:45:28.166Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-11T17:45:28.166Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-11T17:45:28.166Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-11T17:45:28.166Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-11T17:45:28.166Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-11T17:45:28.826Z] docker_cli_network_unix_test.go:46: [dc7cc9214dff2] daemon is not started [2021-11-11T17:45:28.826Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-11-11T17:45:29.082Z] docker_cli_network_unix_test.go:46: [d264cb2bf58c7] daemon is not started [2021-11-11T17:45:29.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-11-11T17:45:29.337Z] docker_cli_network_unix_test.go:46: [da470934f472f] daemon is not started [2021-11-11T17:45:29.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-11-11T17:45:30.155Z] docker_cli_network_unix_test.go:46: [dfa91edab3078] daemon is not started [2021-11-11T17:45:30.155Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-11-11T17:45:30.717Z] docker_cli_network_unix_test.go:46: [da8e84b402d52] daemon is not started [2021-11-11T17:45:30.973Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-11-11T17:45:31.636Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-11T17:45:31.636Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-11T17:45:31.968Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-11T17:45:31.968Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T17:45:31.968Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-11T17:45:31.968Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T17:45:31.968Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-11T17:45:31.968Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T17:45:31.968Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-11T17:45:32.102Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-11T17:45:32.102Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-11T17:45:32.102Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-11T17:45:32.438Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-11T17:45:32.845Z] ok github.com/docker/docker/libnetwork/networkdb 103.560s coverage: 60.0% of statements [2021-11-11T17:45:32.845Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-11T17:45:32.845Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-11-11T17:45:32.845Z] ok github.com/docker/docker/libnetwork/osl 4.322s coverage: 39.7% of statements [2021-11-11T17:45:32.845Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.008s coverage: 20.0% of statements [2021-11-11T17:45:32.845Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-11-11T17:45:32.845Z] ok github.com/docker/docker/libnetwork/portmapper 0.210s coverage: 48.6% of statements [2021-11-11T17:45:32.845Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2021-11-11T17:45:32.845Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-11T17:45:32.845Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] === Skipped [2021-11-11T17:45:32.845Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-11-11T17:45:32.845Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-11-11T17:45:32.845Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-11-11T17:45:32.845Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-11T17:45:32.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-11T17:45:32.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-11T17:45:32.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-11T17:45:32.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-11T17:45:32.845Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-11-11T17:45:32.845Z] firewalld_test.go:14: firewalld is not running [2021-11-11T17:45:32.845Z] [2021-11-11T17:45:32.845Z] DONE 331 tests, 9 skipped in 197.932s [2021-11-11T17:45:32.891Z] --- PASS: TestGet (15.01s) [2021-11-11T17:45:32.891Z] === RUN TestPluginWithNoManifest [2021-11-11T17:45:32.891Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-11-11T17:45:32.891Z] === RUN TestGetAll [2021-11-11T17:45:32.891Z] --- PASS: TestGetAll (0.00s) [2021-11-11T17:45:32.891Z] PASS [2021-11-11T17:45:32.891Z] coverage: 73.2% of statements [2021-11-11T17:45:32.891Z] ok github.com/docker/docker/pkg/plugins 35.814s coverage: 73.2% of statements Post stage [Pipeline] junit [2021-11-11T17:45:33.792Z] Recording test results [2021-11-11T17:45:34.177Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-11-11T17:45:34.310Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-11T17:45:34.310Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-11T17:45:34.310Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-11-11T17:45:34.519Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42838/.git:/go/src/github.com/docker/docker/.git --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ff0c7f89b8defb2f6f921d998912fdcde74545d6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ff0c7f89b8defb2f6f921d998912fdcde74545d6 hack/validate/vendor [2021-11-11T17:45:35.458Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-11T17:45:36.214Z] docker_cli_network_unix_test.go:46: [db0a23fb8cc89] daemon is not started [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite (54.60s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.02s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.71s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.76s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.52s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.45s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.41s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.98s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.18s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.11s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.39s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.84s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.88s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.68s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.71s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.00s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.24s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.26s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.12s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.23s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.81s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.45s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-11-11T17:45:36.214Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.79s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.37s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.96s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.80s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.47s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.46s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.90s) [2021-11-11T17:45:36.214Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.07s) [2021-11-11T17:45:36.214Z] === RUN TestDockerHubPullSuite [2021-11-11T17:45:36.215Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-11-11T17:45:36.343Z] + echo Ensuring container killed. [2021-11-11T17:45:36.343Z] Ensuring container killed. [2021-11-11T17:45:36.343Z] + docker rm -vf docker-pr11 [2021-11-11T17:45:36.343Z] Error: No such container: docker-pr11 [Pipeline] sh [2021-11-11T17:45:36.627Z] + echo Chowning /workspace to jenkins user [2021-11-11T17:45:36.628Z] Chowning /workspace to jenkins user [2021-11-11T17:45:36.628Z] + id -u [2021-11-11T17:45:36.628Z] + id -g [2021-11-11T17:45:36.628Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42838:/workspace busybox chown -R 1000:1000 /workspace [2021-11-11T17:45:37.206Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-11T17:45:38.102Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-11-11T17:45:38.302Z] + bundleName=unit [2021-11-11T17:45:38.302Z] + echo Creating unit-bundles.tar.gz [2021-11-11T17:45:38.302Z] Creating unit-bundles.tar.gz [2021-11-11T17:45:38.302Z] + 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 [2021-11-11T17:45:38.302Z] bundles/junit-report-libnetwork.xml [2021-11-11T17:45:38.302Z] bundles/junit-report.xml [2021-11-11T17:45:38.302Z] bundles/go-test-report-libnetwork.json [2021-11-11T17:45:38.302Z] bundles/go-test-report.json [2021-11-11T17:45:38.302Z] bundles/profile-libnetwork.out [2021-11-11T17:45:38.302Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-11-11T17:45:38.317Z] Archiving artifacts [2021-11-11T17:45:39.009Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42838/11/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-11T17:45:39.339Z] + make clean [2021-11-11T17:45:39.917Z] docker volume rm -f docker-dev-cache [2021-11-11T17:45:39.917Z] docker-dev-cache [Pipeline] deleteDir [2021-11-11T17:45:39.991Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-11T17:45:40.566Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-11-11T17:45:42.454Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-11-11T17:45:42.454Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-11-11T17:45:42.711Z] --- PASS: TestDockerHubPullSuite (6.52s) [2021-11-11T17:45:42.711Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.65s) [2021-11-11T17:45:42.711Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.22s) [2021-11-11T17:45:42.711Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.71s) [2021-11-11T17:45:42.711Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.65s) [2021-11-11T17:45:42.711Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2021-11-11T17:45:42.711Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-11-11T17:45:42.711Z] PASS [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === Skipped [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_sni_test.go:18: Flakey test [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-11-11T17:45:42.711Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-11-11T17:45:42.711Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-11-11T17:45:42.711Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-11-11T17:45:42.711Z] docker_cli_network_unix_test.go:46: [d672f589b53c1] daemon is not started [2021-11-11T17:45:42.711Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] DONE 1269 tests, 51 skipped in 1433.302s [2021-11-11T17:45:42.711Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-11T17:45:42.711Z] ++++ cat bundles/test-integration/docker.pid [2021-11-11T17:45:42.711Z] +++ kill 8509 [2021-11-11T17:45:42.711Z] +++ /etc/init.d/apparmor stop [2021-11-11T17:45:42.711Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] Unloading profiles will leave already running processes permanently [2021-11-11T17:45:42.711Z] unconfined, which can lead to unexpected situations. [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.711Z] To set a process to complain mode, use the command line tool [2021-11-11T17:45:42.711Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-11T17:45:42.711Z] +++ true [2021-11-11T17:45:42.711Z] exiting test-integration [2021-11-11T17:45:42.711Z] ++ exit 0 [2021-11-11T17:45:42.711Z] [2021-11-11T17:45:42.968Z] + for job in $(jobs -p) [2021-11-11T17:45:42.968Z] + wait 17169 [2021-11-11T17:45:44.718Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-11T17:45:48.501Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-11T17:45:48.501Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-11T17:45:52.170Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-11T17:45:52.170Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-11T17:45:52.170Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-11T17:45:52.170Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-11T17:45:52.170Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-11T17:45:52.170Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-11T17:45:52.170Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-11T17:45:52.170Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-11T17:45:52.170Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-11T17:45:52.170Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-11T17:45:52.170Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-11T17:45:52.170Z] === RUN TestDockerSuite/TestBuildFails [2021-11-11T17:45:58.058Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-11T17:45:58.187Z] 2021/11/11 17:45:55 Closing DB instances... [2021-11-11T17:45:58.187Z] time="2021-11-11T17:45:57Z" level=error msg="node2(e730c75f6d91) Could not close DB: timeout waiting for leave broadcast" [2021-11-11T17:45:58.187Z] --- PASS: TestNetworkDBGarbageCollection (54.43s) [2021-11-11T17:45:58.187Z] === RUN TestFindNode [2021-11-11T17:45:58.187Z] 2021/11/11 17:45:57 Closing DB instances... [2021-11-11T17:45:58.187Z] --- PASS: TestFindNode (0.01s) [2021-11-11T17:45:58.187Z] === RUN TestChangeNodeState [2021-11-11T17:45:58.187Z] 2021/11/11 17:45:57 Closing DB instances... [2021-11-11T17:45:58.187Z] --- PASS: TestChangeNodeState (0.01s) [2021-11-11T17:45:58.187Z] === RUN TestNodeReincarnation [2021-11-11T17:45:58.187Z] 2021/11/11 17:45:57 Closing DB instances... [2021-11-11T17:45:58.529Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-11-11T17:46:03.013Z] --- PASS: TestNodeReincarnation (5.01s) [2021-11-11T17:46:03.013Z] === RUN TestParallelCreate [2021-11-11T17:46:03.013Z] 2021/11/11 17:46:02 Closing DB instances... [2021-11-11T17:46:03.013Z] --- PASS: TestParallelCreate (0.01s) [2021-11-11T17:46:03.013Z] === RUN TestParallelDelete [2021-11-11T17:46:03.013Z] 2021/11/11 17:46:02 Closing DB instances... [2021-11-11T17:46:03.013Z] --- PASS: TestParallelDelete (0.01s) [2021-11-11T17:46:03.013Z] === RUN TestNetworkDBIslands [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:87f9e203acc4 with config:&{NodeID:87f9e203acc4 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}" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="Node 87f9e203acc4/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="Node 87f9e203acc4/172.23.242.113, added to nodes list" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:f26172d52322 with config:&{NodeID:f26172d52322 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}" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="Node f26172d52322/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="Node f26172d52322/172.23.242.113, added to nodes list" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="Node f26172d52322/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="Node f26172d52322/172.23.242.113, added to nodes list" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="Node 87f9e203acc4/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=info msg="Node 87f9e203acc4/172.23.242.113, added to nodes list" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2021-11-11T17:46:03.013Z] time="2021-11-11T17:46:02Z" level=debug msg="memberlist: Failed ping: de56d9df1fdd (timeout reached)" [2021-11-11T17:46:03.421Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-11T17:46:03.421Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-11T17:46:03.421Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-11T17:46:03.421Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-11T17:46:03.421Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-11T17:46:03.421Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-11T17:46:03.421Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-11-11T17:46:03.480Z] time="2021-11-11T17:46:03Z" level=warning msg="NetworkDB stats node2(e730c75f6d91) - healthscore:2 (connectivity issues)" [2021-11-11T17:46:03.480Z] time="2021-11-11T17:46:03Z" level=warning msg="rejoinClusterBootstrap unable to find local node info using ID:e730c75f6d91" [2021-11-11T17:46:03.480Z] time="2021-11-11T17:46:03Z" level=info msg="memberlist: Marking de56d9df1fdd as failed, suspect timeout reached (0 peer confirmations)" [2021-11-11T17:46:03.480Z] time="2021-11-11T17:46:03Z" level=info msg="Node de56d9df1fdd/172.23.242.113, left gossip cluster" [2021-11-11T17:46:03.480Z] time="2021-11-11T17:46:03Z" level=info msg="Node de56d9df1fdd change state NodeActive --> NodeFailed" [2021-11-11T17:46:03.480Z] time="2021-11-11T17:46:03Z" level=info msg="Node de56d9df1fdd/172.23.242.113, added to failed nodes list" [2021-11-11T17:46:03.887Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:ad4ad83cd39d with config:&{NodeID:ad4ad83cd39d 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}" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, added to nodes list" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, added to nodes list" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node 87f9e203acc4/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node 87f9e203acc4/172.23.242.113, added to nodes list" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node f26172d52322/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node f26172d52322/172.23.242.113, added to nodes list" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:03.947Z] time="2021-11-11T17:46:03Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:d1c7fbf1ea38 with config:&{NodeID:d1c7fbf1ea38 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}" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=debug msg="memberlist: Stream connection from=[::1]:49355" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node 87f9e203acc4/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node 87f9e203acc4/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node f26172d52322/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node f26172d52322/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:03Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:04Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:04Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:04Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:04Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:04Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:9e9362904f02 with config:&{NodeID:9e9362904f02 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}" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.414Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.415Z] time="2021-11-11T17:46:04Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49358" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 87f9e203acc4/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 87f9e203acc4/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node f26172d52322/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node f26172d52322/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49359" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, added to nodes list" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:04.883Z] time="2021-11-11T17:46:04Z" level=info msg="Node 9e9362904f02/172.23.242.113, added to nodes list" [2021-11-11T17:46:05.353Z] time="2021-11-11T17:46:05Z" level=info msg="memberlist: Suspect de56d9df1fdd has failed, no acks received" [2021-11-11T17:46:06.339Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Failed to join 172.23.242.113: dial tcp 172.23.242.113:10027: connectex: No connection could be made because the target machine actively refused it." [2021-11-11T17:46:06.806Z] networkdb_test.go:835: Re-joining: 3 [2021-11-11T17:46:06.806Z] time="2021-11-11T17:46:06Z" level=info msg="The new bootstrap node list is:[172.23.242.113:10033 172.23.242.113:10034 172.23.242.113:10035]" [2021-11-11T17:46:06.806Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10033" [2021-11-11T17:46:06.806Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49361" [2021-11-11T17:46:06.806Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49362" [2021-11-11T17:46:06.806Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10034" [2021-11-11T17:46:06.806Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10035" [2021-11-11T17:46:06.806Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49363" [2021-11-11T17:46:07.273Z] networkdb_test.go:835: Re-joining: 4 [2021-11-11T17:46:07.273Z] time="2021-11-11T17:46:06Z" level=info msg="The new bootstrap node list is:[172.23.242.113:10033 172.23.242.113:10034 172.23.242.113:10035]" [2021-11-11T17:46:07.273Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10033" [2021-11-11T17:46:07.273Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49364" [2021-11-11T17:46:07.273Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10034" [2021-11-11T17:46:07.273Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49365" [2021-11-11T17:46:07.273Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10035" [2021-11-11T17:46:07.273Z] time="2021-11-11T17:46:06Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49366" [2021-11-11T17:46:07.273Z] time="2021-11-11T17:46:07Z" level=info msg="node 0 leaving" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4 change state NodeActive --> NodeLeft" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="node4(d1c7fbf1ea38): Node leave event for 87f9e203acc4/172.23.242.113" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4 change state NodeActive --> NodeLeft" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="node3(ad4ad83cd39d): Node leave event for 87f9e203acc4/172.23.242.113" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4 change state NodeActive --> NodeLeft" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="node5(9e9362904f02): Node leave event for 87f9e203acc4/172.23.242.113" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4 change state NodeActive --> NodeLeft" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="node1(87f9e203acc4): Node leave event for 87f9e203acc4/172.23.242.113" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4 change state NodeActive --> NodeLeft" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="node2(f26172d52322): Node leave event for 87f9e203acc4/172.23.242.113" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4/172.23.242.113, left gossip cluster" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4/172.23.242.113, left gossip cluster" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4/172.23.242.113, left gossip cluster" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4/172.23.242.113, left gossip cluster" [2021-11-11T17:46:07.741Z] time="2021-11-11T17:46:07Z" level=info msg="Node 87f9e203acc4/172.23.242.113, left gossip cluster" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.23.242.113:10035: use of closed network connection" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="node 1 leaving" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="Node f26172d52322 change state NodeActive --> NodeLeft" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="node3(ad4ad83cd39d): Node leave event for f26172d52322/172.23.242.113" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="Node f26172d52322 change state NodeActive --> NodeLeft" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="node5(9e9362904f02): Node leave event for f26172d52322/172.23.242.113" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="Node f26172d52322 change state NodeActive --> NodeLeft" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="node4(d1c7fbf1ea38): Node leave event for f26172d52322/172.23.242.113" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="Node f26172d52322 change state NodeActive --> NodeLeft" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="node2(f26172d52322): Node leave event for f26172d52322/172.23.242.113" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="Node f26172d52322/172.23.242.113, left gossip cluster" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="Node f26172d52322/172.23.242.113, left gossip cluster" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="Node f26172d52322/172.23.242.113, left gossip cluster" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:07Z" level=info msg="Node f26172d52322/172.23.242.113, left gossip cluster" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:08Z" level=info msg="node 2 leaving" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:08Z" level=info msg="Node ad4ad83cd39d change state NodeActive --> NodeLeft" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:08Z" level=info msg="node5(9e9362904f02): Node leave event for ad4ad83cd39d/172.23.242.113" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:08Z" level=info msg="Node ad4ad83cd39d change state NodeActive --> NodeLeft" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:08Z" level=info msg="node4(d1c7fbf1ea38): Node leave event for ad4ad83cd39d/172.23.242.113" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:08Z" level=info msg="Node ad4ad83cd39d change state NodeActive --> NodeLeft" [2021-11-11T17:46:08.208Z] time="2021-11-11T17:46:08Z" level=info msg="node3(ad4ad83cd39d): Node leave event for ad4ad83cd39d/172.23.242.113" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=debug msg="memberlist: Failed to join 172.23.242.113: dial tcp 172.23.242.113:10027: connectex: No connection could be made because the target machine actively refused it." [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, left gossip cluster" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, left gossip cluster" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="Node ad4ad83cd39d/172.23.242.113, left gossip cluster" [2021-11-11T17:46:08.675Z] networkdb_test.go:867: node4: OK [2021-11-11T17:46:08.675Z] networkdb_test.go:867: node5: OK [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="node 0 coming back" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3ece6e77d51d with config:&{NodeID:3ece6e77d51d 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}" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, added to nodes list" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="node 1 coming back" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:8adde1a5e23e with config:&{NodeID:8adde1a5e23e 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}" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, added to nodes list" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="node 2 coming back" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:30f71bebd295 with config:&{NodeID:30f71bebd295 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}" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="Node 30f71bebd295/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:08.675Z] time="2021-11-11T17:46:08Z" level=info msg="Node 30f71bebd295/172.23.242.113, added to nodes list" [2021-11-11T17:46:08.975Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-11T17:46:09.142Z] time="2021-11-11T17:46:09Z" level=debug msg="memberlist: Failed ping: 9e9362904f02 (timeout reached)" [2021-11-11T17:46:09.142Z] time="2021-11-11T17:46:09Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.23.242.113:10036: use of closed network connection" [2021-11-11T17:46:09.142Z] time="2021-11-11T17:46:09Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49368" [2021-11-11T17:46:09.609Z] time="2021-11-11T17:46:09Z" level=warning msg="memberlist: Was able to connect to 9e9362904f02 but other probes failed, network may be misconfigured" [2021-11-11T17:46:10.077Z] time="2021-11-11T17:46:09Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.242.113:10033 172.23.242.113:10034 172.23.242.113:10035]" [2021-11-11T17:46:10.613Z] time="2021-11-11T17:46:10Z" level=debug msg="memberlist: Failed to join 172.23.242.113: dial tcp 172.23.242.113:10027: connectex: No connection could be made because the target machine actively refused it." [2021-11-11T17:46:10.613Z] time="2021-11-11T17:46:10Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.23.242.113:10033 172.23.242.113:10034 172.23.242.113:10035]" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10033" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49370" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 9e9362904f02/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 9e9362904f02/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, is the new incarnation of the shutdown node 87f9e203acc4/172.23.242.113" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10034" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49371" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 9e9362904f02/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 9e9362904f02/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, is the new incarnation of the shutdown node f26172d52322/172.23.242.113" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10035" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49372" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 9e9362904f02/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 9e9362904f02/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 30f71bebd295/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 30f71bebd295/172.23.242.113, is the new incarnation of the shutdown node ad4ad83cd39d/172.23.242.113" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 30f71bebd295/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, is the new incarnation of the shutdown node f26172d52322/172.23.242.113" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, is the new incarnation of the shutdown node 87f9e203acc4/172.23.242.113" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 30f71bebd295/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 30f71bebd295/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.081Z] time="2021-11-11T17:46:10Z" level=info msg="Node 30f71bebd295/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.082Z] time="2021-11-11T17:46:10Z" level=info msg="Node 30f71bebd295/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.549Z] time="2021-11-11T17:46:11Z" level=info msg="Node 30f71bebd295/172.23.242.113, joined gossip cluster" [2021-11-11T17:46:11.549Z] time="2021-11-11T17:46:11Z" level=info msg="Node 30f71bebd295/172.23.242.113, is the new incarnation of the shutdown node ad4ad83cd39d/172.23.242.113" [2021-11-11T17:46:11.549Z] time="2021-11-11T17:46:11Z" level=info msg="Node 30f71bebd295/172.23.242.113, added to nodes list" [2021-11-11T17:46:11.549Z] time="2021-11-11T17:46:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10033" [2021-11-11T17:46:11.549Z] time="2021-11-11T17:46:11Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49373" [2021-11-11T17:46:11.549Z] time="2021-11-11T17:46:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10034" [2021-11-11T17:46:11.549Z] time="2021-11-11T17:46:11Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49374" [2021-11-11T17:46:11.549Z] time="2021-11-11T17:46:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.23.242.113:10035" [2021-11-11T17:46:11.549Z] time="2021-11-11T17:46:11Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49375" [2021-11-11T17:46:12.017Z] 2021/11/11 17:46:11 Closing DB instances... [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="node3(30f71bebd295): Node leave event for 3ece6e77d51d/172.23.242.113" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="node4(d1c7fbf1ea38): Node leave event for 3ece6e77d51d/172.23.242.113" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="node2(8adde1a5e23e): Node leave event for 3ece6e77d51d/172.23.242.113" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="node1(3ece6e77d51d): Node leave event for 3ece6e77d51d/172.23.242.113" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="node5(9e9362904f02): Node leave event for 3ece6e77d51d/172.23.242.113" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.017Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:11Z" level=info msg="Node 3ece6e77d51d/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="Node 8adde1a5e23e change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="node5(9e9362904f02): Node leave event for 8adde1a5e23e/172.23.242.113" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="Node 8adde1a5e23e change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="node4(d1c7fbf1ea38): Node leave event for 8adde1a5e23e/172.23.242.113" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="Node 8adde1a5e23e change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="node3(30f71bebd295): Node leave event for 8adde1a5e23e/172.23.242.113" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="Node 8adde1a5e23e change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="node2(8adde1a5e23e): Node leave event for 8adde1a5e23e/172.23.242.113" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=debug msg="memberlist: Failed to join 172.23.242.113: dial tcp 172.23.242.113:10027: connectex: No connection could be made because the target machine actively refused it." [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.496Z] time="2021-11-11T17:46:12Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="Node 8adde1a5e23e/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="Node 30f71bebd295 change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="node5(9e9362904f02): Node leave event for 30f71bebd295/172.23.242.113" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="Node 30f71bebd295 change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="node4(d1c7fbf1ea38): Node leave event for 30f71bebd295/172.23.242.113" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="Node 30f71bebd295 change state NodeActive --> NodeLeft" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="node3(30f71bebd295): Node leave event for 30f71bebd295/172.23.242.113" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="Node 30f71bebd295/172.23.242.113, left gossip cluster" [2021-11-11T17:46:12.963Z] time="2021-11-11T17:46:12Z" level=info msg="Node 30f71bebd295/172.23.242.113, left gossip cluster" [2021-11-11T17:46:13.430Z] time="2021-11-11T17:46:12Z" level=info msg="Node 30f71bebd295/172.23.242.113, left gossip cluster" [2021-11-11T17:46:13.430Z] time="2021-11-11T17:46:13Z" level=debug msg="memberlist: Failed ping: d1c7fbf1ea38 (timeout reached)" [2021-11-11T17:46:13.430Z] time="2021-11-11T17:46:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.242.113:10035: use of closed network connection" [2021-11-11T17:46:13.430Z] time="2021-11-11T17:46:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.23.242.113:10037: use of closed network connection" [2021-11-11T17:46:13.430Z] time="2021-11-11T17:46:13Z" level=debug msg="memberlist: Stream connection from=172.23.242.113:49377" [2021-11-11T17:46:13.430Z] time="2021-11-11T17:46:13Z" level=info msg="Node d1c7fbf1ea38 change state NodeActive --> NodeLeft" [2021-11-11T17:46:13.430Z] time="2021-11-11T17:46:13Z" level=info msg="node5(9e9362904f02): Node leave event for d1c7fbf1ea38/172.23.242.113" [2021-11-11T17:46:13.430Z] time="2021-11-11T17:46:13Z" level=info msg="Node d1c7fbf1ea38 change state NodeActive --> NodeLeft" [2021-11-11T17:46:13.430Z] time="2021-11-11T17:46:13Z" level=info msg="node4(d1c7fbf1ea38): Node leave event for d1c7fbf1ea38/172.23.242.113" [2021-11-11T17:46:13.767Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-11T17:46:13.897Z] time="2021-11-11T17:46:13Z" level=warning msg="memberlist: Was able to connect to d1c7fbf1ea38 but other probes failed, network may be misconfigured" [2021-11-11T17:46:13.897Z] time="2021-11-11T17:46:13Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, left gossip cluster" [2021-11-11T17:46:14.364Z] time="2021-11-11T17:46:13Z" level=info msg="Node d1c7fbf1ea38/172.23.242.113, left gossip cluster" [2021-11-11T17:46:14.364Z] time="2021-11-11T17:46:14Z" level=debug msg="memberlist: Failed to join 172.23.242.113: dial tcp 172.23.242.113:10027: connectex: No connection could be made because the target machine actively refused it." [2021-11-11T17:46:14.831Z] time="2021-11-11T17:46:14Z" level=info msg="Node 9e9362904f02/172.23.242.113, left gossip cluster" [2021-11-11T17:46:14.831Z] time="2021-11-11T17:46:14Z" level=info msg="Node 9e9362904f02 change state NodeActive --> NodeFailed" [2021-11-11T17:46:14.831Z] time="2021-11-11T17:46:14Z" level=info msg="Node 9e9362904f02/172.23.242.113, added to failed nodes list" [2021-11-11T17:46:14.831Z] --- PASS: TestNetworkDBIslands (11.65s) [2021-11-11T17:46:14.831Z] PASS [2021-11-11T17:46:14.831Z] coverage: 60.6% of statements [2021-11-11T17:46:14.831Z] ok github.com/docker/docker/libnetwork/networkdb 103.197s coverage: 60.6% of statements [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/quota [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/rootless [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/volume [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-11T17:46:14.831Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-11T17:46:16.358Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === Skipped [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-11-11T17:46:16.392Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-11-11T17:46:16.392Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-11-11T17:46:16.392Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-11-11T17:46:16.392Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-11-11T17:46:16.392Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-11-11T17:46:16.392Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-11T17:46:16.392Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-11T17:46:16.392Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-11T17:46:16.392Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-11-11T17:46:16.392Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-11T17:46:16.392Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-11-11T17:46:16.392Z] daemon_test.go:146: root required [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-11T17:46:16.392Z] reload_test.go:520: root required [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-11-11T17:46:16.392Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-11T17:46:16.392Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-11-11T17:46:16.392Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-11-11T17:46:16.392Z] download_test.go:267: Needs fixing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-11-11T17:46:16.392Z] layer_test.go:303: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-11-11T17:46:16.392Z] layer_test.go:352: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-11-11T17:46:16.392Z] layer_test.go:467: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-11-11T17:46:16.392Z] layer_test.go:696: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-11-11T17:46:16.392Z] migration_test.go:45: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-11-11T17:46:16.392Z] migration_test.go:181: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-11-11T17:46:16.392Z] mount_test.go:17: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-11-11T17:46:16.392Z] mount_test.go:76: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-11-11T17:46:16.392Z] mount_test.go:125: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-11-11T17:46:16.392Z] mount_test.go:212: Failing on Windows [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-11-11T17:46:16.392Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2021-11-11T17:46:16.392Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2021-11-11T17:46:16.392Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-11-11T17:46:16.392Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-11-11T17:46:16.392Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-11-11T17:46:16.392Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.392Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-11-11T17:46:16.392Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.392Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-11-11T17:46:16.393Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-11-11T17:46:16.393Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-11-11T17:46:16.393Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-11-11T17:46:16.393Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-11-11T17:46:16.393Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-11T17:46:16.393Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-11T17:46:16.393Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-11T17:46:16.393Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-11T17:46:16.393Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-11T17:46:16.393Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:133: Xz not present in msys2 [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2021-11-11T17:46:16.393Z] archive_test.go:140: zstd not installed [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:252: Failing on Windows CI machines [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-11-11T17:46:16.393Z] archive_windows_test.go:16: Currently fails [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-11-11T17:46:16.393Z] changes_test.go:195: needs more investigation [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-11-11T17:46:16.393Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-11-11T17:46:16.393Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-11-11T17:46:16.393Z] changes_test.go:432: needs further investigation [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-11-11T17:46:16.393Z] changes_test.go:468: needs further investigation [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-11-11T17:46:16.393Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-11-11T17:46:16.393Z] poller_test.go:40: No chmod on Windows [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-11T17:46:16.393Z] fileutils_test.go:133: Needs porting to Windows [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-11T17:46:16.393Z] fileutils_test.go:179: Needs porting to Windows [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-11-11T17:46:16.393Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-11-11T17:46:16.393Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-11-11T17:46:16.393Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-11-11T17:46:16.393Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-11-11T17:46:16.393Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-11T17:46:16.393Z] [2021-11-11T17:46:16.393Z] DONE 2083 tests, 70 skipped in 244.608s [2021-11-11T17:46:16.393Z] INFO: make.ps1 ended at 11/11/2021 17:46:16 [2021-11-11T17:46:17.923Z] === RUN TestDockerSuite/TestBuildXZHost [2021-11-11T17:46:17.923Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-11T17:46:17.960Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-11-11T17:46:17.960Z] INFO: Unit tests ended at 11/11/2021 17:46:17. Duration:00:04:15.5072623 [2021-11-11T17:46:17.960Z] INFO: Building busybox [2021-11-11T17:46:17.960Z] Sending build context to Docker daemon 5.12kB [2021-11-11T17:46:17.960Z] [2021-11-11T17:46:17.960Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-11-11T17:46:17.960Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-11-11T17:46:17.960Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-11-11T17:46:17.960Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-11-11T17:46:17.960Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-11-11T17:46:17.960Z] ---> 3d4792f88e26 [2021-11-11T17:46:17.960Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-11-11T17:46:17.960Z] ---> Running in d88b42de40e3 [2021-11-11T17:46:18.389Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-11T17:46:18.389Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-11T17:46:18.389Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-11T17:46:18.389Z] docker_cli_sni_test.go:18: Flakey test [2021-11-11T17:46:18.389Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-11T17:46:19.680Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-11T17:46:19.947Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-11-11T17:46:22.721Z] Removing intermediate container d88b42de40e3 [2021-11-11T17:46:22.721Z] ---> 317e66d9416a [2021-11-11T17:46:22.721Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-11-11T17:46:22.721Z] ---> Running in 4ef1e3b33209 [2021-11-11T17:46:22.721Z] Removing intermediate container 4ef1e3b33209 [2021-11-11T17:46:22.721Z] ---> 609f2d070ff1 [2021-11-11T17:46:22.721Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-11-11T17:46:22.721Z] ---> Running in 1953668c7aca [2021-11-11T17:46:23.188Z] Removing intermediate container 1953668c7aca [2021-11-11T17:46:23.188Z] ---> 7a71a7820042 [2021-11-11T17:46:23.188Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-11-11T17:46:24.695Z] === RUN TestDockerSuite/TestCommitChange [2021-11-11T17:46:24.759Z] [2021-11-11T17:46:24.759Z] ---> c34352115b78 [2021-11-11T17:46:24.759Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-11-11T17:46:24.759Z] ---> Running in d49c9a09c277 [2021-11-11T17:46:29.576Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-11-11T17:46:29.576Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-11-11T17:46:30.129Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-11T17:46:30.547Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-11T17:46:30.598Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-11T17:46:31.909Z] Removing intermediate container d49c9a09c277 [2021-11-11T17:46:31.909Z] ---> 282e37d7063d [2021-11-11T17:46:31.909Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-11-11T17:46:31.909Z] ---> Running in c4d3e90782d1 [2021-11-11T17:46:33.470Z] [2021-11-11T17:46:33.470Z] SUCCESS: Specified value was saved. [2021-11-11T17:46:34.326Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-11T17:46:34.326Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-11T17:46:34.326Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-11T17:46:34.816Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-11-11T17:46:35.377Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-11T17:46:35.377Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-11T17:46:35.377Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-11T17:46:35.681Z] Removing intermediate container c4d3e90782d1 [2021-11-11T17:46:35.681Z] ---> e596619a72be [2021-11-11T17:46:35.681Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-11-11T17:46:35.681Z] ---> Running in 1cc15d0e51ac [2021-11-11T17:46:35.847Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-11T17:46:36.838Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-11T17:46:36.838Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-11T17:46:36.838Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-11T17:46:38.655Z] Cannot create a file when that file already exists. [2021-11-11T17:46:41.363Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-11-11T17:46:42.728Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-11-11T17:46:42.969Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-11T17:46:42.969Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-11T17:46:42.969Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-11T17:46:43.400Z] Removing intermediate container 1cc15d0e51ac [2021-11-11T17:46:43.400Z] ---> 1da1f1383cf9 [2021-11-11T17:46:43.400Z] Step 13/13 : CMD ["sh"] [2021-11-11T17:46:43.400Z] ---> Running in 56baabb3d550 [2021-11-11T17:46:43.400Z] Removing intermediate container 56baabb3d550 [2021-11-11T17:46:43.400Z] ---> 544b651e2953 [2021-11-11T17:46:43.400Z] Successfully built 544b651e2953 [2021-11-11T17:46:43.400Z] Successfully tagged busybox:latest [2021-11-11T17:46:43.400Z] INFO: Docker images of the daemon under test [2021-11-11T17:46:43.400Z] [2021-11-11T17:46:43.400Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-11T17:46:43.400Z] busybox latest 544b651e2953 Less than a second ago 4.95GB [2021-11-11T17:46:43.400Z] microsoft/windowsservercore latest 3d4792f88e26 8 days ago 4.91GB [2021-11-11T17:46:43.400Z] mcr.microsoft.com/windows/servercore ltsc2022 3d4792f88e26 8 days ago 4.91GB [2021-11-11T17:46:43.400Z] [2021-11-11T17:46:43.400Z] INFO: Running integration tests at 11/11/2021 17:46:43... [2021-11-11T17:46:43.400Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-11-11T17:46:43.400Z] INFO: Integration API tests being run from the host: [2021-11-11T17:46:43.400Z] INFO: make.ps1 starting at 11/11/2021 17:46:43 [2021-11-11T17:46:44.016Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-11T17:46:44.016Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T17:46:44.016Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-11T17:46:44.386Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-11-11T17:46:46.891Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-11-11T17:46:48.819Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-11T17:46:49.403Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-11-11T17:46:52.603Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-11T17:46:52.603Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T17:46:52.603Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-11T17:46:52.603Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-11T17:46:52.603Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-11T17:46:52.603Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-11T17:46:52.603Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-11T17:46:52.603Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-11T17:46:52.603Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-11T17:46:52.603Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-11T17:46:52.603Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-11T17:46:52.603Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-11T17:46:52.603Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-11T17:46:52.603Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T17:46:52.603Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-11T17:46:52.665Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-11-11T17:46:52.665Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-11-11T17:46:52.665Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-11-11T17:46:53.078Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-11T17:46:56.532Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-11T17:46:56.533Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-11T17:46:57.525Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-11T17:46:57.525Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-11T17:46:57.525Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-11T17:46:57.912Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-11-11T17:46:58.055Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-11T17:46:58.168Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-11-11T17:46:58.525Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-11T17:46:58.729Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-11-11T17:46:59.090Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-11T17:47:01.243Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-11-11T17:47:02.329Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-11T17:47:02.799Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-11T17:47:03.790Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-11T17:47:04.780Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-11T17:47:05.251Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-11T17:47:05.705Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:47:05.705Z] INFO: Testing against a local daemon [2021-11-11T17:47:05.705Z] === RUN TestBuildWithSession [2021-11-11T17:47:05.705Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:47:05.705Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-11T17:47:05.705Z] === RUN TestBuildSquashParent [2021-11-11T17:47:05.705Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:47:05.705Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-11-11T17:47:05.705Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-11T17:47:05.705Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:47:05.705Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:47:05.705Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:47:05.705Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:47:05.705Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:47:05.705Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:47:05.705Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:47:05.705Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:47:05.705Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:47:05.705Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:47:05.705Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:47:05.705Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:47:05.705Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-11T17:47:05.705Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-11T17:47:05.705Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-11T17:47:05.705Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-11T17:47:05.722Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-11T17:47:06.236Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-11T17:47:06.236Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-11T17:47:06.236Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-11T17:47:07.294Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-11T17:47:07.800Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-11T17:47:07.800Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-11T17:47:07.800Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-11T17:47:07.800Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-11T17:47:07.800Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-11T17:47:07.800Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-11T17:47:07.800Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-11T17:47:10.008Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-11T17:47:10.008Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-11T17:47:10.008Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-11T17:47:10.008Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-11T17:47:12.218Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-11T17:47:12.218Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-11T17:47:12.218Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-11T17:47:12.218Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-11T17:47:12.218Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-11T17:47:12.218Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-11T17:47:12.218Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T17:47:12.218Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-11T17:47:13.184Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-11T17:47:13.184Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T17:47:13.184Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-11T17:47:13.184Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-11T17:47:13.184Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-11T17:47:13.184Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-11T17:47:13.184Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-11T17:47:13.184Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-11T17:47:13.184Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-11T17:47:14.175Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-11T17:47:14.645Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-11T17:47:15.159Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-11T17:47:17.366Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-11T17:47:18.937Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-11T17:47:18.937Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-11T17:47:18.937Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-11T17:47:18.937Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-11T17:47:19.413Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-11T17:47:20.645Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-11T17:47:20.645Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-11T17:47:21.146Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-11T17:47:21.146Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-11T17:47:23.355Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-11T17:47:23.355Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T17:47:23.355Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-11T17:47:23.355Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T17:47:23.355Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-11T17:47:25.562Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-11T17:47:25.562Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-11T17:47:27.120Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-11T17:47:27.120Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-11T17:47:27.120Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-11T17:47:29.297Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-11T17:47:29.297Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.08s) [2021-11-11T17:47:29.297Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.14s) [2021-11-11T17:47:29.297Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.45s) [2021-11-11T17:47:29.297Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.11s) [2021-11-11T17:47:29.297Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.19s) [2021-11-11T17:47:29.297Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.48s) [2021-11-11T17:47:29.297Z] === RUN TestBuildMultiStageCopy [2021-11-11T17:47:29.297Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-11T17:47:30.061Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-11T17:47:30.061Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-11T17:47:32.270Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-11T17:47:36.052Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-11T17:47:37.257Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-11T17:47:37.257Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-11T17:47:37.257Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-11T17:47:38.176Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-11T17:47:38.176Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-11T17:47:38.643Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-11T17:47:39.480Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-11T17:47:39.646Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-11T17:47:39.830Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-11T17:47:39.830Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-11T17:47:39.830Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-11T17:47:39.830Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-11T17:47:39.830Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-11T17:47:40.635Z] --- PASS: TestBuildMultiStageCopy (11.76s) [2021-11-11T17:47:40.635Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.15s) [2021-11-11T17:47:40.635Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.65s) [2021-11-11T17:47:40.635Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.82s) [2021-11-11T17:47:40.635Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.03s) [2021-11-11T17:47:40.635Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.11s) [2021-11-11T17:47:40.635Z] === RUN TestBuildMultiStageParentConfig [2021-11-11T17:47:42.036Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-11T17:47:42.036Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-11T17:47:42.036Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-11T17:47:42.847Z] --- PASS: TestBuildMultiStageParentConfig (2.15s) [2021-11-11T17:47:42.847Z] === RUN TestBuildLabelWithTargets [2021-11-11T17:47:42.847Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:47:42.847Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-11-11T17:47:42.847Z] === RUN TestBuildWithEmptyLayers [2021-11-11T17:47:44.245Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-11T17:47:44.245Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T17:47:44.245Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-11T17:47:44.410Z] --- PASS: TestBuildWithEmptyLayers (1.13s) [2021-11-11T17:47:44.411Z] === RUN TestBuildMultiStageOnBuild [2021-11-11T17:47:45.805Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-11T17:47:46.271Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-11T17:47:51.010Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-11T17:47:51.993Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-11T17:47:51.993Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-11T17:47:51.993Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-11T17:47:51.993Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-11T17:47:52.462Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-11T17:47:52.462Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-11T17:47:52.462Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-11T17:47:52.462Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-11T17:47:52.462Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-11T17:47:52.462Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-11T17:47:52.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-11-11T17:47:54.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-11-11T17:47:54.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-11-11T17:47:56.231Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-11-11T17:47:56.958Z] --- PASS: TestBuildMultiStageOnBuild (11.08s) [2021-11-11T17:47:56.958Z] === RUN TestBuildUncleanTarFilenames [2021-11-11T17:47:56.958Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:47:56.958Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-11-11T17:47:56.958Z] === RUN TestBuildMultiStageLayerLeak [2021-11-11T17:47:57.465Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-11-11T17:47:57.465Z] docker_cli_swarm_test.go:1186: [d9e21ce245727] joining swarm manager [d6bbd975ff8b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:47:59.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-11-11T17:48:01.382Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-11-11T17:48:02.707Z] docker_cli_swarm_test.go:1195: [d3426bb786e0a] joining swarm manager [d6bbd975ff8b6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:48:03.589Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004738_} [2021-11-11T17:48:05.749Z] --- PASS: TestBuildMultiStageLayerLeak (9.41s) [2021-11-11T17:48:05.749Z] === RUN TestBuildWithHugeFile [2021-11-11T17:48:05.796Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1106379622_c:\foo_false____} [2021-11-11T17:48:08.745Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1106379622_c:\foo_true____} [2021-11-11T17:48:09.622Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-11T17:48:10.953Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-11T17:48:10.953Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-11T17:48:10.953Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-11T17:48:11.419Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-11T17:48:11.419Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-11T17:48:11.419Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-11T17:48:11.419Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-11T17:48:11.419Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-11T17:48:11.419Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-11T17:48:11.419Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-11T17:48:11.419Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-11T17:48:11.420Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-11T17:48:13.636Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-11T17:48:13.636Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-11T17:48:13.636Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T17:48:13.636Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-11T17:48:16.577Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-11T17:48:16.577Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-11T17:48:16.577Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-11T17:48:16.577Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-11T17:48:18.781Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-11T17:48:18.781Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-11T17:48:18.781Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-11T17:48:18.781Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-11T17:48:18.781Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-11T17:48:18.781Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-11T17:48:18.781Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-11T17:48:23.436Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-11T17:48:25.593Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-11T17:48:25.593Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T17:48:25.593Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-11T17:48:25.593Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-11T17:48:25.593Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-11T17:48:30.893Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-11T17:48:34.707Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-11T17:48:35.857Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-11T17:48:35.857Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-11T17:48:35.857Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-11T17:48:35.857Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T17:48:35.857Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-11T17:48:40.593Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-11T17:48:42.885Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-11T17:48:42.885Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-11T17:48:42.885Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-11T17:48:42.885Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-11T17:48:42.885Z] === RUN TestDockerSuite/TestCpToDot [2021-11-11T17:48:45.368Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-11T17:48:45.767Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-11T17:48:45.767Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-11T17:48:45.767Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-11T17:48:45.767Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-11T17:48:45.767Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-11T17:48:47.925Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-11T17:48:47.925Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T17:48:47.925Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-11T17:48:47.925Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-11T17:48:47.925Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-11T17:48:47.925Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-11T17:48:47.925Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-11T17:48:47.925Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-11T17:48:47.925Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-11T17:48:48.379Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-11T17:48:48.379Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-11T17:48:49.340Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-11-11T17:48:50.536Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-11T17:48:52.696Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-11T17:48:53.150Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-11T17:48:53.150Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-11T17:48:54.674Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-11T17:48:55.127Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-11T17:48:55.582Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-11T17:48:55.582Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-11T17:48:55.582Z] === RUN TestDockerSuite/TestCreateRM [2021-11-11T17:48:56.036Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-11T17:48:56.036Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-11T17:48:56.036Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-11T17:48:56.036Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-11T17:48:56.490Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-11T17:48:57.419Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-11-11T17:49:01.582Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-11-11T17:49:03.470Z] docker_cli_swarm_test.go:1118: [d0f984b3d95e6] joining swarm manager [d627f9a45bd21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:49:03.543Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-11T17:49:03.997Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-11T17:49:04.450Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-11T17:49:04.833Z] docker_cli_swarm_test.go:1119: [d48bb95f73c5b] joining swarm manager [d627f9a45bd21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:49:06.637Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-11T17:49:06.637Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-11T17:49:06.637Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-11T17:49:07.331Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-11T17:49:07.331Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-11T17:49:07.331Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-11T17:49:07.331Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-11T17:49:10.211Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-11T17:49:10.211Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-11T17:49:10.211Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-11T17:49:10.211Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-11T17:49:10.211Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-11T17:49:10.211Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-11T17:49:10.211Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-11T17:49:10.211Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-11T17:49:10.211Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-11T17:49:10.211Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDockerFails [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-11T17:49:10.211Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-11T17:49:10.211Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-11T17:49:10.211Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-11T17:49:10.211Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-11T17:49:10.211Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-11T17:49:10.211Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-11T17:49:13.090Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-11T17:49:13.826Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-11T17:49:13.826Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-11T17:49:13.826Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-11T17:49:13.826Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-11T17:49:13.826Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-11T17:49:13.826Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-11T17:49:15.251Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-11T17:49:16.051Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-11T17:49:17.411Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-11T17:49:19.855Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-11T17:49:25.932Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-11T17:49:27.032Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-11T17:49:27.503Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-11T17:49:27.503Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-11T17:49:30.466Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-11T17:49:31.950Z] --- PASS: TestBuildWithHugeFile (86.77s) [2021-11-11T17:49:31.950Z] === RUN TestBuildWCOWSandboxSize [2021-11-11T17:49:31.950Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:49:31.950Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:49:31.950Z] === RUN TestBuildWithEmptyDockerfile [2021-11-11T17:49:31.950Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:49:31.950Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:49:31.950Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:49:31.950Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:49:31.950Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:49:31.950Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:49:31.950Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-11T17:49:31.950Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-11T17:49:31.950Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-11T17:49:31.950Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2021-11-11T17:49:31.950Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-11-11T17:49:31.950Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-11-11T17:49:31.950Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-11-11T17:49:31.950Z] === RUN TestBuildPreserveOwnership [2021-11-11T17:49:31.950Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:49:31.950Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-11-11T17:49:31.950Z] === RUN TestBuildPlatformInvalid [2021-11-11T17:49:31.950Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-11-11T17:49:31.950Z] PASS [2021-11-11T17:49:31.950Z] ok github.com/docker/docker/integration/build 146.059s [2021-11-11T17:49:31.950Z] [2021-11-11T17:49:31.950Z] === Skipped [2021-11-11T17:49:31.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-11-11T17:49:31.950Z] build_session_test.go:25: TODO: BuildKit [2021-11-11T17:49:31.950Z] [2021-11-11T17:49:31.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-11-11T17:49:31.950Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:31.950Z] [2021-11-11T17:49:31.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-11-11T17:49:31.950Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:49:31.950Z] [2021-11-11T17:49:31.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-11-11T17:49:31.950Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:49:31.950Z] [2021-11-11T17:49:31.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2021-11-11T17:49:31.950Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-11T17:49:31.950Z] [2021-11-11T17:49:31.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-11-11T17:49:31.950Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:49:31.950Z] [2021-11-11T17:49:31.950Z] DONE 29 tests, 6 skipped in 167.537s [2021-11-11T17:49:31.950Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-11-11T17:49:32.692Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-11T17:49:33.522Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:49:33.522Z] INFO: Testing against a local daemon [2021-11-11T17:49:33.522Z] === RUN TestConfigInspect [2021-11-11T17:49:33.522Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.522Z] --- SKIP: TestConfigInspect (0.00s) [2021-11-11T17:49:33.522Z] === RUN TestConfigList [2021-11-11T17:49:33.522Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.522Z] --- SKIP: TestConfigList (0.00s) [2021-11-11T17:49:33.522Z] === RUN TestConfigsCreateAndDelete [2021-11-11T17:49:33.522Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.522Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-11-11T17:49:33.522Z] === RUN TestConfigsUpdate [2021-11-11T17:49:33.522Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.522Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-11-11T17:49:33.522Z] === RUN TestTemplatedConfig [2021-11-11T17:49:33.522Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.522Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-11T17:49:33.522Z] === RUN TestConfigCreateResolve [2021-11-11T17:49:33.522Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:49:33.522Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-11-11T17:49:33.522Z] PASS [2021-11-11T17:49:33.522Z] ok github.com/docker/docker/integration/config 0.066s [2021-11-11T17:49:33.976Z] [2021-11-11T17:49:33.976Z] === Skipped [2021-11-11T17:49:33.976Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-11-11T17:49:33.976Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.976Z] [2021-11-11T17:49:33.976Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-11-11T17:49:33.976Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.976Z] [2021-11-11T17:49:33.976Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-11-11T17:49:33.976Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.976Z] [2021-11-11T17:49:33.976Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-11-11T17:49:33.976Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.976Z] [2021-11-11T17:49:33.976Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-11-11T17:49:33.976Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:33.976Z] [2021-11-11T17:49:33.976Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-11-11T17:49:33.976Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:49:33.976Z] [2021-11-11T17:49:33.976Z] DONE 6 tests, 6 skipped in 1.888s [2021-11-11T17:49:33.976Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-11-11T17:49:34.468Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-11T17:49:34.920Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-11T17:49:36.138Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:49:36.138Z] INFO: Testing against a local daemon [2021-11-11T17:49:36.138Z] === RUN TestCheckpoint [2021-11-11T17:49:36.138Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:49:36.138Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-11T17:49:36.138Z] === RUN TestContainerInvalidJSON [2021-11-11T17:49:36.138Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:49:36.138Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:49:36.138Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:49:36.138Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:49:36.138Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-11T17:49:36.138Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-11T17:49:36.138Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-11-11T17:49:36.138Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-11T17:49:36.138Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-11T17:49:36.138Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-11T17:49:36.138Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.20s) [2021-11-11T17:49:36.138Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-11T17:49:36.138Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.18s) [2021-11-11T17:49:36.138Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-11T17:49:36.138Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-11-11T17:49:36.138Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-11T17:49:36.594Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2021-11-11T17:49:36.594Z] === RUN TestCopyFromContainer [2021-11-11T17:49:36.594Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:36.594Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-11-11T17:49:36.594Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-11T17:49:36.594Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:49:36.594Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:49:36.594Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:49:36.594Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:49:36.594Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:49:36.594Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:49:36.595Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-11T17:49:36.595Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-11T17:49:36.595Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-11T17:49:36.595Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-11T17:49:36.595Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-11T17:49:36.595Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidEnv [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-11T17:49:36.595Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-11T17:49:36.595Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-11T17:49:36.595Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-11T17:49:36.595Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-11T17:49:36.595Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-11T17:49:36.595Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestCreateTmpfsMountsTarget [2021-11-11T17:49:36.595Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:36.595Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-11T17:49:36.595Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:49:36.595Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-11T17:49:36.595Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:49:36.595Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:49:36.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:49:36.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:49:36.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:49:36.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:49:36.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:49:36.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:49:36.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-11T17:49:36.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-11T17:49:36.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-11T17:49:36.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-11T17:49:36.595Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-11T17:49:36.595Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-11T17:49:36.595Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestCreateDifferentPlatform [2021-11-11T17:49:36.595Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-11T17:49:36.595Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-11T17:49:36.595Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-11T17:49:36.595Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-11T17:49:36.595Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-11-11T17:49:36.595Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-11T17:49:36.595Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-11T17:49:36.595Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-11-11T17:49:36.595Z] === RUN TestContainerKillOnDaemonStart [2021-11-11T17:49:36.595Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:36.595Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestDiff [2021-11-11T17:49:36.595Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-11T17:49:36.595Z] --- SKIP: TestDiff (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestExecWithCloseStdin [2021-11-11T17:49:36.595Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-11-11T17:49:36.595Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2021-11-11T17:49:36.595Z] === RUN TestExec [2021-11-11T17:49:40.221Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-11T17:49:40.313Z] --- PASS: TestExec (3.13s) [2021-11-11T17:49:40.314Z] === RUN TestExecUser [2021-11-11T17:49:40.314Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-11T17:49:40.314Z] --- SKIP: TestExecUser (0.00s) [2021-11-11T17:49:40.314Z] === RUN TestExportContainerAndImportImage [2021-11-11T17:49:40.314Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:40.314Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-11-11T17:49:40.314Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-11T17:49:40.314Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:40.314Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-11-11T17:49:40.314Z] === RUN TestHealthCheckWorkdir [2021-11-11T17:49:40.314Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-11T17:49:40.314Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-11-11T17:49:40.314Z] === RUN TestHealthKillContainer [2021-11-11T17:49:40.314Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-11T17:49:40.314Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-11-11T17:49:40.314Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-11T17:49:40.314Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-11T17:49:40.314Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-11-11T17:49:40.314Z] === RUN TestKillContainerInvalidSignal [2021-11-11T17:49:41.746Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-11T17:49:42.475Z] --- PASS: TestKillContainerInvalidSignal (2.58s) [2021-11-11T17:49:42.475Z] === RUN TestKillContainer [2021-11-11T17:49:42.475Z] === RUN TestKillContainer/no_signal [2021-11-11T17:49:42.786Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-11T17:49:45.366Z] === RUN TestKillContainer/non_killing_signal [2021-11-11T17:49:45.366Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-11T17:49:45.366Z] === RUN TestKillContainer/killing_signal [2021-11-11T17:49:46.498Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-11-11T17:49:47.457Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-11T17:49:47.529Z] --- PASS: TestKillContainer (5.15s) [2021-11-11T17:49:47.531Z] --- PASS: TestKillContainer/no_signal (2.53s) [2021-11-11T17:49:47.531Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-11T17:49:47.531Z] --- PASS: TestKillContainer/killing_signal (2.58s) [2021-11-11T17:49:47.531Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-11T17:49:47.531Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:49:47.531Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-11T17:49:47.531Z] === RUN TestKillStoppedContainer [2021-11-11T17:49:47.531Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:49:47.531Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-11-11T17:49:47.531Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-11T17:49:47.531Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:49:47.531Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-11T17:49:47.531Z] === RUN TestKillDifferentUserContainer [2021-11-11T17:49:47.531Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-11T17:49:47.531Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-11-11T17:49:47.531Z] === RUN TestInspectOomKilledTrue [2021-11-11T17:49:47.531Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:47.531Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-11T17:49:47.531Z] === RUN TestInspectOomKilledFalse [2021-11-11T17:49:47.531Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:49:47.531Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-11T17:49:47.531Z] === RUN TestLogsFollowTailEmpty [2021-11-11T17:49:48.415Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-11T17:49:49.884Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-11T17:49:50.606Z] --- PASS: TestLogsFollowTailEmpty (2.55s) [2021-11-11T17:49:50.606Z] === RUN TestNetworkNat [2021-11-11T17:49:50.606Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-11T17:49:50.606Z] --- SKIP: TestNetworkNat (0.00s) [2021-11-11T17:49:50.606Z] === RUN TestNetworkLocalhostTCPNat [2021-11-11T17:49:51.646Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-11T17:49:53.101Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-11T17:49:53.490Z] --- PASS: TestNetworkLocalhostTCPNat (3.10s) [2021-11-11T17:49:53.490Z] === RUN TestNetworkLoopbackNat [2021-11-11T17:49:53.490Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-11T17:49:53.490Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-11-11T17:49:53.490Z] === RUN TestPause [2021-11-11T17:49:53.490Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-11T17:49:53.490Z] --- SKIP: TestPause (0.00s) [2021-11-11T17:49:53.490Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-11T17:49:56.481Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.72s) [2021-11-11T17:49:56.481Z] === RUN TestPauseStopPausedContainer [2021-11-11T17:49:56.481Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:49:56.481Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-11-11T17:49:56.481Z] === RUN TestPsFilter [2021-11-11T17:49:56.481Z] --- PASS: TestPsFilter (0.29s) [2021-11-11T17:49:56.481Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-11T17:49:57.757Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-11T17:49:57.757Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-11T17:49:57.757Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-11T17:49:57.757Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T17:49:57.757Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-11-11T17:49:57.757Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-11T17:49:57.757Z] === RUN TestDockerSuite/TestEventsImagePull [2021-11-11T17:49:57.757Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-11T17:49:57.757Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-11T17:49:58.211Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-11T17:49:58.211Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-11T17:49:58.665Z] === RUN TestDockerSuite/TestEventsRename [2021-11-11T17:49:59.433Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.77s) [2021-11-11T17:49:59.433Z] === RUN TestRemoveContainerWithVolume [2021-11-11T17:50:00.332Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-11T17:50:00.822Z] === RUN TestDockerSuite/TestEventsResize [2021-11-11T17:50:01.597Z] --- PASS: TestRemoveContainerWithVolume (2.53s) [2021-11-11T17:50:01.597Z] === RUN TestRemoveContainerRunning [2021-11-11T17:50:02.555Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-11T17:50:04.480Z] --- PASS: TestRemoveContainerRunning (2.56s) [2021-11-11T17:50:04.480Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-11T17:50:06.739Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.55s) [2021-11-11T17:50:06.739Z] === RUN TestRemoveInvalidContainer [2021-11-11T17:50:06.739Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-11-11T17:50:06.739Z] === RUN TestRenameLinkedContainer [2021-11-11T17:50:06.739Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-11T17:50:06.739Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-11-11T17:50:06.739Z] === RUN TestRenameStoppedContainer [2021-11-11T17:50:09.347Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-11T17:50:09.630Z] --- PASS: TestRenameStoppedContainer (2.60s) [2021-11-11T17:50:09.630Z] === RUN TestRenameRunningContainerAndReuse [2021-11-11T17:50:10.870Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-11T17:50:11.238Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-11T17:50:13.040Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-11T17:50:14.199Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-11T17:50:14.447Z] --- PASS: TestRenameRunningContainerAndReuse (5.24s) [2021-11-11T17:50:14.447Z] === RUN TestRenameInvalidName [2021-11-11T17:50:17.368Z] --- PASS: TestRenameInvalidName (2.63s) [2021-11-11T17:50:17.368Z] === RUN TestRenameAnonymousContainer [2021-11-11T17:50:17.718Z] === RUN TestDockerSuite/TestEventsTop [2021-11-11T17:50:17.718Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-11T17:50:17.718Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-11T17:50:18.970Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-11T17:50:19.961Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-11T17:50:19.961Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-11T17:50:19.961Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-11T17:50:19.961Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-11T17:50:19.961Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-11T17:50:20.616Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-11-11T17:50:22.186Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-11T17:50:22.186Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-11T17:50:22.186Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-11T17:50:24.345Z] === RUN TestDockerSuite/TestExec [2021-11-11T17:50:24.345Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T17:50:24.345Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-11T17:50:24.345Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-11T17:50:24.345Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-11T17:50:26.521Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-11T17:50:27.856Z] --- PASS: TestRenameAnonymousContainer (9.68s) [2021-11-11T17:50:27.856Z] === RUN TestRenameContainerWithSameName [2021-11-11T17:50:28.055Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-11T17:50:28.055Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T17:50:28.055Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-11T17:50:28.055Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T17:50:28.055Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-11T17:50:28.055Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-11T17:50:28.055Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-11T17:50:29.491Z] --- PASS: TestRenameContainerWithSameName (2.71s) [2021-11-11T17:50:29.491Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-11T17:50:29.491Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-11T17:50:29.491Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-11-11T17:50:29.491Z] === RUN TestResize [2021-11-11T17:50:30.226Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-11-11T17:50:31.758Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-11T17:50:32.402Z] --- PASS: TestResize (2.69s) [2021-11-11T17:50:32.402Z] === RUN TestResizeWithInvalidSize [2021-11-11T17:50:33.291Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-11T17:50:35.307Z] --- PASS: TestResizeWithInvalidSize (2.65s) [2021-11-11T17:50:35.307Z] === RUN TestResizeWhenContainerNotStarted [2021-11-11T17:50:35.470Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-11T17:50:37.482Z] --- PASS: TestResizeWhenContainerNotStarted (2.55s) [2021-11-11T17:50:37.482Z] === RUN TestDaemonRestartKillContainers [2021-11-11T17:50:37.482Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:50:37.482Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:50:37.482Z] === RUN TestStats [2021-11-11T17:50:37.482Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-11T17:50:37.482Z] --- SKIP: TestStats (0.00s) [2021-11-11T17:50:37.482Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-11T17:50:40.316Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-11T17:50:40.316Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-11T17:50:40.316Z] === RUN TestDockerSuite/TestExecEnv [2021-11-11T17:50:40.316Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T17:50:40.316Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-11T17:50:40.316Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-11T17:50:40.316Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-11T17:50:41.197Z] docker_cli_swarm_test.go:1172: [d15b185d64fa8] joining swarm manager [d627f9a45bd21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-11-11T17:50:41.850Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-11T17:50:44.570Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.80s) [2021-11-11T17:50:44.571Z] === RUN TestStopContainerWithTimeout [2021-11-11T17:50:44.571Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-11T17:50:44.571Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-11-11T17:50:44.571Z] === RUN TestUpdateRestartPolicy [2021-11-11T17:50:46.527Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-11T17:50:46.527Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-11T17:50:46.527Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-11T17:50:46.527Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-11T17:50:46.527Z] === RUN TestDockerSuite/TestExecParseError [2021-11-11T17:50:46.527Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T17:50:46.527Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-11T17:50:46.527Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-11T17:50:46.527Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-11T17:50:46.527Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-11T17:50:46.527Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-11T17:50:48.702Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-11T17:50:48.702Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-11T17:50:48.702Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-11T17:50:48.702Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T17:50:48.702Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-11T17:50:48.702Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-11T17:50:48.702Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-11T17:50:48.702Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-11T17:50:48.702Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-11T17:50:48.702Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-11T17:50:48.702Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-11T17:50:50.876Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-11T17:50:50.876Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-11T17:50:50.876Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-11T17:50:55.569Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-11T17:50:55.569Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-11T17:50:55.569Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-11T17:50:55.569Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-11T17:50:55.569Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-11T17:50:55.569Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T17:50:55.569Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-11T17:51:01.351Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-11T17:51:07.149Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-11T17:51:07.685Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-11-11T17:51:09.573Z] docker_cli_swarm_test.go:1453: [de4b60a74547a] joining swarm manager [d9dfe0648d215]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:51:09.841Z] --- PASS: TestUpdateRestartPolicy (25.76s) [2021-11-11T17:51:09.841Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-11T17:51:10.052Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-11T17:51:10.134Z] docker_cli_swarm_test.go:1454: [d1d9e6a3b069b] joining swarm manager [d9dfe0648d215]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-11T17:51:13.121Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-11T17:51:13.601Z] --- PASS: TestUpdateRestartWithAutoRemove (3.27s) [2021-11-11T17:51:13.601Z] === RUN TestWaitNonBlocked [2021-11-11T17:51:13.601Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:51:13.601Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:51:13.601Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:51:13.601Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:51:13.601Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-11T17:51:13.601Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-11T17:51:15.832Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-11T17:51:15.832Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T17:51:15.832Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-11T17:51:15.832Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-11T17:51:15.832Z] === RUN TestDockerSuite/TestHealth [2021-11-11T17:51:15.832Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-11T17:51:15.832Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-11T17:51:15.832Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-11T17:51:15.832Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-11T17:51:15.832Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-11T17:51:17.478Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-11-11T17:51:17.478Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.64s) [2021-11-11T17:51:17.478Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.15s) [2021-11-11T17:51:17.478Z] === RUN TestWaitBlocked [2021-11-11T17:51:17.478Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:17.478Z] --- SKIP: TestWaitBlocked (0.00s) [2021-11-11T17:51:17.478Z] PASS [2021-11-11T17:51:17.478Z] ok github.com/docker/docker/integration/container 101.719s [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === Skipped [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-11-11T17:51:17.478Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-11-11T17:51:17.478Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-11-11T17:51:17.478Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-11-11T17:51:17.478Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-11-11T17:51:17.478Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-11T17:51:17.478Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-11T17:51:17.478Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-11-11T17:51:17.478Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-11-11T17:51:17.478Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-11-11T17:51:17.478Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2021-11-11T17:51:17.478Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-11-11T17:51:17.478Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-11-11T17:51:17.478Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-11-11T17:51:17.478Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-11-11T17:51:17.478Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-11-11T17:51:17.478Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-11-11T17:51:17.478Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-11-11T17:51:17.478Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-11T17:51:17.478Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-11T17:51:17.478Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-11-11T17:51:17.478Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-11T17:51:17.478Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-11-11T17:51:17.478Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-11-11T17:51:17.478Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-11-11T17:51:17.478Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-11-11T17:51:17.478Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-11-11T17:51:17.478Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-11-11T17:51:17.478Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-11-11T17:51:17.478Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-11-11T17:51:17.478Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-11-11T17:51:17.478Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-11-11T17:51:17.478Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-11-11T17:51:17.478Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-11-11T17:51:17.478Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-11-11T17:51:17.478Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:17.478Z] [2021-11-11T17:51:17.478Z] DONE 87 tests, 34 skipped in 103.677s [2021-11-11T17:51:17.478Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-11-11T17:51:20.515Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-11T17:51:20.515Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-11T17:51:20.515Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-11T17:51:20.515Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-11T17:51:20.515Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-11T17:51:20.515Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-11T17:51:20.515Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-11T17:51:20.972Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-11T17:51:20.972Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T17:51:20.972Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-11T17:51:21.937Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-11T17:51:21.937Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-11T17:51:22.295Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-11-11T17:51:22.295Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-11-11T17:51:22.295Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-11-11T17:51:22.295Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-11-11T17:51:22.295Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-11-11T17:51:23.221Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-11-11T17:51:23.469Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-11T17:51:23.927Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-11T17:51:25.108Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-11-11T17:51:25.459Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-11T17:51:28.356Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-11T17:51:28.356Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-11T17:51:28.356Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T17:51:28.356Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-11T17:51:28.373Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-11-11T17:51:30.889Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-11-11T17:51:32.083Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-11T17:51:32.083Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-11T17:51:32.775Z] docker_cli_swarm_unix_test.go:63: [d935b22c42837] joining swarm manager [d7854aee2f704]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:51:34.253Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-11T17:51:34.253Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T17:51:34.253Z] === RUN TestDockerSuite/TestImportFile [2021-11-11T17:51:34.253Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T17:51:34.253Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-11T17:51:34.253Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-11T17:51:34.253Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-11T17:51:34.253Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-11T17:51:34.253Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T17:51:34.253Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-11T17:51:34.253Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T17:51:34.710Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-11T17:51:34.710Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-11T17:51:34.710Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-11T17:51:34.710Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-11T17:51:34.710Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-11T17:51:34.710Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-11T17:51:34.710Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-11T17:51:34.710Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-11T17:51:34.710Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T17:51:34.710Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-11T17:51:34.710Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T17:51:34.710Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-11T17:51:37.054Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-11T17:51:39.228Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-11T17:51:39.228Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T17:51:39.228Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-11T17:51:39.228Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-11T17:51:39.229Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-11T17:51:39.229Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-11T17:51:39.229Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-11T17:51:39.229Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-11T17:51:42.128Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-11T17:51:42.128Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-11T17:51:42.656Z] === RUN TestConfigDaemonLibtrustID [2021-11-11T17:51:42.656Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-11T17:51:42.656Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-11-11T17:51:42.656Z] === RUN TestDaemonConfigValidation [2021-11-11T17:51:42.656Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-11T17:51:42.656Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-11-11T17:51:42.656Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-11T17:51:42.656Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-11T17:51:42.656Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-11-11T17:51:42.656Z] === RUN TestDaemonProxy [2021-11-11T17:51:42.656Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-11T17:51:42.656Z] --- SKIP: TestDaemonProxy (0.00s) [2021-11-11T17:51:42.656Z] PASS [2021-11-11T17:51:42.656Z] ok github.com/docker/docker/integration/daemon 0.096s [2021-11-11T17:51:42.656Z] [2021-11-11T17:51:42.656Z] === Skipped [2021-11-11T17:51:42.656Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-11-11T17:51:42.656Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-11T17:51:42.656Z] [2021-11-11T17:51:42.656Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-11-11T17:51:42.656Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-11T17:51:42.656Z] [2021-11-11T17:51:42.656Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-11-11T17:51:42.656Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-11T17:51:42.656Z] [2021-11-11T17:51:42.656Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2021-11-11T17:51:42.656Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-11T17:51:42.656Z] [2021-11-11T17:51:42.656Z] DONE 4 tests, 4 skipped in 22.438s [2021-11-11T17:51:42.656Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-11-11T17:51:42.656Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:51:42.656Z] INFO: Testing against a local daemon [2021-11-11T17:51:42.656Z] === RUN TestCommitInheritsEnv [2021-11-11T17:51:42.656Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:51:42.656Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-11-11T17:51:42.656Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-11T17:51:42.656Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-11T17:51:42.656Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-11T17:51:42.656Z] === RUN TestImagesFilterMultiReference [2021-11-11T17:51:42.656Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-11-11T17:51:42.656Z] === RUN TestImagePullPlatformInvalid [2021-11-11T17:51:42.656Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-11-11T17:51:42.656Z] === RUN TestRemoveImageOrphaning [2021-11-11T17:51:43.114Z] --- PASS: TestRemoveImageOrphaning (0.95s) [2021-11-11T17:51:43.114Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-11T17:51:43.114Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-11-11T17:51:43.114Z] === RUN TestTagInvalidReference [2021-11-11T17:51:43.114Z] --- PASS: TestTagInvalidReference (0.02s) [2021-11-11T17:51:43.114Z] === RUN TestTagValidPrefixedRepo [2021-11-11T17:51:43.114Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-11-11T17:51:43.114Z] === RUN TestTagExistedNameWithoutForce [2021-11-11T17:51:43.114Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-11-11T17:51:43.114Z] === RUN TestTagOfficialNames [2021-11-11T17:51:43.114Z] --- PASS: TestTagOfficialNames (0.07s) [2021-11-11T17:51:43.114Z] === RUN TestTagMatchesDigest [2021-11-11T17:51:43.114Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-11-11T17:51:43.114Z] PASS [2021-11-11T17:51:43.114Z] ok github.com/docker/docker/integration/image 1.363s [2021-11-11T17:51:43.114Z] [2021-11-11T17:51:43.114Z] === Skipped [2021-11-11T17:51:43.114Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-11-11T17:51:43.114Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:51:43.114Z] [2021-11-11T17:51:43.114Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-11T17:51:43.114Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-11T17:51:43.114Z] [2021-11-11T17:51:43.114Z] DONE 11 tests, 2 skipped in 3.019s [2021-11-11T17:51:43.114Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-11-11T17:51:44.305Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-11T17:51:44.305Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-11T17:51:44.305Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-11T17:51:44.305Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-11T17:51:44.305Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-11T17:51:44.305Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-11T17:51:44.305Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-11T17:51:45.302Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:51:45.302Z] INFO: Testing against a local daemon [2021-11-11T17:51:45.302Z] === RUN TestNetworkCreateDelete [2021-11-11T17:51:45.302Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:45.302Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestDockerNetworkDeletePreferID [2021-11-11T17:51:45.302Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-11T17:51:45.302Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestDaemonDNSFallback [2021-11-11T17:51:45.302Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:45.302Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestInspectNetwork [2021-11-11T17:51:45.302Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-11T17:51:45.302Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestRunContainerWithBridgeNone [2021-11-11T17:51:45.302Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:45.302Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestNetworkInvalidJSON [2021-11-11T17:51:45.302Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-11T17:51:45.302Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-11T17:51:45.302Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:51:45.302Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:51:45.302Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:51:45.302Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:51:45.302Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-11T17:51:45.302Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-11T17:51:45.302Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-11T17:51:45.302Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-11-11T17:51:45.302Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-11-11T17:51:45.302Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-11T17:51:45.302Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-11-11T17:51:45.302Z] === RUN TestNetworkList [2021-11-11T17:51:45.302Z] === RUN TestNetworkList//networks [2021-11-11T17:51:45.302Z] === PAUSE TestNetworkList//networks [2021-11-11T17:51:45.302Z] === RUN TestNetworkList//networks/ [2021-11-11T17:51:45.302Z] === PAUSE TestNetworkList//networks/ [2021-11-11T17:51:45.302Z] === CONT TestNetworkList//networks [2021-11-11T17:51:45.302Z] === CONT TestNetworkList//networks/ [2021-11-11T17:51:45.302Z] --- PASS: TestNetworkList (0.02s) [2021-11-11T17:51:45.302Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-11T17:51:45.302Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestHostIPv4BridgeLabel [2021-11-11T17:51:45.302Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-11T17:51:45.302Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestDaemonDefaultNetworkPools [2021-11-11T17:51:45.302Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-11T17:51:45.302Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-11T17:51:45.302Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-11T17:51:45.302Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestServiceWithPredefinedNetwork [2021-11-11T17:51:45.302Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-11T17:51:45.302Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:51:45.302Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestServiceWithDataPathPortInit [2021-11-11T17:51:45.302Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-11-11T17:51:45.302Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-11T17:51:45.302Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-11T17:51:45.302Z] PASS [2021-11-11T17:51:45.302Z] ok github.com/docker/docker/integration/network 0.130s [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === Skipped [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-11-11T17:51:45.302Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-11-11T17:51:45.302Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-11-11T17:51:45.302Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-11-11T17:51:45.302Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-11-11T17:51:45.302Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-11-11T17:51:45.302Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-11-11T17:51:45.302Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-11-11T17:51:45.302Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-11T17:51:45.302Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-11T17:51:45.302Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-11T17:51:45.302Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-11-11T17:51:45.302Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-11T17:51:45.302Z] service_test.go:243: FLAKY_TEST [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-11-11T17:51:45.302Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-11T17:51:45.302Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-11T17:51:45.302Z] [2021-11-11T17:51:45.302Z] DONE 22 tests, 15 skipped in 2.146s [2021-11-11T17:51:45.761Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-11-11T17:51:46.286Z] testing: warning: no tests to run [2021-11-11T17:51:46.286Z] PASS [2021-11-11T17:51:46.286Z] ok github.com/docker/docker/integration/network/ipvlan 0.051s [2021-11-11T17:51:46.286Z] [2021-11-11T17:51:46.286Z] DONE 0 tests in 0.539s [2021-11-11T17:51:46.286Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-11-11T17:51:46.478Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-11T17:51:46.745Z] testing: warning: no tests to run [2021-11-11T17:51:46.745Z] PASS [2021-11-11T17:51:46.745Z] ok github.com/docker/docker/integration/network/macvlan 0.056s [2021-11-11T17:51:46.745Z] [2021-11-11T17:51:46.745Z] DONE 0 tests in 0.583s [2021-11-11T17:51:46.745Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-11-11T17:51:47.203Z] testing: warning: no tests to run [2021-11-11T17:51:47.203Z] PASS [2021-11-11T17:51:47.203Z] ok github.com/docker/docker/integration/plugin 0.048s [2021-11-11T17:51:47.662Z] [2021-11-11T17:51:47.662Z] DONE 0 tests in 0.569s [2021-11-11T17:51:47.662Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-11-11T17:51:48.120Z] testing: warning: no tests to run [2021-11-11T17:51:48.120Z] PASS [2021-11-11T17:51:48.120Z] ok github.com/docker/docker/integration/plugin/authz 0.050s [2021-11-11T17:51:48.120Z] [2021-11-11T17:51:48.120Z] DONE 0 tests in 0.568s [2021-11-11T17:51:48.120Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-11-11T17:51:49.017Z] === RUN TestDockerSuite/TestBuildRm [2021-11-11T17:51:50.204Z] === RUN TestDockerSuite/TestInspectImage [2021-11-11T17:51:50.204Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T17:51:50.204Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-11T17:51:50.204Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T17:51:50.204Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-11T17:51:50.204Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T17:51:50.204Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-11T17:51:51.864Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:51:51.864Z] INFO: Testing against a local daemon [2021-11-11T17:51:51.864Z] === RUN TestPluginInvalidJSON [2021-11-11T17:51:51.864Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:51:51.864Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:51:51.864Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-11T17:51:51.864Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-11-11T17:51:51.864Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-11T17:51:51.864Z] === RUN TestPluginInstall [2021-11-11T17:51:51.864Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-11T17:51:51.864Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-11T17:51:51.864Z] === RUN TestPluginsWithRuntimes [2021-11-11T17:51:51.864Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-11T17:51:51.864Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-11T17:51:51.864Z] === RUN TestPluginBackCompatMediaTypes [2021-11-11T17:51:51.864Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-11T17:51:51.864Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-11T17:51:51.864Z] PASS [2021-11-11T17:51:51.864Z] ok github.com/docker/docker/integration/plugin/common 0.077s [2021-11-11T17:51:51.864Z] [2021-11-11T17:51:51.864Z] === Skipped [2021-11-11T17:51:51.864Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-11-11T17:51:51.864Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-11T17:51:51.864Z] [2021-11-11T17:51:51.864Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-11-11T17:51:51.864Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-11T17:51:51.864Z] [2021-11-11T17:51:51.864Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-11-11T17:51:51.864Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-11T17:51:51.864Z] [2021-11-11T17:51:51.864Z] DONE 5 tests, 3 skipped in 3.819s [2021-11-11T17:51:51.864Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-11-11T17:51:53.102Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-11T17:51:54.079Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:51:54.079Z] INFO: Testing against a local daemon [2021-11-11T17:51:54.079Z] === RUN TestExternalGraphDriver [2021-11-11T17:51:54.079Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-11T17:51:54.079Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-11-11T17:51:54.079Z] === RUN TestGraphdriverPluginV2 [2021-11-11T17:51:54.079Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-11T17:51:54.079Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-11-11T17:51:54.079Z] PASS [2021-11-11T17:51:54.079Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.081s [2021-11-11T17:51:54.538Z] [2021-11-11T17:51:54.538Z] === Skipped [2021-11-11T17:51:54.538Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-11-11T17:51:54.538Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-11T17:51:54.538Z] [2021-11-11T17:51:54.538Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-11-11T17:51:54.538Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-11T17:51:54.538Z] [2021-11-11T17:51:54.538Z] DONE 2 tests, 2 skipped in 2.328s [2021-11-11T17:51:54.538Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-11-11T17:51:54.634Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-11T17:51:54.634Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-11T17:51:56.101Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:51:56.101Z] INFO: Testing against a local daemon [2021-11-11T17:51:56.101Z] === RUN TestReadPluginNoRead [2021-11-11T17:51:56.101Z] read_test.go:21: no unix domain sockets on Windows [2021-11-11T17:51:56.101Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-11-11T17:51:56.101Z] PASS [2021-11-11T17:51:56.101Z] ok github.com/docker/docker/integration/plugin/logging 0.067s [2021-11-11T17:51:56.101Z] [2021-11-11T17:51:56.101Z] === Skipped [2021-11-11T17:51:56.101Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-11-11T17:51:56.101Z] read_test.go:21: no unix domain sockets on Windows [2021-11-11T17:51:56.101Z] [2021-11-11T17:51:56.101Z] DONE 1 tests, 1 skipped in 1.777s [2021-11-11T17:51:56.626Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-11-11T17:51:57.084Z] testing: warning: no tests to run [2021-11-11T17:51:57.085Z] PASS [2021-11-11T17:51:57.085Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.066s [2021-11-11T17:51:57.085Z] [2021-11-11T17:51:57.085Z] DONE 0 tests in 0.934s [2021-11-11T17:51:57.531Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-11T17:51:57.543Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-11-11T17:51:57.707Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-11T17:51:59.064Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-11T17:51:59.064Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-11T17:51:59.064Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-11T17:51:59.064Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-11T17:51:59.076Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:51:59.076Z] INFO: Testing against a local daemon [2021-11-11T17:51:59.076Z] === RUN TestPluginWithDevMounts [2021-11-11T17:51:59.076Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:59.076Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-11T17:51:59.076Z] PASS [2021-11-11T17:51:59.076Z] ok github.com/docker/docker/integration/plugin/volumes 0.062s [2021-11-11T17:51:59.534Z] [2021-11-11T17:51:59.534Z] === Skipped [2021-11-11T17:51:59.534Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-11-11T17:51:59.535Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:51:59.535Z] [2021-11-11T17:51:59.535Z] DONE 1 tests, 1 skipped in 1.942s [2021-11-11T17:51:59.535Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-11-11T17:51:59.933Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-11T17:51:59.933Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-11T17:51:59.933Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-11T17:51:59.933Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-11T17:52:00.411Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-11T17:52:01.073Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:52:01.073Z] INFO: Testing against a local daemon [2021-11-11T17:52:01.073Z] === RUN TestSecretInspect [2021-11-11T17:52:01.073Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] --- SKIP: TestSecretInspect (0.00s) [2021-11-11T17:52:01.073Z] === RUN TestSecretList [2021-11-11T17:52:01.073Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] --- SKIP: TestSecretList (0.00s) [2021-11-11T17:52:01.073Z] === RUN TestSecretsCreateAndDelete [2021-11-11T17:52:01.073Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-11-11T17:52:01.073Z] === RUN TestSecretsUpdate [2021-11-11T17:52:01.073Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-11-11T17:52:01.073Z] === RUN TestTemplatedSecret [2021-11-11T17:52:01.073Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-11T17:52:01.073Z] === RUN TestSecretCreateResolve [2021-11-11T17:52:01.073Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:01.073Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-11-11T17:52:01.073Z] PASS [2021-11-11T17:52:01.073Z] ok github.com/docker/docker/integration/secret 0.069s [2021-11-11T17:52:01.073Z] [2021-11-11T17:52:01.073Z] === Skipped [2021-11-11T17:52:01.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-11-11T17:52:01.073Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] [2021-11-11T17:52:01.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-11-11T17:52:01.073Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] [2021-11-11T17:52:01.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-11-11T17:52:01.073Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] [2021-11-11T17:52:01.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-11-11T17:52:01.073Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] [2021-11-11T17:52:01.073Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-11-11T17:52:01.073Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:01.073Z] [2021-11-11T17:52:01.073Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-11-11T17:52:01.073Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:01.073Z] [2021-11-11T17:52:01.073Z] DONE 6 tests, 6 skipped in 1.469s [2021-11-11T17:52:01.073Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-11-11T17:52:01.236Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-11T17:52:01.983Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-11T17:52:02.694Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:52:02.694Z] INFO: Testing against a local daemon [2021-11-11T17:52:02.694Z] === RUN TestServiceCreateInit [2021-11-11T17:52:02.694Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-11T17:52:02.694Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-11T17:52:02.694Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- PASS: TestServiceCreateInit (0.03s) [2021-11-11T17:52:02.694Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:52:02.694Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestCreateServiceMultipleTimes [2021-11-11T17:52:02.694Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestCreateServiceConflict [2021-11-11T17:52:02.694Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestCreateServiceMaxReplicas [2021-11-11T17:52:02.694Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-11-11T17:52:02.694Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-11T17:52:02.694Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestCreateServiceSecretFileMode [2021-11-11T17:52:02.694Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestCreateServiceConfigFileMode [2021-11-11T17:52:02.694Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestCreateServiceSysctls [2021-11-11T17:52:02.694Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-11-11T17:52:02.694Z] === RUN TestCreateServiceCapabilities [2021-11-11T17:52:02.694Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-11-11T17:52:02.694Z] === RUN TestInspect [2021-11-11T17:52:02.694Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestInspect (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestCreateJob [2021-11-11T17:52:02.694Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestCreateJob (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestReplicatedJob [2021-11-11T17:52:02.694Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestReplicatedJob (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestUpdateReplicatedJob [2021-11-11T17:52:02.694Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestServiceListWithStatuses [2021-11-11T17:52:02.694Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestDockerNetworkConnectAlias [2021-11-11T17:52:02.694Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestDockerNetworkReConnect [2021-11-11T17:52:02.694Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestServicePlugin [2021-11-11T17:52:02.694Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:02.694Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestServiceUpdateLabel [2021-11-11T17:52:02.694Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:02.694Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestServiceUpdateSecrets [2021-11-11T17:52:02.694Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:02.694Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestServiceUpdateConfigs [2021-11-11T17:52:02.694Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:02.694Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestServiceUpdateNetwork [2021-11-11T17:52:02.694Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:02.694Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-11-11T17:52:02.694Z] === RUN TestServiceUpdatePidsLimit [2021-11-11T17:52:02.694Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:02.694Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-11-11T17:52:02.694Z] PASS [2021-11-11T17:52:02.694Z] ok github.com/docker/docker/integration/service 0.181s [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === Skipped [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:52:03.152Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:52:03.152Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-11-11T17:52:03.152Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-11-11T17:52:03.152Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-11-11T17:52:03.152Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-11T17:52:03.152Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-11-11T17:52:03.152Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-11-11T17:52:03.152Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-11-11T17:52:03.152Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-11-11T17:52:03.152Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-11-11T17:52:03.152Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-11-11T17:52:03.152Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-11-11T17:52:03.152Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-11-11T17:52:03.152Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-11-11T17:52:03.152Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-11-11T17:52:03.152Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-11-11T17:52:03.152Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-11-11T17:52:03.152Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-11-11T17:52:03.152Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-11-11T17:52:03.152Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:03.152Z] [2021-11-11T17:52:03.152Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-11-11T17:52:03.153Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:03.153Z] [2021-11-11T17:52:03.153Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-11-11T17:52:03.153Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:03.153Z] [2021-11-11T17:52:03.153Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-11-11T17:52:03.153Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-11T17:52:03.153Z] [2021-11-11T17:52:03.153Z] DONE 24 tests, 23 skipped in 2.082s [2021-11-11T17:52:03.153Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-11-11T17:52:04.135Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-11T17:52:04.685Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:52:04.685Z] INFO: Testing against a local daemon [2021-11-11T17:52:04.685Z] === RUN TestSessionCreate [2021-11-11T17:52:04.685Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-11T17:52:04.685Z] --- SKIP: TestSessionCreate (0.00s) [2021-11-11T17:52:04.685Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-11T17:52:04.685Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-11T17:52:04.685Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-11-11T17:52:04.685Z] PASS [2021-11-11T17:52:04.685Z] ok github.com/docker/docker/integration/session 0.058s [2021-11-11T17:52:04.685Z] [2021-11-11T17:52:04.685Z] === Skipped [2021-11-11T17:52:04.685Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-11-11T17:52:04.685Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-11T17:52:04.685Z] [2021-11-11T17:52:04.685Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-11-11T17:52:04.685Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-11T17:52:04.685Z] [2021-11-11T17:52:04.685Z] DONE 2 tests, 2 skipped in 1.397s [2021-11-11T17:52:04.685Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-11-11T17:52:04.948Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-11T17:52:06.214Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:52:06.214Z] INFO: Testing against a local daemon [2021-11-11T17:52:06.214Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-11T17:52:06.214Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:06.214Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:52:06.214Z] === RUN TestDiskUsage [2021-11-11T17:52:06.214Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-11T17:52:06.214Z] --- SKIP: TestDiskUsage (0.00s) [2021-11-11T17:52:06.214Z] === RUN TestEventsExecDie [2021-11-11T17:52:06.214Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-11T17:52:06.214Z] --- SKIP: TestEventsExecDie (0.00s) [2021-11-11T17:52:06.214Z] === RUN TestEventsBackwardsCompatible [2021-11-11T17:52:06.214Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-11T17:52:06.214Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-11-11T17:52:06.214Z] === RUN TestEventsVolumeCreate [2021-11-11T17:52:06.214Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-11T17:52:06.214Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-11-11T17:52:06.214Z] === RUN TestInfoAPI [2021-11-11T17:52:06.214Z] --- PASS: TestInfoAPI (0.03s) [2021-11-11T17:52:06.214Z] === RUN TestInfoAPIWarnings [2021-11-11T17:52:06.214Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:52:06.214Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-11-11T17:52:06.214Z] === RUN TestInfoDebug [2021-11-11T17:52:06.214Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:52:06.214Z] --- SKIP: TestInfoDebug (0.00s) [2021-11-11T17:52:06.214Z] === RUN TestInfoInsecureRegistries [2021-11-11T17:52:06.214Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:52:06.214Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-11-11T17:52:06.214Z] === RUN TestInfoRegistryMirrors [2021-11-11T17:52:06.214Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:52:06.214Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-11-11T17:52:06.214Z] === RUN TestLoginFailsWithBadCredentials [2021-11-11T17:52:07.306Z] --- PASS: TestLoginFailsWithBadCredentials (0.91s) [2021-11-11T17:52:07.306Z] === RUN TestPingCacheHeaders [2021-11-11T17:52:07.306Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-11T17:52:07.306Z] === RUN TestPingGet [2021-11-11T17:52:07.306Z] --- PASS: TestPingGet (0.03s) [2021-11-11T17:52:07.306Z] === RUN TestPingHead [2021-11-11T17:52:07.306Z] --- PASS: TestPingHead (0.02s) [2021-11-11T17:52:07.306Z] === RUN TestVersion [2021-11-11T17:52:07.306Z] --- PASS: TestVersion (0.02s) [2021-11-11T17:52:07.306Z] PASS [2021-11-11T17:52:07.306Z] ok github.com/docker/docker/integration/system 1.099s [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] === Skipped [2021-11-11T17:52:07.306Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-11T17:52:07.306Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-11-11T17:52:07.306Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-11-11T17:52:07.306Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-11-11T17:52:07.306Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-11-11T17:52:07.306Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-11-11T17:52:07.306Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-11-11T17:52:07.306Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-11-11T17:52:07.306Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-11-11T17:52:07.306Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-11T17:52:07.306Z] [2021-11-11T17:52:07.306Z] DONE 15 tests, 9 skipped in 2.558s [2021-11-11T17:52:07.306Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-11-11T17:52:07.845Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-11-11T17:52:08.755Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-11T17:52:08.851Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:52:08.851Z] INFO: Testing against a local daemon [2021-11-11T17:52:08.851Z] === RUN TestVolumesCreateAndList [2021-11-11T17:52:08.851Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-11-11T17:52:08.851Z] === RUN TestVolumesRemove [2021-11-11T17:52:08.851Z] --- PASS: TestVolumesRemove (0.10s) [2021-11-11T17:52:08.851Z] === RUN TestVolumesInspect [2021-11-11T17:52:08.851Z] --- PASS: TestVolumesInspect (0.03s) [2021-11-11T17:52:08.851Z] === RUN TestVolumesInvalidJSON [2021-11-11T17:52:08.851Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-11T17:52:08.851Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-11T17:52:08.851Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-11T17:52:08.851Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-11-11T17:52:08.851Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-11T17:52:08.851Z] PASS [2021-11-11T17:52:08.851Z] ok github.com/docker/docker/integration/volume 0.237s [2021-11-11T17:52:08.851Z] [2021-11-11T17:52:08.851Z] DONE 5 tests in 1.655s [2021-11-11T17:52:08.851Z] INFO: make.ps1 ended at 11/11/2021 17:52:08 [2021-11-11T17:52:08.851Z] INFO: Integration CLI tests being run from the host: [2021-11-11T17:52:08.851Z] 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" [2021-11-11T17:52:09.367Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-11-11T17:52:12.252Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-11T17:52:12.563Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-11T17:52:13.777Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-11T17:52:15.934Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-11T17:52:15.934Z] INFO: Testing against a local daemon [2021-11-11T17:52:15.934Z] === RUN TestDockerSuite [2021-11-11T17:52:15.934Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-11T17:52:15.934Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-11T17:52:15.934Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T17:52:15.934Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-11T17:52:15.934Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-11T17:52:16.389Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-11T17:52:16.389Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-11T17:52:16.389Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-11T17:52:16.389Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-11T17:52:16.389Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-11T17:52:16.657Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-11T17:52:16.843Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-11T17:52:17.299Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-11T17:52:17.755Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-11T17:52:17.755Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-11T17:52:18.821Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-11T17:52:20.980Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-11T17:52:20.980Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-11T17:52:20.980Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-11T17:52:20.980Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-11T17:52:23.141Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-11T17:52:24.665Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-11T17:52:29.045Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-11-11T17:52:29.045Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-11-11T17:52:29.045Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-11-11T17:52:29.971Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-11-11T17:52:30.412Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-11T17:52:30.416Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-11T17:52:31.402Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-11T17:52:31.873Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-11T17:52:32.580Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-11-11T17:52:32.580Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-11T17:52:32.580Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-11T17:52:33.279Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-11-11T17:52:34.739Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-11T17:52:34.739Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-11T17:52:35.793Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-11-11T17:52:37.730Z] docker_api_swarm_test.go:962: [d719294c09cb6] joining swarm manager [d0d4ccbdf42a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-11T17:52:39.569Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-11T17:52:42.435Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-11T17:52:42.436Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-11T17:52:44.226Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-11T17:52:45.397Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-11T17:52:45.868Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-11T17:52:49.675Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-11-11T17:52:49.979Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-11T17:52:51.505Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-11T17:52:53.663Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-11T17:52:53.663Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-11T17:52:53.663Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-11T17:52:55.805Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-11-11T17:52:56.542Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-11T17:52:58.702Z] === RUN TestDockerSuite/TestLogsSince [2021-11-11T17:53:07.220Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-11T17:53:07.220Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-11T17:53:07.220Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-11T17:53:07.220Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-11T17:53:07.220Z] === RUN TestDockerSuite/TestLogsTail [2021-11-11T17:53:07.522Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-11T17:53:07.522Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-11T17:53:07.522Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-11T17:53:08.009Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-11-11T17:53:08.939Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-11-11T17:53:10.103Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-11T17:53:11.328Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-11T17:53:11.460Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-11-11T17:53:11.798Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-11T17:53:13.810Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-11-11T17:53:13.975Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestMountIntoProc [2021-11-11T17:53:15.972Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-11T17:53:15.972Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestNetHostname [2021-11-11T17:53:15.972Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-11T17:53:15.972Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-11T17:53:15.972Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-11T17:53:15.972Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPluginActive [2021-11-11T17:53:15.972Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-11T17:53:15.972Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-11T17:53:15.972Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-11T17:53:15.972Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-11T17:53:15.972Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-11T17:53:15.972Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-11T17:53:15.972Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-11T17:53:15.972Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-11T17:53:15.972Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-11T17:53:15.972Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPortList [2021-11-11T17:53:15.972Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-11T17:53:15.972Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-11T17:53:16.568Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-11T17:53:20.739Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-11T17:53:20.739Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-11T17:53:20.739Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-11T17:53:20.739Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-11T17:53:20.739Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-11T17:53:20.739Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-11T17:53:20.739Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-11T17:53:20.739Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T17:53:20.739Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-11T17:53:21.518Z] === RUN TestDockerSuite/TestBuildUser [2021-11-11T17:53:21.518Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-11T17:53:21.518Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-11T17:53:21.518Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-11T17:53:21.518Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-11T17:53:21.518Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-11T17:53:21.518Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-11T17:53:22.098Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-11-11T17:53:25.322Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-11T17:53:25.322Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-11T17:53:25.395Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-11T17:53:25.395Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-11T17:53:25.395Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-11T17:53:27.379Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-11-11T17:53:29.268Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-11T17:53:30.039Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-11T17:53:30.039Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-11T17:53:30.039Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-11T17:53:30.039Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-11T17:53:30.039Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-11T17:53:30.039Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-11T17:53:30.039Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-11T17:53:30.039Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-11-11T17:53:30.039Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-11T17:53:30.039Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-11T17:53:30.039Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-11T17:53:30.039Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-11T17:53:30.039Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-11T17:53:31.619Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-11T17:53:31.619Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-11T17:53:31.619Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-11T17:53:31.619Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-11T17:53:31.619Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-11T17:53:31.619Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-11T17:53:31.619Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-11T17:53:31.619Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-11T17:53:31.619Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-11T17:53:31.782Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-11-11T17:53:32.499Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-11T17:53:32.499Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-11T17:53:32.975Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-11T17:53:32.975Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-11T17:53:32.975Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-11T17:53:33.922Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-11T17:53:33.922Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-11T17:53:33.922Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-11T17:53:34.297Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-11-11T17:53:36.280Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-11T17:53:36.280Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-11T17:53:36.280Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-11T17:53:36.280Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T17:53:36.280Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-11T17:53:36.811Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-11-11T17:53:40.099Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-11-11T17:53:41.986Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-11-11T17:53:42.055Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-11T17:53:44.191Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-11T17:53:54.537Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-11T17:53:54.537Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-11T17:53:58.948Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-11T17:53:58.948Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-11T17:53:58.948Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-11T17:53:58.948Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-11T17:54:01.715Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-11T17:54:10.400Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-11T17:54:10.400Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-11T17:54:10.870Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-11T17:54:10.870Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-11T17:54:10.870Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-11T17:54:11.446Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-11T17:54:13.093Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-11T17:54:13.093Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-11T17:54:13.564Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-11-11T17:54:13.655Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-11T17:54:22.302Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-11T17:54:24.015Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-11T17:54:25.249Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-11T17:54:25.249Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-11T17:54:25.249Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-11T17:54:25.249Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-11T17:54:25.249Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-11T17:54:26.978Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-11T17:54:27.449Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-11T17:54:29.989Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-11T17:54:29.989Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T17:54:29.989Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-11T17:54:29.989Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-11T17:54:29.989Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-11T17:54:29.989Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-11T17:54:29.989Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-11T17:54:29.989Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-11T17:54:29.989Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-11T17:54:35.842Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-11T17:54:35.842Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-11T17:54:35.842Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-11T17:54:38.053Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-11T17:54:38.053Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-11T17:54:38.053Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-11T17:54:38.186Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-11-11T17:54:39.038Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-11T17:54:40.021Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-11T17:54:40.021Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-11T17:54:40.021Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-11T17:54:42.571Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-11T17:54:42.572Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-11T17:54:43.039Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-11T17:54:43.802Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-11T17:54:45.378Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-11T17:54:45.378Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-11T17:54:45.378Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-11T17:54:45.378Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-11T17:54:45.378Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-11T17:54:45.378Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-11T17:54:45.378Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-11-11T17:54:45.378Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-11T17:54:48.576Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-11T17:54:48.950Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-11T17:54:48.950Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-11T17:54:50.786Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-11T17:54:52.554Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-11-11T17:54:52.822Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-11T17:54:53.064Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-11-11T17:54:53.293Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-11T17:54:53.294Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-11T17:54:53.294Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-11T17:54:53.294Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-11T17:54:53.294Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-11T17:54:53.294Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-11T17:54:53.294Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-11T17:54:53.294Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-11T17:54:54.277Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-11T17:54:54.780Z] === RUN TestDockerSuite/TestBuildXZHost [2021-11-11T17:54:54.780Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-11T17:54:54.780Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-11T17:54:54.780Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-11T17:54:54.780Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-11T17:54:54.780Z] docker_cli_sni_test.go:18: Flakey test [2021-11-11T17:54:54.780Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-11T17:54:57.004Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-11-11T17:54:57.227Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-11T17:54:58.788Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-11T17:54:58.788Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-11T17:54:58.788Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-11T17:54:58.788Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-11T17:54:58.788Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-11T17:54:58.788Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-11T17:55:00.808Z] === RUN TestDockerSuite/TestCommitChange [2021-11-11T17:55:01.736Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-11T17:55:04.614Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite (1660.34s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.84s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.90s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.62s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.20s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.61s) [2021-11-11T17:55:07.895Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.81s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.03s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.84s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (36.75s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.35s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.70s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.31s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.04s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (39.78s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.56s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.61s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.33s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.72s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.44s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (63.48s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.55s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.86s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.02s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.00s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.69s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.21s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.14s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.53s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.46s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.75s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.71s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.14s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (23.53s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.96s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.64s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.97s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.14s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.98s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.76s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.09s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.01s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.15s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.46s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.47s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.78s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.72s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.80s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.83s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.08s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.99s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.04s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.58s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.26s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.11s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.33s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.44s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.64s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.28s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.84s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.58s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.08s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.77s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.64s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.02s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.21s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.87s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.54s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.65s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.55s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.01s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.46s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.69s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.05s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.72s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (138.47s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.51s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.54s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.70s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.15s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.22s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.18s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.55s) [2021-11-11T17:55:07.895Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.85s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.15s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.49s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (54.06s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (8.82s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.12s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (126.10s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.26s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.20s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.15s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.23s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.10s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.35s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.13s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.93s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.17s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.05s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.39s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.14s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.20s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.14s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.16s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.81s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.16s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.47s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.54s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.48s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.47s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.45s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.01s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.16s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.89s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.12s) [2021-11-11T17:55:07.895Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.14s) [2021-11-11T17:55:07.895Z] === RUN TestDockerExternalVolumeSuite [2021-11-11T17:55:07.895Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-11-11T17:55:08.151Z] docker_cli_external_volume_driver_test.go:52: [dc6439392df60] daemon is not started [2021-11-11T17:55:08.418Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-11T17:55:08.418Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-11T17:55:08.418Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-11T17:55:12.004Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-11T17:55:12.004Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T17:55:12.004Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-11-11T17:55:12.148Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-11T17:55:14.303Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-11T17:55:14.303Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-11T17:55:14.303Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-11T17:55:15.784Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-11T17:55:15.784Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-11T17:55:15.784Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-11T17:55:16.251Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-11T17:55:18.007Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-11T17:55:18.007Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-11T17:55:18.007Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-11T17:55:18.474Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-11T17:55:20.993Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-11-11T17:55:21.421Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-11T17:55:23.070Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-11T17:55:24.775Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-11T17:55:24.775Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T17:55:24.775Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-11-11T17:55:26.183Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-11-11T17:55:26.829Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-11T17:55:27.830Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-11T17:55:27.830Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-11T17:55:27.830Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-11T17:55:27.830Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-11T17:55:27.830Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-11T17:55:27.830Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-11T17:55:27.830Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-11T17:55:27.830Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-11T17:55:27.830Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-11T17:55:28.298Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-11T17:55:28.555Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-11T17:55:28.555Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-11T17:55:29.022Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-11T17:55:29.056Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-11T17:55:29.056Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T17:55:29.056Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-11T17:55:29.056Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-11T17:55:29.056Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-11T17:55:29.056Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-11T17:55:29.056Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-11T17:55:29.056Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-11T17:55:29.056Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-11T17:55:29.056Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-11T17:55:29.056Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-11T17:55:29.056Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-11T17:55:29.056Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-11T17:55:29.056Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T17:55:29.056Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-11T17:55:29.056Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-11T17:55:41.490Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-11T17:55:41.574Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-11T17:55:43.050Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-11T17:55:44.034Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-11T17:55:49.884Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-11T17:55:52.023Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-11T17:55:52.023Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-11T17:55:52.023Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-11T17:55:52.493Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-11T17:55:52.494Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-11T17:55:52.494Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-11T17:55:52.494Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-11T17:55:52.494Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-11T17:55:52.494Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-11T17:55:52.966Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-11T17:55:53.662Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-11T17:55:55.190Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-11T17:55:55.190Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-11T17:55:55.190Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-11T17:55:55.190Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-11T17:55:56.764Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-11T17:55:56.764Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-11T17:55:56.764Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-11T17:55:56.764Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-11T17:55:56.764Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-11T17:55:56.764Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-11T17:55:56.764Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T17:55:57.236Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-11T17:55:59.460Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-11T17:56:00.800Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-11T17:56:01.031Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-11T17:56:03.255Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-11T17:56:03.255Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-11T17:56:03.255Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-11T17:56:03.255Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-11T17:56:04.190Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-11T17:56:04.190Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-11T17:56:04.190Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-11T17:56:04.190Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-11T17:56:04.190Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-11T17:56:04.583Z] === RUN TestDockerSuite/TestRmiTag [2021-11-11T17:56:04.583Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-11T17:56:05.479Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-11T17:56:05.479Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-11T17:56:07.524Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-11T17:56:12.658Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-11T17:56:12.658Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T17:56:12.658Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-11T17:56:12.658Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T17:56:12.658Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-11T17:56:14.233Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-11T17:56:14.233Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-11T17:56:16.470Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-11T17:56:16.470Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-11T17:56:16.470Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-11T17:56:16.699Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-11T17:56:16.699Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-11T17:56:17.166Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-11T17:56:17.632Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-11T17:56:18.707Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-11T17:56:18.707Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-11T17:56:22.433Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-11T17:56:23.569Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-11T17:56:24.781Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-11T17:56:24.781Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-11T17:56:25.248Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-11T17:56:25.887Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-11T17:56:28.310Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-11T17:56:28.776Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-11T17:56:28.776Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-11T17:56:28.776Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-11T17:56:28.776Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-11T17:56:28.776Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-11T17:56:28.776Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-11T17:56:28.776Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-11T17:56:28.776Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-11T17:56:28.776Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-11T17:56:28.776Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-11T17:56:28.776Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-11T17:56:28.776Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-11T17:56:28.776Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-11T17:56:28.776Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-11T17:56:28.776Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-11T17:56:28.850Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-11T17:56:29.994Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-11T17:56:30.342Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-11T17:56:30.342Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-11T17:56:30.342Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-11T17:56:30.342Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-11T17:56:30.342Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-11T17:56:32.653Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-11T17:56:32.653Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-11T17:56:32.653Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-11T17:56:32.653Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-11T17:56:32.653Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-11T17:56:33.797Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-11-11T17:56:34.226Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-11T17:56:34.226Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-11T17:56:34.226Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-11T17:56:35.082Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-11T17:56:36.451Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-11T17:56:36.451Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T17:56:36.451Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-11T17:56:37.291Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-11T17:56:38.025Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-11T17:56:38.025Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-11T17:56:38.644Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-11T17:56:39.502Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-11T17:56:40.325Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-11-11T17:56:42.469Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-11T17:56:42.806Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-11T17:56:43.798Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-11T17:56:43.798Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-11T17:56:43.798Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-11T17:56:43.798Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-11T17:56:43.798Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-11T17:56:43.798Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-11T17:56:43.798Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-11T17:56:43.798Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-11T17:56:43.798Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-11T17:56:43.798Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-11T17:56:43.798Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-11-11T17:56:44.679Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-11T17:56:44.680Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-11T17:56:46.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-11-11T17:56:46.022Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-11-11T17:56:47.316Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-11T17:56:47.316Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-11T17:56:47.316Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-11T17:56:48.245Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-11-11T17:56:49.418Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-11T17:56:49.418Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.418Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-11T17:56:49.418Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-11T17:56:49.419Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-11T17:56:49.419Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-11T17:56:49.419Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-11T17:56:49.419Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-11-11T17:56:49.419Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-11T17:56:49.419Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-11-11T17:56:49.419Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-11T17:56:49.419Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-11T17:56:49.419Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-11T17:56:49.419Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-11T17:56:50.470Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-11-11T17:56:51.628Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-11T17:56:51.628Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-11T17:56:51.628Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-11T17:56:52.072Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-11T17:56:52.072Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-11T17:56:52.072Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-11T17:56:52.072Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-11T17:56:52.072Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-11T17:56:52.696Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-11-11T17:56:54.575Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-11T17:56:54.575Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-11T17:56:54.575Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-11T17:56:54.575Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-11T17:56:54.575Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-11T17:56:55.154Z] docker_cli_external_volume_driver_test.go:52: [dca82e78aacd1] daemon is not started [2021-11-11T17:56:55.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000405a28_} [2021-11-11T17:56:56.217Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-11T17:56:56.217Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-11T17:56:56.217Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-11T17:56:56.217Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-11T17:56:56.217Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-11T17:56:56.217Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-11T17:56:56.217Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-11T17:56:56.217Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-11T17:56:56.217Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-11-11T17:56:56.217Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-11T17:56:56.217Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-11T17:56:56.217Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-11T17:56:56.217Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-11T17:56:56.217Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-11T17:56:56.217Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-11T17:56:57.775Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-11T17:56:57.886Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14198262947_c:\foo_false____} [2021-11-11T17:56:57.933Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-11T17:56:57.933Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-11T17:56:57.933Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-11T17:56:57.933Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-11T17:56:57.933Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-11T17:56:57.933Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-11T17:56:57.933Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-11T17:56:57.933Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-11T17:57:00.110Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14198262947_c:\foo_true____} [2021-11-11T17:57:00.716Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-11T17:57:03.060Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-11T17:57:03.060Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-11T17:57:03.060Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-11T17:57:03.060Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-11T17:57:03.060Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-11T17:57:03.060Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-11T17:57:03.060Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-11T17:57:05.270Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-11T17:57:05.270Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-11T17:57:05.270Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-11T17:57:05.270Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T17:57:05.270Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-11T17:57:05.270Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-11T17:57:05.270Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-11T17:57:05.270Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T17:57:05.270Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-11T17:57:06.830Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-11T17:57:07.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-11T17:57:07.288Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-11T17:57:07.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-11T17:57:07.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-11T17:57:07.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-11T17:57:07.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-11T17:57:07.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-11T17:57:07.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-11T17:57:07.288Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-11T17:57:07.758Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-11T17:57:07.758Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-11T17:57:07.758Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-11T17:57:07.758Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-11T17:57:07.758Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-11T17:57:07.758Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-11T17:57:09.984Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-11T17:57:09.984Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-11T17:57:09.984Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T17:57:09.984Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-11T17:57:11.575Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-11T17:57:11.575Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-11T17:57:11.575Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-11T17:57:11.576Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-11T17:57:11.576Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-11T17:57:11.576Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-11T17:57:11.576Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-11T17:57:11.576Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T17:57:11.576Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-11T17:57:11.576Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-11T17:57:11.576Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-11T17:57:11.576Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-11T17:57:11.576Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-11T17:57:12.215Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-11T17:57:12.215Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-11T17:57:12.215Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-11T17:57:12.215Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-11T17:57:13.193Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-11-11T17:57:13.782Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-11T17:57:13.782Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-11T17:57:13.782Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-11T17:57:13.782Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-11T17:57:13.782Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-11T17:57:13.782Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-11T17:57:15.994Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-11T17:57:18.207Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-11T17:57:18.207Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-11T17:57:18.207Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-11T17:57:19.391Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-11T17:57:19.391Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-11T17:57:19.391Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-11T17:57:19.391Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-11T17:57:19.391Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-11T17:57:19.391Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-11T17:57:19.391Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-11T17:57:20.413Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-11T17:57:20.413Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-11T17:57:20.881Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-11T17:57:20.881Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-11T17:57:20.881Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-11T17:57:20.881Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-11T17:57:20.881Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-11T17:57:23.089Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-11T17:57:23.195Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-11T17:57:23.270Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-11T17:57:23.737Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-11T17:57:23.737Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-11T17:57:24.204Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-11T17:57:24.204Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T17:57:24.671Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-11T17:57:25.297Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-11T17:57:25.420Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-11T17:57:25.420Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T17:57:25.420Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-11T17:57:25.420Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-11T17:57:25.420Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-11T17:57:25.655Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-11T17:57:25.655Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-11T17:57:25.655Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-11T17:57:27.505Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-11T17:57:28.022Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-11-11T17:57:30.403Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-11T17:57:30.447Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-11T17:57:30.447Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-11T17:57:30.447Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-11T17:57:30.447Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-11T17:57:30.447Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-11T17:57:30.447Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-11T17:57:30.447Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-11T17:57:30.447Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-11T17:57:30.447Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-11T17:57:30.447Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-11T17:57:30.447Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-11T17:57:30.447Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-11T17:57:30.447Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-11T17:57:30.447Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-11T17:57:30.447Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-11T17:57:30.447Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-11T17:57:31.456Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-11T17:57:31.456Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-11T17:57:31.456Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-11T17:57:31.456Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-11T17:57:31.456Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-11T17:57:33.035Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-11T17:57:34.020Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-11T17:57:34.105Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-11T17:57:34.106Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-11T17:57:34.106Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-11T17:57:34.106Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T17:57:34.106Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-11T17:57:34.228Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-11T17:57:34.228Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-11T17:57:34.228Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-11T17:57:34.228Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-11T17:57:34.228Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T17:57:34.228Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-11T17:57:34.228Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-11T17:57:34.228Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-11-11T17:57:34.228Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-11T17:57:34.228Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-11T17:57:34.228Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-11T17:57:34.228Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-11T17:57:34.493Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-11T17:57:34.960Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-11T17:57:35.428Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-11T17:57:41.358Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-11T17:57:41.375Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-11T17:57:41.375Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-11T17:57:41.375Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunMount [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-11T17:57:42.357Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-11T17:57:42.357Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-11T17:57:42.852Z] docker_cli_external_volume_driver_test.go:52: [d277e52258a46] daemon is not started [2021-11-11T17:57:43.568Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-11T17:57:43.568Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-11T17:57:43.568Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-11T17:57:44.544Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-11T17:57:44.544Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-11T17:57:44.544Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-11T17:57:44.999Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-11T17:57:47.232Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-11T17:57:48.196Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-11T17:57:48.652Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-11T17:57:48.652Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-11T17:57:48.652Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-11T17:57:49.430Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-11T17:57:49.430Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-11T17:57:49.430Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-11T17:57:49.430Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-11T17:57:49.430Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-11T17:57:49.430Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-11T17:57:49.430Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-11T17:57:49.613Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-11T17:57:50.068Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-11T17:57:50.068Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-11T17:57:50.068Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-11T17:57:50.068Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-11T17:57:50.068Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-11T17:57:51.956Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-11T17:57:51.956Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-11T17:57:51.956Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-11T17:57:51.956Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-11T17:57:51.956Z] === RUN TestDockerSuite/TestCpToDot [2021-11-11T17:57:54.084Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-11T17:57:55.963Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-11T17:57:57.682Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-11-11T17:57:57.682Z] docker_cli_external_volume_driver_test.go:52: [d941be3053865] daemon is not started [2021-11-11T17:57:57.840Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-11T17:57:57.840Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-11T17:57:57.840Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-11T17:57:57.840Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-11T17:57:57.840Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-11T17:57:58.739Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-11T17:57:58.739Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-11T17:57:58.739Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-11T17:57:58.739Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-11T17:57:58.739Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-11T17:57:58.739Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-11T17:57:58.739Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-11T17:57:58.739Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-11T17:57:58.739Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-11T17:57:58.739Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-11T17:58:00.062Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-11T17:58:00.062Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T17:58:00.062Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-11T17:58:00.062Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-11T17:58:00.062Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-11T17:58:00.062Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-11T17:58:00.062Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-11T17:58:00.062Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-11T17:58:00.062Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-11T17:58:00.062Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-11T17:58:00.062Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-11T17:58:00.263Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-11T17:58:01.791Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-11T17:58:02.289Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-11T17:58:03.314Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-11T17:58:04.417Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-11T17:58:04.570Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-11T17:58:04.570Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-11T17:58:04.570Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-11T17:58:06.581Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-11T17:58:06.795Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-11T17:58:06.795Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-11T17:58:07.035Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-11T17:58:07.035Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-11T17:58:07.035Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-11T17:58:07.035Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-11T17:58:07.035Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-11T17:58:07.035Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-11T17:58:07.035Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-11T17:58:07.035Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-11T17:58:07.035Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-11T17:58:07.035Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-11T17:58:07.035Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-11T17:58:07.035Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-11T17:58:07.035Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-11T17:58:07.035Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-11T17:58:07.035Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-11T17:58:07.035Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-11T17:58:07.265Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-11T17:58:07.265Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-11T17:58:07.265Z] === RUN TestDockerSuite/TestCreateRM [2021-11-11T17:58:07.742Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-11T17:58:07.742Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-11T17:58:07.742Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-11T17:58:07.742Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-11T17:58:08.215Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-11T17:58:10.742Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-11T17:58:10.742Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-11T17:58:10.742Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-11T17:58:10.742Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-11T17:58:10.742Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-11T17:58:10.742Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-11T17:58:10.742Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-11T17:58:10.742Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-11T17:58:10.742Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-11T17:58:10.742Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T17:58:10.742Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-11T17:58:12.533Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-11-11T17:58:15.409Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-11T17:58:15.880Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-11T17:58:15.880Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-11T17:58:17.775Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-11T17:58:17.775Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-11T17:58:17.775Z] === RUN TestDockerSuite/TestRunRm [2021-11-11T17:58:18.843Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-11T17:58:19.313Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-11T17:58:19.313Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-11T17:58:19.313Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-11T17:58:20.656Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-11T17:58:21.538Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-11T17:58:21.538Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-11T17:58:21.538Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-11T17:58:21.538Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-11T17:58:21.538Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-11T17:58:21.538Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-11T17:58:21.538Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-11T17:58:21.538Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-11T17:58:21.538Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-11T17:58:21.538Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDockerFails [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-11T17:58:21.538Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-11T17:58:21.538Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-11T17:58:21.538Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-11T17:58:22.008Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-11T17:58:22.008Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-11T17:58:22.008Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-11T17:58:22.008Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-11T17:58:22.008Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-11T17:58:22.008Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-11T17:58:22.008Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-11T17:58:24.232Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-11T17:58:25.804Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-11T17:58:26.415Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-11T17:58:27.941Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-11T17:58:28.039Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-11T17:58:30.098Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-11T17:58:31.837Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-11T17:58:31.837Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-11T17:58:31.837Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-11T17:58:32.257Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-11T17:58:34.416Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-11T17:58:34.416Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-11T17:58:34.416Z] === RUN TestDockerSuite/TestRunState [2021-11-11T17:58:34.416Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-11T17:58:34.416Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-11T17:58:35.214Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-11T17:58:35.546Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-11T17:58:35.546Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-11T17:58:35.546Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-11T17:58:35.546Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-11T17:58:35.546Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-11T17:58:35.546Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-11T17:58:35.546Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-11T17:58:36.098Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-11T17:58:36.098Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-11T17:58:36.098Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-11T17:58:37.304Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-11T17:58:37.304Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T17:58:37.304Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-11T17:58:39.463Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-11T17:58:39.463Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-11T17:58:39.463Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-11T17:58:39.463Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-11T17:58:39.463Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-11T17:58:39.463Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-11T17:58:39.463Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-11T17:58:39.463Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-11T17:58:39.463Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-11T17:58:39.989Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-11T17:58:44.119Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-11T17:58:44.119Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-11T17:58:44.546Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-11-11T17:58:44.762Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-11T17:58:46.999Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-11T17:58:46.999Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-11T17:58:46.999Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-11T17:58:47.737Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-11T17:58:48.208Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-11T17:58:49.160Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-11T17:58:49.160Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-11T17:58:49.160Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-11T17:58:49.160Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-11T17:58:49.160Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-11T17:58:52.013Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-11-11T17:58:52.045Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-11T17:58:53.586Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-11T17:58:54.576Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-11T17:58:59.079Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-11T17:58:59.381Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-11-11T17:59:00.466Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-11T17:59:01.250Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-11T17:59:01.250Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-11T17:59:01.250Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-11T17:59:01.250Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-11T17:59:03.741Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-11T17:59:05.241Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-11T17:59:05.241Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-11T17:59:05.241Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-11T17:59:05.241Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T17:59:05.241Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-11-11T17:59:05.241Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-11T17:59:05.241Z] === RUN TestDockerSuite/TestEventsImagePull [2021-11-11T17:59:05.241Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-11T17:59:05.241Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-11T17:59:06.817Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-11T17:59:06.817Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-11T17:59:06.817Z] === RUN TestDockerSuite/TestEventsRename [2021-11-11T17:59:09.496Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-11T17:59:09.496Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-11T17:59:09.496Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-11T17:59:09.496Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-11T17:59:09.788Z] === RUN TestDockerSuite/TestEventsResize [2021-11-11T17:59:12.378Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-11T17:59:14.212Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-11-11T17:59:14.535Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-11T17:59:16.189Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-11T17:59:16.968Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-11T17:59:17.161Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-11-11T17:59:17.417Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-11T17:59:17.417Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-11T17:59:17.417Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-11T17:59:17.417Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-11T17:59:17.417Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-11T17:59:17.417Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T17:59:17.417Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-11T17:59:17.417Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-11T17:59:17.417Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-11T17:59:17.417Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-11T17:59:17.417Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-11T17:59:17.417Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-11T17:59:17.417Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-11T17:59:17.417Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-11T17:59:17.417Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-11T17:59:17.616Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-11-11T17:59:19.193Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-11T17:59:21.123Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-11T17:59:21.326Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-11T17:59:21.419Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-11T17:59:22.081Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-11T17:59:23.603Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-11T17:59:24.216Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-11T17:59:26.192Z] === RUN TestDockerSuite/TestEventsTop [2021-11-11T17:59:26.192Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-11T17:59:26.192Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-11T17:59:27.926Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-11T17:59:28.257Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-11T17:59:28.257Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-11T17:59:28.257Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-11T17:59:28.257Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-11T17:59:28.257Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-11T17:59:28.257Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-11T17:59:28.257Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-11T17:59:29.154Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-11-11T17:59:30.415Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-11T17:59:30.415Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-11T17:59:30.869Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-11T17:59:31.323Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-11T17:59:32.120Z] === RUN TestDockerSuite/TestExec [2021-11-11T17:59:32.120Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T17:59:32.120Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-11T17:59:32.120Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-11T17:59:32.120Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-11T17:59:32.845Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-11T17:59:34.345Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-11T17:59:35.916Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-11T17:59:35.916Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T17:59:35.916Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-11T17:59:35.916Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T17:59:35.916Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-11T17:59:35.916Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-11T17:59:35.916Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-11T17:59:37.488Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-11-11T17:59:39.713Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-11T17:59:39.936Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-11T17:59:39.936Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-11T17:59:39.936Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-11T17:59:41.939Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-11T17:59:43.628Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-11T17:59:47.241Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-11T17:59:47.242Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T17:59:47.242Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-11T17:59:47.433Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-11T17:59:47.433Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-11T17:59:47.433Z] === RUN TestDockerSuite/TestExecEnv [2021-11-11T17:59:47.433Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T17:59:47.433Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-11T17:59:47.433Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-11T17:59:47.433Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-11T17:59:49.661Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-11T17:59:51.987Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-11T17:59:51.987Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-11T17:59:51.987Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-11T17:59:51.987Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T17:59:51.987Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-11T17:59:51.987Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-11T17:59:51.987Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-11T17:59:51.987Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-11T17:59:51.987Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-11T17:59:54.430Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-11T17:59:54.431Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-11T17:59:54.431Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-11T17:59:54.431Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-11T17:59:54.431Z] === RUN TestDockerSuite/TestExecParseError [2021-11-11T17:59:54.431Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T17:59:54.431Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-11T17:59:54.431Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-11T17:59:54.431Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-11T17:59:54.431Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-11T17:59:54.431Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-11T17:59:56.003Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-11T17:59:56.003Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-11T17:59:56.003Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-11T17:59:56.003Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T17:59:56.003Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-11T17:59:56.003Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-11T17:59:56.003Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-11T17:59:56.003Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-11T17:59:56.003Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-11T17:59:56.003Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-11T17:59:56.003Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-11T17:59:57.841Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-11T17:59:57.841Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T17:59:57.841Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-11T17:59:57.841Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-11T17:59:57.841Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-11T17:59:57.841Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T17:59:57.841Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-11T17:59:57.841Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T17:59:57.841Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-11T17:59:57.841Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-11T17:59:57.841Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-11T17:59:57.841Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T17:59:57.841Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-11T17:59:58.229Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-11T17:59:58.229Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-11T17:59:58.229Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-11T18:00:00.051Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-11T18:00:00.816Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-11-11T18:00:02.257Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-11T18:00:02.257Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-11T18:00:02.257Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-11T18:00:03.817Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-11T18:00:03.817Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-11T18:00:03.817Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-11T18:00:03.817Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-11T18:00:03.817Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-11T18:00:03.817Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:00:03.817Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-11T18:00:03.817Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-11T18:00:03.817Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-11T18:00:03.817Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:00:03.817Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-11T18:00:03.817Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-11T18:00:03.817Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-11-11T18:00:05.408Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-11T18:00:05.408Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-11T18:00:05.408Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-11T18:00:05.408Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-11T18:00:05.408Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-11T18:00:05.408Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:00:05.408Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-11T18:00:11.308Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-11T18:00:17.193Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-11T18:00:18.848Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-11-11T18:00:18.881Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-11T18:00:18.881Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-11T18:00:18.881Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-11T18:00:19.350Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-11T18:00:19.422Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-11T18:00:21.608Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-11T18:00:21.608Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-11T18:00:21.608Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-11T18:00:21.608Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-11T18:00:21.608Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-11T18:00:21.608Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-11T18:00:21.608Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-11T18:00:21.608Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-11-11T18:00:22.590Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-11T18:00:22.590Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-11T18:00:25.314Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-11T18:00:25.314Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:00:25.314Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-11T18:00:25.314Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-11T18:00:25.314Z] === RUN TestDockerSuite/TestHealth [2021-11-11T18:00:25.314Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-11T18:00:25.314Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-11T18:00:25.314Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-11T18:00:25.314Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-11T18:00:25.531Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-11T18:00:25.785Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-11T18:00:25.997Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-11T18:00:25.998Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-11T18:00:25.998Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-11T18:00:26.464Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-11T18:00:29.590Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-11T18:00:29.590Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-11T18:00:29.590Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-11T18:00:29.590Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-11T18:00:29.590Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-11T18:00:29.590Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-11T18:00:30.062Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-11T18:00:30.533Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-11T18:00:30.533Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:00:30.533Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-11T18:00:31.525Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-11T18:00:31.997Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-11T18:00:33.569Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-11T18:00:33.569Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-11T18:00:33.604Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-11T18:00:33.604Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T18:00:33.604Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-11T18:00:34.587Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-11T18:00:34.587Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-11T18:00:34.587Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-11T18:00:34.587Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-11T18:00:35.793Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-11T18:00:38.756Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-11T18:00:38.756Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-11T18:00:38.756Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:00:38.756Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-11T18:00:41.763Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-11T18:00:41.763Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-11T18:00:41.763Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-11T18:00:42.562Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-11T18:00:42.562Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-11T18:00:44.788Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestImportFile [2021-11-11T18:00:44.788Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-11T18:00:44.788Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-11T18:00:44.788Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-11T18:00:44.788Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-11T18:00:44.788Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-11T18:00:44.788Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-11T18:00:44.788Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-11T18:00:44.788Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-11T18:00:44.788Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:00:44.788Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-11T18:00:47.011Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-11T18:00:49.236Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-11T18:00:49.236Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T18:00:49.236Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-11T18:00:49.236Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-11T18:00:49.236Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-11T18:00:49.236Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-11T18:00:49.236Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-11T18:00:49.236Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-11T18:00:50.868Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-11-11T18:00:51.460Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-11T18:00:51.460Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-11T18:00:52.173Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-11T18:00:52.173Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.173Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite (1995.90s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.61s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (70.31s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.75s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.02s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.83s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.26s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.79s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (4.51s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (61.10s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.24s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.06s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.73s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.19s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.73s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.94s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.30s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.46s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.08s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.26s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.87s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.07s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.45s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.26s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddTar (27.94s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.31s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (14.32s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.46s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.53s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.81s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.67s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.48s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.22s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.70s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (19.80s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.68s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.23s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.66s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.22s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.34s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.89s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildCmd (0.50s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.50s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.50s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.97s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.98s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.09s) [2021-11-11T18:00:52.173Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-11T18:00:52.173Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.64s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.86s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.82s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.60s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.73s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (28.11s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.53s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.48s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.17s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (19.90s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.61s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (14.53s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.45s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.63s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.23s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.76s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.72s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignore (42.46s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.25s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (47.97s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.40s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.62s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.68s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.03s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.90s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (24.06s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.13s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.34s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (64.32s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.34s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.05s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.46s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.33s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.74s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.80s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.37s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.89s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.90s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (11.53s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.54s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFails (2.34s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.38s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.42s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.67s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.40s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.19s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (9.46s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.63s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.49s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.70s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildHistory (10.13s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.87s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.69s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.70s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.93s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLabel (0.94s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.58s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.87s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLabels (0.91s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.38s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.28s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.50s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.57s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.77s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.79s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.61s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (28.51s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.20s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.72s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.92s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.65s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.65s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.97s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.58s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.75s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.91s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.40s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.72s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.84s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.21s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildOnBuild (7.96s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.41s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.86s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.51s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.68s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (3.98s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.72s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.02s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.77s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (34.57s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.11s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildRm (10.09s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.78s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.19s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.39s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.44s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.98s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.80s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.63s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.63s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.46s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.61s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildStderr (4.14s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.46s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.07s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.16s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.56s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.07s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.22s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.53s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.74s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.89s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.77s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.71s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.88s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.16s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.22s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.22s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.36s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.82s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.09s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (12.10s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.04s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.69s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.27s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestCommitChange (5.56s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.51s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.72s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestCommitTTY (6.54s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.07s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.28s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.41s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.90s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.33s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.35s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.89s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.85s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.85s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-11-11T18:00:52.174Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-11T18:00:52.174Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.92s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.36s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.34s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.74s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.40s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.26s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.57s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.04s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.76s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.39s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.88s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.30s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.79s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.72s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.83s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.45s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.39s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.40s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.33s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004738_} (2.38s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1106379622_c:\foo_false____} (2.42s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1106379622_c:\foo_true____} (2.44s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.43s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.43s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.44s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.38s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.44s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.74s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.68s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpToDot (2.41s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCpToStdout (2.48s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.02s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.36s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.53s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.64s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateRM (0.36s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.16s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.39s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.92s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.46s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.52s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.40s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.45s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.11s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsCopy (9.00s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.91s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.23s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.77s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.88s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.87s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.84s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFilters (4.29s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFormat (4.71s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.14s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsRename (2.45s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsResize (7.59s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.31s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.17s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.78s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.92s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.80s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.80s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.76s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.85s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.84s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.93s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.32s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.00s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecInspectID (4.34s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.18s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.04s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (4.86s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.85s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.85s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.83s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.78s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.75s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-11-11T18:00:52.175Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-11-11T18:00:52.175Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.55s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.98s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.63s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.89s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.57s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.51s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.37s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.32s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.31s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.33s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectDefault (2.30s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectHistory (3.74s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.31s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.91s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.41s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.87s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.89s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectStatus (2.99s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.64s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.96s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.34s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.93s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.37s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.32s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.33s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.81s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.82s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.59s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.35s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.92s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.84s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.79s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.77s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.31s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.17s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.43s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.39s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsSince (8.91s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsTail (2.74s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.12s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.52s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.63s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.79s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsByOrder (7.54s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.76s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.63s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.32s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.44s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.42s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.40s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.17s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.51s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.10s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.66s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.79s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.47s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.45s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.20s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.41s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.69s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.16s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.97s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.14s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.37s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.82s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.63s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.23s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.45s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.26s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.32s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiTag (0.59s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.43s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (13.60s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.68s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.22s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.03s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.66s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.53s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.34s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.33s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.34s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.37s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.87s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.31s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.68s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-11T18:00:52.176Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.66s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-11T18:00:52.176Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.81s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.45s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.30s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.33s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.54s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.47s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.38s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.29s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.30s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.30s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunExitCode (2.30s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.32s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.34s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.40s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.13s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.31s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.43s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.87s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.05s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.35s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.63s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.65s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.19s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.12s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.22s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.71s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunRm (2.35s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.38s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.33s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.29s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.85s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.43s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.35s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.24s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.64s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.35s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.34s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.96s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.06s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.67s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.50s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.15s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.36s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.35s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.27s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.44s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.62s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.18s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.23s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.91s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.52s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.27s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.36s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.82s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.02s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.85s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.53s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.87s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.34s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.33s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.45s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.55s) [2021-11-11T18:00:52.177Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2021-11-11T18:00:52.177Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-11T18:00:52.178Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.88s) [2021-11-11T18:00:52.178Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2021-11-11T18:00:52.178Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.24s) [2021-11-11T18:00:52.178Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.13s) [2021-11-11T18:00:52.178Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-11T18:00:52.178Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.11s) [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-11T18:00:52.178Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.178Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-11T18:00:52.645Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-11T18:00:52.645Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-11T18:00:52.645Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-11T18:00:52.645Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-11T18:00:52.645Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-11T18:00:52.645Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-11T18:00:52.645Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-11T18:00:52.645Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-11T18:00:52.645Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] --- PASS: TestDockerRegistrySuite (0.13s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-11T18:00:52.645Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-11T18:00:52.645Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-11T18:00:52.645Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-11T18:00:52.645Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-11T18:00:52.645Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-11T18:00:52.645Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-11T18:00:52.645Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-11T18:00:52.645Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-11T18:00:52.645Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-11T18:00:52.645Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-11T18:00:52.645Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-11T18:00:52.645Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-11T18:00:52.645Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-11T18:00:52.645Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-11T18:00:52.645Z] === RUN TestDockerDaemonSuite [2021-11-11T18:00:52.645Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-11T18:00:52.645Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-11T18:00:52.645Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-11T18:00:52.645Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-11T18:00:52.645Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-11T18:00:52.645Z] === RUN TestDockerSwarmSuite [2021-11-11T18:00:52.645Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-11-11T18:00:52.645Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.645Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-11-11T18:00:52.646Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-11T18:00:52.646Z] === RUN TestDockerExternalVolumeSuite [2021-11-11T18:00:52.646Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-11-11T18:00:52.646Z] === RUN TestDockerNetworkSuite [2021-11-11T18:00:52.646Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-11-11T18:00:52.646Z] === RUN TestDockerHubPullSuite [2021-11-11T18:00:52.646Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-11-11T18:00:52.646Z] PASS [2021-11-11T18:00:52.646Z] ok github.com/docker/docker/integration-cli 1996.212s [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === Skipped [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-11T18:00:52.646Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-11T18:00:52.646Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-11-11T18:00:52.646Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-11T18:00:52.646Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T18:00:52.646Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-11T18:00:52.646Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-11T18:00:52.646Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-11T18:00:52.646Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-11T18:00:52.646Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T18:00:52.646Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-11T18:00:52.646Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-11T18:00:52.646Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-11-11T18:00:52.646Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.31s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.31s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-11-11T18:00:52.646Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.646Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-11-11T18:00:52.646Z] [2021-11-11T18:00:52.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-11-11T18:00:52.646Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-11-11T18:00:52.647Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.30s) [2021-11-11T18:00:52.647Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-11-11T18:00:52.647Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-11-11T18:00:52.647Z] docker_cli_sni_test.go:18: Flakey test [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-11T18:00:52.647Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.647Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-11T18:00:52.647Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-11T18:00:52.648Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-11T18:00:52.648Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.648Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-11T18:00:52.648Z] [2021-11-11T18:00:52.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2021-11-11T18:00:52.649Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T18:00:52.649Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-11T18:00:52.649Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-11T18:00:52.649Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-11T18:00:52.649Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-11T18:00:52.649Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-11T18:00:52.649Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-11T18:00:52.649Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-11T18:00:52.649Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-11T18:00:52.649Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-11T18:00:52.649Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-11T18:00:52.649Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-11T18:00:52.649Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-11T18:00:52.649Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-11T18:00:52.649Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-11T18:00:52.649Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-11T18:00:52.649Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-11T18:00:52.649Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-11T18:00:52.649Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-11T18:00:52.649Z] [2021-11-11T18:00:52.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-11T18:00:52.649Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-11-11T18:00:52.650Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-11T18:00:52.650Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-11T18:00:52.650Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-11T18:00:52.650Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-11T18:00:52.650Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-11T18:00:52.650Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2021-11-11T18:00:52.650Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-11T18:00:52.650Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.650Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-11T18:00:52.650Z] [2021-11-11T18:00:52.650Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-11T18:00:52.651Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-11T18:00:52.651Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-11T18:00:52.651Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T18:00:52.651Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-11T18:00:52.651Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:00:52.651Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-11T18:00:52.651Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-11T18:00:52.651Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-11T18:00:52.651Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-11T18:00:52.651Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-11T18:00:52.651Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-11T18:00:52.651Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-11-11T18:00:52.651Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.651Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-11T18:00:52.651Z] [2021-11-11T18:00:52.651Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-11T18:00:52.651Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.652Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-11T18:00:52.652Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.652Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-11T18:00:52.652Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-11-11T18:00:52.653Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-11T18:00:52.653Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-11-11T18:00:52.653Z] [2021-11-11T18:00:52.653Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-11T18:00:53.120Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.120Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-11T18:00:53.120Z] [2021-11-11T18:00:53.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-11T18:00:53.120Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.120Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-11T18:00:53.120Z] [2021-11-11T18:00:53.120Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2021-11-11T18:00:53.121Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-11T18:00:53.121Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.121Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-11T18:00:53.121Z] [2021-11-11T18:00:53.121Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-11T18:00:53.122Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:00:53.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:00:53.122Z] [2021-11-11T18:00:53.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-11-11T18:00:53.123Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] DONE 1092 tests, 546 skipped in 2003.717s [2021-11-11T18:00:53.123Z] INFO: Integration tests ended at 11/11/2021 18:00:52. Duration:00:33:23.8358299 [2021-11-11T18:00:53.123Z] INFO: Docker info of the daemon under test at end of run [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] Containers: 2 [2021-11-11T18:00:53.123Z] Running: 0 [2021-11-11T18:00:53.123Z] Paused: 0 [2021-11-11T18:00:53.123Z] Stopped: 2 [2021-11-11T18:00:53.123Z] Images: 18 [2021-11-11T18:00:53.123Z] Server Version: 0.0.0-dev [2021-11-11T18:00:53.123Z] Storage Driver: windowsfilter [2021-11-11T18:00:53.123Z] Windows: [2021-11-11T18:00:53.123Z] Logging Driver: json-file [2021-11-11T18:00:53.123Z] Plugins: [2021-11-11T18:00:53.123Z] Volume: local [2021-11-11T18:00:53.123Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T18:00:53.123Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T18:00:53.123Z] Swarm: inactive [2021-11-11T18:00:53.123Z] Default Isolation: process [2021-11-11T18:00:53.123Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-11T18:00:53.123Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-11T18:00:53.123Z] OSType: windows [2021-11-11T18:00:53.123Z] Architecture: x86_64 [2021-11-11T18:00:53.123Z] CPUs: 4 [2021-11-11T18:00:53.123Z] Total Memory: 32GiB [2021-11-11T18:00:53.123Z] Name: azwin-2-00f4f0 [2021-11-11T18:00:53.123Z] ID: IKMQ:TLKY:6GAR:ZHQL:FAU6:QU6N:XXZL:FD3V:KSQV:VWBB:3XDS:AUZZ [2021-11-11T18:00:53.123Z] Docker Root Dir: D:\CI\PR-42838\11\daemon [2021-11-11T18:00:53.123Z] Debug Mode (client): false [2021-11-11T18:00:53.123Z] Debug Mode (server): true [2021-11-11T18:00:53.123Z] File Descriptors: -1 [2021-11-11T18:00:53.123Z] Goroutines: 17 [2021-11-11T18:00:53.123Z] System Time: 2021-11-11T18:00:52.8335676Z [2021-11-11T18:00:53.123Z] EventsListeners: 0 [2021-11-11T18:00:53.123Z] Registry: https://index.docker.io/v1/ [2021-11-11T18:00:53.123Z] Labels: [2021-11-11T18:00:53.123Z] Experimental: false [2021-11-11T18:00:53.123Z] Insecure Registries: [2021-11-11T18:00:53.123Z] 127.0.0.0/8 [2021-11-11T18:00:53.123Z] Live Restore Enabled: false [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] [2021-11-11T18:00:53.123Z] INFO: Stopping daemon under test [2021-11-11T18:00:53.123Z] SUCCESS: The process with PID 4876 (child process of PID 1776) has been terminated. [2021-11-11T18:00:53.123Z] SUCCESS: The process with PID 1776 (child process of PID 3356) has been terminated. [2021-11-11T18:00:53.123Z] INFO: Stop tailing logs of the daemon under tests [2021-11-11T18:00:53.123Z] INFO: executeCI.ps1 Completed successfully at 11/11/2021 18:00:52. [2021-11-11T18:00:53.123Z] INFO: Tidying up at end of run [2021-11-11T18:00:53.123Z] INFO: Saving daemon under test log (d:\CI\PR-42838\11\dut.out) to bundles\CIDUT.out [2021-11-11T18:00:53.123Z] INFO: Saving daemon under test log (d:\CI\PR-42838\11\dut.err) to bundles\CIDUT.err [2021-11-11T18:00:53.123Z] INFO: Saving containerd logs to bundles [2021-11-11T18:00:53.123Z] INFO: Nuke-Everything... [2021-11-11T18:00:53.123Z] INFO: Container count on control daemon to delete is 2 [2021-11-11T18:00:53.590Z] 9f34c313693a [2021-11-11T18:00:53.590Z] 77015d2c5a6a [2021-11-11T18:00:53.590Z] INFO: Non-base image count on control daemon to delete is 1 [2021-11-11T18:00:53.689Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-11T18:00:53.689Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.689Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-11T18:00:53.689Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.689Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-11T18:00:53.689Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-11T18:00:53.689Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-11T18:00:54.573Z] Deleted: sha256:93124591fcf2c2af43ee66e85373f90363001176d16f430620758cc46d10b278 [2021-11-11T18:00:54.573Z] Deleted: sha256:7b20126f1bd2ee1b9b2ee9a30f72a2a23bbfe871a754c62f837b34fccd034381 [2021-11-11T18:00:54.573Z] INFO: Tidying pidfile d:\CI\PR-42838\11\docker.pid [2021-11-11T18:00:54.573Z] INFO: Nuking d:\CI [2021-11-11T18:00:55.914Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-11T18:01:00.683Z] === RUN TestDockerSuite/TestInspectImage [2021-11-11T18:01:00.683Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:01:00.683Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-11T18:01:00.683Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:01:00.683Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-11T18:01:00.683Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:01:00.683Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-11T18:01:02.254Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-11T18:01:04.481Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-11T18:01:04.481Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-11T18:01:06.708Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-11T18:01:08.933Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-11T18:01:08.933Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-11T18:01:08.933Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-11T18:01:08.933Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-11T18:01:11.162Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-11T18:01:12.381Z] INFO: Zapped successfully [2021-11-11T18:01:12.382Z] [2021-11-11T18:01:12.382Z] INFO: executeCI.ps1 exiting at Thu Nov 11 18:01:11 CUT 2021. Duration 00:48:14.4673923 [2021-11-11T18:01:12.382Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-11-11T18:01:12.633Z] Recording test results [2021-11-11T18:01:13.216Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-11-11T18:01:13.386Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-11T18:01:14.959Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-11-11T18:01:16.205Z] Archiving artifacts [2021-11-11T18:01:17.367Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42838/11/artifacts/ [Pipeline] } [2021-11-11T18:01:17.368Z] === RUN TestDockerSuite/TestInspectTemplateError [Pipeline] // catchError [Pipeline] sh [2021-11-11T18:01:18.385Z] + make clean [2021-11-11T18:01:18.851Z] docker volume rm -f docker-dev-cache [2021-11-11T18:01:18.851Z] docker-dev-cache [Pipeline] deleteDir [2021-11-11T18:01:19.590Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-11T18:01:20.206Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-11T18:01:20.206Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-11T18:01:20.206Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-11T18:01:21.819Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-11T18:01:22.879Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-11-11T18:01:24.045Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-11T18:01:26.272Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-11T18:01:28.497Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-11T18:01:30.722Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-11T18:01:30.722Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-11T18:01:30.722Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.722Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-11T18:01:30.723Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-11T18:01:30.723Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-11T18:01:30.723Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-11T18:01:30.723Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-11T18:01:32.775Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-11T18:01:32.956Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-11T18:01:34.533Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-11T18:01:37.715Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-11-11T18:01:40.419Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-11T18:01:41.442Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-11T18:01:41.990Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-11-11T18:01:41.990Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-11T18:01:41.990Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-11T18:01:44.215Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-11T18:01:44.215Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-11T18:01:48.991Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-11T18:01:51.998Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-11T18:01:54.889Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-11T18:01:55.753Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-11-11T18:01:55.753Z] docker_cli_external_volume_driver_test.go:484: [de68480ffa19b] daemon is not started [2021-11-11T18:01:59.660Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-11T18:02:01.890Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-11T18:02:04.114Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-11T18:02:04.114Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-11T18:02:04.114Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-11T18:02:06.335Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-11T18:02:10.585Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-11-11T18:02:10.585Z] docker_cli_external_volume_driver_test.go:52: [d1f9242659b89] daemon is not started [2021-11-11T18:02:13.517Z] === RUN TestDockerSuite/TestLogsSince [2021-11-11T18:02:22.107Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-11T18:02:22.200Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-11T18:02:22.200Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-11T18:02:22.200Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-11T18:02:22.200Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-11T18:02:22.200Z] === RUN TestDockerSuite/TestLogsTail [2021-11-11T18:02:24.422Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite (437.04s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.19s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.20s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.16s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.63s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s) [2021-11-11T18:02:25.436Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-11-11T18:02:25.436Z] PASS [2021-11-11T18:02:25.436Z] [2021-11-11T18:02:25.436Z] === Skipped [2021-11-11T18:02:25.436Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-11-11T18:02:25.436Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-11-11T18:02:25.436Z] check_test.go:308: [d4a0cfa75a8df] daemon is not started [2021-11-11T18:02:25.436Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-11-11T18:02:25.436Z] [2021-11-11T18:02:25.436Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-11-11T18:02:25.436Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-11-11T18:02:25.436Z] check_test.go:308: [d07079f743321] daemon is not started [2021-11-11T18:02:25.436Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-11-11T18:02:25.436Z] [2021-11-11T18:02:25.436Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-11-11T18:02:25.436Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-11-11T18:02:25.436Z] check_test.go:308: [d4a9c71e02cd1] daemon is not started [2021-11-11T18:02:25.436Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-11-11T18:02:25.436Z] [2021-11-11T18:02:25.436Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-11-11T18:02:25.436Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-11-11T18:02:25.436Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-11-11T18:02:25.436Z] [2021-11-11T18:02:25.436Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-11-11T18:02:25.436Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-11-11T18:02:25.436Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-11-11T18:02:25.436Z] [2021-11-11T18:02:25.436Z] DONE 273 tests, 5 skipped in 2437.443s [2021-11-11T18:02:25.436Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-11T18:02:25.436Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d497f44b56570/docker.pid [2021-11-11T18:02:25.436Z] +++ kill 7382 [2021-11-11T18:02:25.436Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7382 is not a child of this shell [2021-11-11T18:02:25.436Z] warning: PID 7382 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d497f44b56570/docker.pid had a nonzero exit code [2021-11-11T18:02:25.436Z] ++++ cat bundles/test-integration/docker.pid [2021-11-11T18:02:25.436Z] +++ kill 8494 [2021-11-11T18:02:25.436Z] +++ /etc/init.d/apparmor stop [2021-11-11T18:02:25.436Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-11T18:02:25.436Z] [2021-11-11T18:02:25.436Z] Unloading profiles will leave already running processes permanently [2021-11-11T18:02:25.436Z] unconfined, which can lead to unexpected situations. [2021-11-11T18:02:25.436Z] [2021-11-11T18:02:25.436Z] To set a process to complain mode, use the command line tool [2021-11-11T18:02:25.436Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-11T18:02:25.436Z] +++ true [2021-11-11T18:02:25.436Z] exiting test-integration [2021-11-11T18:02:25.436Z] ++ exit 0 [2021-11-11T18:02:25.436Z] [2021-11-11T18:02:25.436Z] + exit 0 [2021-11-11T18:02:25.436Z] ++ jobs -p [2021-11-11T18:02:25.436Z] + pids= [2021-11-11T18:02:25.436Z] + echo 'Remaining pids to kill: []' [2021-11-11T18:02:25.436Z] Remaining pids to kill: [] [2021-11-11T18:02:25.436Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-11-11T18:02:25.459Z] Recording test results [2021-11-11T18:02:26.101Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-11T18:02:26.476Z] + echo Ensuring container killed. [2021-11-11T18:02:26.476Z] Ensuring container killed. [2021-11-11T18:02:26.476Z] + docker ps -aq -f name=docker-pr11-* [2021-11-11T18:02:26.476Z] + cids=d441ea0b242b [2021-11-11T18:02:26.476Z] b1fd56918a28 [2021-11-11T18:02:26.476Z] 873501712f91 [2021-11-11T18:02:26.476Z] + [ -n d441ea0b242b [2021-11-11T18:02:26.476Z] b1fd56918a28 [2021-11-11T18:02:26.476Z] 873501712f91 ] [2021-11-11T18:02:26.476Z] + docker rm -vf d441ea0b242b b1fd56918a28 873501712f91 [2021-11-11T18:02:26.645Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-11-11T18:02:27.042Z] d441ea0b242b [2021-11-11T18:02:27.297Z] b1fd56918a28 [2021-11-11T18:02:27.552Z] 873501712f91 [Pipeline] sh [2021-11-11T18:02:27.872Z] + echo Chowning /workspace to jenkins user [2021-11-11T18:02:27.872Z] Chowning /workspace to jenkins user [2021-11-11T18:02:27.872Z] + id -u [2021-11-11T18:02:27.872Z] + id -g [2021-11-11T18:02:27.872Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42838:/workspace busybox chown -R 1000:1000 /workspace [2021-11-11T18:02:28.868Z] === RUN TestDockerSuite/TestMountIntoProc [2021-11-11T18:02:28.868Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-11T18:02:28.868Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-11T18:02:28.868Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-11T18:02:28.868Z] === RUN TestDockerSuite/TestNetHostname [2021-11-11T18:02:28.868Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-11T18:02:28.868Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-11T18:02:28.868Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:02:28.868Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-11T18:02:28.868Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-11T18:02:28.868Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-11T18:02:28.868Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-11T18:02:28.868Z] === RUN TestDockerSuite/TestPluginActive [2021-11-11T18:02:28.868Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T18:02:28.868Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-11T18:02:28.868Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:02:28.868Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-11T18:02:29.341Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-11T18:02:29.341Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-11T18:02:29.341Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-11T18:02:29.341Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-11T18:02:29.341Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-11T18:02:29.341Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-11T18:02:29.341Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-11T18:02:29.341Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPortList [2021-11-11T18:02:29.341Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-11T18:02:29.341Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-11T18:02:30.874Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-11T18:02:31.472Z] + bundleName=amd64 [2021-11-11T18:02:31.472Z] + echo Creating amd64-bundles.tar.gz [2021-11-11T18:02:31.472Z] Creating amd64-bundles.tar.gz [2021-11-11T18:02:31.472Z] + xargs tar -czf amd64-bundles.tar.gz [2021-11-11T18:02:31.472Z] + 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 [2021-11-11T18:02:32.849Z] Archiving artifacts [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-11T18:02:33.157Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-11T18:02:33.157Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-11T18:02:33.157Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-11T18:02:33.157Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-11T18:02:33.157Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-11T18:02:33.157Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-11T18:02:33.157Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-11T18:02:33.157Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:02:33.157Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-11T18:02:33.376Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42838/11/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-11T18:02:33.684Z] + make clean [2021-11-11T18:02:33.684Z] docker volume rm -f docker-dev-cache [2021-11-11T18:02:33.684Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-11T18:02:37.924Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-11T18:02:37.924Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-11T18:02:37.924Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-11T18:02:39.528Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-11-11T18:02:45.098Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-11T18:02:45.098Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-11T18:02:45.098Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-11T18:02:53.781Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-11T18:03:06.299Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-11T18:03:06.299Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-11T18:03:06.299Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-11T18:03:06.299Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-11T18:03:18.816Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-11T18:03:22.619Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-11T18:03:40.470Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-11T18:03:43.435Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-11T18:03:43.435Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-11T18:03:43.435Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-11T18:03:43.435Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-11T18:03:43.435Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-11T18:03:48.204Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-11T18:03:48.204Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T18:03:48.204Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-11T18:03:48.204Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-11T18:03:48.204Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-11T18:03:48.204Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-11T18:03:48.204Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-11T18:03:48.204Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-11T18:03:48.204Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-11T18:03:51.836Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-11T18:03:51.836Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-11T18:03:51.836Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-11T18:03:51.836Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-11T18:03:51.836Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-11T18:03:51.836Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-11T18:03:51.836Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-11T18:03:51.836Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-11T18:03:51.836Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-11T18:03:51.836Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-11T18:03:51.836Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-11T18:03:51.836Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-11T18:03:54.089Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-11T18:03:54.090Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-11T18:03:54.090Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-11T18:03:55.660Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-11T18:03:55.660Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-11T18:03:55.660Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-11T18:03:57.232Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-11T18:03:57.738Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-11T18:03:58.224Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-11T18:03:58.224Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-11T18:03:58.224Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-11T18:04:00.805Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-11T18:04:02.031Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-11T18:04:05.684Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-11T18:04:05.684Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-11T18:04:05.684Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-11T18:04:05.684Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-11T18:04:05.684Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-11T18:04:05.684Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-11T18:04:05.684Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-11T18:04:05.684Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-11T18:04:05.684Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-11T18:04:05.684Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-11T18:04:05.684Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-11T18:04:06.808Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-11T18:04:08.381Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-11T18:04:08.670Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-11T18:04:08.670Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T18:04:08.670Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-11T18:04:08.670Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T18:04:08.670Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-11T18:04:08.670Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T18:04:08.670Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-11T18:04:09.674Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-11T18:04:14.554Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-11-11T18:04:27.128Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-11T18:04:27.603Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-11T18:04:27.603Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-11T18:04:27.603Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-11T18:04:27.603Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-11T18:04:27.603Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-11T18:04:27.603Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-11T18:04:27.603Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-11T18:04:27.603Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-11T18:04:27.603Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-11T18:04:27.603Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-11T18:04:28.078Z] === RUN TestDockerSuite/TestBuildFails [2021-11-11T18:04:31.063Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-11T18:04:31.063Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-11T18:04:33.716Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-11T18:04:33.716Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:04:33.716Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-11-11T18:04:37.057Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-11T18:04:38.489Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-11T18:04:38.489Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-11T18:04:38.961Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-11T18:04:39.432Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-11T18:04:43.112Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-11T18:04:44.207Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-11-11T18:04:48.014Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-11T18:04:48.014Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:04:48.014Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-11-11T18:04:50.447Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-11T18:04:51.823Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-11T18:04:51.823Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-11T18:04:52.293Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-11T18:04:55.268Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-11T18:04:56.276Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-11T18:05:01.113Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-11T18:05:01.113Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-11T18:05:01.113Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-11T18:05:02.114Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-11T18:05:02.597Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-11T18:05:02.597Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-11T18:05:02.597Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-11T18:05:07.961Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-11T18:05:07.961Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-11T18:05:08.431Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-11T18:05:10.028Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-11T18:05:10.028Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T18:05:10.028Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-11T18:05:14.357Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-11T18:05:19.202Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-11T18:05:20.553Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-11T18:05:21.028Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-11T18:05:24.026Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-11T18:05:24.026Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-11T18:05:24.026Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-11T18:05:24.502Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-11T18:05:24.502Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-11T18:05:28.416Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-11T18:05:29.418Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-11T18:05:29.894Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-11T18:05:30.896Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-11T18:05:31.373Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-11T18:05:31.874Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-11T18:05:32.451Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-11T18:05:34.038Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-11T18:05:35.680Z] === RUN TestDockerSuite/TestRmiTag [2021-11-11T18:05:35.681Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-11T18:05:37.907Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-11T18:05:38.996Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-11T18:05:38.996Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T18:05:38.996Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-11T18:05:38.996Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-11T18:05:38.996Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-11T18:05:38.996Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-11T18:05:39.471Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-11T18:05:39.471Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-11T18:05:39.471Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-11T18:05:39.946Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-11T18:05:40.421Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-11T18:05:45.418Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-11T18:05:55.762Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-11T18:05:55.767Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-11T18:06:00.535Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-11T18:06:00.536Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-11T18:06:00.536Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-11T18:06:00.551Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-11T18:06:01.021Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-11T18:06:01.022Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-11T18:06:01.022Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-11T18:06:01.022Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-11T18:06:01.022Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-11T18:06:01.022Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-11T18:06:01.492Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-11T18:06:01.492Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-11T18:06:01.492Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-11T18:06:01.492Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-11T18:06:01.492Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-11T18:06:01.492Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-11T18:06:01.492Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-11T18:06:01.492Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-11T18:06:01.492Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-11T18:06:03.491Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-11T18:06:03.716Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-11T18:06:03.716Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-11T18:06:03.716Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-11T18:06:03.716Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-11T18:06:03.717Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-11T18:06:07.522Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-11T18:06:10.488Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-11T18:06:12.712Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-11T18:06:19.898Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-11T18:06:27.078Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-11T18:06:27.078Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-11T18:06:30.886Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-11T18:06:30.886Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-11T18:06:33.119Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-11T18:06:33.119Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-11T18:06:33.119Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-11T18:06:36.083Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-11T18:06:36.083Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-11T18:06:36.083Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-11T18:06:36.083Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-11T18:06:36.083Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-11T18:06:37.664Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-11T18:06:37.664Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-11T18:06:37.664Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-11T18:06:37.664Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-11T18:06:38.136Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-11T18:06:38.136Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-11T18:06:38.136Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-11T18:06:38.136Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-11T18:06:38.136Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-11-11T18:06:38.136Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-11T18:06:38.136Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-11T18:06:38.136Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-11T18:06:38.136Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-11T18:06:38.136Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-11T18:06:38.136Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-11T18:06:39.553Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-11T18:06:40.360Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-11T18:06:42.688Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-11T18:06:44.912Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-11T18:06:44.912Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-11T18:06:44.912Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-11T18:06:44.912Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-11T18:06:44.912Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-11T18:06:44.912Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-11T18:06:44.912Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-11T18:06:46.490Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-11T18:06:46.490Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-11T18:06:46.960Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-11T18:06:46.960Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T18:06:46.960Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-11T18:06:46.960Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-11T18:06:46.960Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-11T18:06:46.960Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:06:46.960Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-11T18:06:49.188Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-11T18:06:49.970Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-11T18:06:53.959Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-11T18:06:53.959Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-11T18:06:53.959Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-11T18:06:53.959Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-11T18:06:53.959Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-11T18:06:53.959Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-11T18:06:53.959Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-11T18:06:53.959Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:06:53.959Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-11T18:06:53.959Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-11T18:06:53.959Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-11T18:06:53.959Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-11T18:06:53.959Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-11T18:06:56.188Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-11T18:06:56.188Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-11T18:06:56.188Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-11T18:06:56.188Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-11T18:06:56.188Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-11T18:06:56.188Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-11T18:06:57.120Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-11T18:06:59.152Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-11T18:07:00.725Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-11T18:07:00.725Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-11T18:07:00.725Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-11T18:07:03.646Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-11T18:07:03.659Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-11T18:07:03.659Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-11T18:07:03.659Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-11T18:07:03.659Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-11T18:07:03.659Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-11T18:07:03.659Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-11T18:07:03.659Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-11T18:07:05.229Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-11T18:07:07.453Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-11T18:07:09.546Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-11T18:07:09.681Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-11T18:07:11.906Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-11T18:07:11.906Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-11T18:07:11.906Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-11T18:07:11.906Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-11T18:07:11.906Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-11T18:07:11.906Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-11T18:07:11.906Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-11T18:07:11.906Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-11T18:07:11.906Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-11T18:07:11.906Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-11T18:07:11.906Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-11T18:07:11.906Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-11T18:07:11.906Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-11T18:07:11.906Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-11T18:07:11.906Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-11T18:07:11.906Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-11T18:07:15.713Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-11T18:07:15.713Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-11T18:07:15.713Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-11T18:07:15.713Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-11T18:07:15.713Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:07:15.713Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-11T18:07:15.713Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-11T18:07:15.713Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-11-11T18:07:15.713Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-11T18:07:15.713Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-11T18:07:15.713Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-11T18:07:15.713Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-11T18:07:24.402Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-11T18:07:24.402Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-11T18:07:24.402Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-11T18:07:25.394Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-11T18:07:25.394Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.394Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-11T18:07:25.394Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.394Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-11T18:07:25.394Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunMount [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-11T18:07:25.866Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-11T18:07:25.866Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-11T18:07:27.484Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-11T18:07:27.484Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-11T18:07:27.484Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-11T18:07:33.127Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-11T18:07:33.127Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-11T18:07:33.127Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-11T18:07:33.127Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-11T18:07:33.127Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-11T18:07:33.127Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-11T18:07:33.127Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-11T18:07:34.652Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-11T18:07:34.652Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-11T18:07:34.652Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-11T18:07:34.652Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-11T18:07:34.652Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-11T18:07:34.652Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-11T18:07:36.932Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-11T18:07:37.609Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-11T18:07:40.738Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-11T18:07:40.738Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-11T18:07:40.738Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-11T18:07:40.738Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-11T18:07:40.738Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-11T18:07:40.738Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-11T18:07:40.738Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-11T18:07:40.738Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-11T18:07:40.738Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-11T18:07:40.738Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-11T18:07:40.738Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-11T18:07:40.738Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-11T18:07:40.738Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-11T18:07:40.738Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-11T18:07:40.738Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-11T18:07:40.738Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-11T18:07:40.738Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-11T18:07:40.738Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-11T18:07:41.208Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-11T18:07:41.208Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-11T18:07:42.360Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-11T18:07:42.780Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-11T18:07:44.603Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-11T18:07:45.007Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-11T18:07:45.078Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-11T18:07:45.078Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-11T18:07:46.581Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-11T18:07:48.066Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-11T18:07:48.154Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-11T18:07:49.067Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-11T18:07:50.068Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-11T18:07:50.379Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-11T18:07:50.379Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-11T18:07:50.379Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-11T18:07:50.379Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-11T18:07:50.379Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-11T18:07:50.379Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-11T18:07:50.379Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-11T18:07:50.379Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-11T18:07:50.379Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-11T18:07:50.379Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-11T18:07:50.379Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-11T18:07:50.379Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-11T18:07:50.379Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-11T18:07:50.379Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-11T18:07:50.379Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-11T18:07:50.379Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-11T18:07:50.379Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-11T18:07:53.344Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-11T18:07:53.344Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-11T18:07:53.344Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-11T18:07:53.344Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-11T18:07:53.344Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-11T18:07:53.344Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-11T18:07:53.344Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-11T18:07:53.344Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-11T18:07:53.344Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-11T18:07:53.344Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:07:53.344Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-11T18:07:58.798Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-11T18:07:59.805Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-11T18:08:05.873Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-11T18:08:05.873Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-11T18:08:05.873Z] === RUN TestDockerSuite/TestRunRm [2021-11-11T18:08:10.561Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-11T18:08:13.051Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-11T18:08:13.693Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-11T18:08:17.822Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-11T18:08:22.442Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-11T18:08:26.516Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-11T18:08:27.248Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-11T18:08:27.508Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-11T18:08:29.739Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-11T18:08:31.086Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-11T18:08:31.964Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-11T18:08:31.964Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-11T18:08:31.964Z] === RUN TestDockerSuite/TestRunState [2021-11-11T18:08:31.964Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-11T18:08:31.964Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-11T18:08:32.086Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-11T18:08:32.086Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-11T18:08:32.086Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-11T18:08:32.086Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-11T18:08:32.086Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-11T18:08:34.312Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-11T18:08:34.312Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T18:08:34.312Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-11T18:08:35.072Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-11T18:08:35.072Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-11T18:08:35.072Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-11T18:08:36.540Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-11T18:08:36.540Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-11T18:08:36.540Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-11T18:08:36.540Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-11T18:08:36.540Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-11T18:08:36.540Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-11T18:08:36.540Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-11T18:08:36.540Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-11T18:08:36.540Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-11T18:08:41.318Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-11T18:08:41.318Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-11T18:08:43.542Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-11T18:08:43.543Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-11T18:08:43.543Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-11T18:08:50.724Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-11T18:08:50.724Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-11T18:08:50.724Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-11T18:08:50.724Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-11T18:08:50.724Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-11T18:08:53.687Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-11T18:09:00.879Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-11T18:09:04.689Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-11T18:09:10.579Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-11T18:09:10.579Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-11T18:09:10.579Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-11T18:09:10.579Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-11T18:09:12.803Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-11T18:09:15.037Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-11T18:09:17.266Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-11T18:09:17.266Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-11T18:09:17.266Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-11T18:09:17.266Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-11T18:09:17.266Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-11T18:09:17.266Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:09:17.266Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-11T18:09:17.266Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-11T18:09:17.266Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-11T18:09:17.266Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-11T18:09:17.738Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-11T18:09:17.738Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-11T18:09:17.738Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-11T18:09:17.738Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-11T18:09:17.738Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-11T18:09:17.928Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-11T18:09:21.543Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-11T18:09:23.113Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-11T18:09:25.340Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-11T18:09:29.150Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-11T18:09:29.150Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-11T18:09:29.622Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-11T18:09:29.622Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-11T18:09:29.622Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-11T18:09:29.622Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-11T18:09:29.622Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-11T18:09:29.622Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-11T18:09:30.510Z] === RUN TestDockerSuite/TestBuildRm [2021-11-11T18:09:31.847Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-11T18:09:32.318Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-11T18:09:32.791Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-11T18:09:32.791Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-11T18:09:35.016Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-11T18:09:40.910Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-11T18:09:40.910Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-11T18:09:40.910Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-11T18:09:43.043Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-11T18:09:46.850Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-11T18:09:46.850Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-11T18:09:46.850Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-11T18:09:46.850Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-11T18:09:47.318Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-11T18:09:48.089Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-11T18:09:48.089Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T18:09:48.089Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-11T18:09:48.888Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-11T18:09:51.898Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-11T18:09:51.899Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-11T18:09:51.900Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-11T18:09:51.900Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:09:51.900Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-11T18:09:51.900Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-11T18:09:51.900Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-11T18:09:51.900Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-11T18:09:51.900Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-11T18:09:52.678Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-11T18:09:56.478Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-11T18:10:00.271Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-11T18:10:00.598Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-11T18:10:00.598Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T18:10:00.598Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-11T18:10:00.598Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-11T18:10:00.598Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-11T18:10:00.598Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:10:00.598Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-11T18:10:00.598Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:10:00.598Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-11T18:10:00.598Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-11T18:10:00.598Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-11T18:10:00.598Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:10:00.598Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-11T18:10:02.830Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-11T18:10:05.055Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-11T18:10:05.055Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-11T18:10:05.055Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-11T18:10:08.028Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-11T18:10:08.028Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-11T18:10:08.028Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-11T18:10:08.028Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-11T18:10:08.028Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-11T18:10:08.028Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:10:08.028Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-11T18:10:08.028Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-11T18:10:08.028Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-11T18:10:08.028Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:10:08.028Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-11T18:10:08.028Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-11T18:10:08.028Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-11-11T18:10:18.080Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-11T18:10:18.080Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-11T18:10:18.080Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-11T18:10:25.243Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-11T18:10:25.243Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-11T18:10:25.882Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-11T18:10:25.882Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-11T18:10:25.882Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-11T18:10:25.882Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-11T18:10:25.882Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-11T18:10:25.882Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-11T18:10:25.882Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-11T18:10:25.882Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-11-11T18:10:26.874Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-11T18:10:26.874Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-11T18:10:29.837Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-11T18:10:29.990Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-11T18:10:29.990Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-11T18:10:30.309Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-11T18:10:30.309Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-11T18:10:30.779Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-11T18:10:30.779Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-11T18:10:34.737Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-11-11T18:10:37.983Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-11T18:10:37.983Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T18:10:37.983Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-11T18:10:38.974Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-11T18:10:38.974Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-11T18:10:38.974Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-11T18:10:38.974Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-11T18:10:46.157Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-11T18:10:46.157Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-11T18:10:46.157Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-11T18:10:55.957Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-11T18:10:55.957Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-11T18:10:55.957Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-11T18:10:56.942Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-11T18:10:57.927Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-11T18:11:01.129Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-11T18:11:01.129Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.129Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite (2467.23s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.71s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (100.26s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.37s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.73s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.99s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.94s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.90s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.26s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (93.74s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.07s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.61s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.84s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.14s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.48s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.71s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.19s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.16s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.00s) [2021-11-11T18:11:01.129Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-11T18:11:01.129Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.24s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.55s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.36s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildAddTar (33.74s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.98s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.47s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.32s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.29s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.07s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.43s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.12s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.04s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (34.35s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.13s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.52s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.25s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.93s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.22s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.41s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.93s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCmd (0.54s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.54s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.54s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.87s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.15s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.14s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.48s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.88s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.92s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.49s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.83s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.66s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (28.83s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.55s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.49s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.57s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.60s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.89s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.67s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.43s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.60s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (7.95s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.53s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.51s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignore (75.55s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.63s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (84.41s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.46s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.58s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.65s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.96s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.81s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (33.26s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (18.30s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.41s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (116.57s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.37s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.53s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.07s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.48s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.83s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.90s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.27s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.56s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.92s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.23s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.71s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.65s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFails (6.94s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (9.89s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.31s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.87s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFromGit (9.99s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.26s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.70s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.68s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.55s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.53s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildHistory (10.54s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.94s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.80s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.72s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLabel (0.91s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.60s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.93s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLabels (0.92s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.47s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.50s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.55s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.45s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.91s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.62s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (27.64s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (22.34s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.88s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.49s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.06s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.04s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.70s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.62s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.55s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.79s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.41s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.76s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.94s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (2.23s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildOnBuild (15.15s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.88s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.70s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.32s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.50s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.33s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.31s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.09s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.01s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (47.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (36.85s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildRm (11.39s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.96s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.28s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.20s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.26s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.89s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.36s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.70s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.65s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.37s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.14s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildStderr (3.92s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.86s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.03s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.12s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.34s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.88s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.68s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.52s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.34s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.56s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.83s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.81s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.62s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.32s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.25s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.69s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.82s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.33s) [2021-11-11T18:11:01.130Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.43s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-11-11T18:11:01.130Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.14s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.89s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.97s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.76s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCommitChange (4.27s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.83s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.85s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCommitTTY (10.69s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.74s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPICommit (10.81s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (10.74s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.04s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.08s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.10s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.34s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.90s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.00s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.12s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (6.90s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.09s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.81s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.23s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIRename (6.80s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.32s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.45s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.65s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.00s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.91s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.09s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.76s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.75s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.72s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.37s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.36s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.40s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.39s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000405a28_} (2.38s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14198262947_c:\foo_false____} (2.39s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14198262947_c:\foo_true____} (7.41s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.16s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.14s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.93s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.13s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.83s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpToCaseH (17.23s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpToDot (6.98s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCpToStdout (2.29s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.99s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.99s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.77s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.62s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateRM (0.31s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.31s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.48s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.38s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.96s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.19s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.10s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.07s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.12s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsCopy (4.39s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.86s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.05s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.86s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.86s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.18s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.09s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFilters (6.15s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFormat (4.72s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsRename (2.70s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsResize (7.68s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.12s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.45s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.53s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.35s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.73s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.79s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.92s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.02s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.88s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.77s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.09s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecInspectID (4.35s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-11T18:11:01.131Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.16s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-11T18:11:01.131Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.09s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.65s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.83s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.77s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.85s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.77s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.90s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.63s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.00s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.75s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.00s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.51s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.67s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImportBadURL (2.48s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.09s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.11s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.19s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.10s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectDefault (2.16s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectHistory (4.00s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.16s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.05s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.09s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.12s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.13s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectStatus (2.62s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.99s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.13s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.29s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.06s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.15s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.38s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.06s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.73s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.76s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.43s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.14s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.99s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.07s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.25s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.27s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.46s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.22s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.12s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (6.91s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsSince (8.72s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsTail (2.52s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.25s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.07s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.98s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.96s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsByOrder (7.52s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.43s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.89s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.94s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.66s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (16.66s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.33s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.38s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.40s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.82s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.04s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.94s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.15s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (24.66s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.55s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.73s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.07s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.14s) [2021-11-11T18:11:01.132Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.02s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.97s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.67s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.66s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.03s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.63s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (11.98s) [2021-11-11T18:11:01.132Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.94s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRmiTag (0.66s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.17s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.58s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.35s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.19s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.14s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.03s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.18s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.71s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.09s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (6.96s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (6.99s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.22s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.06s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.05s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.93s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.26s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.20s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.15s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.07s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.13s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.23s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.34s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.11s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.23s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunExitCode (2.16s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.11s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.03s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.15s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.63s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.47s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-11-11T18:11:01.133Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.59s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-11T18:11:01.133Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.69s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.60s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.72s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.32s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.12s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.10s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.04s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.53s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.29s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunRm (7.12s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.36s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.57s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.09s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.04s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.41s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.17s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.98s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.59s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.19s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (6.91s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.92s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.74s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.41s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.89s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.46s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.23s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.18s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.07s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.57s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.06s) [2021-11-11T18:11:01.605Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.15s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-11T18:11:01.605Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.30s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.73s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.18s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.10s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.67s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.80s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.10s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.21s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.94s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.27s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.47s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.79s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.36s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.59s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.62s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.64s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.37s) [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-11T18:11:01.606Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] --- PASS: TestDockerRegistrySuite (0.15s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-11T18:11:01.606Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:11:01.606Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-11T18:11:01.606Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-11T18:11:01.606Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-11T18:11:01.606Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-11T18:11:01.606Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.606Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-11T18:11:01.607Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-11T18:11:01.607Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-11T18:11:01.607Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-11T18:11:01.607Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-11T18:11:01.607Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-11T18:11:01.607Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-11T18:11:01.607Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-11T18:11:01.607Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-11T18:11:01.607Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-11T18:11:01.607Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-11T18:11:01.607Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-11T18:11:01.607Z] === RUN TestDockerDaemonSuite [2021-11-11T18:11:01.607Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-11T18:11:01.607Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-11T18:11:01.607Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-11T18:11:01.607Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-11T18:11:01.607Z] === RUN TestDockerSwarmSuite [2021-11-11T18:11:01.607Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-11-11T18:11:01.607Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-11T18:11:01.607Z] === RUN TestDockerExternalVolumeSuite [2021-11-11T18:11:01.607Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-11-11T18:11:01.607Z] === RUN TestDockerNetworkSuite [2021-11-11T18:11:01.607Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-11-11T18:11:01.607Z] === RUN TestDockerHubPullSuite [2021-11-11T18:11:01.607Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-11-11T18:11:01.607Z] PASS [2021-11-11T18:11:01.607Z] ok github.com/docker/docker/integration-cli 2467.602s [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === Skipped [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-11T18:11:01.607Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-11T18:11:01.607Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-11T18:11:01.607Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-11T18:11:01.607Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T18:11:01.607Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-11T18:11:01.607Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-11T18:11:01.607Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-11-11T18:11:01.607Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-11-11T18:11:01.607Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T18:11:01.607Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-11-11T18:11:01.607Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-11T18:11:01.607Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-11T18:11:01.607Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-11-11T18:11:01.607Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-11T18:11:01.607Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-11T18:11:01.607Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-11-11T18:11:01.607Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-11-11T18:11:01.607Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2021-11-11T18:11:01.607Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.52s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.52s) [2021-11-11T18:11:01.607Z] [2021-11-11T18:11:01.607Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-11-11T18:11:01.607Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.607Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-11-11T18:11:01.608Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.27s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-11-11T18:11:01.608Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.32s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.32s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.27s) [2021-11-11T18:11:01.608Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.608Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-11-11T18:11:01.608Z] docker_cli_sni_test.go:18: Flakey test [2021-11-11T18:11:01.608Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-11-11T18:11:01.608Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-11T18:11:01.609Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-11T18:11:01.609Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-11-11T18:11:01.609Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-11T18:11:01.609Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-11-11T18:11:01.609Z] [2021-11-11T18:11:01.609Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T18:11:01.610Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-11-11T18:11:01.610Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-11-11T18:11:01.610Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-11T18:11:01.610Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-11T18:11:01.610Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-11T18:11:01.610Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-11-11T18:11:01.610Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-11T18:11:01.610Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-11T18:11:01.610Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-11T18:11:01.610Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-11T18:11:01.610Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-11T18:11:01.610Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-11T18:11:01.610Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-11T18:11:01.610Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-11T18:11:01.610Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-11T18:11:01.610Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-11-11T18:11:01.610Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-11T18:11:01.610Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-11T18:11:01.610Z] [2021-11-11T18:11:01.610Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-11-11T18:11:01.610Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:11:01.610Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-11-11T18:11:02.082Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-11-11T18:11:02.082Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-11-11T18:11:02.082Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-11T18:11:02.082Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-11-11T18:11:02.082Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-11T18:11:02.082Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-11T18:11:02.082Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2021-11-11T18:11:02.082Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-11-11T18:11:02.082Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-11T18:11:02.082Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.082Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-11T18:11:02.082Z] [2021-11-11T18:11:02.082Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-11T18:11:02.082Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2021-11-11T18:11:02.083Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-11T18:11:02.083Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-11T18:11:02.083Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-11T18:11:02.083Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T18:11:02.083Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-11T18:11:02.083Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:11:02.083Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-11T18:11:02.083Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-11T18:11:02.083Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-11-11T18:11:02.083Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-11T18:11:02.083Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-11-11T18:11:02.083Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-11-11T18:11:02.083Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.083Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-11T18:11:02.083Z] [2021-11-11T18:11:02.083Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-11-11T18:11:02.083Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-11T18:11:02.084Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.084Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-11T18:11:02.084Z] [2021-11-11T18:11:02.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-11T18:11:02.085Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.085Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-11T18:11:02.085Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-11-11T18:11:02.086Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-11T18:11:02.086Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.086Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:11:02.086Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.086Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:11:02.086Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-11-11T18:11:02.087Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] DONE 1092 tests, 546 skipped in 2475.771s [2021-11-11T18:11:02.087Z] INFO: Integration tests ended at 11/11/2021 18:11:01. Duration:00:41:15.9232308 [2021-11-11T18:11:02.087Z] INFO: Docker info of the daemon under test at end of run [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] Containers: 2 [2021-11-11T18:11:02.087Z] Running: 0 [2021-11-11T18:11:02.087Z] Paused: 0 [2021-11-11T18:11:02.087Z] Stopped: 2 [2021-11-11T18:11:02.087Z] Images: 18 [2021-11-11T18:11:02.087Z] Server Version: 0.0.0-dev [2021-11-11T18:11:02.087Z] Storage Driver: windowsfilter [2021-11-11T18:11:02.087Z] Windows: [2021-11-11T18:11:02.087Z] Logging Driver: json-file [2021-11-11T18:11:02.087Z] Plugins: [2021-11-11T18:11:02.087Z] Volume: local [2021-11-11T18:11:02.087Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T18:11:02.087Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T18:11:02.087Z] Swarm: inactive [2021-11-11T18:11:02.087Z] Default Isolation: process [2021-11-11T18:11:02.087Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-11T18:11:02.087Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-11T18:11:02.087Z] OSType: windows [2021-11-11T18:11:02.087Z] Architecture: x86_64 [2021-11-11T18:11:02.087Z] CPUs: 4 [2021-11-11T18:11:02.087Z] Total Memory: 32GiB [2021-11-11T18:11:02.087Z] Name: azwin-2-d6c9b0 [2021-11-11T18:11:02.087Z] ID: N43A:GPNY:Q4N2:63C3:FN2L:ORIR:7TXG:4HK7:BUKO:NS6V:354D:TXOJ [2021-11-11T18:11:02.087Z] Docker Root Dir: D:\CI\PR-42838\11\daemon [2021-11-11T18:11:02.087Z] Debug Mode (client): false [2021-11-11T18:11:02.087Z] Debug Mode (server): true [2021-11-11T18:11:02.087Z] File Descriptors: -1 [2021-11-11T18:11:02.087Z] Goroutines: 17 [2021-11-11T18:11:02.087Z] System Time: 2021-11-11T18:11:02.0222248Z [2021-11-11T18:11:02.087Z] EventsListeners: 0 [2021-11-11T18:11:02.087Z] Registry: https://index.docker.io/v1/ [2021-11-11T18:11:02.087Z] Labels: [2021-11-11T18:11:02.087Z] Experimental: false [2021-11-11T18:11:02.087Z] Insecure Registries: [2021-11-11T18:11:02.087Z] 127.0.0.0/8 [2021-11-11T18:11:02.087Z] Live Restore Enabled: false [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] [2021-11-11T18:11:02.087Z] INFO: Stopping daemon under test [2021-11-11T18:11:02.559Z] SUCCESS: The process with PID 7432 (child process of PID 9188) has been terminated. [2021-11-11T18:11:02.559Z] SUCCESS: The process with PID 9188 (child process of PID 4336) has been terminated. [2021-11-11T18:11:02.559Z] INFO: Stop tailing logs of the daemon under tests [2021-11-11T18:11:02.559Z] INFO: executeCI.ps1 Completed successfully at 11/11/2021 18:11:02. [2021-11-11T18:11:02.559Z] INFO: Tidying up at end of run [2021-11-11T18:11:02.559Z] INFO: Saving daemon under test log (d:\CI\PR-42838\11\dut.out) to bundles\CIDUT.out [2021-11-11T18:11:02.559Z] INFO: Saving daemon under test log (d:\CI\PR-42838\11\dut.err) to bundles\CIDUT.err [2021-11-11T18:11:02.559Z] INFO: Saving containerd logs to bundles [2021-11-11T18:11:02.559Z] INFO: Nuke-Everything... [2021-11-11T18:11:02.674Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-11-11T18:11:03.030Z] INFO: Container count on control daemon to delete is 2 [2021-11-11T18:11:03.500Z] aa82aff00a61 [2021-11-11T18:11:03.500Z] ba29b46efeb1 [2021-11-11T18:11:03.500Z] INFO: Non-base image count on control daemon to delete is 1 [2021-11-11T18:11:04.492Z] Deleted: sha256:676592b2f63d644bdfa82938ee54574199835cbc66b38cf91f16b326bb1720bf [2021-11-11T18:11:04.493Z] Deleted: sha256:8265d8e942b2f3911828cfa9267d31e050553a0253b935b0c8f2887c91086870 [2021-11-11T18:11:04.493Z] INFO: Tidying pidfile d:\CI\PR-42838\11\docker.pid [2021-11-11T18:11:04.493Z] INFO: Nuking d:\CI [2021-11-11T18:11:07.425Z] === RUN TestDockerSuite/TestBuildUser [2021-11-11T18:11:07.425Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-11T18:11:07.425Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-11T18:11:07.425Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-11T18:11:07.425Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-11T18:11:07.425Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-11T18:11:07.425Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-11T18:11:11.216Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-11T18:11:11.684Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-11T18:11:14.632Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-11T18:11:14.632Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-11T18:11:14.632Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-11T18:11:14.632Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-11T18:11:14.632Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-11T18:11:29.864Z] INFO: Zapped successfully [2021-11-11T18:11:29.869Z] [2021-11-11T18:11:29.869Z] INFO: executeCI.ps1 exiting at Thu Nov 11 18:11:27 CUT 2021. Duration 00:58:25.5401244 [2021-11-11T18:11:29.869Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-11-11T18:11:30.129Z] Recording test results [2021-11-11T18:11:30.834Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-11-11T18:11:32.625Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-11-11T18:11:34.424Z] Archiving artifacts [2021-11-11T18:11:35.607Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42838/11/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-11T18:11:35.851Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-11T18:11:35.851Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-11T18:11:36.597Z] + make clean [2021-11-11T18:11:37.069Z] docker volume rm -f docker-dev-cache [2021-11-11T18:11:37.069Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-11T18:11:44.532Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-11T18:11:48.320Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-11T18:11:48.320Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-11T18:11:48.787Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-11T18:11:48.787Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-11T18:11:48.788Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-11T18:11:51.738Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-11T18:11:51.738Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-11T18:11:52.206Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-11-11T18:12:02.634Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-11T18:12:07.382Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-11T18:12:07.850Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-11T18:12:20.340Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-11T18:12:20.340Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-11T18:12:20.808Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-11T18:12:20.808Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-11T18:12:21.279Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-11T18:12:21.279Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-11T18:12:21.279Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-11-11T18:12:22.266Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-11T18:12:30.924Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-11-11T18:12:31.913Z] === RUN TestDockerSuite/TestBuildXZHost [2021-11-11T18:12:31.913Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-11T18:12:32.380Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-11T18:12:32.380Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-11T18:12:32.380Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-11T18:12:32.380Z] docker_cli_sni_test.go:18: Flakey test [2021-11-11T18:12:32.380Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-11T18:12:33.944Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-11-11T18:12:33.944Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-11T18:12:33.944Z] === RUN TestDockerSuite/TestCommitChange [2021-11-11T18:12:38.694Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-11T18:12:43.463Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-11T18:12:43.463Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-11T18:12:43.463Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-11T18:12:50.616Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-11T18:12:50.616Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-11T18:12:50.616Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-11T18:12:57.768Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-11T18:13:01.558Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-11T18:13:01.558Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T18:13:01.558Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-11T18:13:01.558Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-11T18:13:01.558Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-11T18:13:01.558Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-11T18:13:01.558Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-11T18:13:01.558Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-11T18:13:01.558Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-11T18:13:01.558Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-11T18:13:01.558Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-11T18:13:01.558Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-11T18:13:01.558Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-11T18:13:01.558Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T18:13:01.558Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-11T18:13:01.558Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-11T18:13:08.715Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-11T18:13:15.863Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-11T18:13:15.863Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-11T18:13:15.863Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-11T18:13:18.078Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-11T18:13:18.078Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-11T18:13:18.078Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-11T18:13:18.078Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-11T18:13:18.078Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-11T18:13:18.078Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-11T18:13:18.078Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-11T18:13:21.032Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-11T18:13:21.032Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-11T18:13:21.032Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-11T18:13:21.032Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-11T18:13:23.253Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-11T18:13:23.253Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-11T18:13:23.253Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-11T18:13:23.253Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-11T18:13:23.253Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-11T18:13:23.253Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-11T18:13:23.253Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T18:13:23.253Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-11T18:13:28.005Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-11T18:13:30.970Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-11T18:13:33.920Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-11T18:13:33.920Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-11T18:13:33.920Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-11T18:13:33.920Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-11T18:13:37.821Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-11T18:13:37.821Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-11T18:13:40.769Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-11T18:13:40.769Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T18:13:40.769Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-11T18:13:40.769Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T18:13:40.769Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-11T18:13:42.985Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-11T18:13:42.985Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-11T18:13:45.931Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-11T18:13:45.931Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-11T18:13:45.931Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-11T18:13:48.878Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-11T18:13:49.345Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-11T18:13:52.290Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-11T18:13:57.036Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-11T18:14:02.908Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-11T18:14:02.908Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-11T18:14:02.908Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-11T18:14:02.908Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-11T18:14:02.908Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-11T18:14:05.120Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-11T18:14:05.120Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-11T18:14:05.120Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-11T18:14:08.076Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-11T18:14:08.076Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T18:14:08.076Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-11T18:14:11.864Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-11T18:14:11.864Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-11T18:14:16.637Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-11T18:14:18.852Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-11T18:14:18.852Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-11T18:14:18.852Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-11T18:14:18.852Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-11T18:14:18.852Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-11T18:14:18.852Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-11T18:14:18.852Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-11T18:14:18.852Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-11T18:14:18.852Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-11T18:14:18.852Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-11T18:14:18.852Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-11-11T18:14:21.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-11-11T18:14:21.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-11-11T18:14:24.027Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-11-11T18:14:26.995Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-11-11T18:14:29.208Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-11-11T18:14:32.156Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009c9d8_} [2021-11-11T18:14:35.105Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1104226611_c:\foo_false____} [2021-11-11T18:14:37.317Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1104226611_c:\foo_true____} [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-11T18:14:40.269Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-11T18:14:40.269Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-11T18:14:40.269Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-11T18:14:40.269Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-11T18:14:40.269Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-11T18:14:40.269Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-11T18:14:40.269Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-11T18:14:43.220Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-11T18:14:43.220Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-11T18:14:43.220Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T18:14:43.220Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-11T18:14:46.176Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-11T18:14:46.176Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-11T18:14:46.176Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-11T18:14:46.176Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-11T18:14:49.123Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-11T18:14:49.123Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-11T18:14:49.123Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-11T18:14:49.123Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-11T18:14:49.123Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-11T18:14:49.123Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-11T18:14:49.123Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-11T18:14:54.996Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-11T18:14:57.207Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-11T18:14:57.207Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T18:14:57.207Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-11T18:14:57.207Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-11T18:14:57.207Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-11T18:15:07.978Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-11T18:15:07.978Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-11T18:15:07.978Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-11T18:15:07.978Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T18:15:07.978Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-11T18:15:18.406Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-11T18:15:18.406Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-11T18:15:18.406Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-11T18:15:18.406Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-11T18:15:18.406Z] === RUN TestDockerSuite/TestCpToDot [2021-11-11T18:15:20.620Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-11T18:15:20.620Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-11T18:15:20.620Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-11T18:15:20.620Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-11T18:15:20.620Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-11T18:15:23.580Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-11T18:15:23.580Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:15:23.580Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-11T18:15:23.580Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-11T18:15:23.580Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-11T18:15:23.580Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-11T18:15:23.580Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-11T18:15:23.580Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-11T18:15:23.580Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-11T18:15:23.580Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-11T18:15:24.048Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-11T18:15:26.262Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-11T18:15:28.481Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-11T18:15:28.948Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-11T18:15:28.949Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-11T18:15:31.164Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-11T18:15:32.148Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-11T18:15:32.148Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-11T18:15:32.148Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-11T18:15:32.148Z] === RUN TestDockerSuite/TestCreateRM [2021-11-11T18:15:32.616Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-11T18:15:32.616Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-11T18:15:32.616Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-11T18:15:32.616Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-11T18:15:33.084Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-11T18:15:41.750Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-11T18:15:41.750Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-11T18:15:41.750Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-11T18:15:44.700Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-11T18:15:44.700Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-11T18:15:44.700Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-11T18:15:44.700Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-11T18:15:47.649Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-11T18:15:47.649Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-11T18:15:47.649Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-11T18:15:47.649Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-11T18:15:47.649Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-11T18:15:47.649Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-11T18:15:47.649Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-11T18:15:47.649Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-11T18:15:47.649Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-11T18:15:47.649Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDockerFails [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-11T18:15:47.649Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-11T18:15:47.649Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-11T18:15:47.649Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-11T18:15:47.649Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-11T18:15:47.649Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-11T18:15:47.649Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-11T18:15:50.604Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-11T18:15:52.820Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-11T18:15:55.772Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-11T18:16:06.189Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-11T18:16:09.138Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-11T18:16:14.999Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-11T18:16:17.948Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-11T18:16:18.416Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-11T18:16:23.176Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-11-11T18:16:23.176Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-11T18:16:24.162Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-11T18:16:30.033Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-11T18:16:34.787Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-11T18:16:34.787Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-11T18:16:34.787Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-11T18:16:34.787Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T18:16:34.787Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-11-11T18:16:34.787Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-11T18:16:34.787Z] === RUN TestDockerSuite/TestEventsImagePull [2021-11-11T18:16:34.787Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-11T18:16:34.787Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-11T18:16:36.352Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-11T18:16:36.352Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-11T18:16:36.352Z] === RUN TestDockerSuite/TestEventsRename [2021-11-11T18:16:38.713Z] === RUN TestDockerSuite/TestEventsResize [2021-11-11T18:17:14.570Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-11T18:17:14.570Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-11T18:17:17.523Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-11T18:17:23.397Z] === RUN TestDockerSuite/TestEventsTop [2021-11-11T18:17:23.397Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-11T18:17:23.397Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-11T18:17:25.608Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-11-11T18:17:30.361Z] === RUN TestDockerSuite/TestExec [2021-11-11T18:17:30.361Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:17:30.361Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-11T18:17:30.361Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-11T18:17:30.361Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-11T18:17:33.308Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-11T18:17:37.092Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-11T18:17:37.092Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:17:37.092Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-11T18:17:37.092Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:17:37.092Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-11T18:17:37.092Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-11T18:17:37.092Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-11T18:17:39.302Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-11-11T18:17:43.090Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-11T18:17:46.044Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-11T18:17:48.254Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-11T18:17:55.410Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-11T18:17:55.410Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-11T18:17:55.410Z] === RUN TestDockerSuite/TestExecEnv [2021-11-11T18:17:55.410Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T18:17:55.410Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-11T18:17:55.410Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-11T18:17:55.410Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-11T18:17:57.623Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-11T18:18:03.492Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-11T18:18:03.492Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-11T18:18:03.492Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-11T18:18:03.492Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-11T18:18:03.492Z] === RUN TestDockerSuite/TestExecParseError [2021-11-11T18:18:03.492Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:18:03.492Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-11T18:18:03.492Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-11T18:18:03.492Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-11T18:18:03.492Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-11T18:18:03.492Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-11T18:18:06.452Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-11T18:18:06.452Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-11T18:18:06.452Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-11T18:18:06.452Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T18:18:06.452Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-11T18:18:06.452Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-11T18:18:06.452Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-11T18:18:06.452Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-11T18:18:06.452Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-11T18:18:06.452Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-11T18:18:06.452Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-11T18:18:09.421Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-11T18:18:09.421Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-11T18:18:09.421Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-11T18:18:15.283Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-11T18:18:15.283Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-11T18:18:15.283Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-11T18:18:15.283Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-11T18:18:15.283Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-11T18:18:15.283Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:18:15.283Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-11T18:18:22.435Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-11T18:18:28.324Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-11T18:18:32.119Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-11T18:18:39.264Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-11T18:18:39.264Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:18:39.264Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-11T18:18:39.264Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-11T18:18:39.264Z] === RUN TestDockerSuite/TestHealth [2021-11-11T18:18:39.264Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-11T18:18:39.264Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-11T18:18:39.264Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-11T18:18:39.264Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-11T18:18:39.264Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-11T18:18:44.013Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-11T18:18:44.013Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-11T18:18:44.013Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-11T18:18:44.013Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-11T18:18:44.013Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-11T18:18:44.013Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-11T18:18:44.013Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-11T18:18:44.480Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-11T18:18:44.480Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:18:44.480Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-11T18:18:45.466Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-11T18:18:45.466Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-11T18:18:47.027Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-11T18:18:47.494Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-11T18:18:49.062Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-11T18:18:52.009Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-11T18:18:52.482Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-11T18:18:52.482Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:18:52.482Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-11T18:18:56.270Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-11T18:18:56.270Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-11T18:18:58.480Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestImportFile [2021-11-11T18:18:58.480Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-11T18:18:58.480Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-11T18:18:58.480Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-11T18:18:58.480Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-11T18:18:58.480Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-11T18:18:58.480Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-11T18:18:58.480Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-11T18:18:58.480Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-11T18:18:58.480Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:18:58.480Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-11T18:19:01.431Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-11T18:19:03.667Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-11T18:19:03.667Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T18:19:03.667Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-11T18:19:03.667Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-11T18:19:03.667Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-11T18:19:03.667Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-11T18:19:03.667Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-11T18:19:03.667Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-11T18:19:06.630Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-11T18:19:06.630Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-11T18:19:09.575Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-11T18:19:09.575Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-11T18:19:09.575Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-11T18:19:09.575Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-11T18:19:09.575Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-11T18:19:09.575Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-11T18:19:09.575Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-11T18:19:11.790Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-11T18:19:16.539Z] === RUN TestDockerSuite/TestInspectImage [2021-11-11T18:19:16.539Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:19:16.539Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-11T18:19:16.539Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:19:16.539Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-11T18:19:16.539Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:19:16.539Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-11T18:19:18.766Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-11T18:19:22.554Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-11T18:19:22.554Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-11T18:19:24.773Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-11T18:19:27.723Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-11T18:19:27.723Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-11T18:19:27.723Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-11T18:19:27.723Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-11T18:19:31.061Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-11T18:19:34.614Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-11T18:19:40.473Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-11-11T18:19:43.420Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-11-11T18:19:46.369Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-11T18:19:49.317Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-11T18:19:51.529Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-11T18:19:54.619Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-11T18:19:56.844Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-11T18:19:56.845Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-11T18:19:56.845Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-11T18:19:56.845Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-11T18:19:56.845Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-11T18:19:59.792Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-11T18:20:02.739Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-11T18:20:08.627Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-11T18:20:10.839Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-11-11T18:20:10.839Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-11T18:20:10.839Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-11T18:20:14.627Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-11T18:20:14.627Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-11T18:20:19.380Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-11T18:20:24.132Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-11T18:20:29.996Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-11T18:20:33.782Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-11T18:20:37.575Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-11T18:20:37.575Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-11T18:20:37.575Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-11T18:20:40.523Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-11T18:20:42.738Z] === RUN TestDockerSuite/TestLogsSince [2021-11-11T18:20:53.376Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-11T18:20:53.376Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-11T18:20:53.376Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-11T18:20:53.376Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-11T18:20:53.376Z] === RUN TestDockerSuite/TestLogsTail [2021-11-11T18:20:54.938Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-11T18:20:57.884Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestMountIntoProc [2021-11-11T18:21:00.830Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-11T18:21:00.830Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestNetHostname [2021-11-11T18:21:00.830Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-11T18:21:00.830Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-11T18:21:00.830Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-11T18:21:00.830Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPluginActive [2021-11-11T18:21:00.830Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-11T18:21:00.830Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-11T18:21:00.830Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-11T18:21:00.830Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-11T18:21:00.830Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-11T18:21:00.830Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-11T18:21:00.830Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-11T18:21:00.830Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-11T18:21:00.830Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-11T18:21:00.830Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPortList [2021-11-11T18:21:00.830Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-11T18:21:00.830Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-11T18:21:06.697Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-11T18:21:06.697Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-11T18:21:06.697Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-11T18:21:06.697Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-11T18:21:06.697Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-11T18:21:06.697Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-11T18:21:06.697Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-11T18:21:06.697Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:21:06.697Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-11T18:21:11.450Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-11T18:21:11.450Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-11T18:21:11.450Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-11T18:21:23.946Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-11T18:21:23.946Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-11T18:21:23.946Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-11T18:21:34.368Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-11T18:21:49.304Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-11T18:21:49.304Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-11T18:21:49.304Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-11T18:21:49.304Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-11T18:21:49.304Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-11-11T18:21:49.304Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-11T18:21:54.052Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-11T18:22:02.727Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-11T18:22:08.587Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-11T18:22:08.587Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-11T18:22:08.587Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-11T18:22:08.587Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-11T18:22:08.587Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-11T18:22:14.448Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-11T18:22:14.448Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T18:22:14.448Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-11T18:22:14.448Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-11T18:22:14.448Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-11T18:22:14.448Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-11T18:22:14.448Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-11T18:22:14.448Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-11T18:22:14.448Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-11T18:22:23.106Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-11T18:22:23.106Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-11T18:22:23.106Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-11T18:22:24.091Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-11T18:22:24.091Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-11T18:22:24.091Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-11T18:22:25.076Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-11T18:22:26.060Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-11T18:22:26.060Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-11T18:22:26.060Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-11T18:22:31.923Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-11T18:22:36.682Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-11T18:22:39.641Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-11T18:23:00.866Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-11T18:23:00.867Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:23:00.867Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-11-11T18:23:09.526Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-11T18:23:09.526Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-11T18:23:09.526Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-11T18:23:10.009Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-11T18:23:17.167Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-11-11T18:23:21.932Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-11T18:23:21.932Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:23:21.932Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-11-11T18:23:27.790Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-11T18:23:27.790Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-11T18:23:27.790Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-11T18:23:42.714Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-11T18:23:45.672Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-11T18:23:45.672Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-11T18:23:54.321Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-11T18:23:58.106Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-11T18:24:06.755Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-11T18:24:10.539Z] === RUN TestDockerSuite/TestRmiTag [2021-11-11T18:24:10.539Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-11T18:24:13.489Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-11T18:24:31.292Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-11T18:24:32.853Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-11T18:24:37.599Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-11T18:24:38.584Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-11T18:24:38.584Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-11T18:24:38.584Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-11T18:24:38.584Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-11T18:24:38.584Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-11T18:24:38.584Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-11T18:24:38.584Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-11T18:24:38.584Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-11T18:24:38.584Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-11T18:24:38.584Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-11T18:24:38.584Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-11T18:24:38.584Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-11T18:24:38.584Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-11T18:24:38.584Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-11T18:24:38.584Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-11T18:24:40.795Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-11T18:24:40.795Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-11T18:24:40.795Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-11T18:24:40.795Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-11T18:24:40.795Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-11T18:24:46.660Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-11T18:24:49.605Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-11T18:24:52.553Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-11T18:24:54.781Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-11T18:24:57.729Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-11T18:24:57.729Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-11T18:25:03.592Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-11T18:25:03.592Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-11T18:25:05.804Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-11T18:25:05.804Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-11T18:25:05.804Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-11T18:25:08.762Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-11T18:25:08.762Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-11T18:25:08.762Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-11T18:25:08.762Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-11T18:25:08.762Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-11T18:25:11.721Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-11T18:25:11.721Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-11T18:25:11.721Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-11T18:25:11.721Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-11T18:25:11.721Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-11T18:25:11.721Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-11T18:25:11.721Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-11T18:25:11.721Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-11T18:25:11.721Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-11-11T18:25:11.721Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-11T18:25:11.721Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-11T18:25:11.721Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-11T18:25:11.721Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-11T18:25:11.721Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-11T18:25:11.721Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-11T18:25:13.284Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-11T18:25:16.232Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-11T18:25:18.446Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-11T18:25:18.446Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-11T18:25:18.446Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-11T18:25:18.446Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-11T18:25:18.446Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-11T18:25:18.446Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-11T18:25:18.446Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-11T18:25:21.556Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-11T18:25:21.556Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-11T18:25:21.556Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-11T18:25:21.556Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T18:25:21.556Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-11T18:25:21.556Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-11T18:25:21.556Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-11T18:25:21.556Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:25:21.556Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-11T18:25:23.117Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-11T18:25:30.264Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-11T18:25:30.264Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-11T18:25:30.264Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-11T18:25:30.264Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-11T18:25:30.264Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-11T18:25:30.264Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-11T18:25:30.264Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-11T18:25:30.264Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:25:30.264Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-11T18:25:30.264Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-11T18:25:30.264Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-11T18:25:30.264Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-11T18:25:30.264Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-11T18:25:32.475Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-11T18:25:32.475Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-11T18:25:32.475Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-11T18:25:32.475Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-11T18:25:32.475Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-11T18:25:32.475Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-11T18:25:34.687Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-11T18:25:38.032Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-11T18:25:38.032Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-11T18:25:38.032Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-11T18:25:40.591Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-11T18:25:40.591Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-11T18:25:40.591Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-11T18:25:40.591Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-11T18:25:40.591Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-11T18:25:40.591Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-11T18:25:40.591Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-11T18:25:42.802Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-11T18:25:45.748Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-11T18:25:47.962Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-11T18:25:50.909Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-11T18:25:50.909Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-11T18:25:50.909Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-11T18:25:50.909Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-11T18:25:50.909Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-11T18:25:50.909Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-11T18:25:50.909Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-11T18:25:50.909Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-11T18:25:50.909Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-11T18:25:50.909Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-11T18:25:50.909Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-11T18:25:50.909Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-11T18:25:50.909Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-11T18:25:50.909Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-11T18:25:50.909Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-11T18:25:50.909Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-11T18:25:55.664Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-11T18:25:55.664Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-11T18:25:55.664Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-11T18:25:55.664Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-11T18:25:55.664Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:25:55.664Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-11T18:25:55.664Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-11T18:25:55.664Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-11-11T18:25:55.664Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-11T18:25:55.664Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-11T18:25:55.664Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-11T18:25:55.664Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-11T18:26:02.810Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-11T18:26:02.811Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-11T18:26:02.811Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-11T18:26:04.373Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-11T18:26:04.373Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.373Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-11T18:26:04.373Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.373Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-11T18:26:04.373Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.373Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-11T18:26:04.373Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.373Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-11T18:26:04.373Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.373Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-11T18:26:04.373Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.373Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-11T18:26:04.373Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.373Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-11T18:26:04.373Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.840Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-11T18:26:04.840Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.840Z] === RUN TestDockerSuite/TestRunMount [2021-11-11T18:26:04.840Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.840Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-11T18:26:04.840Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.840Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-11T18:26:04.840Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.840Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-11T18:26:04.840Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-11T18:26:04.840Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-11T18:26:13.517Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-11T18:26:13.517Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-11T18:26:13.517Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-11T18:26:13.517Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-11T18:26:13.517Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-11T18:26:13.517Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-11T18:26:13.517Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-11T18:26:18.281Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-11T18:26:23.034Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-11T18:26:23.034Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-11T18:26:23.034Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-11T18:26:23.034Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-11T18:26:23.034Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-11T18:26:23.034Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-11T18:26:23.034Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-11T18:26:23.034Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-11T18:26:23.034Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-11T18:26:23.034Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-11T18:26:24.597Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-11T18:26:26.159Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-11T18:26:27.734Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-11T18:26:28.718Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-11T18:26:31.893Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-11T18:26:31.893Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-11T18:26:31.893Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-11T18:26:31.893Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-11T18:26:31.893Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-11T18:26:31.893Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-11T18:26:31.893Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-11T18:26:31.893Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-11T18:26:31.893Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-11T18:26:31.893Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-11T18:26:31.893Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-11T18:26:31.893Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-11T18:26:31.893Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-11T18:26:31.893Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-11T18:26:31.893Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-11T18:26:31.893Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-11T18:26:31.893Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-11T18:26:35.692Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-11T18:26:35.692Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-11T18:26:35.692Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-11T18:26:35.692Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-11T18:26:35.692Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-11T18:26:35.692Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-11T18:26:35.692Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-11T18:26:35.692Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-11T18:26:35.692Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-11T18:26:35.692Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:26:35.692Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-11T18:26:44.369Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-11T18:26:44.369Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-11T18:26:44.369Z] === RUN TestDockerSuite/TestRunRm [2021-11-11T18:26:46.583Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-11T18:26:52.447Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-11T18:26:55.396Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-11T18:26:57.613Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-11T18:27:00.561Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-11T18:27:00.561Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-11T18:27:00.561Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-11T18:27:00.561Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-11T18:27:00.561Z] === RUN TestDockerSuite/TestRunState [2021-11-11T18:27:00.561Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-11T18:27:00.561Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-11T18:27:03.509Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-11T18:27:03.509Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T18:27:03.509Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-11T18:27:03.509Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-11T18:27:03.509Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-11T18:27:03.509Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-11T18:27:03.509Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-11T18:27:03.509Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-11T18:27:03.977Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-11T18:27:03.977Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-11T18:27:03.977Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-11T18:27:03.977Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-11T18:27:08.730Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-11T18:27:08.730Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-11T18:27:09.197Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-11T18:27:11.416Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-11T18:27:11.416Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-11T18:27:11.416Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-11T18:27:14.366Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-11T18:27:14.366Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-11T18:27:14.366Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-11T18:27:14.366Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-11T18:27:14.366Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-11T18:27:17.315Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-11T18:27:25.975Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-11T18:27:30.743Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-11T18:27:39.397Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-11T18:27:39.397Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-11T18:27:39.397Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-11T18:27:39.397Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-11T18:27:41.617Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-11T18:27:44.565Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-11T18:27:46.786Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-11T18:27:46.786Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-11T18:27:46.786Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-11T18:27:47.253Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-11T18:27:47.253Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-11T18:27:47.253Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:27:47.253Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-11T18:27:47.253Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-11T18:27:47.253Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-11T18:27:47.253Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-11T18:27:47.253Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-11T18:27:47.253Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-11T18:27:47.253Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-11T18:27:47.253Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-11T18:27:47.253Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-11T18:27:57.668Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-11T18:27:58.661Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-11T18:28:00.224Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-11T18:28:06.090Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-11T18:28:06.090Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-11T18:28:06.090Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-11T18:28:06.090Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-11T18:28:06.090Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-11T18:28:06.090Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-11T18:28:06.090Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-11T18:28:07.653Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-11T18:28:08.120Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-11T18:28:08.588Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-11T18:28:09.055Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-11T18:28:10.620Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-11T18:28:19.301Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-11T18:28:19.301Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-11T18:28:19.301Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-11T18:28:26.465Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-11T18:28:26.465Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T18:28:26.465Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-11T18:28:31.231Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-11T18:28:31.231Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-11T18:28:31.231Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-11T18:28:31.231Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:28:31.231Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-11T18:28:31.231Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-11T18:28:31.231Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-11T18:28:31.231Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-11T18:28:31.231Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-11T18:28:38.410Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-11T18:28:38.410Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T18:28:38.410Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-11T18:28:38.410Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-11T18:28:38.410Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-11T18:28:38.410Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:28:38.410Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-11T18:28:38.410Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:28:38.410Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-11T18:28:38.410Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-11T18:28:38.410Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-11T18:28:38.410Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:28:38.410Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-11T18:28:41.359Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-11T18:28:44.313Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-11T18:28:44.313Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-11T18:28:44.313Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-11T18:28:47.413Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-11T18:28:47.413Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-11T18:28:47.413Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-11T18:28:47.413Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-11T18:28:47.881Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-11T18:28:47.881Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:28:47.881Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-11T18:28:47.881Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-11T18:28:47.881Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-11T18:28:47.881Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:28:47.881Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-11T18:28:47.881Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-11T18:28:47.881Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-11-11T18:29:02.806Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-11T18:29:03.273Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-11T18:29:03.273Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-11T18:29:03.273Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-11T18:29:03.273Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-11T18:29:03.741Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-11T18:29:03.741Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-11T18:29:03.741Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-11-11T18:29:06.691Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-11T18:29:06.691Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-11T18:29:10.492Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-11T18:29:10.492Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-11T18:29:10.960Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-11T18:29:10.960Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-11T18:29:10.960Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-11T18:29:19.619Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-11T18:29:19.619Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T18:29:19.619Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-11T18:29:20.087Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-11T18:29:20.087Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-11T18:29:20.087Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-11T18:29:20.087Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-11T18:29:28.749Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-11T18:29:28.749Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-11T18:29:28.749Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-11T18:29:39.193Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-11T18:29:39.193Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-11T18:29:39.193Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite (2243.66s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.64s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (70.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.74s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.86s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.72s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.59s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (60.52s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.20s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.18s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.77s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.07s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.40s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.66s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.96s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.85s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.03s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.24s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.57s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.64s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddTar (31.07s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.74s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.87s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.85s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.76s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.47s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.33s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.56s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.72s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.51s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (21.62s) [2021-11-11T18:29:39.664Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.95s) [2021-11-11T18:29:39.664Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.34s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.19s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.49s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.24s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.43s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.88s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCmd (0.51s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.54s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.50s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.95s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.13s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.45s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.51s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.84s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.79s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.59s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.18s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (33.62s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.55s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.48s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.12s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.50s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (21.58s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.79s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (16.61s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.47s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.65s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.63s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.07s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.06s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignore (46.06s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.52s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (52.11s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.41s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.53s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.63s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.86s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (29.64s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.32s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.28s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (68.97s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.34s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.61s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.98s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.47s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.67s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.48s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.97s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.42s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.90s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.75s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.74s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.56s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFails (2.72s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.18s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.14s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.47s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.39s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.24s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.10s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.65s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.52s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.73s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildHistory (10.07s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.87s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.51s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.68s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.26s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLabel (0.88s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.58s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.89s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.53s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLabels (0.93s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.39s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.18s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.52s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.58s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.98s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.04s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.67s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (32.35s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.55s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.03s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.68s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.96s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.54s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.65s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.56s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.00s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.20s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.79s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.88s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.94s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.24s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.51s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.40s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.47s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.11s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.66s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.33s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.71s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.59s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.69s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (17.73s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildRm (12.95s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.77s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.22s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.79s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.67s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.20s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.66s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.59s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.58s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.75s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.60s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildStderr (4.40s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.07s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.39s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.11s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.51s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.42s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.00s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.48s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.09s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.97s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.77s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.09s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.96s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.04s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.69s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.57s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.73s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.13s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.80s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.64s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestCommitChange (4.59s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.38s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.97s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestCommitTTY (6.88s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.31s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.87s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.02s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.64s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.60s) [2021-11-11T18:29:39.665Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-11-11T18:29:39.665Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.60s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.44s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.09s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.17s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.40s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.04s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.67s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.67s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.19s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.69s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.10s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.64s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.57s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.80s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.23s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.51s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.73s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.42s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.75s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.88s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.65s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.61s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.66s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00009c9d8_} (2.64s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1104226611_c:\foo_false____} (2.67s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1104226611_c:\foo_true____} (2.64s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.88s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.79s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.83s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.32s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.88s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.77s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.81s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpToDot (2.75s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCpToStdout (2.72s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.11s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.65s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.42s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.63s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateRM (0.35s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.37s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.79s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.39s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.95s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.63s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.72s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.63s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.70s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.64s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsCopy (3.97s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.73s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.59s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.69s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.69s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.35s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.85s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFilters (5.38s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFormat (5.23s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.14s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsRename (2.75s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsResize (32.96s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.60s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.31s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.07s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsUntag (2.71s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.51s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.33s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.41s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.65s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.18s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.10s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.66s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (6.07s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.14s) [2021-11-11T18:29:39.666Z] --- PASS: TestDockerSuite/TestExecInspectID (5.13s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-11T18:29:39.666Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-11T18:29:39.667Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.30s) [2021-11-11T18:29:39.667Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-11T18:29:39.667Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-11T18:29:39.667Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-11T18:29:39.667Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-11T18:29:39.667Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-11T18:29:39.667Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.16s) [2021-11-11T18:29:39.667Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-11T18:29:39.667Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.69s) [2021-11-11T18:29:39.667Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.76s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.55s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.73s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.67s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.33s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.56s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.92s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.59s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.23s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.90s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.90s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.50s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImportBadURL (2.38s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.61s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.64s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.71s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.64s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectDefault (2.56s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectHistory (4.21s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.68s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.13s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.56s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.12s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.12s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectStatus (3.28s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.73s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.16s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.67s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.15s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.54s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.63s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.54s) [2021-11-11T18:29:40.135Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-11T18:29:40.135Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.67s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.66s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.86s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.62s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.14s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.06s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.16s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.00s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.17s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.04s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.68s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.68s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsSince (9.10s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsTail (3.02s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.74s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.62s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.28s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.22s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPsByOrder (11.17s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.04s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.11s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.27s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.90s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.00s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.76s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.77s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.53s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.73s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.07s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.30s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.72s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.68s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.79s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.73s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (7.15s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.92s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.63s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.20s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.17s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.60s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.29s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.83s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.77s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.27s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiTag (0.57s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.73s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.53s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.84s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.64s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.02s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.54s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.23s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.24s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.58s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.61s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.61s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.38s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.59s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.47s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.41s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.74s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.68s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.62s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.70s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.51s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.60s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.66s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.63s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.71s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.65s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunExitCode (2.61s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.68s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.58s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.66s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.72s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.54s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.17s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.89s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.47s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.55s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-11T18:29:40.136Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2021-11-11T18:29:40.136Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.63s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.63s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.28s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.73s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.19s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.89s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunRm (2.65s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.64s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.67s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.52s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.08s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.60s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.31s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.92s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.63s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.59s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.31s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.89s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.12s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.75s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.22s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.64s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.66s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (9.17s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.22s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.73s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.19s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.26s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.75s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.73s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.72s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.40s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.11s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.15s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.13s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.24s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.29s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.24s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.84s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.26s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.34s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.34s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.38s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.54s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.43s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.23s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.39s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-11T18:29:40.137Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.38s) [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-11T18:29:40.137Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.137Z] --- PASS: TestDockerRegistrySuite (0.13s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:29:40.137Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-11T18:29:40.138Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-11T18:29:40.138Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-11T18:29:40.138Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-11T18:29:40.138Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-11T18:29:40.138Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-11T18:29:40.138Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-11T18:29:40.138Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-11T18:29:40.138Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-11T18:29:40.138Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-11T18:29:40.138Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-11T18:29:40.138Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-11T18:29:40.138Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-11T18:29:40.138Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-11T18:29:40.138Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-11T18:29:40.138Z] === RUN TestDockerDaemonSuite [2021-11-11T18:29:40.138Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-11T18:29:40.138Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-11T18:29:40.138Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-11T18:29:40.138Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-11T18:29:40.138Z] === RUN TestDockerSwarmSuite [2021-11-11T18:29:40.138Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-11-11T18:29:40.138Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-11T18:29:40.138Z] === RUN TestDockerExternalVolumeSuite [2021-11-11T18:29:40.138Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-11-11T18:29:40.138Z] === RUN TestDockerNetworkSuite [2021-11-11T18:29:40.138Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-11-11T18:29:40.138Z] === RUN TestDockerHubPullSuite [2021-11-11T18:29:40.138Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-11-11T18:29:40.138Z] PASS [2021-11-11T18:29:40.138Z] ok github.com/docker/docker/integration-cli 2243.959s [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === Skipped [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-11T18:29:40.138Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-11T18:29:40.138Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-11-11T18:29:40.138Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-11T18:29:40.138Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T18:29:40.138Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-11T18:29:40.138Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-11T18:29:40.138Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-11T18:29:40.138Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-11T18:29:40.138Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T18:29:40.138Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.138Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-11-11T18:29:40.138Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-11T18:29:40.138Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-11-11T18:29:40.138Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-11T18:29:40.139Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-11T18:29:40.139Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-11-11T18:29:40.139Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2021-11-11T18:29:40.139Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.85s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.85s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.34s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.34s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-11-11T18:29:40.139Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-11T18:29:40.139Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.139Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-11T18:29:40.139Z] [2021-11-11T18:29:40.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-11-11T18:29:40.140Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.31s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s) [2021-11-11T18:29:40.140Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-11-11T18:29:40.140Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-11T18:29:40.140Z] docker_cli_sni_test.go:18: Flakey test [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-11T18:29:40.140Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-11T18:29:40.140Z] [2021-11-11T18:29:40.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-11T18:29:40.140Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.140Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-11-11T18:29:40.141Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-11-11T18:29:40.141Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T18:29:40.141Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-11T18:29:40.141Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-11T18:29:40.141Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-11T18:29:40.141Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-11T18:29:40.141Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-11T18:29:40.141Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-11T18:29:40.141Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-11T18:29:40.141Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-11T18:29:40.141Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-11T18:29:40.141Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-11T18:29:40.141Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-11T18:29:40.141Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-11T18:29:40.141Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-11T18:29:40.141Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-11-11T18:29:40.141Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.141Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-11T18:29:40.141Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-11T18:29:40.142Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-11T18:29:40.142Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-11T18:29:40.142Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-11T18:29:40.142Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-11-11T18:29:40.142Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-11T18:29:40.142Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-11T18:29:40.142Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-11-11T18:29:40.142Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-11-11T18:29:40.142Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-11T18:29:40.142Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.142Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-11T18:29:40.142Z] [2021-11-11T18:29:40.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-11T18:29:40.143Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.143Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-11T18:29:40.143Z] [2021-11-11T18:29:40.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-11T18:29:40.143Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.143Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-11T18:29:40.143Z] [2021-11-11T18:29:40.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-11-11T18:29:40.143Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.143Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-11T18:29:40.143Z] [2021-11-11T18:29:40.143Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-11T18:29:40.143Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.143Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-11T18:29:40.143Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-11T18:29:40.611Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-11T18:29:40.611Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-11T18:29:40.611Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T18:29:40.611Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-11T18:29:40.611Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:29:40.611Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-11T18:29:40.611Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-11T18:29:40.611Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-11T18:29:40.611Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.04s) [2021-11-11T18:29:40.611Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.04s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-11T18:29:40.611Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-11T18:29:40.611Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-11T18:29:40.611Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-11T18:29:40.611Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.611Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-11T18:29:40.611Z] [2021-11-11T18:29:40.611Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.612Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-11T18:29:40.612Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.612Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-11T18:29:40.612Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-11T18:29:40.613Z] [2021-11-11T18:29:40.613Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-11T18:29:40.613Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.613Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-11T18:29:40.614Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:29:40.614Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.614Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-11T18:29:40.614Z] [2021-11-11T18:29:40.614Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-11-11T18:29:40.615Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] DONE 1092 tests, 551 skipped in 2251.527s [2021-11-11T18:29:40.615Z] INFO: Integration tests ended at 11/11/2021 18:29:40. Duration:00:37:31.6539899 [2021-11-11T18:29:40.615Z] INFO: Docker info of the daemon under test at end of run [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] Containers: 2 [2021-11-11T18:29:40.615Z] Running: 0 [2021-11-11T18:29:40.615Z] Paused: 0 [2021-11-11T18:29:40.615Z] Stopped: 2 [2021-11-11T18:29:40.615Z] Images: 18 [2021-11-11T18:29:40.615Z] Server Version: 0.0.0-dev [2021-11-11T18:29:40.615Z] Storage Driver: windowsfilter [2021-11-11T18:29:40.615Z] Windows: [2021-11-11T18:29:40.615Z] Logging Driver: json-file [2021-11-11T18:29:40.615Z] Plugins: [2021-11-11T18:29:40.615Z] Volume: local [2021-11-11T18:29:40.615Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-11T18:29:40.615Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-11T18:29:40.615Z] Swarm: inactive [2021-11-11T18:29:40.615Z] Default Isolation: process [2021-11-11T18:29:40.615Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-11T18:29:40.615Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-11T18:29:40.615Z] OSType: windows [2021-11-11T18:29:40.615Z] Architecture: x86_64 [2021-11-11T18:29:40.615Z] CPUs: 4 [2021-11-11T18:29:40.615Z] Total Memory: 32GiB [2021-11-11T18:29:40.615Z] Name: azwin-2-394040 [2021-11-11T18:29:40.615Z] ID: GFRW:EGSH:D5DK:56XD:R6CA:X5WN:B2SY:3M4L:MAQ4:LIUZ:5M5F:DLJA [2021-11-11T18:29:40.615Z] Docker Root Dir: D:\CI\PR-42838\11\daemon [2021-11-11T18:29:40.615Z] Debug Mode (client): false [2021-11-11T18:29:40.615Z] Debug Mode (server): true [2021-11-11T18:29:40.615Z] File Descriptors: -1 [2021-11-11T18:29:40.615Z] Goroutines: 46 [2021-11-11T18:29:40.615Z] System Time: 2021-11-11T18:29:40.4446699Z [2021-11-11T18:29:40.615Z] EventsListeners: 0 [2021-11-11T18:29:40.615Z] Registry: https://index.docker.io/v1/ [2021-11-11T18:29:40.615Z] Labels: [2021-11-11T18:29:40.615Z] Experimental: false [2021-11-11T18:29:40.615Z] Insecure Registries: [2021-11-11T18:29:40.615Z] 127.0.0.0/8 [2021-11-11T18:29:40.615Z] Live Restore Enabled: false [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] [2021-11-11T18:29:40.615Z] INFO: Stopping daemon under test [2021-11-11T18:29:40.615Z] SUCCESS: The process with PID 6892 (child process of PID 5032) has been terminated. [2021-11-11T18:29:40.615Z] SUCCESS: The process with PID 5032 (child process of PID 6212) has been terminated. [2021-11-11T18:29:40.615Z] INFO: Stop tailing logs of the daemon under tests [2021-11-11T18:29:40.615Z] INFO: executeCI.ps1 Completed successfully at 11/11/2021 18:29:40. [2021-11-11T18:29:40.615Z] INFO: Tidying up at end of run [2021-11-11T18:29:41.084Z] INFO: Saving daemon under test log (d:\CI\PR-42838\11\dut.out) to bundles\CIDUT.out [2021-11-11T18:29:41.084Z] INFO: Saving daemon under test log (d:\CI\PR-42838\11\dut.err) to bundles\CIDUT.err [2021-11-11T18:29:41.084Z] INFO: Saving containerd logs to bundles [2021-11-11T18:29:41.084Z] INFO: Nuke-Everything... [2021-11-11T18:29:41.084Z] INFO: Container count on control daemon to delete is 2 [2021-11-11T18:29:41.559Z] 18d57c60bcc6 [2021-11-11T18:29:41.559Z] 2f7629f32b1f [2021-11-11T18:29:41.559Z] INFO: Non-base image count on control daemon to delete is 1 [2021-11-11T18:29:42.546Z] Deleted: sha256:35157e616f737a4c595626f33088d097c90d8535a3701f1f1d191dbaf6b8cd99 [2021-11-11T18:29:42.546Z] Deleted: sha256:d326be7243c8de79c56c4b4f8025e2816648a0d36e4740eb90dd394344df65b7 [2021-11-11T18:29:42.546Z] INFO: Tidying pidfile d:\CI\PR-42838\11\docker.pid [2021-11-11T18:29:42.546Z] INFO: Killing containerd with PID 7460 [2021-11-11T18:29:42.546Z] INFO: Nuking d:\CI [2021-11-11T18:30:00.424Z] INFO: Zapped successfully [2021-11-11T18:30:00.424Z] [2021-11-11T18:30:00.424Z] INFO: executeCI.ps1 exiting at Thu Nov 11 18:29:59 CUT 2021. Duration 00:53:23.4498099 [2021-11-11T18:30:00.424Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-11-11T18:30:00.679Z] Recording test results [2021-11-11T18:30:01.547Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-11-11T18:30:03.069Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2021-11-11T18:30:04.854Z] Archiving artifacts [2021-11-11T18:30:06.291Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42838/11/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-11T18:30:07.242Z] + make clean [2021-11-11T18:30:07.710Z] docker volume rm -f docker-dev-cache [2021-11-11T18:30:07.710Z] docker-dev-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